AWS.Tools.CodeStar.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CodeStar</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CST.AddCSTTagsForProjectCmdlet">
            <summary>
            Adds tags to a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTagsForProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project you want to add a tag to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTagsForProjectCmdlet.Tag">
            <summary>
            <para>
            <para>The tags you want to add to the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTagsForProjectCmdlet.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.CodeStar.Model.TagProjectResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.TagProjectResponse 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.CST.AddCSTTagsForProjectCmdlet.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.CST.AddCSTTagsForProjectCmdlet.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.CST.AddCSTTeamMemberCmdlet">
            <summary>
            Adds an IAM user to the team for an AWS CodeStar project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A user- or system-generated token that identifies the entity that requested the team
            member association to the project. This token can be used to repeat the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.ProjectId">
            <summary>
            <para>
            <para>The ID of the project to which you will add the IAM user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.ProjectRole">
            <summary>
            <para>
            <para>The AWS CodeStar project role that will apply to this user. This role determines what
            actions a user can take in an AWS CodeStar project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.RemoteAccessAllowed">
            <summary>
            <para>
            <para>Whether the team member is allowed to use an SSH public/private key pair to remotely
            access project resources, for example Amazon EC2 instances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar
            project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ClientRequestToken'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.AssociateTeamMemberResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.AssociateTeamMemberResponse 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.CST.AddCSTTeamMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.AddCSTTeamMemberCmdlet.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.CST.GetCSTProjectCmdlet">
            <summary>
            Describes a project and its resources.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTProjectCmdlet.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.CodeStar.Model.DescribeProjectResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.DescribeProjectResponse 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.CST.GetCSTProjectCmdlet.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.CST.GetCSTProjectListCmdlet">
            <summary>
            Lists all projects in AWS CodeStar associated with your AWS account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTProjectListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum amount of data that can be contained in a single set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTProjectListCmdlet.NextToken">
            <summary>
            <para>
            <para>The continuation token to be used to return the next set of results, if the results
            cannot be returned in one response.</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.CST.GetCSTProjectListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Projects'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.ListProjectsResponse).
            Specifying the name of a property of type Amazon.CodeStar.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.CST.GetCSTProjectListCmdlet.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.CST.GetCSTResourceListCmdlet">
            <summary>
            Lists resources associated with a project in AWS CodeStar.<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.CST.GetCSTResourceListCmdlet.ProjectId">
            <summary>
            <para>
            <para>The ID of the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum amount of data that can be contained in a single set of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The continuation token for the next set of results, if the results cannot be returned
            in one response.</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.CST.GetCSTResourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Resources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.ListResourcesResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.ListResourcesResponse 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.CST.GetCSTResourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTResourceListCmdlet.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.CST.GetCSTTagsForProjectCmdlet">
            <summary>
            Gets the tags for a project.<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.CST.GetCSTTagsForProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project to get tags for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTTagsForProjectCmdlet.MaxResult">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTTagsForProjectCmdlet.NextToken">
            <summary>
            <para>
            <para>Reserved for future use.</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.CST.GetCSTTagsForProjectCmdlet.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.CodeStar.Model.ListTagsForProjectResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.ListTagsForProjectResponse 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.CST.GetCSTTagsForProjectCmdlet.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.CST.GetCSTTagsForProjectCmdlet.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.CST.GetCSTTeamMemberListCmdlet">
            <summary>
            Lists all team members associated with a project.<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.CST.GetCSTTeamMemberListCmdlet.ProjectId">
            <summary>
            <para>
            <para>The ID of the project for which you want to list team members.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTTeamMemberListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of team members you want returned in a response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTTeamMemberListCmdlet.NextToken">
            <summary>
            <para>
            <para>The continuation token for the next set of results, if the results cannot be returned
            in one response.</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.CST.GetCSTTeamMemberListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TeamMembers'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.ListTeamMembersResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.ListTeamMembersResponse 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.CST.GetCSTTeamMemberListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTTeamMemberListCmdlet.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.CST.GetCSTUserProfileCmdlet">
            <summary>
            Describes a user in AWS CodeStar and the user attributes across all projects.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTUserProfileCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTUserProfileCmdlet.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.CodeStar.Model.DescribeUserProfileResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.DescribeUserProfileResponse 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.CST.GetCSTUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CST.GetCSTUserProfileListCmdlet">
            <summary>
            Lists all the user profiles configured for your AWS account in AWS CodeStar.<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.CST.GetCSTUserProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in a response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.GetCSTUserProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>The continuation token for the next set of results, if the results cannot be returned
            in one response.</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.CST.GetCSTUserProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserProfiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.ListUserProfilesResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.ListUserProfilesResponse 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.CST.GetCSTUserProfileListCmdlet.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.CST.NewCSTProjectCmdlet">
            <summary>
            Creates a project, including project resources. This action creates a project based
            on a submitted project request. A set of source code files and a toolchain template
            file can be included with the project request. If these are not provided, an empty
            project is created.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.S3_BucketKey">
            <summary>
            <para>
            <para>The Amazon S3 object key where the source code files provided with the project request
            are stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.S3_BucketName">
            <summary>
            <para>
            <para>The Amazon S3 bucket name where the source code files provided with the project request
            are stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A user- or system-generated token that identifies the entity that requested project
            creation. This token can be used to repeat the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Description">
            <summary>
            <para>
            <para>The description of the project, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project to be created in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Name">
            <summary>
            <para>
            <para>The display name for the project to be created in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Toolchain_RoleArn">
            <summary>
            <para>
            <para>The service role ARN for AWS CodeStar to use for the toolchain template during stack
            provisioning.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.SourceCode">
            <summary>
            <para>
            <para>A list of the Code objects submitted with the project request. If this parameter is
            specified, the request must also include the toolchain parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Toolchain_StackParameter">
            <summary>
            <para>
            <para>The list of parameter overrides to be passed into the toolchain template during stack
            provisioning, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.Tag">
            <summary>
            <para>
            <para>The tags created for the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTProjectCmdlet.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.CodeStar.Model.CreateProjectResponse).
            Specifying the name of a property of type Amazon.CodeStar.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.CST.NewCSTProjectCmdlet.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.CST.NewCSTUserProfileCmdlet">
            <summary>
            Creates a profile for a user that includes user preferences, such as the display name
            and email address assocciated with the user, in AWS CodeStar. The user profile is
            not project-specific. Information in the user profile is displayed wherever the user's
            information appears to other users in AWS CodeStar.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name that will be displayed as the friendly name for the user in AWS CodeStar.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.EmailAddress">
            <summary>
            <para>
            <para>The email address that will be displayed as part of the user's profile in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.SshPublicKey">
            <summary>
            <para>
            <para>The SSH public key associated with the user in AWS CodeStar. If a project owner allows
            the user remote access to project resources, this public key will be used along with
            the user's private key for SSH access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the user in IAM.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.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.CodeStar.Model.CreateUserProfileResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.CreateUserProfileResponse 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.CST.NewCSTUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.NewCSTUserProfileCmdlet.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.CST.RemoveCSTProjectCmdlet">
            <summary>
            Deletes a project, including project resources. Does not delete users associated with
            the project, but does delete the IAM roles that allowed access to the project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTProjectCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A user- or system-generated token that identifies the entity that requested project
            deletion. This token can be used to repeat the request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTProjectCmdlet.DeleteStack">
            <summary>
            <para>
            <para>Whether to send a delete request for the primary stack in AWS CloudFormation originally
            used to generate the project and its resources. This option will delete all AWS resources
            for the project (except for any buckets in Amazon S3) as well as deleting the project
            itself. Recommended for most use cases.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project to be deleted in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTProjectCmdlet.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.CodeStar.Model.DeleteProjectResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.DeleteProjectResponse 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.CST.RemoveCSTProjectCmdlet.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.CST.RemoveCSTProjectCmdlet.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.CST.RemoveCSTTagsForProjectCmdlet">
            <summary>
            Removes tags from a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTagsForProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project to remove tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTagsForProjectCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to remove from the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTagsForProjectCmdlet.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.CodeStar.Model.UntagProjectResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTagsForProjectCmdlet.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.CST.RemoveCSTTagsForProjectCmdlet.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.CST.RemoveCSTTeamMemberCmdlet">
            <summary>
            Removes a user from a project. Removing a user from a project also removes the IAM
            policies from that user that allowed access to the project and its resources. Disassociating
            a team member does not remove that user's profile from AWS CodeStar. It does not remove
            the user from IAM.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTeamMemberCmdlet.ProjectId">
            <summary>
            <para>
            <para>The ID of the AWS CodeStar project from which you want to remove a team member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTeamMemberCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from
            the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTeamMemberCmdlet.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.CodeStar.Model.DisassociateTeamMemberResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTeamMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTTeamMemberCmdlet.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.CST.RemoveCSTUserProfileCmdlet">
            <summary>
            Deletes a user profile in AWS CodeStar, including all personal preference data associated
            with that profile, such as display name and email address. It does not delete the
            history of that user, for example the history of commits made by that user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTUserProfileCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTUserProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStar.Model.DeleteUserProfileResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.DeleteUserProfileResponse 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.CST.RemoveCSTUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.RemoveCSTUserProfileCmdlet.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.CST.UpdateCSTProjectCmdlet">
            <summary>
            Updates a project in AWS CodeStar.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTProjectCmdlet.Description">
            <summary>
            <para>
            <para>The description of the project, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTProjectCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the project you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTProjectCmdlet.Name">
            <summary>
            <para>
            <para>The name of the project you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTProjectCmdlet.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.CodeStar.Model.UpdateProjectResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTProjectCmdlet.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.CST.UpdateCSTProjectCmdlet.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.CST.UpdateCSTTeamMemberCmdlet">
            <summary>
            Updates a team member's attributes in an AWS CodeStar project. For example, you can
            change a team member's role in the project, or change whether they have remote access
            to project resources.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.ProjectId">
            <summary>
            <para>
            <para>The ID of the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.ProjectRole">
            <summary>
            <para>
            <para>The role assigned to the user in the project. Project roles have different levels
            of access. For more information, see <a href="http://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html">Working
            with Teams</a> in the <i>AWS CodeStar User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.RemoteAccessAllowed">
            <summary>
            <para>
            <para>Whether a team member is allowed to remotely access project resources using the SSH
            public key associated with the user's profile. Even if this is set to True, the user
            must associate a public key with their profile before the user can access resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the user for whom you want to change team membership
            attributes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.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.CodeStar.Model.UpdateTeamMemberResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.UpdateTeamMemberResponse 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.CST.UpdateCSTTeamMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTTeamMemberCmdlet.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.CST.UpdateCSTUserProfileCmdlet">
            <summary>
            Updates a user's profile in AWS CodeStar. The user profile is not project-specific.
            Information in the user profile is displayed wherever the user's information appears
            to other users in AWS CodeStar.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name that is displayed as the friendly name for the user in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.EmailAddress">
            <summary>
            <para>
            <para>The email address that is displayed as part of the user's profile in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.SshPublicKey">
            <summary>
            <para>
            <para>The SSH public key associated with the user in AWS CodeStar. If a project owner allows
            the user remote access to project resources, this public key will be used along with
            the user's private key for SSH access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.UserArn">
            <summary>
            <para>
            <para>The name that will be displayed as the friendly name for the user in AWS CodeStar.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.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.CodeStar.Model.UpdateUserProfileResponse).
            Specifying the name of a property of type Amazon.CodeStar.Model.UpdateUserProfileResponse 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.CST.UpdateCSTUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CST.UpdateCSTUserProfileCmdlet.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>