AWS.Tools.ResilienceHub.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ResilienceHub</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.AddRESHDraftAppVersionResourceMappingCmdlet">
            <summary>
            Adds the resource mapping for the draft application version. You can also update an
            existing resource mapping to a new physical resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHDraftAppVersionResourceMappingCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHDraftAppVersionResourceMappingCmdlet.ResourceMapping">
            <summary>
            <para>
            <para>Mappings used to map logical resources from the template to physical resources. You
            can use the mapping type <code>CFN_STACK</code> if the application template uses a
            logical stack name. Or you can map individual resources by using the mapping type
            <code>RESOURCE</code>. We recommend using the mapping type <code>CFN_STACK</code>
            if the application is backed by a CloudFormation stack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHDraftAppVersionResourceMappingCmdlet.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.ResilienceHub.Model.AddDraftAppVersionResourceMappingsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.AddDraftAppVersionResourceMappingsResponse 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.RESH.AddRESHDraftAppVersionResourceMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHDraftAppVersionResourceMappingCmdlet.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.RESH.AddRESHResourceTagCmdlet">
            <summary>
            Applies one or more tags to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the resource. Each tag consists of a key/value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHResourceTagCmdlet.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.ResilienceHub.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.AddRESHResourceTagCmdlet.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.RESH.GetRESHAlarmRecommendationListCmdlet">
            <summary>
            Lists the alarm recommendations for an AWS Resilience Hub application.<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.RESH.GetRESHAlarmRecommendationListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAlarmRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAlarmRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAlarmRecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AlarmRecommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAlarmRecommendationsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAlarmRecommendationsResponse 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.RESH.GetRESHAlarmRecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAlarmRecommendationListCmdlet.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.RESH.GetRESHAppCmdlet">
            <summary>
            Describes an AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.DescribeAppResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppResponse 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.RESH.GetRESHAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentCmdlet">
            <summary>
            Describes an assessment for an AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Assessment'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.DescribeAppAssessmentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppAssessmentResponse 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.RESH.GetRESHAppAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet">
            <summary>
            Lists the assessments for an AWS Resilience Hub application. You can use request parameters
            to refine the results for the response object.<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.RESH.GetRESHAppAssessmentListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.AssessmentName">
            <summary>
            <para>
            <para>The name for the assessment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.AssessmentStatus">
            <summary>
            <para>
            <para>The current status of the assessment for the resiliency policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.ComplianceStatus">
            <summary>
            <para>
            <para>The current status of compliance for the resiliency policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.Invoker">
            <summary>
            <para>
            <para>Specifies the entity that invoked a specific assessment, either a <code>User</code>
            or the <code>System</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.ReverseOrder">
            <summary>
            <para>
            <para>The default is to sort by ascending <b>startTime</b>. To sort by descending <b>startTime</b>,
            set reverseOrder to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppAssessmentListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppAssessmentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AssessmentSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppAssessmentsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppAssessmentsResponse 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.RESH.GetRESHAppAssessmentListCmdlet.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.RESH.GetRESHAppComponentComplianceListCmdlet">
            <summary>
            Lists the compliances for an AWS Resilience Hub Application Component.<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.RESH.GetRESHAppComponentComplianceListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentComplianceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentComplianceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppComponentComplianceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ComponentCompliances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppComponentCompliancesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppComponentCompliancesResponse 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.RESH.GetRESHAppComponentComplianceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentComplianceListCmdlet.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.RESH.GetRESHAppComponentRecommendationListCmdlet">
            <summary>
            Lists the recommendations for an AWS Resilience Hub Application Component.<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.RESH.GetRESHAppComponentRecommendationListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppComponentRecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ComponentRecommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppComponentRecommendationsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppComponentRecommendationsResponse 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.RESH.GetRESHAppComponentRecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppComponentRecommendationListCmdlet.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.RESH.GetRESHAppInputSourceListCmdlet">
            <summary>
            Lists all the input sources of the AWS Resilience Hub application. For more information
            about the input sources supported by AWS Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
            the structure and describe your Resilience Hub application</a>.<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.RESH.GetRESHAppInputSourceListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppInputSourceListCmdlet.AppVersion">
            <summary>
            <para>
            <para>The AWS Resilience Hub application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppInputSourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of input sources to be displayed per AWS Resilience Hub application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppInputSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppInputSourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppInputSources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppInputSourcesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppInputSourcesResponse 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.RESH.GetRESHAppInputSourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppInputSourceListCmdlet.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.RESH.GetRESHAppListCmdlet">
            <summary>
            Lists your AWS Resilience Hub applications.
             
             <note><para>
            You can filter applications using only one filter at a time or without using any filter.
            If you try to filter applications using multiple filters, you will get the following
            error:
            </para><para><code>An error occurred (ValidationException) when calling the ListApps operation:
            Only one filter is supported for this operation.</code></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.RESH.GetRESHAppListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppListCmdlet.Name">
            <summary>
            <para>
            <para>The name for the one of the listed applications.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppsResponse 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.RESH.GetRESHAppListCmdlet.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.RESH.GetRESHAppVersionCmdlet">
            <summary>
            Describes the AWS Resilience Hub application version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionCmdlet.AppVersion">
            <summary>
            <para>
            <para>The AWS Resilience Hub application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionCmdlet.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.ResilienceHub.Model.DescribeAppVersionResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppVersionResponse 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.RESH.GetRESHAppVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentCmdlet">
            <summary>
            Describes an Application Component in the AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentCmdlet.AppVersion">
            <summary>
            <para>
            <para>The AWS Resilience Hub application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentCmdlet.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.ResilienceHub.Model.DescribeAppVersionAppComponentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppVersionAppComponentResponse 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.RESH.GetRESHAppVersionAppComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentListCmdlet">
            <summary>
            Lists all the Application Components in the AWS Resilience Hub application.<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.RESH.GetRESHAppVersionAppComponentListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentListCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of Application Components to be displayed per AWS Resilience Hub application
            version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppVersionAppComponentListCmdlet.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.ResilienceHub.Model.ListAppVersionAppComponentsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppVersionAppComponentsResponse 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.RESH.GetRESHAppVersionAppComponentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionAppComponentListCmdlet.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.RESH.GetRESHAppVersionListCmdlet">
            <summary>
            Lists the different versions for the AWS Resilience Hub applications.<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.RESH.GetRESHAppVersionListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppVersionsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppVersionsResponse 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.RESH.GetRESHAppVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionListCmdlet.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.RESH.GetRESHAppVersionResourceCmdlet">
            <summary>
            Describes a resource of the AWS Resilience Hub application.
             
             <note><para>
            This API accepts only one of the following parameters to descibe the resource:
            </para><ul><li><para><code>resourceName</code></para></li><li><para><code>logicalResourceId</code></para></li><li><para><code>physicalResourceId</code> (Along with <code>physicalResourceId</code>, you
            can also provide <code>awsAccountId</code>, and <code>awsRegion</code>)
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.AppVersion">
            <summary>
            <para>
            <para>The AWS Resilience Hub application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.AwsAccountId">
            <summary>
            <para>
            <para>The Amazon Web Services account that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The Amazon Web Services region that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.LogicalResourceId_Identifier">
            <summary>
            <para>
            <para>The identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.LogicalResourceId_LogicalStackName">
            <summary>
            <para>
            <para>The name of the CloudFormation stack this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.PhysicalResourceId">
            <summary>
            <para>
            <para>The physical identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.LogicalResourceId_ResourceGroupName">
            <summary>
            <para>
            <para>The name of the resource group that this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.ResourceName">
            <summary>
            <para>
            <para>The name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.LogicalResourceId_TerraformSourceName">
            <summary>
            <para>
            <para> The name of the Terraform S3 state file this resource belongs to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceCmdlet.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.ResilienceHub.Model.DescribeAppVersionResourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppVersionResourceResponse 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.RESH.GetRESHAppVersionResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet">
            <summary>
            Lists all the resources in an AWS Resilience Hub application.<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.RESH.GetRESHAppVersionResourceListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet.ResolutionId">
            <summary>
            <para>
            <para>The identifier for a specific resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppVersionResourceListCmdlet.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.ResilienceHub.Model.ListAppVersionResourcesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppVersionResourcesResponse 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.RESH.GetRESHAppVersionResourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceListCmdlet.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.RESH.GetRESHAppVersionResourceMappingListCmdlet">
            <summary>
            Lists how the resources in an application version are mapped/sourced from. Mappings
            can be physical resource identifiers, CloudFormation stacks, resource-groups, or an
            application registry app.<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.RESH.GetRESHAppVersionResourceMappingListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceMappingListCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceMappingListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceMappingListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHAppVersionResourceMappingListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceMappings'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListAppVersionResourceMappingsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListAppVersionResourceMappingsResponse 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.RESH.GetRESHAppVersionResourceMappingListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourceMappingListCmdlet.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.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet">
            <summary>
            Returns the resolution status for the specified resolution identifier for an application
            version. If <code>resolutionId</code> is not specified, the current resolution status
            is returned.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet.ResolutionId">
            <summary>
            <para>
            <para>The identifier for a specific resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet.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.ResilienceHub.Model.DescribeAppVersionResourcesResolutionStatusResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppVersionResourcesResolutionStatusResponse 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.RESH.GetRESHAppVersionResourcesResolutionStatusCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionTemplateCmdlet">
            <summary>
            Describes details about an AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionTemplateCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionTemplateCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHAppVersionTemplateCmdlet.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.ResilienceHub.Model.DescribeAppVersionTemplateResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeAppVersionTemplateResponse 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.RESH.GetRESHAppVersionTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHDraftAppVersionResourcesImportStatusCmdlet">
            <summary>
            Describes the status of importing resources to an application version.
             
             <note><para>
            If you get a 404 error with <code>ResourceImportStatusNotFoundAppMetadataException</code>,
            you must call <code>importResourcesToDraftAppVersion</code> after creating the application
            and before calling <code>describeDraftAppVersionResourcesImportStatus</code> to obtain
            the status.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHDraftAppVersionResourcesImportStatusCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHDraftAppVersionResourcesImportStatusCmdlet.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.ResilienceHub.Model.DescribeDraftAppVersionResourcesImportStatusResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeDraftAppVersionResourcesImportStatusResponse 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.RESH.GetRESHDraftAppVersionResourcesImportStatusCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet">
            <summary>
            Lists the recommendation templates for the AWS Resilience Hub applications.<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.RESH.GetRESHRecommendationTemplateListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.Name">
            <summary>
            <para>
            <para>The name for one of the listed recommendation templates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.RecommendationTemplateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a recommendation template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.ReverseOrder">
            <summary>
            <para>
            <para>The default is to sort by ascending <b>startTime</b>. To sort by descending <b>startTime</b>,
            set reverseOrder to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHRecommendationTemplateListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RecommendationTemplates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListRecommendationTemplatesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListRecommendationTemplatesResponse 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.RESH.GetRESHRecommendationTemplateListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHRecommendationTemplateListCmdlet.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.RESH.GetRESHResiliencyPolicyCmdlet">
            <summary>
            Describes a specified resiliency policy for an AWS Resilience Hub application. The
            returned policy object includes creation time, data location constraints, the Amazon
            Resource Name (ARN) for the policy, tags, tier, and more.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyCmdlet.PolicyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
            arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Policy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.DescribeResiliencyPolicyResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DescribeResiliencyPolicyResponse 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.RESH.GetRESHResiliencyPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PolicyArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PolicyArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyListCmdlet">
            <summary>
            Lists the resiliency policies for the AWS Resilience Hub applications.<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.RESH.GetRESHResiliencyPolicyListCmdlet.PolicyName">
            <summary>
            <para>
            <para>The name of the policy</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHResiliencyPolicyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResiliencyPolicies'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListResiliencyPoliciesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListResiliencyPoliciesResponse 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.RESH.GetRESHResiliencyPolicyListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PolicyName parameter.
            The -PassThru parameter is deprecated, use -Select '^PolicyName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResiliencyPolicyListCmdlet.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.RESH.GetRESHResourceTagCmdlet">
            <summary>
            Lists the tags for your resources in your AWS Resilience Hub applications.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a specific resource in your AWS Resilience Hub
            application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListTagsForResourceResponse 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.RESH.GetRESHResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.RESH.GetRESHSopRecommendationListCmdlet">
            <summary>
            Lists the standard operating procedure (SOP) recommendations for the AWS Resilience
            Hub applications.<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.RESH.GetRESHSopRecommendationListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHSopRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHSopRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHSopRecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SopRecommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListSopRecommendationsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListSopRecommendationsResponse 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.RESH.GetRESHSopRecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHSopRecommendationListCmdlet.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.RESH.GetRESHSuggestedResiliencyPolicyListCmdlet">
            <summary>
            Lists the suggested resiliency policies for the AWS Resilience Hub applications.<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.RESH.GetRESHSuggestedResiliencyPolicyListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHSuggestedResiliencyPolicyListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHSuggestedResiliencyPolicyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResiliencyPolicies'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListSuggestedResiliencyPoliciesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListSuggestedResiliencyPoliciesResponse 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.RESH.GetRESHSuggestedResiliencyPolicyListCmdlet.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.RESH.GetRESHTestRecommendationListCmdlet">
            <summary>
            Lists the test recommendations for the AWS Resilience Hub application.<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.RESH.GetRESHTestRecommendationListCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHTestRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHTestRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHTestRecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TestRecommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.ListTestRecommendationsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListTestRecommendationsResponse 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.RESH.GetRESHTestRecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHTestRecommendationListCmdlet.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.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet">
            <summary>
            Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported
            resource is a resource that exists in the object that was used to create an app, but
            is not supported by AWS Resilience Hub.<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.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.ResolutionId">
            <summary>
            <para>
            <para>The identifier for a specific resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Null, or the token from a previous call to get the next set of 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.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.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.ResilienceHub.Model.ListUnsupportedAppVersionResourcesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ListUnsupportedAppVersionResourcesResponse 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.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.GetRESHUnsupportedAppVersionResourceListCmdlet.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.RESH.ImportRESHResourcesToDraftAppVersionCmdlet">
            <summary>
            Imports resources to AWS Resilience Hub application draft version from different input
            sources. For more information about the input sources supported by AWS Resilience
            Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
            the structure and describe your Resilience Hub application</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.ImportStrategy">
            <summary>
            <para>
            <para>The import strategy you would like to set to import resources into AWS Resilience
            Hub application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.SourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARNs) for the resources that you want to import.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.TerraformSource">
            <summary>
            <para>
            <para> A list of terraform file s3 URLs you need to import. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.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.ResilienceHub.Model.ImportResourcesToDraftAppVersionResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ImportResourcesToDraftAppVersionResponse 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.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ImportRESHResourcesToDraftAppVersionCmdlet.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.RESH.NewRESHAppCmdlet">
            <summary>
            Creates an AWS Resilience Hub application. An AWS Resilience Hub application is a
            collection of Amazon Web Services resources structured to prevent and recover Amazon
            Web Services application disruptions. To describe a AWS Resilience Hub application,
            you provide an application name, resources from one or more–up to five–CloudFormation
            stacks, and an appropriate resiliency policy.
             
              
            <para>
            After you create an AWS Resilience Hub application, you publish it so that you can
            run a resiliency assessment on it. You can then use recommendations from the assessment
            to improve resiliency by running another assessment, comparing results, and then iterating
            the process until you achieve your goals for recovery time objective (RTO) and recovery
            point objective (RPO).
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.AssessmentSchedule">
            <summary>
            <para>
            <para> Assessment execution schedule with 'Daily' or 'Disabled' values. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.Description">
            <summary>
            <para>
            <para>The optional description for an app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.Name">
            <summary>
            <para>
            <para>The name for the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.PolicyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
            arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web
            Services resource. Each tag consists of a key/value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.CreateAppResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.CreateAppResponse 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.RESH.NewRESHAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppCmdlet.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.RESH.NewRESHAppVersionAppComponentCmdlet">
            <summary>
            Creates a new Application Component in the AWS Resilience Hub application.
             
             <note><para>
            This API updates the AWS Resilience Hub application draft version. To use this Application
            Component for running assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.AdditionalInfo">
            <summary>
            <para>
            <para>Currently, there is no supported additional information for Application Components.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.Name">
            <summary>
            <para>
            <para>The name of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.Type">
            <summary>
            <para>
            <para>The type of Application Component. For more information about the types of Application
            Component, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html">Grouping
            resources in an AppComponent</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.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.ResilienceHub.Model.CreateAppVersionAppComponentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.CreateAppVersionAppComponentResponse 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.RESH.NewRESHAppVersionAppComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionAppComponentCmdlet.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.RESH.NewRESHAppVersionResourceCmdlet">
            <summary>
            Adds a resource to the AWS Resilience Hub applicationand assigns it to the specified
            Application Components. If you specify a new Application Component, AWS Resilience
            Hub will automatically create the Application Component.
             
             <note><ul><li><para>
            This action has no effect outside AWS Resilience Hub.
            </para></li><li><para>
            This API updates the AWS Resilience Hub application draft version. To use this resource
            for running resiliency assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></li><li><para>
            To update application version with new <code>physicalResourceID</code>, you must call
            <code>ResolveAppVersionResources</code> API.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.AdditionalInfo">
            <summary>
            <para>
            <para>Currently, there is no supported additional information for resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.AppComponent">
            <summary>
            <para>
            <para>The list of Application Components that this resource belongs to. If an Application
            Component is not part of the AWS Resilience Hub application, it will be added.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.AwsAccountId">
            <summary>
            <para>
            <para>The Amazon Web Services account that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The Amazon Web Services region that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.LogicalResourceId_Identifier">
            <summary>
            <para>
            <para>The identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.LogicalResourceId_LogicalStackName">
            <summary>
            <para>
            <para>The name of the CloudFormation stack this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.PhysicalResourceId">
            <summary>
            <para>
            <para>The physical identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.LogicalResourceId_ResourceGroupName">
            <summary>
            <para>
            <para>The name of the resource group that this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.ResourceName">
            <summary>
            <para>
            <para>The name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.LogicalResourceId_TerraformSourceName">
            <summary>
            <para>
            <para> The name of the Terraform S3 state file this resource belongs to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.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.ResilienceHub.Model.CreateAppVersionResourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.CreateAppVersionResourceResponse 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.RESH.NewRESHAppVersionResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHAppVersionResourceCmdlet.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.RESH.NewRESHRecommendationTemplateCmdlet">
            <summary>
            Creates a new recommendation template for the AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.BucketName">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket that will contain the recommendation template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.Format">
            <summary>
            <para>
            <para>The format for the recommendation template.</para><dl><dt>CfnJson</dt><dd><para>The template is CloudFormation JSON.</para></dd><dt>CfnYaml</dt><dd><para>The template is CloudFormation YAML.</para></dd></dl>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.Name">
            <summary>
            <para>
            <para>The name for the recommendation template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.RecommendationId">
            <summary>
            <para>
            <para>Identifiers for the recommendations used to create a recommendation template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.RecommendationType">
            <summary>
            <para>
            <para>An array of strings that specify the recommendation template type or types.</para><dl><dt>Alarm</dt><dd><para>The template is an <a>AlarmRecommendation</a> template.</para></dd><dt>Sop</dt><dd><para>The template is a <a>SopRecommendation</a> template.</para></dd><dt>Test</dt><dd><para>The template is a <a>TestRecommendation</a> template.</para></dd></dl>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web
            Services resource. Each tag consists of a key/value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RecommendationTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.CreateRecommendationTemplateResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.CreateRecommendationTemplateResponse 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.RESH.NewRESHRecommendationTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHRecommendationTemplateCmdlet.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.RESH.NewRESHResiliencyPolicyCmdlet">
            <summary>
            Creates a resiliency policy for an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.DataLocationConstraint">
            <summary>
            <para>
            <para>Specifies a high-level geographical location constraint for where your resilience
            policy data can be stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.Policy">
            <summary>
            <para>
            <para>The type of resiliency policy to be created, including the recovery time objective
            (RTO) and recovery point objective (RPO) in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.PolicyDescription">
            <summary>
            <para>
            <para>The description for the policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.PolicyName">
            <summary>
            <para>
            <para>The name of the policy</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web
            Services resource. Each tag consists of a key/value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.Tier">
            <summary>
            <para>
            <para>The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>)
            to lowest (<code>NonCritical</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Policy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.CreateResiliencyPolicyResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.CreateResiliencyPolicyResponse 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.RESH.NewRESHResiliencyPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PolicyName parameter.
            The -PassThru parameter is deprecated, use -Select '^PolicyName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.NewRESHResiliencyPolicyCmdlet.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.RESH.PublishRESHAppVersionCmdlet">
            <summary>
            Publishes a new version of a specific AWS Resilience Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.PublishRESHAppVersionCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.PublishRESHAppVersionCmdlet.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.ResilienceHub.Model.PublishAppVersionResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.PublishAppVersionResponse 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.RESH.PublishRESHAppVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.PublishRESHAppVersionCmdlet.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.RESH.RemoveRESHAppCmdlet">
            <summary>
            Deletes an AWS Resilience Hub application. This is a destructive action that can't
            be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppCmdlet.ForceDelete">
            <summary>
            <para>
            <para>A boolean option to force the deletion of an AWS Resilience Hub application. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.DeleteAppResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteAppResponse 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.RESH.RemoveRESHAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppCmdlet.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.RESH.RemoveRESHAppAssessmentCmdlet">
            <summary>
            Deletes an AWS Resilience Hub application assessment. This is a destructive action
            that can't be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppAssessmentCmdlet.AssessmentArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppAssessmentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppAssessmentCmdlet.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.ResilienceHub.Model.DeleteAppAssessmentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteAppAssessmentResponse 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.RESH.RemoveRESHAppAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssessmentArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssessmentArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppAssessmentCmdlet.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.RESH.RemoveRESHAppInputSourceCmdlet">
            <summary>
            Deletes the input source and all of its imported resources from the AWS Resilience
            Hub application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.TerraformSource_S3StateFileUrl">
            <summary>
            <para>
            <para> The Terraform s3 state file you need to import. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.SourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the imported resource you want to remove from the
            AWS Resilience Hub application. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.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.ResilienceHub.Model.DeleteAppInputSourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteAppInputSourceResponse 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.RESH.RemoveRESHAppInputSourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppInputSourceCmdlet.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.RESH.RemoveRESHAppVersionAppComponentCmdlet">
            <summary>
            Deletes an Application Component from the AWS Resilience Hub application.
             
             <note><ul><li><para>
            This API updates the AWS Resilience Hub application draft version. To use this Application
            Component for running assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></li><li><para>
            You will not be able to delete an Application Component if it has resources associated
            with it.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionAppComponentCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionAppComponentCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionAppComponentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionAppComponentCmdlet.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.ResilienceHub.Model.DeleteAppVersionAppComponentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteAppVersionAppComponentResponse 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.RESH.RemoveRESHAppVersionAppComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionAppComponentCmdlet.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.RESH.RemoveRESHAppVersionResourceCmdlet">
            <summary>
            Deletes a resource from the AWS Resilience Hub application.
             
             <note><ul><li><para>
            You can only delete a manually added resource. To exclude non-manually added resources,
            use the <code>UpdateAppVersionResource</code> API.
            </para></li><li><para>
            This action has no effect outside AWS Resilience Hub.
            </para></li><li><para>
            This API updates the AWS Resilience Hub application draft version. To use this resource
            for running resiliency assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.AwsAccountId">
            <summary>
            <para>
            <para>The Amazon Web Services account that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The Amazon Web Services region that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.LogicalResourceId_Identifier">
            <summary>
            <para>
            <para>The identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.LogicalResourceId_LogicalStackName">
            <summary>
            <para>
            <para>The name of the CloudFormation stack this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.PhysicalResourceId">
            <summary>
            <para>
            <para>The physical identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.LogicalResourceId_ResourceGroupName">
            <summary>
            <para>
            <para>The name of the resource group that this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.ResourceName">
            <summary>
            <para>
            <para>The name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.LogicalResourceId_TerraformSourceName">
            <summary>
            <para>
            <para> The name of the Terraform S3 state file this resource belongs to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.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.ResilienceHub.Model.DeleteAppVersionResourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteAppVersionResourceResponse 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.RESH.RemoveRESHAppVersionResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHAppVersionResourceCmdlet.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.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet">
            <summary>
            Removes resource mappings from a draft application version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.AppRegistryAppName">
            <summary>
            <para>
            <para>The names of the registered applications you want to remove from the resource mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.LogicalStackName">
            <summary>
            <para>
            <para>The names of the CloudFormation stacks you want to remove from the resource mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.ResourceGroupName">
            <summary>
            <para>
            <para>The names of the resource groups you want to remove from the resource mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.ResourceName">
            <summary>
            <para>
            <para>The names of the resources you want to remove from the resource mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.TerraformSourceName">
            <summary>
            <para>
            <para>The names of the Terraform sources you want to remove from the resource mappings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.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.ResilienceHub.Model.RemoveDraftAppVersionResourceMappingsResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.RemoveDraftAppVersionResourceMappingsResponse 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.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHDraftAppVersionResourceMappingCmdlet.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.RESH.RemoveRESHRecommendationTemplateCmdlet">
            <summary>
            Deletes a recommendation template. This is a destructive action that can't be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHRecommendationTemplateCmdlet.RecommendationTemplateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for a recommendation template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHRecommendationTemplateCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHRecommendationTemplateCmdlet.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.ResilienceHub.Model.DeleteRecommendationTemplateResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteRecommendationTemplateResponse 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.RESH.RemoveRESHRecommendationTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RecommendationTemplateArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RecommendationTemplateArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHRecommendationTemplateCmdlet.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.RESH.RemoveRESHResiliencyPolicyCmdlet">
            <summary>
            Deletes a resiliency policy. This is a destructive action that can't be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResiliencyPolicyCmdlet.PolicyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
            arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResiliencyPolicyCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResiliencyPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PolicyArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.DeleteResiliencyPolicyResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.DeleteResiliencyPolicyResponse 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.RESH.RemoveRESHResiliencyPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PolicyArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PolicyArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResiliencyPolicyCmdlet.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.RESH.RemoveRESHResourceTagCmdlet">
            <summary>
            Removes one or more tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The keys of the tags you want to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResourceTagCmdlet.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.ResilienceHub.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.RemoveRESHResourceTagCmdlet.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.RESH.ResolveRESHAppVersionResourceCmdlet">
            <summary>
            Resolves the resources for an application version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ResolveRESHAppVersionResourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ResolveRESHAppVersionResourceCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ResolveRESHAppVersionResourceCmdlet.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.ResilienceHub.Model.ResolveAppVersionResourcesResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.ResolveAppVersionResourcesResponse 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.RESH.ResolveRESHAppVersionResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.ResolveRESHAppVersionResourceCmdlet.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.RESH.StartRESHAppAssessmentCmdlet">
            <summary>
            Creates a new application assessment for an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.AppVersion">
            <summary>
            <para>
            <para>The version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.AssessmentName">
            <summary>
            <para>
            <para>The name for the assessment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web
            Services resource. Each tag consists of a key/value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Used for an idempotency token. A client token is a unique, case-sensitive string of
            up to 64 ASCII characters. You should not reuse the same client token for other API
            requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Assessment'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.StartAppAssessmentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.StartAppAssessmentResponse 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.RESH.StartRESHAppAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.StartRESHAppAssessmentCmdlet.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.RESH.UpdateRESHAppCmdlet">
            <summary>
            Updates an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.AssessmentSchedule">
            <summary>
            <para>
            <para> Assessment execution schedule with 'Daily' or 'Disabled' values. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.ClearResiliencyPolicyArn">
            <summary>
            <para>
            <para>Specifies if the resiliency policy ARN should be cleared.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.Description">
            <summary>
            <para>
            <para>The optional description for an app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.PolicyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
            arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.UpdateAppResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.UpdateAppResponse 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.RESH.UpdateRESHAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppCmdlet.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.RESH.UpdateRESHAppVersionCmdlet">
            <summary>
            Updates the AWS Resilience Hub application version.
             
             <note><para>
            This API updates the AWS Resilience Hub application draft version. To use this information
            for running resiliency assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionCmdlet.AdditionalInfo">
            <summary>
            <para>
            <para>Additional configuration parameters for an AWS Resilience Hub application.</para><note><para>Currently, this parameter accepts a key-value mapping (in a string format) of only
            one failover region and one associated account.</para><para>Key: <code>"failover-regions"</code></para><para>Value: <code>"[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]"</code></para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionCmdlet.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.ResilienceHub.Model.UpdateAppVersionResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.UpdateAppVersionResponse 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.RESH.UpdateRESHAppVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionCmdlet.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.RESH.UpdateRESHAppVersionAppComponentCmdlet">
            <summary>
            Updates an existing Application Component in the AWS Resilience Hub application.
             
             <note><para>
            This API updates the AWS Resilience Hub application draft version. To use this Application
            Component for running assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.AdditionalInfo">
            <summary>
            <para>
            <para>Currently, there is no supported additional information for Application Components.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.Name">
            <summary>
            <para>
            <para>The name of the Application Component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.Type">
            <summary>
            <para>
            <para>The type of Application Component. For more information about the types of Application
            Component, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html">Grouping
            resources in an AppComponent</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.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.ResilienceHub.Model.UpdateAppVersionAppComponentResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.UpdateAppVersionAppComponentResponse 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.RESH.UpdateRESHAppVersionAppComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionAppComponentCmdlet.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.RESH.UpdateRESHAppVersionResourceCmdlet">
            <summary>
            Updates the resource details in the AWS Resilience Hub application.
             
             <note><ul><li><para>
            This action has no effect outside AWS Resilience Hub.
            </para></li><li><para>
            This API updates the AWS Resilience Hub application draft version. To use this resource
            for running resiliency assessments, you must publish the AWS Resilience Hub application
            using the <code>PublishAppVersion</code> API.
            </para></li><li><para>
            To update application version with new <code>physicalResourceID</code>, you must call
            <code>ResolveAppVersionResources</code> API.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.AdditionalInfo">
            <summary>
            <para>
            <para>Currently, there is no supported additional information for resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.AppComponent">
            <summary>
            <para>
            <para>The list of Application Components that this resource belongs to. If an Application
            Component is not part of the AWS Resilience Hub application, it will be added.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.AwsAccountId">
            <summary>
            <para>
            <para>The Amazon Web Services account that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The Amazon Web Services region that owns the physical resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.Excluded">
            <summary>
            <para>
            <para>Indicates if a resource is excluded from an AWS Resilience Hub application.</para><note><para>You can exclude only imported resources from an AWS Resilience Hub application.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.LogicalResourceId_Identifier">
            <summary>
            <para>
            <para>The identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.LogicalResourceId_LogicalStackName">
            <summary>
            <para>
            <para>The name of the CloudFormation stack this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.PhysicalResourceId">
            <summary>
            <para>
            <para>The physical identifier of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.LogicalResourceId_ResourceGroupName">
            <summary>
            <para>
            <para>The name of the resource group that this resource belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.ResourceName">
            <summary>
            <para>
            <para>The name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.LogicalResourceId_TerraformSourceName">
            <summary>
            <para>
            <para> The name of the Terraform S3 state file this resource belongs to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.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.ResilienceHub.Model.UpdateAppVersionResourceResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.UpdateAppVersionResourceResponse 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.RESH.UpdateRESHAppVersionResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHAppVersionResourceCmdlet.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.RESH.UpdateRESHResiliencyPolicyCmdlet">
            <summary>
            Updates a resiliency policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.DataLocationConstraint">
            <summary>
            <para>
            <para>Specifies a high-level geographical location constraint for where your resilience
            policy data can be stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.Policy">
            <summary>
            <para>
            <para>The type of resiliency policy to be created, including the recovery time objective
            (RTO) and recovery point objective (RPO) in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.PolicyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
            arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.PolicyDescription">
            <summary>
            <para>
            <para>The description for the policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.PolicyName">
            <summary>
            <para>
            <para>The name of the policy</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.Tier">
            <summary>
            <para>
            <para>The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>)
            to lowest (<code>NonCritical</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Policy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ResilienceHub.Model.UpdateResiliencyPolicyResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.UpdateResiliencyPolicyResponse 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.RESH.UpdateRESHResiliencyPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PolicyArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PolicyArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.UpdateRESHResiliencyPolicyCmdlet.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.RESH.WriteRESHDraftAppVersionTemplateCmdlet">
            <summary>
            Adds or updates the app template for an AWS Resilience Hub application draft version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.WriteRESHDraftAppVersionTemplateCmdlet.AppArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for
            this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
            For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
            Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.WriteRESHDraftAppVersionTemplateCmdlet.AppTemplateBody">
            <summary>
            <para>
            <para>A JSON string that provides information about your application structure. To learn
            more about the <code>appTemplateBody</code> template, see the sample template provided
            in the <i>Examples</i> section.</para><para>The <code>appTemplateBody</code> JSON string has the following structure:</para><ul><li><para><b><code>resources</code></b></para><para>The list of logical resources that needs to be included in the application.</para><para>Type: Array</para><note><para>Don't add the resources that you want to exclude.</para></note><para>Each <code>resources</code> array item includes the following fields:</para><ul><li><para><i><code>logicalResourceId</code></i></para><para>The logical identifier of the resource.</para><para>Type: Object</para><para>Each <code>logicalResourceId</code> object includes the following fields:</para><ul><li><para><code>identifier</code></para><para>The identifier of the resource.</para><para>Type: String</para></li><li><para><code>logicalStackName</code></para><para>The name of the CloudFormation stack this resource belongs to.</para><para>Type: String</para></li><li><para><code>resourceGroupName</code></para><para>The name of the resource group this resource belongs to.</para><para>Type: String</para></li><li><para><code>terraformSourceName</code></para><para>The name of the Terraform S3 state file this resource belongs to.</para><para>Type: String</para></li></ul></li><li><para><i><code>type</code></i></para><para>The type of resource.</para><para>Type: string</para></li><li><para><i><code>name</code></i></para><para>The name of the resource.</para><para>Type: String</para></li></ul></li><li><para><b><code>appComponents</code></b></para><para>The list of Application Components that this resource belongs to. If an Application
            Component is not part of the AWS Resilience Hub application, it will be added.</para><para>Type: Array</para><para>Each <code>appComponents</code> array item includes the following fields:</para><ul><li><para><code>name</code></para><para>The name of the Application Component.</para><para>Type: String</para></li><li><para><code>type</code></para><para>The type of Application Component. For more information about the types of Application
            Component, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html">Grouping
            resources in an AppComponent</a>.</para><para>Type: String</para></li><li><para><code>resourceNames</code></para><para>The list of included resources that are assigned to the Application Component.</para><para>Type: Array of strings</para></li><li><para><code>additionalInfo</code></para><para>Additional configuration parameters for an AWS Resilience Hub application.</para><note><para>Currently, this parameter accepts a key-value mapping (in a string format) of only
            one failover region and one associated account.</para><para>Key: <code>"failover-regions"</code></para><para>Value: <code>"[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]"</code></para></note></li></ul></li><li><para><b><code>excludedResources</code></b></para><para>The list of logical resource identifiers to be excluded from the application.</para><para>Type: Array</para><note><para>Don't add the resources that you want to include.</para></note><para>Each <code>excludedResources</code> array item includes the following fields:</para><ul><li><para><i><code>logicalResourceIds</code></i></para><para>The logical identifier of the resource.</para><para>Type: Object</para><note><para>You can configure only one of the following fields:</para><ul><li><para><code>logicalStackName</code></para></li><li><para><code>resourceGroupName</code></para></li><li><para><code>terraformSourceName</code></para></li></ul></note><para>Each <code>logicalResourceIds</code> object includes the following fields:</para><ul><li><para><code>identifier</code></para><para>The identifier of the resource.</para><para>Type: String</para></li><li><para><code>logicalStackName</code></para><para>The name of the CloudFormation stack this resource belongs to.</para><para>Type: String</para></li><li><para><code>resourceGroupName</code></para><para>The name of the resource group this resource belongs to.</para><para>Type: String</para></li><li><para><code>terraformSourceName</code></para><para>The name of the Terraform S3 state file this resource belongs to.</para><para>Type: String</para></li></ul></li></ul></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.WriteRESHDraftAppVersionTemplateCmdlet.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.ResilienceHub.Model.PutDraftAppVersionTemplateResponse).
            Specifying the name of a property of type Amazon.ResilienceHub.Model.PutDraftAppVersionTemplateResponse 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.RESH.WriteRESHDraftAppVersionTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AppArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.RESH.WriteRESHDraftAppVersionTemplateCmdlet.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>