AWS.Tools.AppFabric.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.AppFabric</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.AddAFABResourceTagCmdlet">
            <summary>
            Assigns one or more tags (key-value pairs) to the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.AddAFABResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.AddAFABResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A map of the key-value pairs of the tag or tags to assign to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.AddAFABResourceTagCmdlet.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.AppFabric.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.AddAFABResourceTagCmdlet.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.AFAB.AddAFABResourceTagCmdlet.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.AFAB.ConnectAFABAppAuthorizationCmdlet">
            <summary>
            Establishes a connection between Amazon Web Services AppFabric and an application,
            which allows AppFabric to call the APIs of the application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.AppAuthorizationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            that contains the app authorization to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.AuthRequest_Code">
            <summary>
            <para>
            <para>The authorization code returned by the application after permission is granted in
            the application OAuth page (after clicking on the AuthURL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.AuthRequest_RedirectUri">
            <summary>
            <para>
            <para>The redirect URL that is specified in the AuthURL and the application client.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppAuthorizationSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.ConnectAppAuthorizationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.ConnectAppAuthorizationResponse 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.AFAB.ConnectAFABAppAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppAuthorizationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppAuthorizationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.ConnectAFABAppAuthorizationCmdlet.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.AFAB.GetAFABAppAuthorizationCmdlet">
            <summary>
            Returns information about an app authorization.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationCmdlet.AppAuthorizationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppAuthorization'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.GetAppAuthorizationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.GetAppAuthorizationResponse 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.AFAB.GetAFABAppAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppAuthorizationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppAuthorizationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationListCmdlet">
            <summary>
            Returns a list of all app authorizations configured for an app bundle.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationListCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken error</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppAuthorizationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppAuthorizationSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.ListAppAuthorizationsResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.ListAppAuthorizationsResponse 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.AFAB.GetAFABAppAuthorizationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleCmdlet">
            <summary>
            Returns information about an app bundle.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppBundle'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.GetAppBundleResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.GetAppBundleResponse 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.AFAB.GetAFABAppBundleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleListCmdlet">
            <summary>
            Returns a list of app bundles.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken error</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABAppBundleListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppBundleSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.ListAppBundlesResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.ListAppBundlesResponse 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.AFAB.GetAFABIngestionCmdlet">
            <summary>
            Returns information about an ingestion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Ingestion'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.GetIngestionResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.GetIngestionResponse 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.AFAB.GetAFABIngestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationCmdlet">
            <summary>
            Returns information about an ingestion destination.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationCmdlet.IngestionDestinationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            destination to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestionDestination'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.GetIngestionDestinationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.GetIngestionDestinationResponse 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.AFAB.GetAFABIngestionDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionDestinationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionDestinationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet">
            <summary>
            Returns a list of all ingestion destinations configured for an ingestion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken error</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionDestinationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestionDestinations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.ListIngestionDestinationsResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.ListIngestionDestinationsResponse 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.AFAB.GetAFABIngestionDestinationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionListCmdlet">
            <summary>
            Returns a list of all ingestions configured for an app bundle.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionListCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken error</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABIngestionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Ingestions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.ListIngestionsResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.ListIngestionsResponse 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.AFAB.GetAFABIngestionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.GetAFABResourceTagCmdlet">
            <summary>
            Returns a list of tags for a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABResourceTagCmdlet.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.AppFabric.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.AppFabric.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.AFAB.GetAFABResourceTagCmdlet.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.AFAB.GetAFABUserAccessTaskListCmdlet">
            <summary>
            Gets user access details in a batch request.
             
              
            <para>
            This action polls data from the tasks that are kicked off by the <code>StartUserAccessTasks</code>
            action.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABUserAccessTaskListCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABUserAccessTaskListCmdlet.TaskIdList">
            <summary>
            <para>
            <para>The tasks IDs to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.GetAFABUserAccessTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserAccessResultsList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.BatchGetUserAccessTasksResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.BatchGetUserAccessTasksResponse 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.AFAB.GetAFABUserAccessTaskListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet">
            <summary>
            Creates an app authorization within an app bundle, which allows AppFabric to connect
            to an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.ApiKeyCredential_ApiKey">
            <summary>
            <para>
            <para>An API key for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.App">
            <summary>
            <para>
            <para>The name of the application.</para><para>Valid values are:</para><ul><li><para><code>SLACK</code></para></li><li><para><code>ASANA</code></para></li><li><para><code>JIRA</code></para></li><li><para><code>M365</code></para></li><li><para><code>M365AUDITLOGS</code></para></li><li><para><code>ZOOM</code></para></li><li><para><code>ZENDESK</code></para></li><li><para><code>OKTA</code></para></li><li><para><code>GOOGLE</code></para></li><li><para><code>DROPBOX</code></para></li><li><para><code>SMARTSHEET</code></para></li><li><para><code>CISCO</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.AuthType">
            <summary>
            <para>
            <para>The authorization type for the app authorization.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Oauth2Credential_ClientId">
            <summary>
            <para>
            <para>The client ID of the client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Oauth2Credential_ClientSecret">
            <summary>
            <para>
            <para>The client secret of the client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Tag">
            <summary>
            <para>
            <para>A map of the key-value pairs of the tag or tags to assign to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Tenant_TenantDisplayName">
            <summary>
            <para>
            <para>The display name of the tenant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Tenant_TenantIdentifier">
            <summary>
            <para>
            <para>The ID of the application tenant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.ClientToken">
            <summary>
            <para>
            <para>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
            of the request. This lets you safely retry the request without accidentally performing
            the same operation a second time. Passing the same value to a later call to an operation
            requires that you also pass the same value for all other parameters. We recommend
            that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID
            type of value</a>.</para><para>If you don't provide this value, then Amazon Web Services generates a random one for
            you.</para><para>If you retry the operation with the same <code>ClientToken</code>, but with different
            parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppAuthorization'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.CreateAppAuthorizationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.CreateAppAuthorizationResponse 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.AFAB.NewAFABAppAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppAuthorizationCmdlet.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.AFAB.NewAFABAppBundleCmdlet">
            <summary>
            Creates an app bundle to collect data from an application using AppFabric.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppBundleCmdlet.CustomerManagedKeyIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to use to encrypt
            the application data. If this is not specified, an Amazon Web Services owned key is
            used for encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppBundleCmdlet.Tag">
            <summary>
            <para>
            <para>A map of the key-value pairs of the tag or tags to assign to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppBundleCmdlet.ClientToken">
            <summary>
            <para>
            <para>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
            of the request. This lets you safely retry the request without accidentally performing
            the same operation a second time. Passing the same value to a later call to an operation
            requires that you also pass the same value for all other parameters. We recommend
            that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID
            type of value</a>.</para><para>If you don't provide this value, then Amazon Web Services generates a random one for
            you.</para><para>If you retry the operation with the same <code>ClientToken</code>, but with different
            parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABAppBundleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppBundle'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.CreateAppBundleResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.CreateAppBundleResponse 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.AFAB.NewAFABAppBundleCmdlet.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.AFAB.NewAFABIngestionCmdlet">
            <summary>
            Creates a data ingestion for an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.App">
            <summary>
            <para>
            <para>The name of the application.</para><para>Valid values are:</para><ul><li><para><code>SLACK</code></para></li><li><para><code>ASANA</code></para></li><li><para><code>JIRA</code></para></li><li><para><code>M365</code></para></li><li><para><code>M365AUDITLOGS</code></para></li><li><para><code>ZOOM</code></para></li><li><para><code>ZENDESK</code></para></li><li><para><code>OKTA</code></para></li><li><para><code>GOOGLE</code></para></li><li><para><code>DROPBOX</code></para></li><li><para><code>SMARTSHEET</code></para></li><li><para><code>CISCO</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.IngestionType">
            <summary>
            <para>
            <para>The ingestion type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.Tag">
            <summary>
            <para>
            <para>A map of the key-value pairs of the tag or tags to assign to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.TenantId">
            <summary>
            <para>
            <para>The ID of the application tenant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.ClientToken">
            <summary>
            <para>
            <para>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
            of the request. This lets you safely retry the request without accidentally performing
            the same operation a second time. Passing the same value to a later call to an operation
            requires that you also pass the same value for all other parameters. We recommend
            that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID
            type of value</a>.</para><para>If you don't provide this value, then Amazon Web Services generates a random one for
            you.</para><para>If you retry the operation with the same <code>ClientToken</code>, but with different
            parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Ingestion'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.CreateIngestionResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.CreateIngestionResponse 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.AFAB.NewAFABIngestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionCmdlet.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.AFAB.NewAFABIngestionDestinationCmdlet">
            <summary>
            Creates an ingestion destination, which specifies how an application's ingested data
            is processed by Amazon Web Services AppFabric and where it's delivered.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.S3Bucket_BucketName">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.AuditLog_Format">
            <summary>
            <para>
            <para>The format in which the audit logs need to be formatted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.S3Bucket_Prefix">
            <summary>
            <para>
            <para>The object key to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.AuditLog_Schema">
            <summary>
            <para>
            <para>The event schema in which the audit logs need to be formatted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.FirehoseStream_StreamName">
            <summary>
            <para>
            <para>The name of the Amazon Kinesis Data Firehose delivery stream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.Tag">
            <summary>
            <para>
            <para>A map of the key-value pairs of the tag or tags to assign to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.ClientToken">
            <summary>
            <para>
            <para>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
            of the request. This lets you safely retry the request without accidentally performing
            the same operation a second time. Passing the same value to a later call to an operation
            requires that you also pass the same value for all other parameters. We recommend
            that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID
            type of value</a>.</para><para>If you don't provide this value, then Amazon Web Services generates a random one for
            you.</para><para>If you retry the operation with the same <code>ClientToken</code>, but with different
            parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestionDestination'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.CreateIngestionDestinationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.CreateIngestionDestinationResponse 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.AFAB.NewAFABIngestionDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.NewAFABIngestionDestinationCmdlet.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.AFAB.RemoveAFABAppAuthorizationCmdlet">
            <summary>
            Deletes an app authorization. You must delete the associated ingestion before you
            can delete an app authorization.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppAuthorizationCmdlet.AppAuthorizationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppAuthorizationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppAuthorizationCmdlet.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.AppFabric.Model.DeleteAppAuthorizationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppAuthorizationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppAuthorizationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppAuthorizationCmdlet.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.AFAB.RemoveAFABAppBundleCmdlet">
            <summary>
            Deletes an app bundle. You must delete all associated app authorizations before you
            can delete an app bundle.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppBundleCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppBundleCmdlet.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.AppFabric.Model.DeleteAppBundleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppBundleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABAppBundleCmdlet.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.AFAB.RemoveAFABIngestionCmdlet">
            <summary>
            Deletes an ingestion. You must stop (disable) the ingestion and you must delete all
            associated ingestion destinations before you can delete an app ingestion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionCmdlet.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.AppFabric.Model.DeleteIngestionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionCmdlet.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.AFAB.RemoveAFABIngestionDestinationCmdlet">
            <summary>
            Deletes an ingestion destination.
             
              
            <para>
            This deletes the association between an ingestion and it's destination. It doesn't
            delete previously ingested data or the storage destination, such as the Amazon S3
            bucket where the data is delivered. If the ingestion destination is deleted while
            the associated ingestion is enabled, the ingestion will fail and is eventually disabled.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.IngestionDestinationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            destination to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.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.AppFabric.Model.DeleteIngestionDestinationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionDestinationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionDestinationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABIngestionDestinationCmdlet.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.AFAB.RemoveAFABResourceTagCmdlet">
            <summary>
            Removes a tag or tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to untag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The keys of the key-value pairs for the tag or tags you want to remove from the specified
            resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABResourceTagCmdlet.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.AppFabric.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.RemoveAFABResourceTagCmdlet.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.AFAB.RemoveAFABResourceTagCmdlet.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.AFAB.StartAFABIngestionCmdlet">
            <summary>
            Starts (enables) an ingestion, which collects data from an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABIngestionCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABIngestionCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABIngestionCmdlet.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.AppFabric.Model.StartIngestionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABIngestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABIngestionCmdlet.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.AFAB.StartAFABUserAccessTaskCmdlet">
            <summary>
            Starts the tasks to search user access status for a specific email address.
             
              
            <para>
            The tasks are stopped when the user access status data is found. The tasks are terminated
            when the API calls to the application time out.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABUserAccessTaskCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABUserAccessTaskCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the target user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StartAFABUserAccessTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserAccessTasksList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.StartUserAccessTasksResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.StartUserAccessTasksResponse 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.AFAB.StartAFABUserAccessTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppBundleIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppBundleIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet">
            <summary>
            Stops (disables) an ingestion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet.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.AppFabric.Model.StopIngestionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.StopAFABIngestionCmdlet.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.AFAB.UpdateAFABAppAuthorizationCmdlet">
            <summary>
            Updates an app authorization within an app bundle, which allows AppFabric to connect
            to an application.
             
              
            <para>
            If the app authorization was in a <code>connected</code> state, updating the app authorization
            will set it back to a <code>PendingConnect</code> state.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.ApiKeyCredential_ApiKey">
            <summary>
            <para>
            <para>An API key for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.AppAuthorizationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.Oauth2Credential_ClientId">
            <summary>
            <para>
            <para>The client ID of the client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.Oauth2Credential_ClientSecret">
            <summary>
            <para>
            <para>The client secret of the client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.Tenant_TenantDisplayName">
            <summary>
            <para>
            <para>The display name of the tenant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.Tenant_TenantIdentifier">
            <summary>
            <para>
            <para>The ID of the application tenant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppAuthorization'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.UpdateAppAuthorizationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.UpdateAppAuthorizationResponse 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.AFAB.UpdateAFABAppAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppAuthorizationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^AppAuthorizationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABAppAuthorizationCmdlet.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.AFAB.UpdateAFABIngestionDestinationCmdlet">
            <summary>
            Updates an ingestion destination, which specifies how an application's ingested data
            is processed by Amazon Web Services AppFabric and where it's delivered.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.AppBundleIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.S3Bucket_BucketName">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.IngestionDestinationIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            destination to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.IngestionIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
            to use for the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.S3Bucket_Prefix">
            <summary>
            <para>
            <para>The object key to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.FirehoseStream_StreamName">
            <summary>
            <para>
            <para>The name of the Amazon Kinesis Data Firehose delivery stream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestionDestination'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppFabric.Model.UpdateIngestionDestinationResponse).
            Specifying the name of a property of type Amazon.AppFabric.Model.UpdateIngestionDestinationResponse 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.AFAB.UpdateAFABIngestionDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IngestionDestinationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^IngestionDestinationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AFAB.UpdateAFABIngestionDestinationCmdlet.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>