AWS.Tools.CodeStarconnections.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CodeStarconnections</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionCmdlet">
            <summary>
            Returns the connection ARN and details such as status, owner, and provider type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionCmdlet.ConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStarconnections.Model.GetConnectionResponse).
            Specifying the name of a property of type Amazon.CodeStarconnections.Model.GetConnectionResponse 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.CSTC.GetCSTCConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionListCmdlet">
            <summary>
            Lists the connections associated with your 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.CSTC.GetCSTCConnectionListCmdlet.ProviderTypeFilter">
            <summary>
            <para>
            <para>Filters the list of connections to those associated with a specified provider, such
            as Bitbucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in a single call. To retrieve the remaining
            results, make another call with the returned <code>nextToken</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token that was returned from the previous <code>ListConnections</code> call, which
            can be used to return the next set of connections in the list.</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.CSTC.GetCSTCConnectionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connections'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStarconnections.Model.ListConnectionsResponse).
            Specifying the name of a property of type Amazon.CodeStarconnections.Model.ListConnectionsResponse 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.CSTC.GetCSTCConnectionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProviderTypeFilter parameter.
            The -PassThru parameter is deprecated, use -Select '^ProviderTypeFilter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.GetCSTCConnectionListCmdlet.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.CSTC.NewCSTCConnectionCmdlet">
            <summary>
            Creates a connection that can then be given to other AWS services like CodePipeline
            so that it can access third-party code repositories. The connection is in pending
            status until the third-party connection handshake is completed from the console.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.NewCSTCConnectionCmdlet.ConnectionName">
            <summary>
            <para>
            <para>The name of the connection to be created. The name must be unique in the calling AWS
            account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.NewCSTCConnectionCmdlet.ProviderType">
            <summary>
            <para>
            <para>The name of the external provider where your third-party code repository is configured.
            Currently, the valid provider type is Bitbucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.NewCSTCConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConnectionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeStarconnections.Model.CreateConnectionResponse).
            Specifying the name of a property of type Amazon.CodeStarconnections.Model.CreateConnectionResponse 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.CSTC.NewCSTCConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.NewCSTCConnectionCmdlet.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.CSTC.RemoveCSTCConnectionCmdlet">
            <summary>
            The connection to be deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.RemoveCSTCConnectionCmdlet.ConnectionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the connection to be deleted.</para><note><para>The ARN is never reused if the connection is deleted.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.RemoveCSTCConnectionCmdlet.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.CodeStarconnections.Model.DeleteConnectionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.RemoveCSTCConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConnectionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConnectionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CSTC.RemoveCSTCConnectionCmdlet.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>