AWS.Tools.Cloud9.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Cloud9</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentDataCmdlet">
            <summary>
            Gets information about AWS Cloud9 development environments.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentDataCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The IDs of individual environments to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentListCmdlet">
            <summary>
            Gets a list of AWS Cloud9 development environment identifiers.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of environments to get identifiers for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentListCmdlet.NextToken">
            <summary>
            <para>
            <para>During a previous call, if there are more than 25 items in the list, only the first
            25 items are returned, along with a unique string called a <i>next token</i>. To get
            the next batch of items in the list, call this operation again, adding the next token
            to the call. To get all of the items in the list, keep calling this operation with
            each subsequent next token that is returned, until no more next tokens are returned.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet">
            <summary>
            Gets information about environment members for an AWS Cloud9 development environment.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to get environment member information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet.Permission">
            <summary>
            <para>
            <para>The type of environment member permissions to get information about. Available values
            include:</para><ul><li><para><code>owner</code>: Owns the environment.</para></li><li><para><code>read-only</code>: Has read-only access to the environment.</para></li><li><para><code>read-write</code>: Has read-write access to the environment.</para></li></ul><para>If no value is specified, information about all environment members are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an individual environment member to get information
            about. If no value is specified, information about all environment members are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of environment members to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentMembershipListCmdlet.NextToken">
            <summary>
            <para>
            <para>During a previous call, if there are more than 25 items in the list, only the first
            25 items are returned, along with a unique string called a <i>next token</i>. To get
            the next batch of items in the list, call this operation again, adding the next token
            to the call. To get all of the items in the list, keep calling this operation with
            each subsequent next token that is returned, until no more next tokens are returned.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentStatusCmdlet">
            <summary>
            Gets status information for an AWS Cloud9 development environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.GetC9EnvironmentStatusCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to get status information about.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet">
            <summary>
            Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute
            Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.AutomaticStopTimeMinute">
            <summary>
            <para>
            <para>The number of minutes until the running instance is shut down after the environment
            has last been used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive string that helps AWS Cloud9 to ensure this operation completes
            no more than one time.</para><para>For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Client
            Tokens</a> in the <i>Amazon EC2 API Reference</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.Description">
            <summary>
            <para>
            <para>The description of the environment to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.InstanceType">
            <summary>
            <para>
            <para>The type of instance to connect to the environment (for example, <code>t2.micro</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.Name">
            <summary>
            <para>
            <para>The name of the environment to create.</para><para>This name is visible to other AWS IAM users in the same AWS account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.OwnerArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of
            any AWS IAM principal. If this value is not specified, the ARN defaults to this environment's
            creator.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.SubnetId">
            <summary>
            <para>
            <para>The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the
            Amazon EC2 instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentEC2Cmdlet.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.C9.NewC9EnvironmentMembershipCmdlet">
            <summary>
            Adds an environment member to an AWS Cloud9 development environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentMembershipCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment that contains the environment member you want to add.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentMembershipCmdlet.Permission">
            <summary>
            <para>
            <para>The type of environment member permissions you want to associate with this environment
            member. Available values include:</para><ul><li><para><code>read-only</code>: Has read-only access to the environment.</para></li><li><para><code>read-write</code>: Has read-write access to the environment.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentMembershipCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the environment member you want to add.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.NewC9EnvironmentMembershipCmdlet.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.C9.RemoveC9EnvironmentCmdlet">
            <summary>
            Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected
            to the environment, also terminates the instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentCmdlet.PassThru">
            <summary>
            Returns the value passed to the EnvironmentId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentCmdlet.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.C9.RemoveC9EnvironmentMembershipCmdlet">
            <summary>
            Deletes an environment member from an AWS Cloud9 development environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentMembershipCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to delete the environment member from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentMembershipCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the environment member to delete from the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentMembershipCmdlet.PassThru">
            <summary>
            Returns the value passed to the UserArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.RemoveC9EnvironmentMembershipCmdlet.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.C9.UpdateC9EnvironmentCmdlet">
            <summary>
            Changes the settings of an existing AWS Cloud9 development environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentCmdlet.Description">
            <summary>
            <para>
            <para>Any new or replacement description for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to change settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentCmdlet.Name">
            <summary>
            <para>
            <para>A replacement name for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentCmdlet.PassThru">
            <summary>
            Returns the value passed to the EnvironmentId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentCmdlet.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.C9.UpdateC9EnvironmentMembershipCmdlet">
            <summary>
            Changes the settings of an existing environment member for an AWS Cloud9 development
            environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentMembershipCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment for the environment member whose settings you want to change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentMembershipCmdlet.Permission">
            <summary>
            <para>
            <para>The replacement type of environment member permissions you want to associate with
            this environment member. Available values include:</para><ul><li><para><code>read-only</code>: Has read-only access to the environment.</para></li><li><para><code>read-write</code>: Has read-write access to the environment.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentMembershipCmdlet.UserArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the environment member whose settings you want to
            change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.C9.UpdateC9EnvironmentMembershipCmdlet.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>