AWS.Tools.CodeCatalyst.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CodeCatalyst</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.ConfirmCCATSessionCmdlet">
            <summary>
            Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
            If successful, this returns the ID of the user in Amazon CodeCatalyst.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.ConfirmCCATSessionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Identity'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.VerifySessionResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.VerifySessionResponse 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.CCAT.ConfirmCCATSessionCmdlet.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.CCAT.GetCCATAccessTokenListCmdlet">
            <summary>
            Lists all personal access tokens (PATs) associated with the user who calls the API.
            You can only list PATs associated with your Amazon Web Services Builder ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATAccessTokenListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATAccessTokenListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATAccessTokenListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListAccessTokensResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListAccessTokensResponse 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.CCAT.GetCCATDevEnvironmentCmdlet">
            <summary>
            Returns information about a Dev Environment for a source repository in a project.
            Dev Environments are specific to the user who creates them.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment for which you want to view information.
            To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.GetDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetDevEnvironmentResponse 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.CCAT.GetCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet">
            <summary>
            Retrieves a list of Dev Environments in a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.Filter">
            <summary>
            <para>
            <para>Information about filters to apply to narrow the results returned in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListDevEnvironmentsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListDevEnvironmentsResponse 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.CCAT.GetCCATDevEnvironmentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet">
            <summary>
            Retrieves a list of active sessions for a Dev Environment in a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.DevEnvironmentId">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATDevEnvironmentSessionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListDevEnvironmentSessionsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListDevEnvironmentSessionsResponse 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.CCAT.GetCCATEventLogListCmdlet">
            <summary>
            Retrieves a list of events that occurred during a specified time period in a space.
            You can use these events to audit user and system activity in a space.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.EndTime">
            <summary>
            <para>
            <para>The time after which you do not want any events retrieved, in coordinated universal
            time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC
            3339</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.EventName">
            <summary>
            <para>
            <para>The name of the event.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.StartTime">
            <summary>
            <para>
            <para>The date and time when you want to start retrieving events, in coordinated universal
            time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC
            3339</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATEventLogListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListEventLogsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListEventLogsResponse 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.CCAT.GetCCATEventLogListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SpaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^SpaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectCmdlet">
            <summary>
            Returns information about a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectCmdlet.Name">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectCmdlet.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.CodeCatalyst.Model.GetProjectResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetProjectResponse 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.CCAT.GetCCATProjectCmdlet.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="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet">
            <summary>
            Retrieves a list of projects.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet.Filter">
            <summary>
            <para>
            <para>Information about filters to apply to narrow the results returned in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATProjectListCmdlet.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.CodeCatalyst.Model.ListProjectsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListProjectsResponse 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.CCAT.GetCCATProjectListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SpaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^SpaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet">
            <summary>
            Retrieves a list of branches in a specified source repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.SourceRepositoryName">
            <summary>
            <para>
            <para>The name of the source repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryBranchListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListSourceRepositoryBranchesResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListSourceRepositoryBranchesResponse 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.CCAT.GetCCATSourceRepositoryBranchListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet">
            <summary>
            Returns information about the URLs that can be used with a Git client to clone a source
            repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet.SourceRepositoryName">
            <summary>
            <para>
            <para>The name of the source repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Https'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.GetSourceRepositoryCloneUrlsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetSourceRepositoryCloneUrlsResponse 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.CCAT.GetCCATSourceRepositoryCloneUrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet">
            <summary>
            Retrieves a list of source repositories in a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to show in a single call to this API. If the number
            of results is larger than the number you specified, the response will include a <code>NextToken</code>
            element, which you can use to obtain additional results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSourceRepositoryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListSourceRepositoriesResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListSourceRepositoriesResponse 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.CCAT.GetCCATSourceRepositoryListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceCmdlet">
            <summary>
            Returns information about an space.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceCmdlet.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.CodeCatalyst.Model.GetSpaceResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetSpaceResponse 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.CCAT.GetCCATSpaceCmdlet.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="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceListCmdlet">
            <summary>
            Retrieves a list of spaces.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token returned from a call to this API to indicate the next batch of results to
            return, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSpaceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCatalyst.Model.ListSpacesResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.ListSpacesResponse 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.CCAT.GetCCATSubscriptionCmdlet">
            <summary>
            Returns information about the Amazon Web Services account used for billing purposes
            and the billing plan for the space.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSubscriptionCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATSubscriptionCmdlet.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.CodeCatalyst.Model.GetSubscriptionResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetSubscriptionResponse 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.CCAT.GetCCATSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SpaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^SpaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.GetCCATUserDetailCmdlet">
            <summary>
            Returns information about a user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATUserDetailCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the user. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATUserDetailCmdlet.UserName">
            <summary>
            <para>
            <para>The name of the user as displayed in Amazon CodeCatalyst.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.GetCCATUserDetailCmdlet.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.CodeCatalyst.Model.GetUserDetailsResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.GetUserDetailsResponse 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.CCAT.GetCCATUserDetailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserName parameter.
            The -PassThru parameter is deprecated, use -Select '^UserName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CCAT.NewCCATAccessTokenCmdlet">
            <summary>
            Creates a personal access token (PAT) for the current user. A personal access token
            (PAT) is similar to a password. It is associated with your user identity for use across
            all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst
            from resources that include integrated development environments (IDEs) and Git-based
            source repositories. PATs represent you in Amazon CodeCatalyst and you can manage
            them in your user settings.For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/ipa-tokens-keys.html">Managing
            personal access tokens in Amazon CodeCatalyst</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATAccessTokenCmdlet.ExpiresTime">
            <summary>
            <para>
            <para>The date and time the personal access token expires, in coordinated universal time
            (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC
            3339</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATAccessTokenCmdlet.Name">
            <summary>
            <para>
            <para>The friendly name of the personal access token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATAccessTokenCmdlet.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.CodeCatalyst.Model.CreateAccessTokenResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.CreateAccessTokenResponse 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.CCAT.NewCCATAccessTokenCmdlet.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.CCAT.NewCCATAccessTokenCmdlet.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.CCAT.NewCCATDevEnvironmentCmdlet">
            <summary>
            Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment
            that you can use to quickly work on the code stored in the source repositories of
            your project.
             
             <note><para>
            When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured
            to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these
            defaults apply to a Dev Environment created programmatically.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.Alias">
            <summary>
            <para>
            <para>The user-defined alias for a Dev Environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.Ide">
            <summary>
            <para>
            <para>Information about the integrated development environment (IDE) configured for a Dev
            Environment.</para><note><para>An IDE is required to create a Dev Environment. For Dev Environment creation, this
            field contains configuration information and must be provided.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.InactivityTimeoutMinute">
            <summary>
            <para>
            <para>The amount of time the Dev Environment will run without any activity detected before
            stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute
            minutes when running.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.InstanceType">
            <summary>
            <para>
            <para>The Amazon EC2 instace type to use for the Dev Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.Repository">
            <summary>
            <para>
            <para>The source repository that contains the branch to clone into the Dev Environment.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.PersistentStorage_SizeInGiB">
            <summary>
            <para>
            <para>The size of the persistent storage in gigabytes (specifically GiB).</para><note><para>Valid values for storage are based on memory sizes in 16GB increments. Valid values
            are 16, 32, and 64.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.ClientToken">
            <summary>
            <para>
            <para>A user-specified idempotency token. Idempotency ensures that an API request completes
            only once. With an idempotent request, if the original request completes successfully,
            the subsequent retries return the result from the original successful request and
            have no additional effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.CreateDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.CreateDevEnvironmentResponse 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.CCAT.NewCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATDevEnvironmentCmdlet.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.CCAT.NewCCATProjectCmdlet">
            <summary>
            Creates a project in a specified space.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATProjectCmdlet.Description">
            <summary>
            <para>
            <para>The description of the project. This description will be displayed to all users of
            the project. We recommend providing a brief description of the project and its intended
            purpose.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATProjectCmdlet.DisplayName">
            <summary>
            <para>
            <para>The friendly name of the project that will be displayed to users.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATProjectCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATProjectCmdlet.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.CodeCatalyst.Model.CreateProjectResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.CreateProjectResponse 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.CCAT.NewCCATProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DisplayName parameter.
            The -PassThru parameter is deprecated, use -Select '^DisplayName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATProjectCmdlet.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.CCAT.NewCCATSourceRepositoryBranchCmdlet">
            <summary>
            Creates a branch in a specified source repository in Amazon CodeCatalyst.
             
             <note><para>
            This API only creates a branch in a source repository hosted in Amazon CodeCatalyst.
            You cannot use this API to create a branch in a linked repository.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.HeadCommitId">
            <summary>
            <para>
            <para>The commit ID in an existing branch from which you want to create the new branch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.Name">
            <summary>
            <para>
            <para>The name for the branch you're creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.SourceRepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to create a branch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.NewCCATSourceRepositoryBranchCmdlet.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.CodeCatalyst.Model.CreateSourceRepositoryBranchResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.CreateSourceRepositoryBranchResponse 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.CCAT.NewCCATSourceRepositoryBranchCmdlet.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.CCAT.NewCCATSourceRepositoryBranchCmdlet.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.CCAT.RemoveCCATAccessTokenCmdlet">
            <summary>
            Deletes a specified personal access token (PAT). A personal access token can only
            be deleted by the user who created it.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATAccessTokenCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the personal access token to delete. You can find the IDs of all PATs associated
            with your Amazon Web Services Builder ID in a space by calling <a>ListAccessTokens</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATAccessTokenCmdlet.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.CodeCatalyst.Model.DeleteAccessTokenResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATAccessTokenCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATAccessTokenCmdlet.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.CCAT.RemoveCCATDevEnvironmentCmdlet">
            <summary>
            Deletes a Dev Environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATDevEnvironmentCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment you want to delete. To retrieve
            a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.DeleteDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.DeleteDevEnvironmentResponse 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.CCAT.RemoveCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.RemoveCCATDevEnvironmentCmdlet.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.CCAT.StartCCATDevEnvironmentCmdlet">
            <summary>
            Starts a specified Dev Environment and puts it into an active state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.Ide">
            <summary>
            <para>
            <para>Information about the integrated development environment (IDE) configured for a Dev
            Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.InactivityTimeoutMinute">
            <summary>
            <para>
            <para>The amount of time the Dev Environment will run without any activity detected before
            stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute
            minutes when running.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.InstanceType">
            <summary>
            <para>
            <para>The Amazon EC2 instace type to use for the Dev Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.StartDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.StartDevEnvironmentResponse 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.CCAT.StartCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentCmdlet.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.CCAT.StartCCATDevEnvironmentSessionCmdlet">
            <summary>
            Starts a session for a specified Dev Environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.ExecuteCommandSessionConfiguration_Argument">
            <summary>
            <para>
            <para>An array of arguments containing arguments and members.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.ExecuteCommandSessionConfiguration_Command">
            <summary>
            <para>
            <para>The command used at the beginning of the SSH session to a Dev Environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.SessionConfiguration_SessionType">
            <summary>
            <para>
            <para>The type of the session.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StartCCATDevEnvironmentSessionCmdlet.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.CodeCatalyst.Model.StartDevEnvironmentSessionResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.StartDevEnvironmentSessionResponse 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.CCAT.StartCCATDevEnvironmentSessionCmdlet.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.CCAT.StopCCATDevEnvironmentCmdlet">
            <summary>
            Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev
            Environments do not consume compute minutes.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.StopDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.StopDevEnvironmentResponse 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.CCAT.StopCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentCmdlet.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.CCAT.StopCCATDevEnvironmentSessionCmdlet">
            <summary>
            Stops a session for a specified Dev Environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentSessionCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment. To obtain this ID, use <a>ListDevEnvironments</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentSessionCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentSessionCmdlet.SessionId">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment session. This ID is returned
            by <a>StartDevEnvironmentSession</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentSessionCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.StopCCATDevEnvironmentSessionCmdlet.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.CodeCatalyst.Model.StopDevEnvironmentSessionResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.StopDevEnvironmentSessionResponse 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.CCAT.StopCCATDevEnvironmentSessionCmdlet.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.CCAT.UpdateCCATDevEnvironmentCmdlet">
            <summary>
            Changes one or more values for a Dev Environment. Updating certain values of the Dev
            Environment will cause a restart.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.Alias">
            <summary>
            <para>
            <para>The user-specified alias for the Dev Environment. Changing this value will not cause
            a restart.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.Id">
            <summary>
            <para>
            <para>The system-generated unique ID of the Dev Environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.Ide">
            <summary>
            <para>
            <para>Information about the integrated development environment (IDE) configured for a Dev
            Environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.InactivityTimeoutMinute">
            <summary>
            <para>
            <para>The amount of time the Dev Environment will run without any activity detected before
            stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute
            minutes when running.</para><note><para>Changing this value will cause a restart of the Dev Environment if it is running.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.InstanceType">
            <summary>
            <para>
            <para>The Amazon EC2 instace type to use for the Dev Environment. </para><note><para>Changing this value will cause a restart of the Dev Environment if it is running.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.SpaceName">
            <summary>
            <para>
            <para>The name of the space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.ClientToken">
            <summary>
            <para>
            <para>A user-specified idempotency token. Idempotency ensures that an API request completes
            only once. With an idempotent request, if the original request completes successfully,
            the subsequent retries return the result from the original successful request and
            have no additional effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.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.CodeCatalyst.Model.UpdateDevEnvironmentResponse).
            Specifying the name of a property of type Amazon.CodeCatalyst.Model.UpdateDevEnvironmentResponse 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.CCAT.UpdateCCATDevEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CCAT.UpdateCCATDevEnvironmentCmdlet.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>