AWS.Tools.DataExchange.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.DataExchange</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.AddDTEXResourceTagCmdlet">
            <summary>
            This operation tags a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.AddDTEXResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.AddDTEXResourceTagCmdlet.Tag">
            <summary>
            <para>
            A label that consists of a customer-defined key and
            an optional value.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.AddDTEXResourceTagCmdlet.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.DataExchange.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.AddDTEXResourceTagCmdlet.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.DTEX.AddDTEXResourceTagCmdlet.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.DTEX.GetDTEXAssetCmdlet">
            <summary>
            This operation returns information about an asset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXAssetCmdlet.AssetId">
            <summary>
            <para>
            <para>The unique identifier for an asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXAssetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXAssetCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXAssetCmdlet.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.DataExchange.Model.GetAssetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.GetAssetResponse 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.DTEX.GetDTEXAssetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssetId parameter.
            The -PassThru parameter is deprecated, use -Select '^AssetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetCmdlet">
            <summary>
            This operation returns information about a data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetCmdlet.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.DataExchange.Model.GetDataSetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.GetDataSetResponse 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.DTEX.GetDTEXDataSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet">
            <summary>
            This operation lists your data sets. When listing by origin OWNED, results are sorted
            by CreatedAt in descending order. When listing by origin ENTITLED, there is no order
            and the maxResults parameter is ignored.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet.Origin">
            <summary>
            <para>
            <para>A property that defines the data set as OWNED by the account (for providers) or ENTITLED
            to the account (for subscribers).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token value retrieved from a previous call to access the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataSets'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataExchange.Model.ListDataSetsResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.ListDataSetsResponse 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.DTEX.GetDTEXDataSetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Origin parameter.
            The -PassThru parameter is deprecated, use -Select '^Origin' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet">
            <summary>
            This operation lists a data set's revisions sorted by CreatedAt in descending order.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token value retrieved from a previous call to access the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Revisions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataExchange.Model.ListDataSetRevisionsResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.ListDataSetRevisionsResponse 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.DTEX.GetDTEXDataSetRevisionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXDataSetRevisionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionCmdlet">
            <summary>
            This operation retrieves information about an event action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionCmdlet.EventActionId">
            <summary>
            <para>
            <para>The unique identifier for the event action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionCmdlet.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.DataExchange.Model.GetEventActionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.GetEventActionResponse 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.DTEX.GetDTEXEventActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventActionId parameter.
            The -PassThru parameter is deprecated, use -Select '^EventActionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet">
            <summary>
            This operation lists your event actions.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet.EventSourceId">
            <summary>
            <para>
            <para>The unique identifier for the event source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token value retrieved from a previous call to access the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventActions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataExchange.Model.ListEventActionsResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.ListEventActionsResponse 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.DTEX.GetDTEXEventActionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventSourceId parameter.
            The -PassThru parameter is deprecated, use -Select '^EventSourceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXEventActionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobCmdlet">
            <summary>
            This operation returns information about a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobCmdlet.JobId">
            <summary>
            <para>
            <para>The unique identifier for a job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobCmdlet.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.DataExchange.Model.GetJobResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.GetJobResponse 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.DTEX.GetDTEXJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet">
            <summary>
            This operation lists your jobs sorted by CreatedAt in descending order.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token value retrieved from a previous call to access the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Jobs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataExchange.Model.ListJobsResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.ListJobsResponse 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.DTEX.GetDTEXJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXJobListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXResourceTagCmdlet">
            <summary>
            This operation lists the tags on the resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXResourceTagCmdlet.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.DataExchange.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.DataExchange.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.DTEX.GetDTEXResourceTagCmdlet.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.DTEX.GetDTEXRevisionCmdlet">
            <summary>
            This operation returns information about a revision.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionCmdlet.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.DataExchange.Model.GetRevisionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.GetRevisionResponse 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.DTEX.GetDTEXRevisionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RevisionId parameter.
            The -PassThru parameter is deprecated, use -Select '^RevisionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet">
            <summary>
            This operation lists a revision's assets sorted alphabetically in descending order.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token value retrieved from a previous call to access the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Assets'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataExchange.Model.ListRevisionAssetsResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.ListRevisionAssetsResponse 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.DTEX.GetDTEXRevisionAssetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RevisionId parameter.
            The -PassThru parameter is deprecated, use -Select '^RevisionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.GetDTEXRevisionAssetListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet">
            <summary>
            This operation creates a data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.AssetType">
            <summary>
            <para>
            <para>The type of asset that is added to a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.Description">
            <summary>
            <para>
            <para>A description for the data set. This value can be up to 16,348 characters long.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.Name">
            <summary>
            <para>
            <para>The name of the data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.Tag">
            <summary>
            <para>
            <para>A data set tag is an optional label that you can assign to a data set when you create
            it. Each tag consists of a key and an optional value, both of which you define. When
            you use tagging, you can also use tag-based access control in IAM policies to control
            access to these data sets and revisions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.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.DataExchange.Model.CreateDataSetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.CreateDataSetResponse 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.DTEX.NewDTEXDataSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXDataSetCmdlet.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.DTEX.NewDTEXEventActionCmdlet">
            <summary>
            This operation creates an event action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.RevisionDestination_Bucket">
            <summary>
            <para>
            <para>The S3 bucket that is the destination for the event action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.RevisionPublished_DataSetId">
            <summary>
            <para>
            <para>The data set ID of the published revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.RevisionDestination_KeyPattern">
            <summary>
            <para>
            <para>A string representing the pattern for generated names of the individual assets in
            the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key
            patterns when exporting revisions</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.Encryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon
            S3 objects. This parameter is required if you choose aws:kms as an encryption type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.Encryption_Type">
            <summary>
            <para>
            <para>The type of server side encryption used for encrypting the objects in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXEventActionCmdlet.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.DataExchange.Model.CreateEventActionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.CreateEventActionResponse 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.DTEX.NewDTEXEventActionCmdlet.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.DTEX.NewDTEXJobCmdlet">
            <summary>
            This operation creates a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ApiDescription">
            <summary>
            <para>
            <para>The API description. Markdown supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ApiId">
            <summary>
            <para>
            <para>The API Gateway API ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ApiKey">
            <summary>
            <para>
            <para>The API Gateway API key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ApiName">
            <summary>
            <para>
            <para>The API name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ApiSpecificationMd5Hash">
            <summary>
            <para>
            <para>The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is
            used to ensure the integrity of the file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetsToS3_AssetDestination">
            <summary>
            <para>
            <para>The destination for the asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetToSignedUrl_AssetId">
            <summary>
            <para>
            <para>The unique identifier for the asset that is exported to a signed URL.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromSignedUrl_AssetName">
            <summary>
            <para>
            <para>The name of the asset. When importing from Amazon S3, the S3 object key is used as
            the asset name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromRedshiftDataShares_AssetSource">
            <summary>
            <para>
            A list of Amazon Redshift datashare assets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromS3_AssetSource">
            <summary>
            <para>
            <para>Is a list of S3 bucket and object key pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetsToS3_DataSetId">
            <summary>
            <para>
            <para>The unique identifier for the data set associated with this export job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetToSignedUrl_DataSetId">
            <summary>
            <para>
            <para>The unique identifier for the data set associated with this export job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportRevisionsToS3_DataSetId">
            <summary>
            <para>
            <para>The unique identifier for the data set associated with this export job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_DataSetId">
            <summary>
            <para>
            <para>The data set ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromSignedUrl_DataSetId">
            <summary>
            <para>
            <para>The unique identifier for the data set associated with this import job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromRedshiftDataShares_DataSetId">
            <summary>
            <para>
            The unique identifier for the data set associated
            with this import job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromS3_DataSetId">
            <summary>
            <para>
            <para>The unique identifier for the data set associated with this import job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.Encryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon
            S3 objects. This parameter is required if you choose aws:kms as an encryption type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.Details_ExportRevisionsToS3_Encryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon
            S3 objects. This parameter is required if you choose aws:kms as an encryption type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromSignedUrl_Md5Hash">
            <summary>
            <para>
            <para>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file
            at that location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_ProtocolType">
            <summary>
            <para>
            <para>The protocol type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportRevisionsToS3_RevisionDestination">
            <summary>
            <para>
            <para>The destination for the revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetsToS3_RevisionId">
            <summary>
            <para>
            <para>The unique identifier for the revision associated with this export request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ExportAssetToSignedUrl_RevisionId">
            <summary>
            <para>
            <para>The unique identifier for the revision associated with this export request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_RevisionId">
            <summary>
            <para>
            <para>The revision ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromSignedUrl_RevisionId">
            <summary>
            <para>
            <para>The unique identifier for the revision associated with this import request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromRedshiftDataShares_RevisionId">
            <summary>
            <para>
            The unique identifier for the revision associated
            with this import job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetsFromS3_RevisionId">
            <summary>
            <para>
            <para>The unique identifier for the revision associated with this import request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.ImportAssetFromApiGatewayApi_Stage">
            <summary>
            <para>
            <para>The API stage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.Encryption_Type">
            <summary>
            <para>
            <para>The type of server side encryption used for encrypting the objects in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.Details_ExportRevisionsToS3_Encryption_Type">
            <summary>
            <para>
            <para>The type of server side encryption used for encrypting the objects in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.Type">
            <summary>
            <para>
            <para>The type of job to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.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.DataExchange.Model.CreateJobResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.CreateJobResponse 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.DTEX.NewDTEXJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXJobCmdlet.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.DTEX.NewDTEXRevisionCmdlet">
            <summary>
            This operation creates a revision for a data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXRevisionCmdlet.Comment">
            <summary>
            <para>
            <para>An optional comment about the revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXRevisionCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXRevisionCmdlet.Tag">
            <summary>
            <para>
            <para>A revision tag is an optional label that you can assign to a revision when you create
            it. Each tag consists of a key and an optional value, both of which you define. When
            you use tagging, you can also use tag-based access control in IAM policies to control
            access to these data sets and revisions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXRevisionCmdlet.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.DataExchange.Model.CreateRevisionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.CreateRevisionResponse 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.DTEX.NewDTEXRevisionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.NewDTEXRevisionCmdlet.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.DTEX.RemoveDTEXAssetCmdlet">
            <summary>
            This operation deletes an asset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.AssetId">
            <summary>
            <para>
            <para>The unique identifier for an asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.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.DataExchange.Model.DeleteAssetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssetId parameter.
            The -PassThru parameter is deprecated, use -Select '^AssetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXAssetCmdlet.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.DTEX.RemoveDTEXDataSetCmdlet">
            <summary>
            This operation deletes a data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXDataSetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXDataSetCmdlet.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.DataExchange.Model.DeleteDataSetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXDataSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXDataSetCmdlet.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.DTEX.RemoveDTEXEventActionCmdlet">
            <summary>
            This operation deletes the event action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXEventActionCmdlet.EventActionId">
            <summary>
            <para>
            <para>The unique identifier for the event action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXEventActionCmdlet.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.DataExchange.Model.DeleteEventActionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXEventActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventActionId parameter.
            The -PassThru parameter is deprecated, use -Select '^EventActionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXEventActionCmdlet.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.DTEX.RemoveDTEXResourceTagCmdlet">
            <summary>
            This operation removes one or more tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXResourceTagCmdlet.TagKey">
            <summary>
            <para>
            The key tags.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXResourceTagCmdlet.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.DataExchange.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXResourceTagCmdlet.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.DTEX.RemoveDTEXResourceTagCmdlet.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.DTEX.RemoveDTEXRevisionCmdlet">
            <summary>
            This operation deletes a revision.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXRevisionCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXRevisionCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXRevisionCmdlet.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.DataExchange.Model.DeleteRevisionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXRevisionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RevisionId parameter.
            The -PassThru parameter is deprecated, use -Select '^RevisionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RemoveDTEXRevisionCmdlet.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.DTEX.RevokeDTEXRevisionCmdlet">
            <summary>
            This operation revokes subscribers' access to a revision.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RevokeDTEXRevisionCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RevokeDTEXRevisionCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RevokeDTEXRevisionCmdlet.RevocationComment">
            <summary>
            <para>
            <para>A required comment to inform subscribers of the reason their access to the revision
            was revoked.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.RevokeDTEXRevisionCmdlet.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.DataExchange.Model.RevokeRevisionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.RevokeRevisionResponse 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.DTEX.RevokeDTEXRevisionCmdlet.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.DTEX.SendDTEXApiAssetCmdlet">
            <summary>
            This operation invokes an API Gateway API asset. The request is proxied to the provider’s
            API Gateway API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.AssetId">
            <summary>
            <para>
            <para>Asset ID value for the API request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.Body">
            <summary>
            <para>
            <para>The request body.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.DataSetId">
            <summary>
            <para>
            <para>Data set ID value for the API request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.Method">
            <summary>
            <para>
            <para>HTTP method value for the API request. Alternatively, you can use the appropriate
            verb in your request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.Path">
            <summary>
            <para>
            <para>URI path value for the API request. Alternatively, you can set the URI path directly
            by invoking /v1/{pathValue}</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.QueryStringParameter">
            <summary>
            <para>
            <para>Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.RequestHeader">
            <summary>
            <para>
            <para>Any header value prefixed with x-amzn-dataexchange-header- will have that stripped
            before sending the Asset API request. Use this when you want to override a header
            that AWS Data Exchange uses. Alternatively, you can use the header without a prefix
            to the HTTP request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.RevisionId">
            <summary>
            <para>
            <para>Revision ID value for the API request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.SendDTEXApiAssetCmdlet.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.DataExchange.Model.SendApiAssetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.SendApiAssetResponse 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.DTEX.SendDTEXApiAssetCmdlet.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.DTEX.StartDTEXJobCmdlet">
            <summary>
            This operation starts a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StartDTEXJobCmdlet.JobId">
            <summary>
            <para>
            <para>The unique identifier for a job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StartDTEXJobCmdlet.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.DataExchange.Model.StartJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StartDTEXJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StartDTEXJobCmdlet.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.DTEX.StopDTEXJobCmdlet">
            <summary>
            This operation cancels a job. Jobs can be cancelled only when they are in the WAITING
            state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StopDTEXJobCmdlet.JobId">
            <summary>
            <para>
            <para>The unique identifier for a job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StopDTEXJobCmdlet.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.DataExchange.Model.CancelJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StopDTEXJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.StopDTEXJobCmdlet.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.DTEX.UpdateDTEXAssetCmdlet">
            <summary>
            This operation updates an asset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.AssetId">
            <summary>
            <para>
            <para>The unique identifier for an asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.Name">
            <summary>
            <para>
            <para>The name of the asset. When importing from Amazon S3, the S3 object key is used as
            the asset name. When exporting to Amazon S3, the asset name is used as default target
            S3 object key. When importing from Amazon API Gateway API, the API name is used as
            the asset name. When importing from Amazon Redshift, the datashare name is used as
            the asset name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.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.DataExchange.Model.UpdateAssetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.UpdateAssetResponse 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.DTEX.UpdateDTEXAssetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssetId parameter.
            The -PassThru parameter is deprecated, use -Select '^AssetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXAssetCmdlet.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.DTEX.UpdateDTEXDataSetCmdlet">
            <summary>
            This operation updates a data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXDataSetCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXDataSetCmdlet.Description">
            <summary>
            <para>
            <para>The description for the data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXDataSetCmdlet.Name">
            <summary>
            <para>
            <para>The name of the data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXDataSetCmdlet.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.DataExchange.Model.UpdateDataSetResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.UpdateDataSetResponse 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.DTEX.UpdateDTEXDataSetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetId parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXDataSetCmdlet.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.DTEX.UpdateDTEXEventActionCmdlet">
            <summary>
            This operation updates the event action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.RevisionDestination_Bucket">
            <summary>
            <para>
            <para>The S3 bucket that is the destination for the event action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.EventActionId">
            <summary>
            <para>
            <para>The unique identifier for the event action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.RevisionDestination_KeyPattern">
            <summary>
            <para>
            <para>A string representing the pattern for generated names of the individual assets in
            the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key
            patterns when exporting revisions</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.Encryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon
            S3 objects. This parameter is required if you choose aws:kms as an encryption type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.Encryption_Type">
            <summary>
            <para>
            <para>The type of server side encryption used for encrypting the objects in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.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.DataExchange.Model.UpdateEventActionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.UpdateEventActionResponse 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.DTEX.UpdateDTEXEventActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventActionId parameter.
            The -PassThru parameter is deprecated, use -Select '^EventActionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXEventActionCmdlet.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.DTEX.UpdateDTEXRevisionCmdlet">
            <summary>
            This operation updates a revision.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.Comment">
            <summary>
            <para>
            <para>An optional comment about the revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.DataSetId">
            <summary>
            <para>
            <para>The unique identifier for a data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.Finalized">
            <summary>
            <para>
            <para>Finalizing a revision tells AWS Data Exchange that your changes to the assets in the
            revision are complete. After it's in this read-only state, you can publish the revision
            to your products.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.RevisionId">
            <summary>
            <para>
            <para>The unique identifier for a revision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.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.DataExchange.Model.UpdateRevisionResponse).
            Specifying the name of a property of type Amazon.DataExchange.Model.UpdateRevisionResponse 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.DTEX.UpdateDTEXRevisionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RevisionId parameter.
            The -PassThru parameter is deprecated, use -Select '^RevisionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DTEX.UpdateDTEXRevisionCmdlet.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>