AWS.Tools.CloudFormation.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CloudFormation</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.TestCFNStackCmdlet">
            <summary>
            Tests a CloudFormation stack to determine if it's in a certain status.
            The command returns true or false, depending on whether or not the specified stack is in a given status.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNStackCmdlet.StackName">
            <summary>
            The name or unique stack ID of the of the CloudFormation stack whose status will be monitored.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNStackCmdlet.Status">
            <summary>
            <para>
            The CloudFormation status. You can tab-complete the values for this parameter or view a list of all
            supported CloudFormation status types in the AWS documentation: https://goo.gl/cpSu29.
            </para>
            <para>
            If not specified the command checks the stack's status against the states
            'UPDATE_ROLLBACK_COMPLETE', 'CREATE_COMPLETE', 'ROLLBACK_COMPLETE' and 'UPDATE_COMPLETE'.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.WaitCFNStackCmdlet">
            <summary>
            Pauses execution of the script until the desired CloudFormation Stack status has been reached
            or timeout occurs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WaitCFNStackCmdlet.StackName">
            <summary>
            The name or unique stack ID of the of the CloudFormation stack whose status will be monitored.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WaitCFNStackCmdlet.Status">
            <summary>
            <para>
            The CloudFormation status. You can tab-complete the values for this parameter or view a list of all
            supported CloudFormation status types in the AWS documentation: https://goo.gl/cpSu29.
            </para>
            <para>
            If not specified the command checks the stack's status against the states
            'UPDATE_ROLLBACK_COMPLETE', 'CREATE_COMPLETE', 'ROLLBACK_COMPLETE' and 'UPDATE_COMPLETE'.
            </para>
            <para>If the set of states contains 'DELETE_COMPLETE' the cmdlet will wait for the underlying
            DescribeStacks API call to return an error indicating the stack no longer exists before
            exiting. No output is emitted to the pipeline in this scenario.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WaitCFNStackCmdlet.Timeout">
            <summary>
            The number of seconds that the command should run for before timing out and throwing an exception.
            If not specified the command waits for 120 seconds.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet">
            <summary>
            Deactivates a public extension that was previously activated in this account and region.
             
              
            <para>
            Once deactivated, an extension can't be used in any CloudFormation operation. This
            includes stack update operations where the stack template includes the extension,
            even if no updates are being made to the extension. In addition, deactivated extensions
            aren't automatically updated if a new version of the extension is released.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the extension, in this account and region.</para><para>Conditional: You must specify either <code>Arn</code>, or <code>TypeName</code> and
            <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The extension type.</para><para>Conditional: You must specify either <code>Arn</code>, or <code>TypeName</code> and
            <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The type name of the extension, in this account and region. If you specified a type
            name alias when enabling the extension, use the type name alias.</para><para>Conditional: You must specify either <code>Arn</code>, or <code>TypeName</code> and
            <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeactivateTypeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.DisableCFNTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet">
            <summary>
            Activates a public third-party extension, making it available for use in stack templates.
            For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using
            public extensions</a> in the <i>CloudFormation User Guide</i>.
             
              
            <para>
            Once you have activated a public third-party extension in your account and region,
            use <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>
            to specify configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring
            extensions at the account level</a> in the <i>CloudFormation User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.AutoUpdate">
            <summary>
            <para>
            <para>Whether to automatically update the extension in this account and region when a new
            <i>minor</i> version is published by the extension publisher. Major versions released
            by the publisher must be manually updated.</para><para>The default is <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.ExecutionRoleArn">
            <summary>
            <para>
            <para>The name of the IAM execution role to use to activate the extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.LoggingConfig_LogGroupName">
            <summary>
            <para>
            <para>The Amazon CloudWatch Logs group to which CloudFormation sends error logging information
            when invoking the extension's handlers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.LoggingConfig_LogRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the role that CloudFormation should assume when
            sending log entries to CloudWatch Logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.MajorVersion">
            <summary>
            <para>
            <para>The major version of this extension you want to activate, if multiple major versions
            are available. The default is the latest major version. CloudFormation uses the latest
            available <i>minor</i> version of the major version selected.</para><para>You can specify <code>MajorVersion</code> or <code>VersionBump</code>, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.PublicTypeArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the public extension.</para><para>Conditional: You must specify <code>PublicTypeArn</code>, or <code>TypeName</code>,
            <code>Type</code>, and <code>PublisherId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.PublisherId">
            <summary>
            <para>
            <para>The ID of the extension publisher.</para><para>Conditional: You must specify <code>PublicTypeArn</code>, or <code>TypeName</code>,
            <code>Type</code>, and <code>PublisherId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The extension type.</para><para>Conditional: You must specify <code>PublicTypeArn</code>, or <code>TypeName</code>,
            <code>Type</code>, and <code>PublisherId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify <code>PublicTypeArn</code>, or <code>TypeName</code>,
            <code>Type</code>, and <code>PublisherId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.TypeNameAlias">
            <summary>
            <para>
            <para>An alias to assign to the public extension, in this account and region. If you specify
            an alias for the extension, CloudFormation treats the alias as the extension type
            name within this account and region. You must use the alias to refer to the extension
            in your templates, API calls, and CloudFormation console.</para><para>An extension alias must be unique within a given account and region. You can activate
            the same public resource multiple times in the same account and region, using different
            type name aliases.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.VersionBump">
            <summary>
            <para>
            <para>Manually updates a previously-activated type to a new major or minor version, if available.
            You can also use this parameter to update the value of <code>AutoUpdate</code>.</para><ul><li><para><code>MAJOR</code>: CloudFormation updates the extension to the newest major version,
            if one is available.</para></li><li><para><code>MINOR</code>: CloudFormation updates the extension to the newest minor version,
            if one is available.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.EnableCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Arn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ActivateTypeResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ActivateTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNAccountLimitCmdlet">
            <summary>
            Retrieves your account's CloudFormation limits, such as the maximum number of stacks
            that you can create in your account. For more information about account limits, see
            <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
            Quotas</a> in the <i>CloudFormation User Guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNAccountLimitCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of limits that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNAccountLimitCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AccountLimits'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeAccountLimitsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeAccountLimitsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNAccountLimitCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet">
            <summary>
            Returns the inputs for the change set and a list of changes that CloudFormation will
            make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating
            Stacks Using Change Sets</a> in the CloudFormation User Guide.<br/><br/>In the AWS.Tools.CloudFormation module, this cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.StackName">
            <summary>
            <para>
            <para>If you specified the name of a change set, specify the stack name or ID (ARN) of the
            change set you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.NextToken">
            <summary>
            <para>
            <para>A string (provided by the <a>DescribeChangeSet</a> response output) that identifies
            the next page of information that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> In the AWS.Tools.CloudFormation module, this parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeChangeSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeChangeSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChangeSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChangeSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet">
            <summary>
            Returns hook-related information for the change set and a list of changes that CloudFormation
            makes when you run the change set.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>If specified, lists only the hooks related to the specified <code>LogicalResourceId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.StackName">
            <summary>
            <para>
            <para>If you specified the name of a change set, specify the stack name or stack ID (ARN)
            of the change set you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.NextToken">
            <summary>
            <para>
            <para>A string, provided by the <code>DescribeChangeSetHooks</code> response output, that
            identifies the next page of information that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeChangeSetHooksResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeChangeSetHooksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetHookCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet">
            <summary>
            Returns the ID and status of each active change set for a stack. For example, CloudFormation
            lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code>
            state.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the Amazon Resource Name (ARN) of the stack for which you want to list
            change sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet.NextToken">
            <summary>
            <para>
            <para>A string (provided by the <a>ListChangeSets</a> response output) that identifies the
            next page of change sets that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListChangeSetsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListChangeSetsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNChangeSetListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNDescribeTypeConfigurationCmdlet">
            <summary>
            Returns configuration data for the specified CloudFormation extensions, from the CloudFormation
            registry for the account and region.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring
            extensions at the account level</a> in the <i>CloudFormation User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDescribeTypeConfigurationCmdlet.TypeConfigurationIdentifier">
            <summary>
            <para>
            <para>The list of identifiers for the desired extension configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDescribeTypeConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.BatchDescribeTypeConfigurationsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.BatchDescribeTypeConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet">
            <summary>
            Returns drift information for the resources that have been checked for drift in the
            specified stack. This includes actual and expected configuration values for resources
            where CloudFormation detects configuration drift.
             
              
            <para>
            For a given stack, there will be one <code>StackResourceDrift</code> for each stack
            resource that has been checked for drift. Resources that haven't yet been checked
            for drift aren't included. Resources that don't currently support drift detection
            aren't checked, and so not included. For a list of resources that support drift detection,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources
            that Support Drift Detection</a>.
            </para><para>
            Use <a>DetectStackResourceDrift</a> to detect drift on individual resources, or <a>DetectStackDrift</a>
            to detect drift on all supported resources for a given stack.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.StackName">
            <summary>
            <para>
            <para>The name of the stack for which you want drift information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.StackResourceDriftStatusFilter">
            <summary>
            <para>
            <para>The resource drift status values to use as filters for the resource drift results
            returned.</para><ul><li><para><code>DELETED</code>: The resource differs from its expected template configuration
            in that the resource has been deleted.</para></li><li><para><code>MODIFIED</code>: One or more resource properties differ from their expected
            template values.</para></li><li><para><code>IN_SYNC</code>: The resource's actual configuration matches its expected template
            configuration.</para></li><li><para><code>NOT_CHECKED</code>: CloudFormation doesn't currently return this value.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of stack resource drift results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackResourceDrifts'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackResourceDriftsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackResourceDriftsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNDetectedStackResourceDriftCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNExportCmdlet">
            <summary>
            Lists all exported output values in the account and Region in which you call this
            action. Use this action to see the exported output values that you can import into
            other stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html"><code>Fn::ImportValue</code></a> function.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
            CloudFormation export stack output values</a>.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNExportCmdlet.NextToken">
            <summary>
            <para>
            <para>A string (provided by the <a>ListExports</a> response output) that identifies the
            next page of exported output values that you asked to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNExportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Exports'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListExportsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListExportsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNExportCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet">
            <summary>
            Lists all stacks that are importing an exported output value. To modify or remove
            an exported output value, first use this action to see which stacks are using it.
            To see the exported output values in your account, see <a>ListExports</a>.
             
              
            <para>
            For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html"><code>Fn::ImportValue</code></a> function.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet.ExportName">
            <summary>
            <para>
            <para>The name of the exported output value. CloudFormation returns the stack names that
            are importing this value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet.NextToken">
            <summary>
            <para>
            <para>A string (provided by the <a>ListImports</a> response output) that identifies the
            next page of stacks that are importing the specified exported output value.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Imports'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListImportsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListImportsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExportName parameter.
            The -PassThru parameter is deprecated, use -Select '^ExportName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNImportListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNPublisherCmdlet">
            <summary>
            Returns information about a CloudFormation extension publisher.
             
              
            <para>
            If you don't supply a <code>PublisherId</code>, and you have registered as an extension
            publisher, <code>DescribePublisher</code> returns information about your own publisher
            account.
            </para><para>
            For more information about registering as a publisher, see:
            </para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a></para></li><li><para><a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
            extensions to make them available for public use</a> in the <i>CloudFormation CLI
            User Guide</i></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNPublisherCmdlet.PublisherId">
            <summary>
            <para>
            <para>The ID of the extension publisher.</para><para>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
            publisher, <code>DescribePublisher</code> returns information about your own publisher
            account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNPublisherCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribePublisherResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribePublisherResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet">
            <summary>
            Returns the description for the specified stack; if no stack name was specified, then
            it returns the description for all the stacks created.
             
             <note><para>
            If the stack doesn't exist, an <code>ValidationError</code> is returned.
            </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of stacks that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Stacks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStacksResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStacksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackDriftDetectionStatusCmdlet">
            <summary>
            Returns information about a stack drift detection operation. A stack drift detection
            operation detects whether a stack's actual configuration differs, or has <i>drifted</i>,
            from it's expected configuration, as defined in the stack template and any values
            specified as template parameters. A stack is considered to have drifted if one or
            more of its resources have drifted. For more information about stack and resource
            drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
            Unregulated Configuration Changes to Stacks and Resources</a>.
             
              
            <para>
            Use <a>DetectStackDrift</a> to initiate a stack drift detection operation. <code>DetectStackDrift</code>
            returns a <code>StackDriftDetectionId</code> you can use to monitor the progress of
            the operation using <code>DescribeStackDriftDetectionStatus</code>. Once the drift
            detection operation has completed, use <a>DescribeStackResourceDrifts</a> to return
            drift information about the stack and its resources.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackDriftDetectionStatusCmdlet.StackDriftDetectionId">
            <summary>
            <para>
            <para>The ID of the drift detection results of this operation.</para><para>CloudFormation generates new results, with a new drift detection ID, each time this
            operation is run. However, the number of drift results CloudFormation retains for
            any given stack, and for how long, may vary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackDriftDetectionStatusCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackDriftDetectionStatusResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackDriftDetectionStatusResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackDriftDetectionStatusCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackDriftDetectionId parameter.
            The -PassThru parameter is deprecated, use -Select '^StackDriftDetectionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet">
            <summary>
            Returns all stack related events for a specified stack in reverse chronological order.
            For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a>
            in the CloudFormation User Guide.
             
             <note><para>
            You can list events for stacks that have failed to create or have been deleted by
            specifying the unique stack identifier (stack ID).
            </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of events that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackEvents'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackEventsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackEventsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackEventCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet">
            <summary>
            Returns the stack instance that's associated with the specified stack set, Amazon
            Web Services account, and Region.
             
              
            <para>
            For a list of stack instances that are associated with a specific stack set, use <a>ListStackInstances</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.StackInstanceAccount">
            <summary>
            <para>
            <para>The ID of an Amazon Web Services account that's associated with this stack instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.StackInstanceRegion">
            <summary>
            <para>
            <para>The name of a Region that's associated with this stack instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or the unique stack ID of the stack set that you want to get stack instance
            information for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackInstance'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackInstanceResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackInstanceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet">
            <summary>
            Returns summary information about stack instances that are associated with the specified
            stack set. You can filter for stack instances that are associated with a specific
            Amazon Web Services account name or Region, or that have a specific status.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.Filter">
            <summary>
            <para>
            <para>The status that stack instances are filtered by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.StackInstanceAccount">
            <summary>
            <para>
            <para>The name of the Amazon Web Services account that you want to list stack instances
            for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.StackInstanceRegion">
            <summary>
            <para>
            <para>The name of the Region where you want to list stack instances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to list stack instances for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous request didn't return all the remaining results, the response's <code>NextToken</code>
            parameter value is set to a token. To retrieve the next set of results, call <code>ListStackInstances</code>
            again and assign that token to the request object's <code>NextToken</code> parameter.
            If there are no remaining results, the previous response object's <code>NextToken</code>
            parameter is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStackInstancesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStackInstancesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackInstanceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackPolicyCmdlet">
            <summary>
            Returns the stack policy for a specified stack. If a stack doesn't have a policy,
            a null value is returned.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackPolicyCmdlet.StackName">
            <summary>
            <para>
            <para>The name or unique stack ID that's associated with the stack whose policy you want
            to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackPolicyBody'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.GetStackPolicyResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.GetStackPolicyResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceCmdlet">
            <summary>
            Returns a description of the specified resource in the specified stack.
             
              
            <para>
            For deleted stacks, DescribeStackResource returns resource information for up to 90
            days after the stack has been deleted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>The logical name of the resource as specified in the template.</para><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackResourceDetail'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackResourceResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceDriftCmdlet">
            <summary>
            Returns information about whether a resource's actual configuration differs, or has
            <i>drifted</i>, from it's expected configuration, as defined in the stack template
            and any values specified as template parameters. This information includes actual
            and expected property values for resources in which CloudFormation detects drift.
            Only resource properties explicitly defined in the stack template are checked for
            drift. For more information about stack and resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
            Unregulated Configuration Changes to Stacks and Resources</a>.
             
              
            <para>
            Use <code>DetectStackResourceDrift</code> to detect drift on individual resources,
            or <a>DetectStackDrift</a> to detect drift on all resources in a given stack that
            support drift detection.
            </para><para>
            Resources that don't currently support drift detection can't be checked. For a list
            of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources
            that Support Drift Detection</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceDriftCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>The logical name of the resource for which to return drift information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceDriftCmdlet.StackName">
            <summary>
            <para>
            <para>The name of the stack to which the resource belongs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceDriftCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackResourceDrift'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DetectStackResourceDriftResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DetectStackResourceDriftResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceDriftCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet">
            <summary>
            Returns Amazon Web Services resource descriptions for running and deleted stacks.
            If <code>StackName</code> is specified, all the associated resources that are part
            of the stack are returned. If <code>PhysicalResourceId</code> is specified, the associated
            resources of the stack that the resource belongs to are returned.
             
             <note><para>
            Only the first 100 resources will be returned. If your stack has more resources than
            this, you should use <code>ListStackResources</code> instead.
            </para></note><para>
            For deleted stacks, <code>DescribeStackResources</code> returns resource information
            for up to 90 days after the stack has been deleted.
            </para><para>
            You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>,
            but not both. In addition, you can specify <code>LogicalResourceId</code> to filter
            the returned result. For more information about resources, the <code>LogicalResourceId</code>
            and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation
            User Guide</a>.
            </para><note><para>
            A <code>ValidationError</code> is returned if you specify both <code>StackName</code>
            and <code>PhysicalResourceId</code> in the same request.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>The logical name of the resource as specified in the template.</para><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet.PhysicalResourceId">
            <summary>
            <para>
            <para>The name or unique identifier that corresponds to a physical instance ID of a resource
            supported by CloudFormation.</para><para>For example, for an Amazon Elastic Compute Cloud (EC2) instance, <code>PhysicalResourceId</code>
            corresponds to the <code>InstanceId</code>. You can pass the EC2 <code>InstanceId</code>
            to <code>DescribeStackResources</code> to find which stack the instance belongs to
            and what other resources are part of the stack.</para><para>Required: Conditional. If you don't specify <code>PhysicalResourceId</code>, you must
            specify <code>StackName</code>.</para><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that is associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para><para>Required: Conditional. If you don't specify <code>StackName</code>, you must specify
            <code>PhysicalResourceId</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackResources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackResourcesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackResourcesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet">
            <summary>
            Returns descriptions of all resources of the specified stack.
             
              
            <para>
            For deleted stacks, ListStackResources returns resource information for up to 90 days
            after the stack has been deleted.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that is associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of stack resources that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackResourceSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStackResourcesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStackResourcesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackResourceSummaryCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetCmdlet">
            <summary>
            Returns the description of the specified stack set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set whose description you want.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackSet'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet">
            <summary>
            Returns summary information about stack sets that are associated with the user.
             
             <ul><li><para>
            [Self-managed permissions] If you set the <code>CallAs</code> parameter to <code>SELF</code>
            while signed in to your Amazon Web Services account, <code>ListStackSets</code> returns
            all self-managed stack sets in your Amazon Web Services account.
            </para></li><li><para>
            [Service-managed permissions] If you set the <code>CallAs</code> parameter to <code>SELF</code>
            while signed in to the organization's management account, <code>ListStackSets</code>
            returns all stack sets in the management account.
            </para></li><li><para>
            [Service-managed permissions] If you set the <code>CallAs</code> parameter to <code>DELEGATED_ADMIN</code>
            while signed in to your member account, <code>ListStackSets</code> returns all stack
            sets with service-managed permissions in the management account.
            </para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the management account or as a delegated administrator in a member account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the stack sets that you want to get summary information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous paginated request didn't return all the remaining results, the response
            object's <code>NextToken</code> parameter value is set to a token. To retrieve the
            next set of results, call <code>ListStackSets</code> again and assign that token to
            the request object's <code>NextToken</code> parameter. If there are no remaining results,
            the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStackSetsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStackSetsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Status parameter.
            The -PassThru parameter is deprecated, use -Select '^Status' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet">
            <summary>
            Returns the description of the specified stack set operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet.OperationId">
            <summary>
            <para>
            <para>The unique ID of the stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or the unique stack ID of the stack set for the stack operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackSetOperation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeStackSetOperationResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeStackSetOperationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OperationId parameter.
            The -PassThru parameter is deprecated, use -Select '^OperationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet">
            <summary>
            Returns summary information about operations performed on a stack set.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to get operation summaries for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous paginated request didn't return all of the remaining results, the
            response object's <code>NextToken</code> parameter value is set to a token. To retrieve
            the next set of results, call <code>ListStackSetOperations</code> again and assign
            that token to the request object's <code>NextToken</code> parameter. If there are
            no remaining results, the previous response object's <code>NextToken</code> parameter
            is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStackSetOperationsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStackSetOperationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet">
            <summary>
            Returns summary information about the results of a stack set operation.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.OperationId">
            <summary>
            <para>
            <para>The ID of the stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to get operation results for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous request didn't return all the remaining results, the response object's
            <code>NextToken</code> parameter value is set to a token. To retrieve the next set
            of results, call <code>ListStackSetOperationResults</code> again and assign that token
            to the request object's <code>NextToken</code> parameter. If there are no remaining
            results, the previous response object's <code>NextToken</code> parameter is set to
            <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStackSetOperationResultsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStackSetOperationResultsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OperationId parameter.
            The -PassThru parameter is deprecated, use -Select '^OperationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSetOperationResultListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet">
            <summary>
            Returns the summary information for stacks whose status matches the specified StackStatusFilter.
            Summary information for stacks that have been deleted is kept for 90 days after the
            stack is deleted. If no StackStatusFilter is specified, summary information for all
            stacks is returned (including existing stacks and stacks that have been deleted).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet.StackStatusFilter">
            <summary>
            <para>
            <para>Stack status to use as a filter. Specify one or more stack status codes to list only
            stacks with the specified status codes. For a complete list of stack status codes,
            see the <code>StackStatus</code> parameter of the <a>Stack</a> data type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet.NextToken">
            <summary>
            <para>
            <para>A string that identifies the next page of stacks that you want to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListStacksResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListStacksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackStatusFilter parameter.
            The -PassThru parameter is deprecated, use -Select '^StackStatusFilter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNStackSummaryCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet">
            <summary>
            Returns the template body for a specified stack. You can get the template for running
            or deleted stacks.
             
              
            <para>
            For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
            after the stack has been deleted.
            </para><note><para>
            If the template doesn't exist, a <code>ValidationError</code> is returned.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns
            the associated template. If you specify a name, you must also specify the <code>StackName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack, which aren't always
            interchangeable:</para><ul><li><para>Running stacks: You can specify either the stack's name or its unique stack ID.</para></li><li><para>Deleted stacks: You must specify the unique stack ID.</para></li></ul><para>Default: There is no default value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet.TemplateStage">
            <summary>
            <para>
            <para>For templates that include transforms, the stage of the template that CloudFormation
            returns. To get the user-submitted template, specify <code>Original</code>. To get
            the template after CloudFormation has processed all transforms, specify <code>Processed</code>.</para><para>If the template doesn't include transforms, <code>Original</code> and <code>Processed</code>
            return the same template. By default, CloudFormation specifies <code>Processed</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TemplateBody'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.GetTemplateResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.GetTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet">
            <summary>
            Returns information about a new or existing template. The <code>GetTemplateSummary</code>
            action is useful for viewing parameter information, such as default parameter values
            and parameter types, before you create or update a stack or stack set.
             
              
            <para>
            You can use the <code>GetTemplateSummary</code> action when you submit a template,
            or you can get template information for a stack set, or a running or deleted stack.
            </para><para>
            For deleted stacks, <code>GetTemplateSummary</code> returns the template information
            for up to 90 days after the stack has been deleted. If the template doesn't exist,
            a <code>ValidationError</code> is returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the stack ID that's associated with the stack, which aren't always interchangeable.
            For running stacks, you can specify either the stack's name or its unique stack ID.
            For deleted stack, you must specify the unique stack ID.</para><para>Conditional: You must specify only one of the following parameters: <code>StackName</code>,
            <code>StackSetName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set from which the stack was created.</para><para>Conditional: You must specify only one of the following parameters: <code>StackName</code>,
            <code>StackSetName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.TemplateBody">
            <summary>
            <para>
            <para>Structure containing the template body with a minimum length of 1 byte and a maximum
            length of 51,200 bytes. For more information about templates, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify only one of the following parameters: <code>StackName</code>,
            <code>StackSetName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.TemplateURL">
            <summary>
            <para>
            <para>Location of file containing the template body. The URL must point to a template (max
            size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document.
            For more information about templates, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify only one of the following parameters: <code>StackName</code>,
            <code>StackSetName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.GetTemplateSummaryResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.GetTemplateSummaryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTemplateSummaryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet">
            <summary>
            Returns detailed information about an extension that has been registered.
             
              
            <para>
            If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
            about that specific extension version. Otherwise, it returns information about the
            default extension version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.PublicVersionNumber">
            <summary>
            <para>
            <para>The version number of a public third-party extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.PublisherId">
            <summary>
            <para>
            <para>The publisher ID of the extension publisher.</para><para>Extensions provided by Amazon Web Services are not assigned a publisher ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The kind of extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.VersionId">
            <summary>
            <para>
            <para>The ID of a specific version of the extension. The version ID is the value at the
            end of the Amazon Resource Name (ARN) assigned to the extension version when it is
            registered.</para><para>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
            about that specific extension version. Otherwise, it returns information about the
            default extension version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeTypeResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet">
            <summary>
            Returns summary information about extension that have been registered with CloudFormation.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Filters_Category">
            <summary>
            <para>
            <para>The category of extensions to return.</para><ul><li><para><code>REGISTERED</code>: Private extensions that have been registered for this account
            and region.</para></li><li><para><code>ACTIVATED</code>: Public extensions that have been activated for this account
            and region.</para></li><li><para><code>THIRD_PARTY</code>: Extensions available for use from publishers other than
            Amazon. This includes:</para><ul><li><para>Private extensions registered in the account.</para></li><li><para>Public extensions from publishers other than Amazon, whether activated or not.</para></li></ul></li><li><para><code>AWS_TYPES</code>: Extensions available for use from Amazon.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.DeprecatedStatus">
            <summary>
            <para>
            <para>The deprecation status of the extension that you want to get summary information about.</para><para>Valid values include:</para><ul><li><para><code>LIVE</code>: The extension is registered for use in CloudFormation operations.</para></li><li><para><code>DEPRECATED</code>: The extension has been deregistered and can no longer be
            used in CloudFormation operations.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.ProvisioningType">
            <summary>
            <para>
            <para>For resource types, the provisioning behavior of the resource type. CloudFormation
            determines the provisioning type during registration, based on the types of handlers
            in the schema handler package submitted.</para><para>Valid values include:</para><ul><li><para><code>FULLY_MUTABLE</code>: The resource type includes an update handler to process
            updates to the type during stack update operations.</para></li><li><para><code>IMMUTABLE</code>: The resource type doesn't include an update handler, so the
            type can't be updated and must instead be replaced during stack update operations.</para></li><li><para><code>NON_PROVISIONABLE</code>: The resource type doesn't include create, read, and
            delete handlers, and therefore can't actually be provisioned.</para></li></ul><para>The default is <code>FULLY_MUTABLE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Filters_PublisherId">
            <summary>
            <para>
            <para>The id of the publisher of the extension.</para><para>Extensions published by Amazon aren't assigned a publisher ID. Use the <code>AWS_TYPES</code>
            category to specify a list of types published by Amazon.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Type">
            <summary>
            <para>
            <para>The type of extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Filters_TypeNamePrefix">
            <summary>
            <para>
            <para>A prefix to use as a filter for results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Visibility">
            <summary>
            <para>
            <para>The scope at which the extensions are visible and usable in CloudFormation operations.</para><para>Valid values include:</para><ul><li><para><code>PRIVATE</code>: Extensions that are visible and usable within this account
            and region. This includes:</para><ul><li><para>Private extensions you have registered in this account and region.</para></li><li><para>Public extensions that you have activated in this account and region.</para></li></ul></li><li><para><code>PUBLIC</code>: Extensions that are publicly visible and available to be activated
            within any Amazon Web Services account. This includes extensions from Amazon Web Services,
            in addition to third-party publishers.</para></li></ul><para>The default is <code>PRIVATE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous paginated request didn't return all the remaining results, the response
            object's <code>NextToken</code> parameter value is set to a token. To retrieve the
            next set of results, call this action again and assign that token to the request object's
            <code>NextToken</code> parameter. If there are no remaining results, the previous
            response object's <code>NextToken</code> parameter is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TypeSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListTypesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListTypesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationCmdlet">
            <summary>
            Returns information about an extension's registration, including its current status
            and type and version identifiers.
             
              
            <para>
            When you initiate a registration request using <code><a>RegisterType</a></code>,
            you can then use <code><a>DescribeTypeRegistration</a></code> to monitor the progress
            of that registration request.
            </para><para>
            Once the registration request has completed, use <code><a>DescribeType</a></code>
            to return detailed information about an extension.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationCmdlet.RegistrationToken">
            <summary>
            <para>
            <para>The identifier for this registration request.</para><para>This registration token is generated by CloudFormation when you initiate a registration
            request using <code><a>RegisterType</a></code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DescribeTypeRegistrationResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DescribeTypeRegistrationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RegistrationToken parameter.
            The -PassThru parameter is deprecated, use -Select '^RegistrationToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet">
            <summary>
            Returns a list of registration tokens for the specified extension(s).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.RegistrationStatusFilter">
            <summary>
            <para>
            <para>The current status of the extension registration request.</para><para>The default is <code>IN_PROGRESS</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.Type">
            <summary>
            <para>
            <para>The kind of extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.TypeArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous paginated request didn't return all the remaining results, the response
            object's <code>NextToken</code> parameter value is set to a token. To retrieve the
            next set of results, call this action again and assign that token to the request object's
            <code>NextToken</code> parameter. If there are no remaining results, the previous
            response object's <code>NextToken</code> parameter is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RegistrationTokenList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListTypeRegistrationsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListTypeRegistrationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeRegistrationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet">
            <summary>
            Returns summary information about the versions of an extension.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension for which you want version summary
            information.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.DeprecatedStatus">
            <summary>
            <para>
            <para>The deprecation status of the extension versions that you want to get summary information
            about.</para><para>Valid values include:</para><ul><li><para><code>LIVE</code>: The extension version is registered and can be used in CloudFormation
            operations, dependent on its provisioning behavior and visibility scope.</para></li><li><para><code>DEPRECATED</code>: The extension version has been deregistered and can no longer
            be used in CloudFormation operations.</para></li></ul><para>The default is <code>LIVE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.PublisherId">
            <summary>
            <para>
            <para>The publisher ID of the extension publisher.</para><para>Extensions published by Amazon aren't assigned a publisher ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.Type">
            <summary>
            <para>
            <para>The kind of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension for which you want version summary information.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to be returned with a single call. If the number of
            available results exceeds this maximum, the response includes a <code>NextToken</code>
            value that you can assign to the <code>NextToken</code> request parameter to get the
            next set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous paginated request didn't return all of the remaining results, the
            response object's <code>NextToken</code> parameter value is set to a token. To retrieve
            the next set of results, call this action again and assign that token to the request
            object's <code>NextToken</code> parameter. If there are no remaining results, the
            previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TypeVersionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ListTypeVersionsResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ListTypeVersionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.GetCFNTypeVersionCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet">
            <summary>
            Import existing stacks into a new stack sets. Use the stack import operation to import
            up to 10 stacks into a new stack set in the same account as the source stack or in
            a different administrator account and Region, by specifying the stack ID of the stack
            you intend to import.
             
             <note><para><code>ImportStacksToStackSet</code> is only supported by self-managed permissions.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.CallAs">
            <summary>
            <para>
            <para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>For service managed stack sets, specify <code>DELEGATED_ADMIN</code>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.OperationId">
            <summary>
            <para>
            <para>A unique, user defined, identifier for the stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.OperationPreference">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.OrganizationalUnitId">
            <summary>
            <para>
            <para>The list of OU ID's to which the stacks being imported has to be mapped as deployment
            target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.StackId">
            <summary>
            <para>
            <para>The IDs of the stacks you are importing into a stack set. You import up to 10 stacks
            per stack set at a time.</para><para>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.StackIdsUrl">
            <summary>
            <para>
            <para>The Amazon S3 URL which contains list of stack ids to be inputted.</para><para>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name of the stack set. The name must be unique in the Region where you create
            your stack set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ImportStacksToStackSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ImportStacksToStackSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ImportCFNStacksToStackSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet">
            <summary>
            Returns the estimated monthly cost of a template. The return value is an Amazon Web
            Services Simple Monthly Calculator URL with a query string that describes the resources
            required to run the template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.Parameter">
            <summary>
            <para>
            <para>A list of <code>Parameter</code> structures that specify input parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.TemplateBody">
            <summary>
            <para>
            <para>Structure containing the template body with a minimum length of 1 byte and a maximum
            length of 51,200 bytes. (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.)</para><para>Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>.
            If both are passed, only <code>TemplateBody</code> is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.TemplateURL">
            <summary>
            <para>
            <para>Location of file containing the template body. The URL must point to a template that's
            located in an Amazon S3 bucket or a Systems Manager document. For more information,
            go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>.
            If both are passed, only <code>TemplateBody</code> is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Url'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.EstimateTemplateCostResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.EstimateTemplateCostResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TemplateBody parameter.
            The -PassThru parameter is deprecated, use -Select '^TemplateBody' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.MeasureCFNTemplateCostCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet">
            <summary>
            Creates a list of changes that will be applied to a stack so that you can review the
            changes before executing them. You can create a change set for a stack that doesn't
            exist or an existing stack. If you create a change set for a stack that doesn't exist,
            the change set shows all of the resources that CloudFormation will create. If you
            create a change set for an existing stack, CloudFormation compares the stack's information
            with the information that you submit in the change set and lists the differences.
            Use change sets to understand which resources CloudFormation will create or change,
            and how it will change resources in an existing stack, before you create or update
            a stack.
             
              
            <para>
            To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code>
            parameter, specify <code>CREATE</code>. To create a change set for an existing stack,
            specify <code>UPDATE</code> for the <code>ChangeSetType</code> parameter. To create
            a change set for an import operation, specify <code>IMPORT</code> for the <code>ChangeSetType</code>
            parameter. After the <code>CreateChangeSet</code> call successfully completes, CloudFormation
            starts creating the change set. To check the status of the change set or to review
            it, use the <a>DescribeChangeSet</a> action.
            </para><para>
            When you are satisfied with the changes the change set will make, execute the change
            set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes
            until you execute the change set.
            </para><para>
            To create a change set for the entire stack hierarchy, set <code>IncludeNestedStacks</code>
            to <code>True</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Capability">
            <summary>
            <para>
            <para>In some cases, you must explicitly acknowledge that your stack template contains certain
            capabilities in order for CloudFormation to create the stack.</para><ul><li><para><code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code></para><para>Some stack templates might include resources that can affect permissions in your Amazon
            Web Services account; for example, by creating new Identity and Access Management
            (IAM) users. For those stacks, you must explicitly acknowledge this by specifying
            one of these capabilities.</para><para>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code>
            or <code>CAPABILITY_NAMED_IAM</code> capability.</para><ul><li><para>If you have IAM resources, you can specify either capability.</para></li><li><para>If you have IAM resources with custom names, you <i>must</i> specify <code>CAPABILITY_NAMED_IAM</code>.</para></li><li><para>If you don't specify either of these capabilities, CloudFormation returns an <code>InsufficientCapabilities</code>
            error.</para></li></ul><para>If your stack template contains these resources, we suggest that you review all permissions
            associated with them and edit their permissions if necessary.</para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
            AWS::IAM::AccessKey</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
            AWS::IAM::Group</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
            AWS::IAM::Policy</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
            AWS::IAM::Role</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
            AWS::IAM::User</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a></para></li></ul><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging
            IAM resources in CloudFormation templates</a>.</para></li><li><para><code>CAPABILITY_AUTO_EXPAND</code></para><para>Some template contain macros. Macros perform custom processing on templates; this
            can include simple actions like find-and-replace operations, all the way to extensive
            transformations of entire templates. Because of this, users typically create a change
            set from the processed template, so that they can review the changes resulting from
            the macros before actually creating the stack. If your stack template contains one
            or more macros, and you choose to create a stack directly from the processed template,
            without first reviewing the resulting changes in a change set, you must acknowledge
            this capability. This includes the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a>
            and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
            transforms, which are macros hosted by CloudFormation.</para><note><para>This capacity doesn't apply to creating change sets, and specifying it when creating
            change sets has no effect.</para><para>If you want to create a stack from a stack template that contains macros <i>and</i>
            nested stacks, you must create or update the stack directly from the template using
            the <a>CreateStack</a> or <a>UpdateStack</a> action, and specifying this capability.</para></note><para>For more information about macros, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
            CloudFormation macros to perform custom processing on templates</a>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name of the change set. The name must be unique among all change sets that are
            associated with the specified stack.</para><para>A change set name can contain only alphanumeric, case sensitive characters, and hyphens.
            It must start with an alphabetical character and can't exceed 128 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.ChangeSetType">
            <summary>
            <para>
            <para>The type of change set operation. To create a change set for a new stack, specify
            <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code>.
            To create a change set for an import operation, specify <code>IMPORT</code>.</para><para>If you create a change set for a new stack, CloudFormation creates a stack with a
            unique stack ID, but no template or resources. The stack will be in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995"><code>REVIEW_IN_PROGRESS</code></a> state until you execute the change set.</para><para>By default, CloudFormation specifies <code>UPDATE</code>. You can't use the <code>UPDATE</code>
            type to create a change set for a new stack or the <code>CREATE</code> type to create
            a change set for an existing stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Description">
            <summary>
            <para>
            <para>A description to help you identify this change set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.IncludeNestedStack">
            <summary>
            <para>
            <para>Creates a change set for the all nested stacks specified in the template. The default
            behavior of this action is set to <code>False</code>. To include nested sets in a
            change set, specify <code>True</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.NotificationARNs">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS)
            topics that CloudFormation associates with the stack. To remove all associated notification
            topics, specify an empty list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Parameter">
            <summary>
            <para>
            <para>A list of <code>Parameter</code> structures that specify input parameters for the
            change set. For more information, see the <a>Parameter</a> data type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.ResourcesToImport">
            <summary>
            <para>
            <para>The resources to import into your stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.ResourceType">
            <summary>
            <para>
            <para>The template resource types that you have permissions to work with if you execute
            this change set, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>,
            or <code>Custom::MyCustomInstance</code>.</para><para>If the list of resource types doesn't include a resource type that you're updating,
            the stack update fails. By default, CloudFormation grants permissions to all resource
            types. Identity and Access Management (IAM) uses this parameter for condition keys
            in IAM policies for CloudFormation. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
            access with Identity and Access Management</a> in the CloudFormation User Guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
            CloudFormation assumes when executing the change set. CloudFormation uses the role's
            credentials to make calls on your behalf. CloudFormation uses this role for all future
            operations on the stack. Provided that users have permission to operate on the stack,
            CloudFormation uses this role even if the users don't have permission to pass it.
            Ensure that the role grants least permission.</para><para>If you don't specify a value, CloudFormation uses the role that was previously associated
            with the stack. If no role is available, CloudFormation uses a temporary session that
            is generated from your user credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.RollbackConfiguration">
            <summary>
            <para>
            <para>The rollback triggers for CloudFormation to monitor during stack creation and updating
            operations, and for the specified monitoring period afterwards.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique ID of the stack for which you are creating a change set. CloudFormation
            generates the change set by comparing this stack's information with the information
            that you submit, such as a modified template or different parameter input values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Tag">
            <summary>
            <para>
            <para>Key-value pairs to associate with this stack. CloudFormation also propagates these
            tags to resources in the stack. You can specify a maximum of 50 tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.TemplateBody">
            <summary>
            <para>
            <para>A structure that contains the body of the revised template, with a minimum length
            of 1 byte and a maximum length of 51,200 bytes. CloudFormation generates the change
            set by comparing this template with the template of the stack that you specified.</para><para>Conditional: You must specify only <code>TemplateBody</code> or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.TemplateURL">
            <summary>
            <para>
            <para>The location of the file that contains the revised template. The URL must point to
            a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems
            Manager document. CloudFormation generates the change set by comparing this template
            with the stack that you specified.</para><para>Conditional: You must specify only <code>TemplateBody</code> or <code>TemplateURL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.UsePreviousTemplate">
            <summary>
            <para>
            <para>Whether to reuse the template that's associated with the stack to create the change
            set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>CreateChangeSet</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to create another change set with the same name. You might retry <code>CreateChangeSet</code>
            requests to ensure that CloudFormation successfully received them.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Id'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.CreateChangeSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.CreateChangeSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNChangeSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet">
            <summary>
            Creates a stack as specified in the template. After the call completes successfully,
            the stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.Capability">
            <summary>
            <para>
            <para>In some cases, you must explicitly acknowledge that your stack template contains certain
            capabilities in order for CloudFormation to create the stack.</para><ul><li><para><code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code></para><para>Some stack templates might include resources that can affect permissions in your Amazon
            Web Services account; for example, by creating new Identity and Access Management
            (IAM) users. For those stacks, you must explicitly acknowledge this by specifying
            one of these capabilities.</para><para>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code>
            or <code>CAPABILITY_NAMED_IAM</code> capability.</para><ul><li><para>If you have IAM resources, you can specify either capability.</para></li><li><para>If you have IAM resources with custom names, you <i>must</i> specify <code>CAPABILITY_NAMED_IAM</code>.</para></li><li><para>If you don't specify either of these capabilities, CloudFormation returns an <code>InsufficientCapabilities</code>
            error.</para></li></ul><para>If your stack template contains these resources, we recommend that you review all
            permissions associated with them and edit their permissions if necessary.</para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
            AWS::IAM::AccessKey</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
            AWS::IAM::Group</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
            AWS::IAM::Policy</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
            AWS::IAM::Role</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
            AWS::IAM::User</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a></para></li></ul><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging
            IAM Resources in CloudFormation Templates</a>.</para></li><li><para><code>CAPABILITY_AUTO_EXPAND</code></para><para>Some template contain macros. Macros perform custom processing on templates; this
            can include simple actions like find-and-replace operations, all the way to extensive
            transformations of entire templates. Because of this, users typically create a change
            set from the processed template, so that they can review the changes resulting from
            the macros before actually creating the stack. If your stack template contains one
            or more macros, and you choose to create a stack directly from the processed template,
            without first reviewing the resulting changes in a change set, you must acknowledge
            this capability. This includes the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a>
            and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
            transforms, which are macros hosted by CloudFormation.</para><para>If you want to create a stack from a stack template that contains macros <i>and</i>
            nested stacks, you must create the stack directly from the template using this capability.</para><important><para>You should only create stacks directly from a stack template that contains macros
            if you know what processing the macro performs.</para><para>Each macro relies on an underlying Lambda service function for processing stack templates.
            Be aware that the Lambda function owner can update the function operation without
            CloudFormation being notified.</para></important><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
            CloudFormation macros to perform custom processing on templates</a>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>CreateStack</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to create a stack with the same name. You might retry <code>CreateStack</code> requests
            to ensure that CloudFormation successfully received them.</para><para>All events initiated by a given stack operation are assigned the same client request
            token, which you can use to track operations. For example, if you execute a <code>CreateStack</code>
            operation with the token <code>token1</code>, then all the <code>StackEvents</code>
            generated by that operation will have <code>ClientRequestToken</code> set as <code>token1</code>.</para><para>In the console, stack operations display the client request token on the Events tab.
            Stack operations that are initiated from the console use the token format <i>Console-StackOperation-ID</i>,
            which helps you easily identify the stack operation . For example, if you create a
            stack using the console, each stack event would be assigned the same token in the
            following format: <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.DisableRollback">
            <summary>
            <para>
            <para>Set to <code>true</code> to disable rollback of the stack if stack creation failed.
            You can specify either <code>DisableRollback</code> or <code>OnFailure</code>, but
            not both.</para><para>Default: <code>false</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.EnableTerminationProtection">
            <summary>
            <para>
            <para>Whether to enable termination protection on the specified stack. If a user attempts
            to delete a stack with termination protection enabled, the operation fails and the
            stack remains unchanged. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting
            a Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>. Termination
            protection is deactivated on stacks by default.</para><para>For <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
            stacks</a>, termination protection is set on the root stack and can't be changed directly
            on the nested stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.RollbackConfiguration_MonitoringTimeInMinute">
            <summary>
            <para>
            <para>The amount of time, in minutes, during which CloudFormation should monitor all the
            rollback triggers after the stack creation or update operation deploys all necessary
            resources.</para><para>The default is 0 minutes.</para><para>If you specify a monitoring period but don't specify any rollback triggers, CloudFormation
            still waits the specified period of time before cleaning up old resources after update
            operations. You can use this monitoring period to perform any manual stack validation
            desired, and manually cancel the stack creation or update (using <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CancelUpdateStack.html">CancelUpdateStack</a>,
            for example) as necessary.</para><para>If you specify 0 for this parameter, CloudFormation still monitors the specified rollback
            triggers during stack creation and update operations. Then, for update operations,
            it begins disposing of old resources immediately once the operation completes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.NotificationARNs">
            <summary>
            <para>
            <para>The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related
            events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your
            Command Line Interface (CLI).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.OnFailure">
            <summary>
            <para>
            <para>Determines what action will be taken if stack creation fails. This must be one of:
            <code>DO_NOTHING</code>, <code>ROLLBACK</code>, or <code>DELETE</code>. You can specify
            either <code>OnFailure</code> or <code>DisableRollback</code>, but not both.</para><para>Default: <code>ROLLBACK</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.Parameter">
            <summary>
            <para>
            <para>A list of <code>Parameter</code> structures that specify input parameters for the
            stack. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
            data type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.ResourceType">
            <summary>
            <para>
            <para>The template resource types that you have permissions to work with for this create
            stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or
            <code>Custom::MyCustomInstance</code>. Use the following syntax to describe template
            resource types: <code>AWS::*</code> (for all Amazon Web Services resources), <code>Custom::*</code>
            (for all custom resources), <code>Custom::<i>logical_ID</i></code> (for a specific
            custom resource), <code>AWS::<i>service_name</i>::*</code> (for all resources of a
            particular Amazon Web Services service), and <code>AWS::<i>service_name</i>::<i>resource_logical_ID</i></code> (for a specific Amazon Web Services resource).</para><para>If the list of resource types doesn't include a resource that you're creating, the
            stack creation fails. By default, CloudFormation grants permissions to all resource
            types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific
            condition keys in IAM policies. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
            Access with Identity and Access Management</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
            CloudFormation assumes to create the stack. CloudFormation uses the role's credentials
            to make calls on your behalf. CloudFormation always uses this role for all future
            operations on the stack. Provided that users have permission to operate on the stack,
            CloudFormation uses this role even if the users don't have permission to pass it.
            Ensure that the role grants least privilege.</para><para>If you don't specify a value, CloudFormation uses the role that was previously associated
            with the stack. If no role is available, CloudFormation uses a temporary session that's
            generated from your user credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.RollbackConfiguration_RollbackTrigger">
            <summary>
            <para>
            <para>The triggers to monitor during stack creation or update actions.</para><para>By default, CloudFormation saves the rollback triggers specified for a stack and applies
            them to any subsequent update operations for the stack, unless you specify otherwise.
            If you do specify rollback triggers for this parameter, those triggers replace any
            list of triggers previously specified for the stack. This means:</para><ul><li><para>To use the rollback triggers previously specified for this stack, if any, don't specify
            this parameter.</para></li><li><para>To specify new or updated rollback triggers, you must specify <i>all</i> the triggers
            that you want used for this stack, even triggers you've specified before (for example,
            when creating the stack or during a previous stack update). Any triggers that you
            don't include in the updated list of triggers are no longer applied to the stack.</para></li><li><para>To remove all currently specified triggers, specify an empty list for this parameter.</para></li></ul><para>If a specified trigger is missing, the entire stack operation fails and is rolled
            back.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name that's associated with the stack. The name must be unique in the Region in
            which you are creating the stack.</para><note><para>A stack name can contain only alphanumeric characters (case sensitive) and hyphens.
            It must start with an alphabetical character and can't be longer than 128 characters.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.StackPolicyBody">
            <summary>
            <para>
            <para>Structure containing the stack policy body. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">
            Prevent Updates to Stack Resources</a> in the <i>CloudFormation User Guide</i>. You
            can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
            parameter, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.StackPolicyURL">
            <summary>
            <para>
            <para>Location of a file containing the stack policy. The URL must point to a policy (maximum
            size: 16 KB) located in an S3 bucket in the same Region as the stack. You can specify
            either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter,
            but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.Tag">
            <summary>
            <para>
            <para>Key-value pairs to associate with this stack. CloudFormation also propagates these
            tags to the resources created in the stack. A maximum number of 50 tags can be specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.TemplateBody">
            <summary>
            <para>
            <para>Structure containing the template body with a minimum length of 1 byte and a maximum
            length of 51,200 bytes. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code>
            parameter, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.TemplateURL">
            <summary>
            <para>
            <para>Location of file containing the template body. The URL must point to a template (max
            size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document.
            For more information, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code>
            parameter, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.TimeoutInMinutes">
            <summary>
            <para>
            <para>The amount of time that can pass before the stack status becomes CREATE_FAILED; if
            <code>DisableRollback</code> is not set or is set to <code>false</code>, the stack
            will be rolled back.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.CreateStackResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.CreateStackResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet">
            <summary>
            Creates stack instances for the specified accounts, within the specified Amazon Web
            Services Regions. A stack instance refers to a stack in a specific account and Region.
            You must specify at least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>,
            and you must specify at least one value for <code>Regions</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.Account">
            <summary>
            <para>
            <para>[Self-managed permissions] The names of one or more Amazon Web Services accounts that
            you want to create stack instances in the specified Region(s) for.</para><para>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.DeploymentTargets_Account">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services accounts for which you want to deploy
            stack set updates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.DeploymentTargets_AccountsUrl">
            <summary>
            <para>
            <para>Returns the value of the <code>AccountsUrl</code> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.OperationId">
            <summary>
            <para>
            <para>The unique identifier for this stack set operation.</para><para>The operation ID also functions as an idempotency token, to ensure that CloudFormation
            performs the stack set operation only once, even if you retry the request multiple
            times. You might retry stack set operation requests to ensure that CloudFormation
            successfully received them.</para><para>If you don't specify an operation ID, the SDK generates one automatically.</para><para>Repeating this stack set operation with a new operation ID retries all stack instances
            whose status is <code>OUTDATED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.OperationPreference">
            <summary>
            <para>
            <para>Preferences for how CloudFormation performs this stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.DeploymentTargets_OrganizationalUnitId">
            <summary>
            <para>
            <para>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.ParameterOverride">
            <summary>
            <para>
            <para>A list of stack set parameters whose values you want to override in the selected stack
            instances.</para><para>Any overridden parameter values will be applied to all stack instances in the specified
            accounts and Amazon Web Services Regions. When specifying parameters and their values,
            be aware of how CloudFormation sets parameter values during stack instance operations:</para><ul><li><para>To override the current value for a parameter, include the parameter and specify its
            value.</para></li><li><para>To leave an overridden parameter set to its present value, include the parameter and
            specify <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both
            a value and set <code>UsePreviousValue</code> to <code>true</code>.)</para></li><li><para>To set an overridden parameter back to the value specified in the stack set, specify
            a parameter list but don't include the parameter in the list.</para></li><li><para>To leave all parameters set to their present values, don't specify this property at
            all.</para></li></ul><para>During stack set updates, any parameter values overridden for a stack instance aren't
            updated, but retain their overridden value.</para><para>You can only override the parameter <i>values</i> that are specified in the stack
            set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
            to update the stack set template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.StackInstanceRegion">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services Regions where you want to create stack
            instances using the specified Amazon Web Services accounts.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to create stack instances from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.CreateStackInstancesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.CreateStackInstancesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackInstanceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet">
            <summary>
            Creates a stack set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.ManagedExecution_Active">
            <summary>
            <para>
            <para>When <code>true</code>, StackSets performs non-conflicting operations concurrently
            and queues conflicting operations. After conflicting operations finish, StackSets
            starts queued operations in request order.</para><note><para>If there are already running or queued operations, StackSets queues all incoming operations
            even if they are non-conflicting.</para><para>You can't modify your stack set's execution configuration while there are running
            or queued operations for that stack set.</para></note><para>When <code>false</code> (default), StackSets performs one operation at a time in request
            order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.AdministrationRoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.</para><para>Specify an IAM role only if you are using customized administrator roles to control
            which users or groups can manage specific stack sets within the same administrator
            account. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites:
            Granting Permissions for Stack Set Operations</a> in the <i>CloudFormation User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>To create a stack set with service-managed permissions while signed in to the management
            account, specify <code>SELF</code>.</para></li><li><para>To create a stack set with service-managed permissions while signed in to a delegated
            administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated admin in the management
            account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul><para>Stack sets with service-managed permissions are created in the management account,
            including stack sets that are created by delegated administrators.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Capability">
            <summary>
            <para>
            <para>In some cases, you must explicitly acknowledge that your stack set template contains
            certain capabilities in order for CloudFormation to create the stack set and related
            stack instances.</para><ul><li><para><code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code></para><para>Some stack templates might include resources that can affect permissions in your Amazon
            Web Services account; for example, by creating new Identity and Access Management
            (IAM) users. For those stack sets, you must explicitly acknowledge this by specifying
            one of these capabilities.</para><para>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code>
            or <code>CAPABILITY_NAMED_IAM</code> capability.</para><ul><li><para>If you have IAM resources, you can specify either capability.</para></li><li><para>If you have IAM resources with custom names, you <i>must</i> specify <code>CAPABILITY_NAMED_IAM</code>.</para></li><li><para>If you don't specify either of these capabilities, CloudFormation returns an <code>InsufficientCapabilities</code>
            error.</para></li></ul><para>If your stack template contains these resources, we recommend that you review all
            permissions associated with them and edit their permissions if necessary.</para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
            AWS::IAM::AccessKey</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
            AWS::IAM::Group</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
            AWS::IAM::Policy</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
            AWS::IAM::Role</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
            AWS::IAM::User</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a></para></li></ul><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging
            IAM Resources in CloudFormation Templates</a>.</para></li><li><para><code>CAPABILITY_AUTO_EXPAND</code></para><para>Some templates reference macros. If your stack set template references one or more
            macros, you must create the stack set directly from the processed template, without
            first reviewing the resulting changes in a change set. To create the stack set directly,
            you must acknowledge this capability. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
            CloudFormation Macros to Perform Custom Processing on Templates</a>.</para><important><para>Stack sets with service-managed permissions don't currently support the use of macros
            in templates. (This includes the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a>
            and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
            transforms, which are macros hosted by CloudFormation.) Even if you specify this capability
            for a stack set with service-managed permissions, if you reference a macro in your
            template the stack set operation will fail.</para></important></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>CreateStackSet</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to create another stack set with the same name. You might retry <code>CreateStackSet</code>
            requests to ensure that CloudFormation successfully received them.</para><para>If you don't specify an operation ID, the SDK generates one automatically.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Description">
            <summary>
            <para>
            <para>A description of the stack set. You can use the description to identify the stack
            set's purpose or other important information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.AutoDeployment_Enabled">
            <summary>
            <para>
            <para>If set to <code>true</code>, StackSets automatically deploys additional stack instances
            to Organizations accounts that are added to a target organization or organizational
            unit (OU) in the specified Regions. If an account is removed from a target organization
            or OU, StackSets deletes stack instances from the account in the specified Regions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.ExecutionRoleName">
            <summary>
            <para>
            <para>The name of the IAM execution role to use to create the stack set. If you do not specify
            an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
            role for the stack set operation.</para><para>Specify an IAM role only if you are using customized execution roles to control which
            stack resources users and groups can include in their stack sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Parameter">
            <summary>
            <para>
            <para>The input parameters for the stack set template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.PermissionModel">
            <summary>
            <para>
            <para>Describes how the IAM roles required for stack set operations are created. By default,
            <code>SELF-MANAGED</code> is specified.</para><ul><li><para>With <code>self-managed</code> permissions, you must create the administrator and
            execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
            Self-Managed Stack Set Permissions</a>.</para></li><li><para>With <code>service-managed</code> permissions, StackSets automatically creates the
            IAM roles required to deploy to accounts managed by Organizations. For more information,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
            Service-Managed Stack Set Permissions</a>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.AutoDeployment_RetainStacksOnAccountRemoval">
            <summary>
            <para>
            <para>If set to <code>true</code>, stack resources are retained when an account is removed
            from a target organization or OU. If set to <code>false</code>, stack resources are
            deleted. Specify only if <code>Enabled</code> is set to <code>True</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.StackId">
            <summary>
            <para>
            <para>The stack ID you are importing into a new stack set. Specify the Amazon Resource Name
            (ARN) of the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name to associate with the stack set. The name must be unique in the Region where
            you create your stack set.</para><note><para>A stack name can contain only alphanumeric characters (case-sensitive) and hyphens.
            It must start with an alphabetic character and can't be longer than 128 characters.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Tag">
            <summary>
            <para>
            <para>The key-value pairs to associate with this stack set and the stacks created from it.
            CloudFormation also propagates these tags to supported resources that are created
            in the stacks. A maximum number of 50 tags can be specified.</para><para>If you specify tags as part of a <code>CreateStackSet</code> action, CloudFormation
            checks to see if you have the required IAM permission to tag resources. If you don't,
            the entire <code>CreateStackSet</code> action fails with an <code>access denied</code>
            error, and the stack set is not created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.TemplateBody">
            <summary>
            <para>
            <para>The structure that contains the template body, with a minimum length of 1 byte and
            a maximum length of 51,200 bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify either the TemplateBody or the TemplateURL parameter,
            but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.TemplateURL">
            <summary>
            <para>
            <para>The location of the file that contains the template body. The URL must point to a
            template (maximum size: 460,800 bytes) that's located in an Amazon S3 bucket or a
            Systems Manager document. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify either the TemplateBody or the TemplateURL parameter,
            but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackSetId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.CreateStackSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.CreateStackSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.NewCFNStackSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet">
            <summary>
            Publishes the specified extension to the CloudFormation registry as a public extension
            in this region. Public extensions are available for use by all CloudFormation users.
            For more information about publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
            extensions to make them available for public use</a> in the <i>CloudFormation CLI
            User Guide</i>.
             
              
            <para>
            To publish an extension, you must be registered as a publisher with CloudFormation.
            For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.PublicVersionNumber">
            <summary>
            <para>
            <para>The version number to assign to this version of the extension.</para><para>Use the following format, and adhere to semantic versioning when assigning a version
            number to your extension:</para><para><code>MAJOR.MINOR.PATCH</code></para><para>For more information, see <a href="https://semver.org/">Semantic Versioning 2.0.0</a>.</para><para>If you don't specify a version number, CloudFormation increments the version number
            by one minor version release.</para><para>You cannot specify a version number the first time you publish a type. CloudFormation
            automatically sets the first version number to be <code>1.0.0</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The type of the extension.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicTypeArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.PublishTypeResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.PublishTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.PublishCFNTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNPublisherCmdlet">
            <summary>
            Registers your account as a publisher of public extensions in the CloudFormation registry.
            Public extensions are available for use by all CloudFormation users. This publisher
            ID applies to your account in all Amazon Web Services Regions.
             
              
            <para>
            For information about requirements for registering as a public extension publisher,
            see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering
            your account to publish CloudFormation extensions</a> in the <i>CloudFormation CLI
            User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNPublisherCmdlet.AcceptTermsAndCondition">
            <summary>
            <para>
            <para>Whether you accept the <a href="https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf">Terms
            and Conditions</a> for publishing extensions in the CloudFormation registry. You must
            accept the terms and conditions in order to register to publish public extensions
            to the CloudFormation registry.</para><para>The default is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNPublisherCmdlet.ConnectionArn">
            <summary>
            <para>
            <para>If you are using a Bitbucket or GitHub account for identity verification, the Amazon
            Resource Name (ARN) for your connection to that account.</para><para>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering
            your account to publish CloudFormation extensions</a> in the <i>CloudFormation CLI
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNPublisherCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublisherId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.RegisterPublisherResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.RegisterPublisherResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNPublisherCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet">
            <summary>
            Registers an extension with the CloudFormation service. Registering an extension makes
            it available for use in CloudFormation templates in your Amazon Web Services account,
            and includes:
             
             <ul><li><para>
            Validating the extension schema.
            </para></li><li><para>
            Determining which handlers, if any, have been specified for the extension.
            </para></li><li><para>
            Making the extension available for use in your account.
            </para></li></ul><para>
            For more information about how to develop extensions and ready them for registration,
            see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating
            Resource Providers</a> in the <i>CloudFormation CLI User Guide</i>.
            </para><para>
            You can have a maximum of 50 resource extension versions registered at a time. This
            maximum is per account and per region. Use <a href="AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a>
            to deregister specific extension versions if necessary.
            </para><para>
            Once you have initiated a registration request using <code><a>RegisterType</a></code>,
            you can use <code><a>DescribeTypeRegistration</a></code> to monitor the progress
            of the registration request.
            </para><para>
            Once you have registered a private extension in your account and region, use <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>
            to specify configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring
            extensions at the account level</a> in the <i>CloudFormation User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier that acts as an idempotency key for this registration request.
            Specifying a client request token prevents CloudFormation from generating more than
            one version of an extension from the same registration request, even if the request
            is submitted multiple times.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.ExecutionRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking
            the extension.</para><para>For CloudFormation to assume the specified execution role, the role must contain a
            trust relationship with the CloudFormation service principle (<code>resources.cloudformation.amazonaws.com</code>).
            For more information about adding trust relationships, see <a href="IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy">Modifying
            a role trust policy</a> in the <i>Identity and Access Management User Guide</i>.</para><para>If your extension calls Amazon Web Services APIs in any of its handlers, you must
            create an <i><a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
            execution role</a></i> that includes the necessary permissions to call those Amazon
            Web Services APIs, and provision that execution role in your account. When CloudFormation
            needs to invoke the resource type handler, CloudFormation assumes this execution role
            to create a temporary session token, which it then passes to the resource type handler,
            thereby supplying your resource type with the appropriate credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.LoggingConfig_LogGroupName">
            <summary>
            <para>
            <para>The Amazon CloudWatch Logs group to which CloudFormation sends error logging information
            when invoking the extension's handlers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.LoggingConfig_LogRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the role that CloudFormation should assume when
            sending log entries to CloudWatch Logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.SchemaHandlerPackage">
            <summary>
            <para>
            <para>A URL to the S3 bucket containing the extension project package that contains the
            necessary files for the extension you want to register.</para><para>For information about generating a schema handler package for the extension you want
            to register, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html">submit</a>
            in the <i>CloudFormation CLI User Guide</i>.</para><note><para>The user registering the extension must be able to access the package in the S3 bucket.
            That's, the user needs to have <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
            permissions for the schema handler package. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html">Actions,
            Resources, and Condition Keys for Amazon S3</a> in the <i>Identity and Access Management
            User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The kind of extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension being registered.</para><para>We suggest that extension names adhere to the following patterns:</para><ul><li><para>For resource types, <i>company_or_organization</i>::<i>service</i>::<i>type</i>.</para></li><li><para>For modules, <i>company_or_organization</i>::<i>service</i>::<i>type</i>::MODULE.</para></li><li><para>For hooks, <i>MyCompany</i>::<i>Testing</i>::<i>MyTestHook</i>.</para></li></ul><note><para>The following organization namespaces are reserved and can't be used in your extension
            names:</para><ul><li><para><code>Alexa</code></para></li><li><para><code>AMZN</code></para></li><li><para><code>Amazon</code></para></li><li><para><code>AWS</code></para></li><li><para><code>Custom</code></para></li><li><para><code>Dev</code></para></li></ul></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RegistrationToken'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.RegisterTypeResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.RegisterTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RegisterCFNTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet">
            <summary>
            Deletes the specified change set. Deleting change sets ensures that no one executes
            the wrong change set.
             
              
            <para>
            If the call successfully completes, CloudFormation successfully deleted the change
            set.
            </para><para>
            If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation
            of the nested change set, then <code>DeleteChangeSet</code> will delete all change
            sets that belong to the stacks hierarchy and will also delete all change sets for
            nested stacks with the status of <code>REVIEW_IN_PROGRESS</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the change set that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet.StackName">
            <summary>
            <para>
            <para>If you specified the name of a change set to delete, specify the stack name or Amazon
            Resource Name (ARN) that's associated with it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeleteChangeSetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChangeSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChangeSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNChangeSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet">
            <summary>
            Deletes a specified stack. Once the call completes successfully, stack deletion starts.
            Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the deletion
            has been completed successfully.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>DeleteStack</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to delete a stack with the same name. You might retry <code>DeleteStack</code> requests
            to ensure that CloudFormation successfully received them.</para><para>All events initiated by a given stack operation are assigned the same client request
            token, which you can use to track operations. For example, if you execute a <code>CreateStack</code>
            operation with the token <code>token1</code>, then all the <code>StackEvents</code>
            generated by that operation will have <code>ClientRequestToken</code> set as <code>token1</code>.</para><para>In the console, stack operations display the client request token on the Events tab.
            Stack operations that are initiated from the console use the token format <i>Console-StackOperation-ID</i>,
            which helps you easily identify the stack operation . For example, if you create a
            stack using the console, each stack event would be assigned the same token in the
            following format: <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.RetainResource">
            <summary>
            <para>
            <para>For stacks in the <code>DELETE_FAILED</code> state, a list of resource logical IDs
            that are associated with the resources you want to retain. During deletion, CloudFormation
            deletes the stack but doesn't delete the retained resources.</para><para>Retaining resources is useful when you can't delete a resource, such as a non-empty
            S3 bucket, but you want to delete the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
            CloudFormation assumes to delete the stack. CloudFormation uses the role's credentials
            to make calls on your behalf.</para><para>If you don't specify a value, CloudFormation uses the role that was previously associated
            with the stack. If no role is available, CloudFormation uses a temporary session that's
            generated from your user credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeleteStackResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet">
            <summary>
            Deletes stack instances for the specified accounts, in the specified Amazon Web Services
            Regions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.Account">
            <summary>
            <para>
            <para>[Self-managed permissions] The names of the Amazon Web Services accounts that you
            want to delete stack instances for.</para><para>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.DeploymentTargets_Account">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services accounts for which you want to deploy
            stack set updates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.DeploymentTargets_AccountsUrl">
            <summary>
            <para>
            <para>Returns the value of the <code>AccountsUrl</code> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.OperationId">
            <summary>
            <para>
            <para>The unique identifier for this stack set operation.</para><para>If you don't specify an operation ID, the SDK generates one automatically.</para><para>The operation ID also functions as an idempotency token, to ensure that CloudFormation
            performs the stack set operation only once, even if you retry the request multiple
            times. You can retry stack set operation requests to ensure that CloudFormation successfully
            received them.</para><para>Repeating this stack set operation with a new operation ID retries all stack instances
            whose status is <code>OUTDATED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.OperationPreference">
            <summary>
            <para>
            <para>Preferences for how CloudFormation performs this stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.DeploymentTargets_OrganizationalUnitId">
            <summary>
            <para>
            <para>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.StackInstanceRegion">
            <summary>
            <para>
            <para>The Amazon Web Services Regions where you want to delete stack set instances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.RetainStack">
            <summary>
            <para>
            <para>Removes the stack instances from the specified stack set, but doesn't delete the stacks.
            You can't reassociate a retained stack or add an existing, saved stack to a new stack
            set.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack
            set operation options</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to delete stack instances for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeleteStackInstancesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DeleteStackInstancesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackInstanceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet">
            <summary>
            Deletes a stack set. Before you can delete a stack set, all its member stack instances
            must be deleted. For more information about how to complete this, see <a>DeleteStackInstances</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you're deleting. You can obtain this value
            by running <a>ListStackSets</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeleteStackSetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.RemoveCFNStackSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet">
            <summary>
            For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
            rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the
            cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">
            fix the error</a> and continue the rollback. By continuing the rollback, you can return
            your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
            then try to update the stack again.
             
              
            <para>
            A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation
            can't roll back all changes after a failed stack update. For example, you might have
            a stack that's rolling back to an old database instance that was deleted outside of
            CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes
            that the database instance still exists and attempts to roll back to it, causing the
            update rollback to fail.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>ContinueUpdateRollback</code> request. Specify
            this token if you plan to retry requests so that CloudFormationknows that you're not
            attempting to continue the rollback to a stack with the same name. You might retry
            <code>ContinueUpdateRollback</code> requests to ensure that CloudFormation successfully
            received them.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.ResourcesToSkip">
            <summary>
            <para>
            <para>A list of the logical IDs of the resources that CloudFormation skips during the continue
            update rollback operation. You can specify only resources that are in the <code>UPDATE_FAILED</code>
            state because a rollback failed. You can't specify resources that are in the <code>UPDATE_FAILED</code>
            state for other reasons, for example, because an update was canceled. To check why
            a resource update failed, use the <a>DescribeStackResources</a> action, and view the
            resource status reason.</para><important><para>Specify this property to skip rolling back resources that CloudFormation can't successfully
            roll back. We recommend that you <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">
            troubleshoot</a> resources before skipping them. CloudFormation sets the status of
            the specified resources to <code>UPDATE_COMPLETE</code> and continues to roll back
            the stack. After the rollback is complete, the state of the skipped resources will
            be inconsistent with the state of the resources in the stack template. Before performing
            another stack update, you must update the stack or resources to be consistent with
            each other. If you don't, subsequent stack updates might fail, and the stack will
            become unrecoverable.</para></important><para>Specify the minimum number of resources required to successfully roll back your stack.
            For example, a failed resource update might cause dependent resources to fail. In
            this case, it might not be necessary to skip the dependent resources.</para><para>To skip resources that are part of nested stacks, use the following format: <code>NestedStackName.ResourceLogicalID</code>.
            If you want to specify the logical ID of a stack resource (<code>Type: AWS::CloudFormation::Stack</code>)
            in the <code>ResourcesToSkip</code> list, then its corresponding embedded stack must
            be in one of the following states: <code>DELETE_IN_PROGRESS</code>, <code>DELETE_COMPLETE</code>,
            or <code>DELETE_FAILED</code>.</para><note><para>Don't confuse a child stack's name with its corresponding logical ID defined in the
            parent stack. For an example of a continue update rollback operation with nested stacks,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html#nested-stacks">Using
            ResourcesToSkip to recover a nested stacks hierarchy</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
            CloudFormation assumes to roll back the stack. CloudFormation uses the role's credentials
            to make calls on your behalf. CloudFormation always uses this role for all future
            operations on the stack. Provided that users have permission to operate on the stack,
            CloudFormation uses this role even if the users don't have permission to pass it.
            Ensure that the role grants least permission.</para><para>If you don't specify a value, CloudFormation uses the role that was previously associated
            with the stack. If no role is available, CloudFormation uses a temporary session that's
            generated from your user credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique ID of the stack that you want to continue rolling back.</para><note><para>Don't specify the name of a nested stack (a stack that was created by using the <code>AWS::CloudFormation::Stack</code>
            resource). Instead, use this operation on the parent stack (the stack that contains
            the <code>AWS::CloudFormation::Stack</code> resource).</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ContinueUpdateRollbackResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.ResumeCFNUpdateRollbackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet">
            <summary>
            Sends a signal to the specified resource with a success or failure status. You can
            use the <code>SignalResource</code> operation in conjunction with a creation policy
            or update policy. CloudFormation doesn't proceed with a stack creation or update until
            resources receive the required number of signals or the timeout period is exceeded.
            The <code>SignalResource</code> operation is useful in cases where you want to send
            signals from anywhere other than an Amazon EC2 instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>The logical ID of the resource that you want to signal. The logical ID is the name
            of the resource that given in the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.StackName">
            <summary>
            <para>
            <para>The stack name or unique stack ID that includes the resource that you want to signal.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.Status">
            <summary>
            <para>
            <para>The status of the signal, which is either success or failure. A failure signal causes
            CloudFormation to immediately fail the stack creation or update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.UniqueId">
            <summary>
            <para>
            <para>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups,
            specify the instance ID that you are signaling as the unique ID. If you send multiple
            signals to a single resource (such as signaling a wait condition), each signal requires
            a different unique ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.SignalResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SendCFNResourceSignalCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet">
            <summary>
            Sets a stack policy for a specified stack.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.StackName">
            <summary>
            <para>
            <para>The name or unique stack ID that you want to associate a policy with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.StackPolicyBody">
            <summary>
            <para>
            <para>Structure containing the stack policy body. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">
            Prevent updates to stack resources</a> in the CloudFormation User Guide. You can specify
            either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter,
            but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.StackPolicyURL">
            <summary>
            <para>
            <para>Location of a file containing the stack policy. The URL must point to a policy (maximum
            size: 16 KB) located in an Amazon S3 bucket in the same Amazon Web Services Region
            as the stack. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
            parameter, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.SetStackPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNStackPolicyCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet">
            <summary>
            Specifies the configuration data for a registered CloudFormation extension, in the
            given account and region.
             
              
            <para>
            To view the current configuration data for an extension, refer to the <code>ConfigurationSchema</code>
            element of <a href="AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.
            For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring
            extensions at the account level</a> in the <i>CloudFormation User Guide</i>.
            </para><important><para>
            It's strongly recommended that you use dynamic references to restrict sensitive configuration
            definitions, such as third-party credentials. For more details on dynamic references,
            see <a href="https://docs.aws.amazon.com/">Using dynamic references to specify template
            values</a> in the <i>CloudFormation User Guide</i>.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.Configuration">
            <summary>
            <para>
            <para>The configuration data for the extension, in this account and region.</para><para>The configuration data must be formatted as JSON, and validate against the schema
            returned in the <code>ConfigurationSchema</code> response element of <a href="AWSCloudFormation/latest/APIReference/API_DescribeType.html">API_DescribeType</a>.
            For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
            account-level configuration data for an extension</a> in the <i>CloudFormation CLI
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.ConfigurationAlias">
            <summary>
            <para>
            <para>An alias by which to refer to this extension configuration data.</para><para>Conditional: Specifying a configuration alias is required when setting a configuration
            for a resource type extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.Type">
            <summary>
            <para>
            <para>The type of extension.</para><para>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code>
            and <code>TypeName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.TypeArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the extension, in this account and region.</para><para>For public extensions, this will be the ARN assigned when you <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">activate
            the type</a> in this account and region. For private extensions, this will be the
            ARN assigned when you <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">register
            the type</a> in this account and region.</para><para>Do not include the extension versions suffix at the end of the ARN. You can set the
            configuration for an extension, but not for a specific extension version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code>
            and <code>TypeName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConfigurationArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.SetTypeConfigurationResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.SetTypeConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet">
            <summary>
            Specify the default version of an extension. The default version of an extension will
            be used in CloudFormation operations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension for which you want version summary
            information.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.Type">
            <summary>
            <para>
            <para>The kind of extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.VersionId">
            <summary>
            <para>
            <para>The ID of a specific version of the extension. The version ID is the value at the
            end of the Amazon Resource Name (ARN) assigned to the extension version when it is
            registered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.SetTypeDefaultVersionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.SetCFNTypeDefaultVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet">
            <summary>
            Updates a stack using the input information that was provided when the specified change
            set was created. After the call successfully completes, CloudFormation starts updating
            the stack. Use the <a>DescribeStacks</a> action to view the status of the update.
             
              
            <para>
            When you execute a change set, CloudFormation deletes all other change sets associated
            with the stack because they aren't valid for the updated stack.
            </para><para>
            If a stack policy is associated with the stack, CloudFormation enforces the policy
            during the update. You can't specify a temporary stack policy that overrides the current
            policy.
            </para><para>
            To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code>
            must have been set to <code>True</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.ChangeSetName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the change set that you want use to update
            the specified stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>ExecuteChangeSet</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to execute a change set to update a stack with the same name. You might retry <code>ExecuteChangeSet</code>
            requests to ensure that CloudFormation successfully received them.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.DisableRollback">
            <summary>
            <para>
            <para>Preserves the state of previously provisioned resources when an operation fails.</para><para>Default: <code>True</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.StackName">
            <summary>
            <para>
            <para>If you specified the name of a change set, specify the stack name or Amazon Resource
            Name (ARN) that's associated with the change set you want to execute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ExecuteChangeSetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChangeSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChangeSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNChangeSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet">
            <summary>
            Detects whether a stack's actual configuration differs, or has <i>drifted</i>, from
            it's expected configuration, as defined in the stack template and any values specified
            as template parameters. For each resource in the stack that supports drift detection,
            CloudFormation compares the actual configuration of the resource with its expected
            template configuration. Only resource properties explicitly defined in the stack template
            are checked for drift. A stack is considered to have drifted if one or more of its
            resources differ from their expected template configurations. For more information,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
            Unregulated Configuration Changes to Stacks and Resources</a>.
             
              
            <para>
            Use <code>DetectStackDrift</code> to detect drift on all supported resources for a
            given stack, or <a>DetectStackResourceDrift</a> to detect drift on individual resources.
            </para><para>
            For a list of stack resources that currently support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources
            that Support Drift Detection</a>.
            </para><para><code>DetectStackDrift</code> can take up to several minutes, depending on the number
            of resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a>
            to monitor the progress of a detect stack drift operation. Once the drift detection
            operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift information
            about the stack and its resources.
            </para><para>
            When detecting drift on a stack, CloudFormation doesn't detect drift on any nested
            stacks belonging to that stack. Perform <code>DetectStackDrift</code> directly on
            the nested stack itself.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet.LogicalResourceId">
            <summary>
            <para>
            <para>The logical names of any resources you want to use as filters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet.StackName">
            <summary>
            <para>
            <para>The name of the stack for which you want to detect drift.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackDriftDetectionId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DetectStackDriftResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DetectStackDriftResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackDriftDetectionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet">
            <summary>
            Detect drift on a stack set. When CloudFormation performs drift detection on a stack
            set, it performs drift detection on the stack associated with each stack instance
            in the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How
            CloudFormation performs drift detection on a stack set</a>.
             
              
            <para><code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack
            set drift detection operation. Use this operation id with <code><a>DescribeStackSetOperation</a></code> to monitor the progress of the drift detection operation. The drift detection
            operation may take some time, depending on the number of stack instances included
            in the stack set, in addition to the number of resources included in each stack.
            </para><para>
            Once the operation has completed, use the following actions to return drift information:
            </para><ul><li><para>
            Use <code><a>DescribeStackSet</a></code> to return detailed information about the
            stack set, including detailed information about the last <i>completed</i> drift operation
            performed on the stack set. (Information about drift operations that are in progress
            isn't included.)
            </para></li><li><para>
            Use <code><a>ListStackInstances</a></code> to return a list of stack instances belonging
            to the stack set, including the drift status and last drift time checked of each instance.
            </para></li><li><para>
            Use <code><a>DescribeStackInstance</a></code> to return detailed information about
            a specific stack instance, including its drift status and last drift time checked.
            </para></li></ul><para>
            For more information about performing a drift detection operation on a stack set,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting
            unmanaged changes in stack sets</a>.
            </para><para>
            You can only run a single drift detection operation on a given stack set at one time.
            </para><para>
            To stop a drift detection stack set operation, use <code><a>StopStackSetOperation</a></code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.OperationId">
            <summary>
            <para>
            <para><i>The ID of the stack set operation.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.OperationPreference">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name of the stack set on which to perform the drift detection operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DetectStackSetDriftResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.DetectStackSetDriftResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StartCFNStackSetDriftDetectionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet">
            <summary>
            Stops an in-progress operation on a stack set and its associated stack instances.
            StackSets will cancel all the unstarted stack instance deployments and wait for those
            are in-progress to complete.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.OperationId">
            <summary>
            <para>
            <para>The ID of the stack operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to stop the operation for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.StopStackSetOperationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNStackSetOperationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet">
            <summary>
            Cancels an update on the specified stack. If the call completes successfully, the
            stack rolls back the update and reverts to the previous stack configuration.
             
             <note><para>
            You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code> state.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>CancelUpdateStack</code> request. Specify this
            token if you plan to retry requests so that CloudFormation knows that you're not attempting
            to cancel an update on a stack with the same name. You might retry <code>CancelUpdateStack</code>
            requests to ensure that CloudFormation successfully received them.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name or the unique stack ID that's associated with the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.CancelUpdateStackResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.StopCFNUpdateStackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.TestCFNTemplateCmdlet">
            <summary>
            Validates a specified template. CloudFormation first checks if the template is valid
            JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both these
            checks fail, CloudFormation returns a template validation error.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTemplateCmdlet.TemplateBody">
            <summary>
            <para>
            <para>Structure containing the template body with a minimum length of 1 byte and a maximum
            length of 51,200 bytes. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>.
            If both are passed, only <code>TemplateBody</code> is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTemplateCmdlet.TemplateURL">
            <summary>
            <para>
            <para>Location of file containing the template body. The URL must point to a template (max
            size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document.
            For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>.
            If both are passed, only <code>TemplateBody</code> is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ValidateTemplateResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.ValidateTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TemplateBody parameter.
            The -PassThru parameter is deprecated, use -Select '^TemplateBody' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet">
            <summary>
            Tests a registered extension to make sure it meets all necessary requirements for
            being published in the CloudFormation registry.
             
             <ul><li><para>
            For resource types, this includes passing all contracts tests defined for the type.
            </para></li><li><para>
            For modules, this includes determining if the module's model meets all necessary requirements.
            </para></li></ul><para>
            For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing
            your public extension prior to publishing</a> in the <i>CloudFormation CLI User Guide</i>.
            </para><para>
            If you don't specify a version, CloudFormation uses the default version of the extension
            in your account and region for testing.
            </para><para>
            To perform testing, CloudFormation assumes the execution role specified when the type
            was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.
            </para><para>
            Once you've initiated testing on an extension using <code>TestType</code>, you can
            use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>
            to monitor the current test status and test status description for the extension.
            </para><para>
            An extension must have a test status of <code>PASSED</code> before it can be published.
            For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing
            extensions to make them available for public use</a> in the <i>CloudFormation CLI
            User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.LogDeliveryBucket">
            <summary>
            <para>
            <para>The S3 bucket to which CloudFormation delivers the contract test execution logs.</para><para>CloudFormation delivers the logs by the time contract testing has completed and the
            extension has been assigned a test type status of <code>PASSED</code> or <code>FAILED</code>.</para><para>The user calling <code>TestType</code> must be able to access items in the specified
            S3 bucket. Specifically, the user needs the following permissions:</para><ul><li><para><code>GetObject</code></para></li><li><para><code>PutObject</code></para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions,
            Resources, and Condition Keys for Amazon S3</a> in the <i>Amazon Web Services Identity
            and Access Management User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The type of the extension to test.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension to test.</para><para>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.VersionId">
            <summary>
            <para>
            <para>The version of the extension to test.</para><para>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code>
            and <code>Type</code>.</para><para>If you don't specify a version, CloudFormation uses the default version of the extension
            in this account and region for testing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.TestCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TypeVersionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.TestTypeResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.TestTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet">
            <summary>
            When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned
            resources when an operation fails. You can check the status of the stack through the
            <a>DescribeStacks</a> operation.
             
              
            <para>
            Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code>
            or <code>UPDATE_FAILED</code> stack statuses.
            </para><para>
            This operation will delete a stack if it doesn't contain a last known stable state.
            A last known stable state includes any status in a <code>*_COMPLETE</code>. This includes
            the following stack statuses.
            </para><ul><li><para><code>CREATE_COMPLETE</code></para></li><li><para><code>UPDATE_COMPLETE</code></para></li><li><para><code>UPDATE_ROLLBACK_COMPLETE</code></para></li><li><para><code>IMPORT_COMPLETE</code></para></li><li><para><code>IMPORT_ROLLBACK_COMPLETE</code></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>RollbackStack</code> request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation
            assumes to rollback the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name that's associated with the stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.RollbackStackResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.RollbackStackResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UndoCFNStackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet">
            <summary>
            Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation
            registry, removing it from active use. Deprecated extensions or extension versions
            cannot be used in CloudFormation operations.
             
              
            <para>
            To deregister an entire extension, you must individually deregister all active versions
            of that extension. If an extension has only a single active version, deregistering
            that version results in the extension itself being deregistered and marked as deprecated
            in the registry.
            </para><para>
            You can't deregister the default version of an extension if there are other active
            version of that extension. If you do deregister the default version of an extension,
            the extension type itself is deregistered as well and marked as deprecated.
            </para><para>
            To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.Type">
            <summary>
            <para>
            <para>The kind of extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.TypeName">
            <summary>
            <para>
            <para>The name of the extension.</para><para>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>,
            or <code>Arn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.VersionId">
            <summary>
            <para>
            <para>The ID of a specific version of the extension. The version ID is the value at the
            end of the Amazon Resource Name (ARN) assigned to the extension version when it is
            registered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.DeregisterTypeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^TypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UnregisterCFNTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet">
            <summary>
            Updates a stack as specified in the template. After the call completes successfully,
            the stack update starts. You can check the status of the stack through the <a>DescribeStacks</a>
            action.
             
              
            <para>
            To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a>
            action.
            </para><para>
            For more information about creating an update template, updating a stack, and monitoring
            the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating
            a Stack</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.Capability">
            <summary>
            <para>
            <para>In some cases, you must explicitly acknowledge that your stack template contains certain
            capabilities in order for CloudFormation to update the stack.</para><ul><li><para><code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code></para><para>Some stack templates might include resources that can affect permissions in your Amazon
            Web Services account; for example, by creating new Identity and Access Management
            (IAM) users. For those stacks, you must explicitly acknowledge this by specifying
            one of these capabilities.</para><para>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code>
            or <code>CAPABILITY_NAMED_IAM</code> capability.</para><ul><li><para>If you have IAM resources, you can specify either capability.</para></li><li><para>If you have IAM resources with custom names, you <i>must</i> specify <code>CAPABILITY_NAMED_IAM</code>.</para></li><li><para>If you don't specify either of these capabilities, CloudFormation returns an <code>InsufficientCapabilities</code>
            error.</para></li></ul><para>If your stack template contains these resources, we suggest that you review all permissions
            associated with them and edit their permissions if necessary.</para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
            AWS::IAM::AccessKey</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
            AWS::IAM::Group</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
            AWS::IAM::Policy</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
            AWS::IAM::Role</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
            AWS::IAM::User</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a></para></li></ul><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging
            IAM Resources in CloudFormation Templates</a>.</para></li><li><para><code>CAPABILITY_AUTO_EXPAND</code></para><para>Some template contain macros. Macros perform custom processing on templates; this
            can include simple actions like find-and-replace operations, all the way to extensive
            transformations of entire templates. Because of this, users typically create a change
            set from the processed template, so that they can review the changes resulting from
            the macros before actually updating the stack. If your stack template contains one
            or more macros, and you choose to update a stack directly from the processed template,
            without first reviewing the resulting changes in a change set, you must acknowledge
            this capability. This includes the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a>
            and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
            transforms, which are macros hosted by CloudFormation.</para><para>If you want to update a stack from a stack template that contains macros <i>and</i>
            nested stacks, you must update the stack directly from the template using this capability.</para><important><para>You should only update stacks directly from a stack template that contains macros
            if you know what processing the macro performs.</para><para>Each macro relies on an underlying Lambda service function for processing stack templates.
            Be aware that the Lambda function owner can update the function operation without
            CloudFormation being notified.</para></important><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
            CloudFormation Macros to Perform Custom Processing on Templates</a>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique identifier for this <code>UpdateStack</code> request. Specify this token
            if you plan to retry requests so that CloudFormation knows that you're not attempting
            to update a stack with the same name. You might retry <code>UpdateStack</code> requests
            to ensure that CloudFormation successfully received them.</para><para>All events triggered by a given stack operation are assigned the same client request
            token, which you can use to track operations. For example, if you execute a <code>CreateStack</code>
            operation with the token <code>token1</code>, then all the <code>StackEvents</code>
            generated by that operation will have <code>ClientRequestToken</code> set as <code>token1</code>.</para><para>In the console, stack operations display the client request token on the Events tab.
            Stack operations that are initiated from the console use the token format <i>Console-StackOperation-ID</i>,
            which helps you easily identify the stack operation . For example, if you create a
            stack using the console, each stack event would be assigned the same token in the
            following format: <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.DisableRollback">
            <summary>
            <para>
            <para>Preserve the state of previously provisioned resources when an operation fails.</para><para>Default: <code>False</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.RollbackConfiguration_MonitoringTimeInMinute">
            <summary>
            <para>
            <para>The amount of time, in minutes, during which CloudFormation should monitor all the
            rollback triggers after the stack creation or update operation deploys all necessary
            resources.</para><para>The default is 0 minutes.</para><para>If you specify a monitoring period but don't specify any rollback triggers, CloudFormation
            still waits the specified period of time before cleaning up old resources after update
            operations. You can use this monitoring period to perform any manual stack validation
            desired, and manually cancel the stack creation or update (using <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CancelUpdateStack.html">CancelUpdateStack</a>,
            for example) as necessary.</para><para>If you specify 0 for this parameter, CloudFormation still monitors the specified rollback
            triggers during stack creation and update operations. Then, for update operations,
            it begins disposing of old resources immediately once the operation completes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.NotificationARNs">
            <summary>
            <para>
            <para>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation
            associates with the stack. Specify an empty list to remove all notification topics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.Parameter">
            <summary>
            <para>
            <para>A list of <code>Parameter</code> structures that specify input parameters for the
            stack. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
            data type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.ResourceType">
            <summary>
            <para>
            <para>The template resource types that you have permissions to work with for this update
            stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or
            <code>Custom::MyCustomInstance</code>.</para><para>If the list of resource types doesn't include a resource that you're updating, the
            stack update fails. By default, CloudFormation grants permissions to all resource
            types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific
            condition keys in IAM policies. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling
            Access with Identity and Access Management</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.RoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
            CloudFormation assumes to update the stack. CloudFormation uses the role's credentials
            to make calls on your behalf. CloudFormation always uses this role for all future
            operations on the stack. Provided that users have permission to operate on the stack,
            CloudFormation uses this role even if the users don't have permission to pass it.
            Ensure that the role grants least privilege.</para><para>If you don't specify a value, CloudFormation uses the role that was previously associated
            with the stack. If no role is available, CloudFormation uses a temporary session that
            is generated from your user credentials.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.RollbackConfiguration_RollbackTrigger">
            <summary>
            <para>
            <para>The triggers to monitor during stack creation or update actions.</para><para>By default, CloudFormation saves the rollback triggers specified for a stack and applies
            them to any subsequent update operations for the stack, unless you specify otherwise.
            If you do specify rollback triggers for this parameter, those triggers replace any
            list of triggers previously specified for the stack. This means:</para><ul><li><para>To use the rollback triggers previously specified for this stack, if any, don't specify
            this parameter.</para></li><li><para>To specify new or updated rollback triggers, you must specify <i>all</i> the triggers
            that you want used for this stack, even triggers you've specified before (for example,
            when creating the stack or during a previous stack update). Any triggers that you
            don't include in the updated list of triggers are no longer applied to the stack.</para></li><li><para>To remove all currently specified triggers, specify an empty list for this parameter.</para></li></ul><para>If a specified trigger is missing, the entire stack operation fails and is rolled
            back.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.StackName">
            <summary>
            <para>
            <para>The name or unique stack ID of the stack to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.StackPolicyBody">
            <summary>
            <para>
            <para>Structure containing a new stack policy body. You can specify either the <code>StackPolicyBody</code>
            or the <code>StackPolicyURL</code> parameter, but not both.</para><para>You might update the stack policy, for example, in order to protect a new resource
            that you created during a stack update. If you don't specify a stack policy, the current
            policy that is associated with the stack is unchanged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.StackPolicyDuringUpdateBody">
            <summary>
            <para>
            <para>Structure containing the temporary overriding stack policy body. You can specify either
            the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
            parameter, but not both.</para><para>If you want to update protected resources, specify a temporary overriding stack policy
            during this update. If you don't specify a stack policy, the current policy that is
            associated with the stack will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.StackPolicyDuringUpdateURL">
            <summary>
            <para>
            <para>Location of a file containing the temporary overriding stack policy. The URL must
            point to a policy (max size: 16KB) located in an S3 bucket in the same Region as the
            stack. You can specify either the <code>StackPolicyDuringUpdateBody</code> or the
            <code>StackPolicyDuringUpdateURL</code> parameter, but not both.</para><para>If you want to update protected resources, specify a temporary overriding stack policy
            during this update. If you don't specify a stack policy, the current policy that is
            associated with the stack will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.StackPolicyURL">
            <summary>
            <para>
            <para>Location of a file containing the updated stack policy. The URL must point to a policy
            (max size: 16KB) located in an S3 bucket in the same Region as the stack. You can
            specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
            parameter, but not both.</para><para>You might update the stack policy, for example, in order to protect a new resource
            that you created during a stack update. If you don't specify a stack policy, the current
            policy that is associated with the stack is unchanged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.Tag">
            <summary>
            <para>
            <para>Key-value pairs to associate with this stack. CloudFormation also propagates these
            tags to supported resources in the stack. You can specify a maximum number of 50 tags.</para><para>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags.
            If you specify an empty value, CloudFormation removes all associated tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.TemplateBody">
            <summary>
            <para>
            <para>Structure containing the template body with a minimum length of 1 byte and a maximum
            length of 51,200 bytes. (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.)</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
            <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.TemplateURL">
            <summary>
            <para>
            <para>Location of file containing the template body. The URL must point to a template that's
            located in an Amazon S3 bucket or a Systems Manager document. For more information,
            go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
            <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.UsePreviousTemplate">
            <summary>
            <para>
            <para>Reuse the existing template that is associated with the stack that you are updating.</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
            <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.UpdateStackResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.UpdateStackResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet">
            <summary>
            Updates the parameter values for stack instances for the specified accounts, within
            the specified Amazon Web Services Regions. A stack instance refers to a stack in a
            specific account and Region.
             
              
            <para>
            You can only update stack instances in Amazon Web Services Regions and accounts where
            they already exist; to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.
            </para><para>
            During stack set updates, any parameters overridden for a stack instance aren't updated,
            but retain their overridden value.
            </para><para>
            You can only update the parameter <i>values</i> that are specified in the stack set;
            to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
            to update the stack set template. If you add a parameter to a template, before you
            can override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
            to update all stack instances with the updated template and parameter value specified
            in the stack set. Once a stack instance has been updated with the new parameter, you
            can then override the parameter value using <code>UpdateStackInstances</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.Account">
            <summary>
            <para>
            <para>[Self-managed permissions] The names of one or more Amazon Web Services accounts for
            which you want to update parameter values for stack instances. The overridden parameter
            values will be applied to all stack instances in the specified accounts and Amazon
            Web Services Regions.</para><para>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.DeploymentTargets_Account">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services accounts for which you want to deploy
            stack set updates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.DeploymentTargets_AccountsUrl">
            <summary>
            <para>
            <para>Returns the value of the <code>AccountsUrl</code> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.OperationId">
            <summary>
            <para>
            <para>The unique identifier for this stack set operation.</para><para>The operation ID also functions as an idempotency token, to ensure that CloudFormation
            performs the stack set operation only once, even if you retry the request multiple
            times. You might retry stack set operation requests to ensure that CloudFormation
            successfully received them.</para><para>If you don't specify an operation ID, the SDK generates one automatically.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.OperationPreference">
            <summary>
            <para>
            <para>Preferences for how CloudFormation performs this stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.DeploymentTargets_OrganizationalUnitId">
            <summary>
            <para>
            <para>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.ParameterOverride">
            <summary>
            <para>
            <para>A list of input parameters whose values you want to update for the specified stack
            instances.</para><para>Any overridden parameter values will be applied to all stack instances in the specified
            accounts and Amazon Web Services Regions. When specifying parameters and their values,
            be aware of how CloudFormation sets parameter values during stack instance update
            operations:</para><ul><li><para>To override the current value for a parameter, include the parameter and specify its
            value.</para></li><li><para>To leave an overridden parameter set to its present value, include the parameter and
            specify <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both
            a value and set <code>UsePreviousValue</code> to <code>true</code>.)</para></li><li><para>To set an overridden parameter back to the value specified in the stack set, specify
            a parameter list but don't include the parameter in the list.</para></li><li><para>To leave all parameters set to their present values, don't specify this property at
            all.</para></li></ul><para>During stack set updates, any parameter values overridden for a stack instance aren't
            updated, but retain their overridden value.</para><para>You can only override the parameter <i>values</i> that are specified in the stack
            set; to add or delete a parameter itself, use <code>UpdateStackSet</code> to update
            the stack set template. If you add a parameter to a template, before you can override
            the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
            to update all stack instances with the updated template and parameter value specified
            in the stack set. Once a stack instance has been updated with the new parameter, you
            can then override the parameter value using <code>UpdateStackInstances</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.StackInstanceRegion">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services Regions in which you want to update parameter
            values for stack instances. The overridden parameter values will be applied to all
            stack instances in the specified accounts and Amazon Web Services Regions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set associated with the stack instances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.UpdateStackInstancesResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.UpdateStackInstancesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackInstanceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet">
            <summary>
            Updates the stack set, and associated stack instances in the specified accounts and
            Amazon Web Services Regions.
             
              
            <para>
            Even if the stack set operation created by updating the stack set fails (completely
            or partially, below or above a specified failure tolerance), the stack set is updated
            with your changes. Subsequent <a>CreateStackInstances</a> calls on the specified stack
            set use the updated stack set.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Account">
            <summary>
            <para>
            <para>[Self-managed permissions] The accounts in which to update associated stack instances.
            If you specify accounts, you must also specify the Amazon Web Services Regions in
            which to update stack set instances.</para><para>To update <i>all</i> the stack instances associated with this stack set, don't specify
            the <code>Accounts</code> or <code>Regions</code> properties.</para><para>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code>
            or <code>TemplateURL</code> properties are specified), or the <code>Parameters</code>
            property, CloudFormation marks all stack instances with a status of <code>OUTDATED</code>
            prior to updating the stack instances in the specified accounts and Amazon Web Services
            Regions. If the stack set update does not include changes to the template or parameters,
            CloudFormation updates the stack instances in the specified accounts and Amazon Web
            Services Regions, while leaving all other stack instances with their existing stack
            instance status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.DeploymentTargets_Account">
            <summary>
            <para>
            <para>The names of one or more Amazon Web Services accounts for which you want to deploy
            stack set updates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.DeploymentTargets_AccountsUrl">
            <summary>
            <para>
            <para>Returns the value of the <code>AccountsUrl</code> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.ManagedExecution_Active">
            <summary>
            <para>
            <para>When <code>true</code>, StackSets performs non-conflicting operations concurrently
            and queues conflicting operations. After conflicting operations finish, StackSets
            starts queued operations in request order.</para><note><para>If there are already running or queued operations, StackSets queues all incoming operations
            even if they are non-conflicting.</para><para>You can't modify your stack set's execution configuration while there are running
            or queued operations for that stack set.</para></note><para>When <code>false</code> (default), StackSets performs one operation at a time in request
            order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.AdministrationRoleARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</para><para>Specify an IAM role only if you are using customized administrator roles to control
            which users or groups can manage specific stack sets within the same administrator
            account. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting
            Permissions for Stack Set Operations</a> in the <i>CloudFormation User Guide</i>.</para><para>If you specified a customized administrator role when you created the stack set, you
            must specify a customized administrator role, even if it is the same customized administrator
            role used with this stack set previously.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.CallAs">
            <summary>
            <para>
            <para>[Service-managed permissions] Specifies whether you are acting as an account administrator
            in the organization's management account or as a delegated administrator in a member
            account.</para><para>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
            self-managed permissions.</para><ul><li><para>If you are signed in to the management account, specify <code>SELF</code>.</para></li><li><para>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</para><para>Your Amazon Web Services account must be registered as a delegated administrator in
            the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register
            a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Capability">
            <summary>
            <para>
            <para>In some cases, you must explicitly acknowledge that your stack template contains certain
            capabilities in order for CloudFormation to update the stack set and its associated
            stack instances.</para><ul><li><para><code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code></para><para>Some stack templates might include resources that can affect permissions in your Amazon
            Web Services account; for example, by creating new Identity and Access Management
            (IAM) users. For those stacks sets, you must explicitly acknowledge this by specifying
            one of these capabilities.</para><para>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code>
            or <code>CAPABILITY_NAMED_IAM</code> capability.</para><ul><li><para>If you have IAM resources, you can specify either capability.</para></li><li><para>If you have IAM resources with custom names, you <i>must</i> specify <code>CAPABILITY_NAMED_IAM</code>.</para></li><li><para>If you don't specify either of these capabilities, CloudFormation returns an <code>InsufficientCapabilities</code>
            error.</para></li></ul><para>If your stack template contains these resources, we recommend that you review all
            permissions associated with them and edit their permissions if necessary.</para><ul><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
            AWS::IAM::AccessKey</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
            AWS::IAM::Group</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
            AWS::IAM::InstanceProfile</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
            AWS::IAM::Policy</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
            AWS::IAM::Role</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
            AWS::IAM::User</a></para></li><li><para><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
            AWS::IAM::UserToGroupAddition</a></para></li></ul><para>For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging
            IAM Resources in CloudFormation Templates</a>.</para></li><li><para><code>CAPABILITY_AUTO_EXPAND</code></para><para>Some templates reference macros. If your stack set template references one or more
            macros, you must update the stack set directly from the processed template, without
            first reviewing the resulting changes in a change set. To update the stack set directly,
            you must acknowledge this capability. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using
            CloudFormation Macros to Perform Custom Processing on Templates</a>.</para><important><para>Stack sets with service-managed permissions do not currently support the use of macros
            in templates. (This includes the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a>
            and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
            transforms, which are macros hosted by CloudFormation.) Even if you specify this capability
            for a stack set with service-managed permissions, if you reference a macro in your
            template the stack set operation will fail.</para></important></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Description">
            <summary>
            <para>
            <para>A brief description of updates that you are making.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.AutoDeployment_Enabled">
            <summary>
            <para>
            <para>If set to <code>true</code>, StackSets automatically deploys additional stack instances
            to Organizations accounts that are added to a target organization or organizational
            unit (OU) in the specified Regions. If an account is removed from a target organization
            or OU, StackSets deletes stack instances from the account in the specified Regions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.ExecutionRoleName">
            <summary>
            <para>
            <para>The name of the IAM execution role to use to update the stack set. If you do not specify
            an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
            role for the stack set operation.</para><para>Specify an IAM role only if you are using customized execution roles to control which
            stack resources users and groups can include in their stack sets.</para><para>If you specify a customized execution role, CloudFormation uses that role to update
            the stack. If you do not specify a customized execution role, CloudFormation performs
            the update using the role previously associated with the stack set, so long as you
            have permissions to perform operations on the stack set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.OperationId">
            <summary>
            <para>
            <para>The unique ID for this stack set operation.</para><para>The operation ID also functions as an idempotency token, to ensure that CloudFormation
            performs the stack set operation only once, even if you retry the request multiple
            times. You might retry stack set operation requests to ensure that CloudFormation
            successfully received them.</para><para>If you don't specify an operation ID, CloudFormation generates one automatically.</para><para>Repeating this stack set operation with a new operation ID retries all stack instances
            whose status is <code>OUTDATED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.OperationPreference">
            <summary>
            <para>
            <para>Preferences for how CloudFormation performs this stack set operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.DeploymentTargets_OrganizationalUnitId">
            <summary>
            <para>
            <para>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Parameter">
            <summary>
            <para>
            <para>A list of input parameters for the stack set template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.PermissionModel">
            <summary>
            <para>
            <para>Describes how the IAM roles required for stack set operations are created. You cannot
            modify <code>PermissionModel</code> if there are stack instances associated with your
            stack set.</para><ul><li><para>With <code>self-managed</code> permissions, you must create the administrator and
            execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
            Self-Managed Stack Set Permissions</a>.</para></li><li><para>With <code>service-managed</code> permissions, StackSets automatically creates the
            IAM roles required to deploy to accounts managed by Organizations. For more information,
            see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
            Service-Managed Stack Set Permissions</a>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.StackRegion">
            <summary>
            <para>
            <para>The Amazon Web Services Regions in which to update associated stack instances. If
            you specify Regions, you must also specify accounts in which to update stack set instances.</para><para>To update <i>all</i> the stack instances associated with this stack set, do not specify
            the <code>Accounts</code> or <code>Regions</code> properties.</para><para>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code>
            or <code>TemplateURL</code> properties are specified), or the <code>Parameters</code>
            property, CloudFormation marks all stack instances with a status of <code>OUTDATED</code>
            prior to updating the stack instances in the specified accounts and Regions. If the
            stack set update does not include changes to the template or parameters, CloudFormation
            updates the stack instances in the specified accounts and Regions, while leaving all
            other stack instances with their existing stack instance status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.AutoDeployment_RetainStacksOnAccountRemoval">
            <summary>
            <para>
            <para>If set to <code>true</code>, stack resources are retained when an account is removed
            from a target organization or OU. If set to <code>false</code>, stack resources are
            deleted. Specify only if <code>Enabled</code> is set to <code>True</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.StackSetName">
            <summary>
            <para>
            <para>The name or unique ID of the stack set that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Tag">
            <summary>
            <para>
            <para>The key-value pairs to associate with this stack set and the stacks created from it.
            CloudFormation also propagates these tags to supported resources that are created
            in the stacks. You can specify a maximum number of 50 tags.</para><para>If you specify tags for this parameter, those tags replace any list of tags that are
            currently associated with this stack set. This means:</para><ul><li><para>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags.</para></li><li><para>If you specify <i>any</i> tags using this parameter, you must specify <i>all</i> the
            tags that you want associated with this stack set, even tags you've specified before
            (for example, when creating the stack set or during a previous update of the stack
            set.). Any tags that you don't include in the updated list of tags are removed from
            the stack set, and therefore from the stacks and resources as well.</para></li><li><para>If you specify an empty value, CloudFormation removes all currently associated tags.</para></li></ul><para>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
            checks to see if you have the required IAM permission to tag resources. If you omit
            tags that are currently associated with the stack set from the list of tags you specify,
            CloudFormation assumes that you want to remove those tags from the stack set, and
            checks to see if you have permission to untag resources. If you don't have the necessary
            permission(s), the entire <code>UpdateStackSet</code> action fails with an <code>access
            denied</code> error, and the stack set is not updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.TemplateBody">
            <summary>
            <para>
            <para>The structure that contains the template body, with a minimum length of 1 byte and
            a maximum length of 51,200 bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>
            or <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.TemplateURL">
            <summary>
            <para>
            <para>The location of the file that contains the template body. The URL must point to a
            template (maximum size: 460,800 bytes) that is located in an Amazon S3 bucket or a
            Systems Manager document. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
            Anatomy</a> in the CloudFormation User Guide.</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>
            or <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.UsePreviousTemplate">
            <summary>
            <para>
            <para>Use the existing template that's associated with the stack set that you're updating.</para><para>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>
            or <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.UpdateStackSetResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.UpdateStackSetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNStackSetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet">
            <summary>
            Updates termination protection for the specified stack. If a user attempts to delete
            a stack with termination protection enabled, the operation fails and the stack remains
            unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting
            a Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.
             
              
            <para>
            For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
            stacks</a>, termination protection is set on the root stack and can't be changed directly
            on the nested stack.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet.EnableTerminationProtection">
            <summary>
            <para>
            <para>Whether to enable termination protection on the specified stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet.StackName">
            <summary>
            <para>
            <para>The name or unique ID of the stack for which you want to set termination protection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StackId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.UpdateTerminationProtectionResponse).
            Specifying the name of a property of type Amazon.CloudFormation.Model.UpdateTerminationProtectionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StackName parameter.
            The -PassThru parameter is deprecated, use -Select '^StackName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.UpdateCFNTerminationProtectionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet">
            <summary>
            Reports progress of a resource handler to CloudFormation.
             
              
            <para>
            Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>. Don't use this API in your code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.BearerToken">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.CurrentOperationStatus">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.ErrorCode">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.OperationStatus">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.ResourceModel">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.StatusMessage">
            <summary>
            <para>
            <para>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
            CLI</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.RecordHandlerProgressResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OperationStatus parameter.
            The -PassThru parameter is deprecated, use -Select '^OperationStatus' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CFN.WriteCFNHandlerProgressCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>