AWS.Tools.AppIntegrationsService.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.AppIntegrationsService</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.AddAISResourceTagCmdlet">
            <summary>
            Adds the specified tags to the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.AddAISResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.AddAISResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource. For example,
            { "tags": {"key1":"value1", "key2":"value2"} }.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.AddAISResourceTagCmdlet.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.AppIntegrationsService.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.AddAISResourceTagCmdlet.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.AIS.GetAISApplicationCmdlet">
            <summary>
            Get an Application resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationCmdlet.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.AppIntegrationsService.Model.GetApplicationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.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.AIS.GetAISApplicationAssociationListCmdlet">
            <summary>
            Returns a paginated list of application associations for an 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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationAssociationListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>A unique identifier for the Application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.ListApplicationAssociationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.ListApplicationAssociationsResponse 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.AIS.GetAISApplicationAssociationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationListCmdlet">
            <summary>
            Lists applications in the account.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISApplicationListCmdlet.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.AppIntegrationsService.Model.ListApplicationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.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.AIS.GetAISApplicationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationCmdlet">
            <summary>
            Returns information about the DataIntegration.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a>
            API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationCmdlet.Identifier">
            <summary>
            <para>
            <para>A unique identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationCmdlet.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.AppIntegrationsService.Model.GetDataIntegrationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.GetDataIntegrationResponse 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.AIS.GetAISDataIntegrationAssociationListCmdlet">
            <summary>
            Returns a paginated list of DataIntegration associations in the account.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a>
            API.
            </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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationAssociationListCmdlet.DataIntegrationIdentifier">
            <summary>
            <para>
            <para>A unique identifier for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataIntegrationAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.ListDataIntegrationAssociationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.ListDataIntegrationAssociationsResponse 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.AIS.GetAISDataIntegrationAssociationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationListCmdlet">
            <summary>
            Returns a paginated list of DataIntegrations in the account.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a>
            API.
            </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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISDataIntegrationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataIntegrations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.ListDataIntegrationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.ListDataIntegrationsResponse 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.AIS.GetAISDataIntegrationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationCmdlet">
            <summary>
            Returns information about the event integration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event integration. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationCmdlet.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.AppIntegrationsService.Model.GetEventIntegrationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.GetEventIntegrationResponse 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.AIS.GetAISEventIntegrationAssociationListCmdlet">
            <summary>
            Returns a paginated list of event integration associations in the account.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationAssociationListCmdlet.EventIntegrationName">
            <summary>
            <para>
            <para>The name of the event integration. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventIntegrationAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.ListEventIntegrationAssociationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.ListEventIntegrationAssociationsResponse 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.AIS.GetAISEventIntegrationAssociationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationListCmdlet">
            <summary>
            Returns a paginated list of event integrations in the account.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results. Use the value returned in the previous response
            in the next request to retrieve 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISEventIntegrationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventIntegrations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.ListEventIntegrationsResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.ListEventIntegrationsResponse 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.AIS.GetAISEventIntegrationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AIS.GetAISResourceTagCmdlet">
            <summary>
            Lists the tags for the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.GetAISResourceTagCmdlet.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.AppIntegrationsService.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.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="T:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet">
            <summary>
            Creates and persists an Application resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.ExternalUrlConfig_AccessUrl">
            <summary>
            <para>
            <para>The URL to access the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.ExternalUrlConfig_ApprovedOrigin">
            <summary>
            <para>
            <para>Additional URLs to allow list if different than the access URL.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Namespace">
            <summary>
            <para>
            <para>The namespace of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Permission">
            <summary>
            <para>
            <para>The configuration of events or requests that the application has access to.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource. For example,
            { "tags": {"key1":"value1", "key2":"value2"} }.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request. If not provided, the Amazon Web Services SDK populates this field. For
            more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making
            retries safe with idempotent APIs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Publication">
            <summary>
            <para>
            <para>The events that the application publishes.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.Subscription">
            <summary>
            <para>
            <para>The events that the application subscribes.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISApplicationCmdlet.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.AppIntegrationsService.Model.CreateApplicationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.CreateApplicationResponse 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.AIS.NewAISApplicationCmdlet.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.AIS.NewAISDataIntegrationCmdlet">
            <summary>
            Creates and persists a DataIntegration resource.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <c>CreateDataIntegration</c> API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.Description">
            <summary>
            <para>
            <para>A description of the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.FileConfiguration_Filter">
            <summary>
            <para>
            <para>Restrictions for what files should be pulled from the source.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.ScheduleConfig_FirstExecutionFrom">
            <summary>
            <para>
            <para>The start date for objects to import in the first flow run as an Unix/epoch timestamp
            in milliseconds or in ISO-8601 format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.FileConfiguration_Folder">
            <summary>
            <para>
            <para>Identifiers for the source folders to pull all files from recursively.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.KmsKey">
            <summary>
            <para>
            <para>The KMS key ARN for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.ScheduleConfig_Object">
            <summary>
            <para>
            <para>The name of the object to pull from the data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.ObjectConfiguration">
            <summary>
            <para>
            <para>The configuration for what data should be pulled from the source.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.ScheduleConfig_ScheduleExpression">
            <summary>
            <para>
            <para>How often the data should be pulled from data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.SourceURI">
            <summary>
            <para>
            <para>The URI of the data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource. For example,
            { "tags": {"key1":"value1", "key2":"value2"} }.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request. If not provided, the Amazon Web Services SDK populates this field. For
            more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making
            retries safe with idempotent APIs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Arn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.CreateDataIntegrationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.CreateDataIntegrationResponse 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.AIS.NewAISDataIntegrationCmdlet.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.AIS.NewAISDataIntegrationAssociationCmdlet">
            <summary>
            Creates and persists a DataIntegrationAssociation resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ClientAssociationMetadata">
            <summary>
            <para>
            <para>The mapping of metadata to be extracted from the data.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ClientId">
            <summary>
            <para>
            <para>The identifier for the client that is associated with the DataIntegration association.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.DataIntegrationIdentifier">
            <summary>
            <para>
            <para>A unique identifier for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.DestinationURI">
            <summary>
            <para>
            <para>The URI of the data destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.OnDemandConfiguration_EndTime">
            <summary>
            <para>
            <para>The end time for data pull from the source as an Unix/epoch string in milliseconds</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ExecutionConfiguration_ExecutionMode">
            <summary>
            <para>
            <para>The mode for data import/export execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_FirstExecutionFrom">
            <summary>
            <para>
            <para>The start date for objects to import in the first flow run as an Unix/epoch timestamp
            in milliseconds or in ISO-8601 format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_Object">
            <summary>
            <para>
            <para>The name of the object to pull from the data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ObjectConfiguration">
            <summary>
            <para>
            <para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_ScheduleExpression">
            <summary>
            <para>
            <para>How often the data should be pulled from data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.OnDemandConfiguration_StartTime">
            <summary>
            <para>
            <para>The start time for data pull from the source as an Unix/epoch string in milliseconds</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request. If not provided, the Amazon Web Services SDK populates this field. For
            more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making
            retries safe with idempotent APIs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISDataIntegrationAssociationCmdlet.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.AppIntegrationsService.Model.CreateDataIntegrationAssociationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.CreateDataIntegrationAssociationResponse 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.AIS.NewAISDataIntegrationAssociationCmdlet.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.AIS.NewAISEventIntegrationCmdlet">
            <summary>
            Creates an EventIntegration, given a specified name, description, and a reference
            to an Amazon EventBridge bus in your account and a partner event source that pushes
            events to that bus. No objects are created in the your account, only metadata that
            is persisted on the EventIntegration control plane.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the event integration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.EventBridgeBus">
            <summary>
            <para>
            <para>The EventBridge bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event integration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.EventFilter_Source">
            <summary>
            <para>
            <para>The source of the events.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource. For example,
            { "tags": {"key1":"value1", "key2":"value2"} }.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request. If not provided, the Amazon Web Services SDK populates this field. For
            more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making
            retries safe with idempotent APIs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.NewAISEventIntegrationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventIntegrationArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppIntegrationsService.Model.CreateEventIntegrationResponse).
            Specifying the name of a property of type Amazon.AppIntegrationsService.Model.CreateEventIntegrationResponse 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.AIS.NewAISEventIntegrationCmdlet.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.AIS.RemoveAISApplicationCmdlet">
            <summary>
            Deletes the Application. Only Applications that don't have any Application Associations
            can be deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISApplicationCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISApplicationCmdlet.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.AppIntegrationsService.Model.DeleteApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISApplicationCmdlet.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.AIS.RemoveAISDataIntegrationCmdlet">
            <summary>
            Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations
            can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow
            flow and service linked role.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a>
            API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISDataIntegrationCmdlet.DataIntegrationIdentifier">
            <summary>
            <para>
            <para>A unique identifier for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISDataIntegrationCmdlet.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.AppIntegrationsService.Model.DeleteDataIntegrationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISDataIntegrationCmdlet.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.AIS.RemoveAISEventIntegrationCmdlet">
            <summary>
            Deletes the specified existing event integration. If the event integration is associated
            with clients, the request is rejected.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISEventIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event integration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISEventIntegrationCmdlet.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.AppIntegrationsService.Model.DeleteEventIntegrationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISEventIntegrationCmdlet.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.AIS.RemoveAISResourceTagCmdlet">
            <summary>
            Removes the specified tags from the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag keys.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISResourceTagCmdlet.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.AppIntegrationsService.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.RemoveAISResourceTagCmdlet.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.AIS.UpdateAISApplicationCmdlet">
            <summary>
            Updates and persists an Application resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.ExternalUrlConfig_AccessUrl">
            <summary>
            <para>
            <para>The URL to access the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.ExternalUrlConfig_ApprovedOrigin">
            <summary>
            <para>
            <para>Additional URLs to allow list if different than the access URL.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Permission">
            <summary>
            <para>
            <para>The configuration of events or requests that the application has access to.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Publication">
            <summary>
            <para>
            <para>The events that the application publishes.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.Subscription">
            <summary>
            <para>
            <para>The events that the application subscribes.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.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.AppIntegrationsService.Model.UpdateApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISApplicationCmdlet.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.AIS.UpdateAISDataIntegrationCmdlet">
            <summary>
            Updates the description of a DataIntegration.
             
             <note><para>
            You cannot create a DataIntegration association for a DataIntegration that has been
            previously associated. Use a different DataIntegration, or recreate the DataIntegration
            using the <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a>
            API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationCmdlet.Description">
            <summary>
            <para>
            <para>A description of the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationCmdlet.Identifier">
            <summary>
            <para>
            <para>A unique identifier for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationCmdlet.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.AppIntegrationsService.Model.UpdateDataIntegrationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationCmdlet.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.AIS.UpdateAISDataIntegrationAssociationCmdlet">
            <summary>
            Updates and persists a DataIntegrationAssociation resource.
             
             <note><para>
             Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the
            on-demand job.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.DataIntegrationAssociationIdentifier">
            <summary>
            <para>
            <para>A unique identifier. of the DataIntegrationAssociation resource</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.DataIntegrationIdentifier">
            <summary>
            <para>
            <para>A unique identifier for the DataIntegration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.OnDemandConfiguration_EndTime">
            <summary>
            <para>
            <para>The end time for data pull from the source as an Unix/epoch string in milliseconds</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.ExecutionConfiguration_ExecutionMode">
            <summary>
            <para>
            <para>The mode for data import/export execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_FirstExecutionFrom">
            <summary>
            <para>
            <para>The start date for objects to import in the first flow run as an Unix/epoch timestamp
            in milliseconds or in ISO-8601 format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_Object">
            <summary>
            <para>
            <para>The name of the object to pull from the data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.ScheduleConfiguration_ScheduleExpression">
            <summary>
            <para>
            <para>How often the data should be pulled from data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.OnDemandConfiguration_StartTime">
            <summary>
            <para>
            <para>The start time for data pull from the source as an Unix/epoch string in milliseconds</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.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.AppIntegrationsService.Model.UpdateDataIntegrationAssociationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISDataIntegrationAssociationCmdlet.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.AIS.UpdateAISEventIntegrationCmdlet">
            <summary>
            Updates the description of an event integration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISEventIntegrationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the event integration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISEventIntegrationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event integration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISEventIntegrationCmdlet.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.AppIntegrationsService.Model.UpdateEventIntegrationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AIS.UpdateAISEventIntegrationCmdlet.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>