AWS.Tools.SsmSap.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SsmSap</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SMSAP.AddSMSAPResourceTagCmdlet">
            <summary>
            Creates tag for a resource by specifying the ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.AddSMSAPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.AddSMSAPResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags on a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.AddSMSAPResourceTagCmdlet.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.SsmSap.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.AddSMSAPResourceTagCmdlet.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.SMSAP.AddSMSAPResourceTagCmdlet.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.SMSAP.GetSMSAPApplicationCmdlet">
            <summary>
            Gets an application registered with AWS Systems Manager for SAP. It also returns the
            components of the application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationCmdlet.ApplicationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the application. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationCmdlet.AppRegistryArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the application registry.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationCmdlet.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.SsmSap.Model.GetApplicationResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.GetApplicationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationListCmdlet">
            <summary>
            Lists all the applications registered with AWS Systems Manager for SAP.<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.SMSAP.GetSMSAPApplicationListCmdlet.Filter">
            <summary>
            <para>
            <para>The filter of name, value, and operator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned nextToken value. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPApplicationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page 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.SMSAP.GetSMSAPApplicationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Applications'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.ListApplicationsResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.ListApplicationsResponse 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.SMSAP.GetSMSAPApplicationListCmdlet.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.SMSAP.GetSMSAPComponentCmdlet">
            <summary>
            Gets the component of an application registered with AWS Systems Manager for SAP.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentCmdlet.ComponentId">
            <summary>
            <para>
            <para>The ID of the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Component'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.GetComponentResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.GetComponentResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentListCmdlet">
            <summary>
            Lists all the components registered with AWS Systems Manager for SAP.<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.SMSAP.GetSMSAPComponentListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned nextToken value.</para><para>If you do not specify a value for MaxResults, the request returns 50 items per page
            by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page 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.SMSAP.GetSMSAPComponentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Components'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.ListComponentsResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.ListComponentsResponse 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.SMSAP.GetSMSAPComponentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPComponentListCmdlet.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.SMSAP.GetSMSAPDatabaseCmdlet">
            <summary>
            Gets the SAP HANA database of an application registered with AWS Systems Manager for
            SAP.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabaseCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabaseCmdlet.ComponentId">
            <summary>
            <para>
            <para>The ID of the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabaseCmdlet.DatabaseArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabaseCmdlet.DatabaseId">
            <summary>
            <para>
            <para>The ID of the database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabaseCmdlet.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.SsmSap.Model.GetDatabaseResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.GetDatabaseResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabasisListCmdlet">
            <summary>
            Lists the SAP HANA databases of an application registered with AWS Systems Manager
            for SAP.<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.SMSAP.GetSMSAPDatabasisListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabasisListCmdlet.ComponentId">
            <summary>
            <para>
            <para>The ID of the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabasisListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned nextToken value. If you do not specify
            a value for MaxResults, the request returns 50 items per page by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPDatabasisListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page 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.SMSAP.GetSMSAPDatabasisListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Databases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.ListDatabasesResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.ListDatabasesResponse 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.SMSAP.GetSMSAPDatabasisListCmdlet.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.SMSAP.GetSMSAPOperationCmdlet">
            <summary>
            Gets the details of an operation by specifying the operation ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationCmdlet.OperationId">
            <summary>
            <para>
            <para>The ID of the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Operation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.GetOperationResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.GetOperationResponse 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.SMSAP.GetSMSAPOperationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OperationId parameter.
            The -PassThru parameter is deprecated, use -Select '^OperationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationListCmdlet">
            <summary>
            Lists the operations performed by AWS Systems Manager for SAP.<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.SMSAP.GetSMSAPOperationListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationListCmdlet.Filter">
            <summary>
            <para>
            <para>The filters of an operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned nextToken value. If you do not specify
            a value for MaxResults, the request returns 50 items per page by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page 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.SMSAP.GetSMSAPOperationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Operations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.ListOperationsResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.ListOperationsResponse 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.SMSAP.GetSMSAPOperationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPOperationListCmdlet.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.SMSAP.GetSMSAPResourcePermissionCmdlet">
            <summary>
            Gets permissions associated with the target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPResourcePermissionCmdlet.ActionType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPResourcePermissionCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPResourcePermissionCmdlet.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.SsmSap.Model.GetResourcePermissionResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.GetResourcePermissionResponse 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.SMSAP.GetSMSAPResourcePermissionCmdlet.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.SMSAP.GetSMSAPResourceTagCmdlet">
            <summary>
            Lists all tags on an SAP HANA application and/or database registered with AWS Systems
            Manager for SAP.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.GetSMSAPResourceTagCmdlet.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.SsmSap.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.SsmSap.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.SMSAP.GetSMSAPResourceTagCmdlet.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.SMSAP.RegisterSMSAPApplicationCmdlet">
            <summary>
            Register an SAP application with AWS Systems Manager for SAP. You must meet the following
            requirements before registering.
             
              
            <para>
            The SAP application you want to register with AWS Systems Manager for SAP is running
            on Amazon EC2.
            </para><para>
            AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required
            IAM permissions.
            </para><para>
            Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager
            to manage SAP applications and components.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.ApplicationType">
            <summary>
            <para>
            <para>The type of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.ApplicationCredentials">
            <summary>
            <para>
            <para>The credentials of the SAP application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.DatabaseArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the SAP HANA database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.Instance">
            <summary>
            <para>
            <para>The Amazon EC2 instances on which your SAP application is running.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.SapInstanceNumber">
            <summary>
            <para>
            <para>The SAP instance number of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.Sid">
            <summary>
            <para>
            <para>The System ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be attached to the SAP application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RegisterSMSAPApplicationCmdlet.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.SsmSap.Model.RegisterApplicationResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.RegisterApplicationResponse 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.SMSAP.RegisterSMSAPApplicationCmdlet.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.SMSAP.RemoveSMSAPResourcePermissionCmdlet">
            <summary>
            Removes permissions associated with the target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourcePermissionCmdlet.ActionType">
            <summary>
            <para>
            <para>Delete or restore the permissions on the target database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourcePermissionCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourcePermissionCmdlet.SourceResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the source resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourcePermissionCmdlet.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.SsmSap.Model.DeleteResourcePermissionResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.DeleteResourcePermissionResponse 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.SMSAP.RemoveSMSAPResourcePermissionCmdlet.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.SMSAP.RemoveSMSAPResourcePermissionCmdlet.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.SMSAP.RemoveSMSAPResourceTagCmdlet">
            <summary>
            Delete the tags for a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Adds/updates or removes credentials for applications registered with AWS Systems Manager
            for SAP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourceTagCmdlet.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.SsmSap.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.RemoveSMSAPResourceTagCmdlet.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.SMSAP.RemoveSMSAPResourceTagCmdlet.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.SMSAP.StartSMSAPApplicationRefreshCmdlet">
            <summary>
            Refreshes a registered application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.StartSMSAPApplicationRefreshCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.StartSMSAPApplicationRefreshCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SsmSap.Model.StartApplicationRefreshResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.StartApplicationRefreshResponse 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.SMSAP.StartSMSAPApplicationRefreshCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.StartSMSAPApplicationRefreshCmdlet.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.SMSAP.UnregisterSMSAPApplicationCmdlet">
            <summary>
            Deregister an SAP application with AWS Systems Manager for SAP. This action does not
            affect the existing setup of your SAP workloads on Amazon EC2.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UnregisterSMSAPApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UnregisterSMSAPApplicationCmdlet.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.SsmSap.Model.DeregisterApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UnregisterSMSAPApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UnregisterSMSAPApplicationCmdlet.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.SMSAP.UpdateSMSAPApplicationSettingCmdlet">
            <summary>
            Updates the settings of an application registered with AWS Systems Manager for SAP.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.Backint_BackintMode">
            <summary>
            <para>
            <para>AWS service for your database backup.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.CredentialsToAddOrUpdate">
            <summary>
            <para>
            <para>The credentials to be added or updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.CredentialsToRemove">
            <summary>
            <para>
            <para>The credentials to be removed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.DatabaseArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA
            connection with the SAP_ABAP application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.Backint_EnsureNoBackupInProcess">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.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.SsmSap.Model.UpdateApplicationSettingsResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.UpdateApplicationSettingsResponse 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.SMSAP.UpdateSMSAPApplicationSettingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.UpdateSMSAPApplicationSettingCmdlet.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.SMSAP.WriteSMSAPResourcePermissionCmdlet">
            <summary>
            Adds permissions to the target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.WriteSMSAPResourcePermissionCmdlet.ActionType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.WriteSMSAPResourcePermissionCmdlet.ResourceArn">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.WriteSMSAPResourcePermissionCmdlet.SourceResourceArn">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMSAP.WriteSMSAPResourcePermissionCmdlet.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.SsmSap.Model.PutResourcePermissionResponse).
            Specifying the name of a property of type Amazon.SsmSap.Model.PutResourcePermissionResponse 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.SMSAP.WriteSMSAPResourcePermissionCmdlet.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>