AWS.Tools.ElasticBeanstalk.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ElasticBeanstalk</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBAccountAttributeCmdlet">
            <summary>
            Returns attributes related to AWS Elastic Beanstalk that are associated with the calling
            AWS account.
             
              
            <para>
            The result currently has one set of attributes—resource quotas.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationCmdlet">
            <summary>
            Returns the descriptions of existing applications.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include
            those with the specified names.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationVersionCmdlet">
            <summary>
            Retrieve a list of application versions.<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.EB.GetEBApplicationVersionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>Specify an application name to show only application versions for that application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationVersionCmdlet.VersionLabel">
            <summary>
            <para>
            <para>Specify a version label to show a specific application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationVersionCmdlet.MaxRecord">
            <summary>
            <para>
            <para>For a paginated request. Specify a maximum number of application versions to include
            in each response.</para><para>If no <code>MaxRecords</code> is specified, all available application versions are
            retrieved in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBApplicationVersionCmdlet.NextToken">
            <summary>
            <para>
            <para>For a paginated request. Specify a token from a previous response page to retrieve
            the next response page. All other parameter values must be identical to the ones specified
            in the initial request.</para><para>If no <code>NextToken</code> is specified, the first page is retrieved.</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.EB.GetEBAvailableSolutionStackListCmdlet">
            <summary>
            Returns a list of the available solution stack names, with the public version first
            and then in reverse chronological order.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet">
            <summary>
            Describes the configuration options that are used in a particular configuration template
            or environment, or that a specified solution stack defines. The description includes
            the values the options, their default values, and an indication of the required action
            on a running environment if an option value is changed.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application associated with the configuration template or environment.
            Only needed if you want to describe the configuration options associated with either
            the configuration template or environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment whose configuration options you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.Option">
            <summary>
            <para>
            <para>If specified, restricts the descriptions to only the specified options.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the custom platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.SolutionStackName">
            <summary>
            <para>
            <para>The name of the solution stack whose configuration options you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationOptionCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template whose configuration options you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationSettingCmdlet">
            <summary>
            Returns a description of the settings for the specified configuration set, that is,
            either a configuration template or the configuration set associated with a running
            environment.
             
              
            <para>
            When describing the settings for the configuration set associated with a running environment,
            it is possible to receive two sets of setting descriptions. One is the deployed configuration
            set, and the other is a draft configuration of an environment that is either in the
            process of deployment or that failed to deploy.
            </para><para>
            Related Topics
            </para><ul><li><para><a>DeleteEnvironmentConfiguration</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationSettingCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The application for the environment or configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationSettingCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to describe.</para><para> Condition: You must specify either this or a TemplateName, but not both. If you specify
            both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error.
            If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBConfigurationSettingCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template to describe.</para><para> Conditional: You must specify either this parameter or an EnvironmentName, but not
            both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code>
            error. If you do not specify either, AWS Elastic Beanstalk returns a <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBDNSAvailabilityCmdlet">
            <summary>
            Checks if the specified CNAME is available.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBDNSAvailabilityCmdlet.CNAMEPrefix">
            <summary>
            <para>
            <para>The prefix used when this CNAME is reserved.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet">
            <summary>
            Returns descriptions for existing environments.<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.EB.GetEBEnvironmentCmdlet.ApplicationName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include
            only those that are associated with this application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include
            only those that have the specified IDs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include
            only those that have the specified names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.UtcIncludedDeletedBackTo">
            <summary>
            <para>
            <para> If specified when <code>IncludeDeleted</code> is set to <code>true</code>, then environments
            deleted after this date are displayed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.IncludeDeleted">
            <summary>
            <para>
            <para>Indicates whether to include deleted environments:</para><para><code>true</code>: Environments that have been deleted after <code>IncludedDeletedBackTo</code>
            are displayed.</para><para><code>false</code>: Do not include deleted environments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.VersionLabel">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include
            only those that are associated with this application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.IncludedDeletedBackTo">
            <summary>
            <para>
            <para>This property is deprecated. Setting this property results in non-UTC DateTimes not
            being marshalled correctly. Use IncludedDeletedBackToUtc instead. Setting either IncludedDeletedBackTo
            or IncludedDeletedBackToUtc results in both IncludedDeletedBackTo and IncludedDeletedBackToUtc
            being assigned, the latest assignment to either one of the two property is reflected
            in the value of both. IncludedDeletedBackTo is provided for backwards compatibility
            only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed
            to the service.</para><para> If specified when <code>IncludeDeleted</code> is set to <code>true</code>, then environments
            deleted after this date are displayed. </para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.MaxRecord">
            <summary>
            <para>
            <para>For a paginated request. Specify a maximum number of environments to include in each
            response.</para><para>If no <code>MaxRecords</code> is specified, all available environments are retrieved
            in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentCmdlet.NextToken">
            <summary>
            <para>
            <para>For a paginated request. Specify a token from a previous response page to retrieve
            the next response page. All other parameter values must be identical to the ones specified
            in the initial request.</para><para>If no <code>NextToken</code> is specified, the first page is retrieved.</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.EB.GetEBEnvironmentHealthCmdlet">
            <summary>
            Returns information about the overall health of the specified environment. The <b>DescribeEnvironmentHealth</b>
            operation is only available with AWS Elastic Beanstalk Enhanced Health.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentHealthCmdlet.AttributeName">
            <summary>
            <para>
            <para>Specify the response elements to return. To retrieve all attributes, set to <code>All</code>.
            If no attribute names are specified, returns the name of the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentHealthCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>Specify the environment by ID.</para><para>You must specify either this or an EnvironmentName, or both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentHealthCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>Specify the environment by name.</para><para>You must specify either this or an EnvironmentName, or both.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentInfoCmdlet">
            <summary>
            Retrieves the compiled information from a <a>RequestEnvironmentInfo</a> request.
             
              
            <para>
            Related Topics
            </para><ul><li><para><a>RequestEnvironmentInfo</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentInfoCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the data's environment.</para><para>If no such environment is found, returns an <code>InvalidParameterValue</code> error.</para><para>Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentInfoCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the data's environment.</para><para> If no such environment is found, returns an <code>InvalidParameterValue</code> error.
            </para><para> Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentInfoCmdlet.InfoType">
            <summary>
            <para>
            <para>The type of information to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionCmdlet">
            <summary>
            Lists an environment's upcoming and in-progress managed actions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The environment ID of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionCmdlet.Status">
            <summary>
            <para>
            <para>To show only actions with a particular status, specify a status.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionHistoryCmdlet">
            <summary>
            Lists an environment's completed and failed managed actions.<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.EB.GetEBEnvironmentManagedActionHistoryCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The environment ID of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionHistoryCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionHistoryCmdlet.MaxItem">
            <summary>
            <para>
            <para>The maximum number of items to return for a single request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentManagedActionHistoryCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token returned by a previous request.</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.EB.GetEBEnvironmentResourceCmdlet">
            <summary>
            Returns AWS resources for this environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentResourceCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to retrieve AWS resource usage data.</para><para> Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEnvironmentResourceCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to retrieve AWS resource usage data.</para><para> Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet">
            <summary>
            Returns list of event descriptions matching criteria up to the last 6 weeks.
             
             <note><para>
            This action returns the most recent 1,000 events from the specified <code>NextToken</code>.
            </para></note><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.EB.GetEBEventCmdlet.ApplicationName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include
            only those associated with this application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.UtcEndTime">
            <summary>
            <para>
            <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
            that occur up to, but not including, the <code>EndTime</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated
            with this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated
            with this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the version of the custom platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.RequestId">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the described events to include only
            those associated with this request ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.Severity">
            <summary>
            <para>
            <para>If specified, limits the events returned from this call to include only those with
            the specified severity or higher.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.UtcStartTime">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
            occur on or after this time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.TemplateName">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
            are associated with this environment configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.VersionLabel">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated
            with this application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.EndTime">
            <summary>
            <para>
            <para>This property is deprecated. Setting this property results in non-UTC DateTimes not
            being marshalled correctly. Use EndTimeUtc instead. Setting either EndTime or EndTimeUtc
            results in both EndTime and EndTimeUtc being assigned, the latest assignment to either
            one of the two property is reflected in the value of both. EndTime is provided for
            backwards compatibility only and assigning a non-Utc DateTime to it results in the
            wrong timestamp being passed to the service.</para><para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
            that occur up to, but not including, the <code>EndTime</code>. </para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Specifies the maximum number of events that can be returned, beginning with the most
            recent event.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token. If specified, the events return the next batch of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBEventCmdlet.StartTime">
            <summary>
            <para>
            <para>This property is deprecated. Setting this property results in non-UTC DateTimes not
            being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or
            StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest
            assignment to either one of the two property is reflected in the value of both. StartTime
            is provided for backwards compatibility only and assigning a non-Utc DateTime to it
            results in the wrong timestamp being passed to the service.</para><para>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
            occur on or after this time.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBInstanceHealthCmdlet">
            <summary>
            Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.
            This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced
            health reporting</a>.<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.EB.GetEBInstanceHealthCmdlet.AttributeName">
            <summary>
            <para>
            <para>Specifies the response elements you wish to receive. To retrieve all attributes, set
            to <code>All</code>. If no attribute names are specified, returns a list of instances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBInstanceHealthCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>Specify the AWS Elastic Beanstalk environment by ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBInstanceHealthCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>Specify the AWS Elastic Beanstalk environment by name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBInstanceHealthCmdlet.NextToken">
            <summary>
            <para>
            <para>Specify the pagination token returned by a previous call.</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.EB.GetEBPlatformVersionCmdlet">
            <summary>
            Lists the available platforms.<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.EB.GetEBPlatformVersionCmdlet.Filter">
            <summary>
            <para>
            <para>List only the platforms where the platform member value relates to one of the supplied
            values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBPlatformVersionCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of platform values returned in one call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBPlatformVersionCmdlet.NextToken">
            <summary>
            <para>
            <para>The starting index into the remaining list of platforms. Use the <code>NextToken</code>
            value from a previous <code>ListPlatformVersion</code> call.</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.EB.GetEBPlatformVersionDetailCmdlet">
            <summary>
            Describes the version of the platform.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBPlatformVersionDetailCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the version of the platform.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GetEBResourceTagCmdlet">
            <summary>
            Returns the tags applied to an AWS Elastic Beanstalk resource. The response contains
            a list of tag key-value pairs.
             
              
            <para>
            Currently, Elastic Beanstalk only supports tagging of Elastic Beanstalk environments.
            For details about environment tagging, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.tagging.html">Tagging
            Resources in Your Elastic Beanstalk Environment</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GetEBResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.</para><para>Must be the ARN of an Elastic Beanstalk environment.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.GroupEBEnvironmentCmdlet">
            <summary>
            Create or update a group of environments that each run a separate component of a single
            application. Takes a list of version labels that specify application source bundles
            for each of the environments to create or update. The name of each environment and
            other required information must be included in the source bundles in an environment
            manifest named <code>env.yaml</code>. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html">Compose
            Environments</a> for details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GroupEBEnvironmentCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to which the specified source bundles belong.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GroupEBEnvironmentCmdlet.GroupName">
            <summary>
            <para>
            <para>The name of the group to which the target environments belong. Specify a group name
            only if the environment name defined in each target environment's manifest ends with
            a + (plus) character. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment
            Manifest (env.yaml)</a> for details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GroupEBEnvironmentCmdlet.VersionLabel">
            <summary>
            <para>
            <para>A list of version labels, specifying one or more application source bundles that belong
            to the target application. Each source bundle must include an environment manifest
            that specifies the name of the environment and the name of the solution stack to use,
            and optionally can specify environment links to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.GroupEBEnvironmentCmdlet.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.EB.NewEBApplicationCmdlet">
            <summary>
            Creates an application that has one configuration template named <code>default</code>
            and no application versions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para><para>Constraint: This name must be unique within your account. If the specified name already
            exists, the action returns an <code>InvalidParameterValue</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxAgeRule_DeleteSourceFromS3">
            <summary>
            <para>
            <para>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when Elastic
            Beanstalk deletes the application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxCountRule_DeleteSourceFromS3">
            <summary>
            <para>
            <para>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when Elastic
            Beanstalk deletes the application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.Description">
            <summary>
            <para>
            <para>Describes the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxAgeRule_Enabled">
            <summary>
            <para>
            <para>Specify <code>true</code> to apply the rule, or <code>false</code> to disable it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxCountRule_Enabled">
            <summary>
            <para>
            <para>Specify <code>true</code> to apply the rule, or <code>false</code> to disable it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxAgeRule_MaxAgeInDay">
            <summary>
            <para>
            <para>Specify the number of days to retain an application versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.MaxCountRule_MaxCount">
            <summary>
            <para>
            <para>Specify the maximum number of application versions to retain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.ResourceLifecycleConfig_ServiceRole">
            <summary>
            <para>
            <para>The ARN of an IAM service role that Elastic Beanstalk has permission to assume.</para><para>The <code>ServiceRole</code> property is required the first time that you provide
            a <code>VersionLifecycleConfig</code> for the application in one of the supporting
            calls (<code>CreateApplication</code> or <code>UpdateApplicationResourceLifecycle</code>).
            After you provide it once, in either one of the calls, Elastic Beanstalk persists
            the Service Role with the application, and you don't need to specify it again in subsequent
            <code>UpdateApplicationResourceLifecycle</code> calls. You can, however, specify it
            in subsequent calls to change the Service Role to another value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies the tags applied to the application.</para><para>Elastic Beanstalk applies these tags only to the application. Environments that you
            create in the application don't inherit the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationCmdlet.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.EB.NewEBApplicationVersionCmdlet">
            <summary>
            Creates an application version for the specified application. You can create an application
            version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output
            of an AWS CodeBuild build as follows:
             
              
            <para>
            Specify a commit in an AWS CodeCommit repository with <code>SourceBuildInformation</code>.
            </para><para>
            Specify a build in an AWS CodeBuild with <code>SourceBuildInformation</code> and <code>BuildConfiguration</code>.
            </para><para>
            Specify a source bundle in S3 with <code>SourceBundle</code></para><para>
            Omit both <code>SourceBuildInformation</code> and <code>SourceBundle</code> to use
            the default sample application.
            </para><note><para>
            Once you create an application version with a specified Amazon S3 bucket and key location,
            you cannot change that Amazon S3 location. If you change the Amazon S3 location, you
            receive an exception when you attempt to launch an environment from the application
            version.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.ApplicationName">
            <summary>
            <para>
            <para> The name of the application. If no application is found with this name, and <code>AutoCreateApplication</code>
            is <code>false</code>, returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.BuildConfiguration_ArtifactName">
            <summary>
            <para>
            <para>The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores
            the build artifact in the S3 location <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>-<i>artifact-name</i>.zip.
            If not provided, Elastic Beanstalk stores the build artifact in the S3 location <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>.zip.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.AutoCreateApplication">
            <summary>
            <para>
            <para>Set to <code>true</code> to create an application with the specified name if it doesn't
            already exist.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.BuildConfiguration_CodeBuildServiceRole">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role
            that enables AWS CodeBuild to interact with dependent AWS services on behalf of the
            AWS account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.BuildConfiguration_ComputeType">
            <summary>
            <para>
            <para>Information about the compute resources the build project will use.</para><ul><li><para><code>BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds</code></para></li><li><para><code>BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds</code></para></li><li><para><code>BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.Description">
            <summary>
            <para>
            <para>Describes this version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.BuildConfiguration_Image">
            <summary>
            <para>
            <para>The ID of the Docker image to use for this build project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.Process">
            <summary>
            <para>
            <para>Pre-processes and validates the environment manifest (<code>env.yaml</code>) and configuration
            files (<code>*.config</code> files in the <code>.ebextensions</code> folder) in the
            source bundle. Validating configuration files can identify issues prior to deploying
            the application version to an environment.</para><para>You must turn processing on for application versions that you create using AWS CodeBuild
            or AWS CodeCommit. For application versions built from a source bundle in Amazon S3,
            processing is optional.</para><note><para>The <code>Process</code> option validates Elastic Beanstalk configuration files. It
            doesn't validate your application's configuration files, like proxy server or Docker
            configuration.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.SourceBundle_S3Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket where the data is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.SourceBundle_S3Key">
            <summary>
            <para>
            <para>The Amazon S3 key where the data is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.SourceBuildInformation_SourceLocation">
            <summary>
            <para>
            <para>The location of the source code, as a formatted string, depending on the value of
            <code>SourceRepository</code></para><ul><li><para>For <code>CodeCommit</code>, the format is the repository name and commit ID, separated
            by a forward slash. For example, <code>my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a</code>.</para></li><li><para>For <code>S3</code>, the format is the S3 bucket name and object key, separated by
            a forward slash. For example, <code>my-s3-bucket/Folders/my-source-file</code>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.SourceBuildInformation_SourceRepository">
            <summary>
            <para>
            <para>Location where the repository is stored.</para><ul><li><para><code>CodeCommit</code></para></li><li><para><code>S3</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.SourceBuildInformation_SourceType">
            <summary>
            <para>
            <para>The type of repository.</para><ul><li><para><code>Git</code></para></li><li><para><code>Zip</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies the tags applied to the application version.</para><para>Elastic Beanstalk applies these tags only to the application version. Environments
            that use the application version don't inherit the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.BuildConfiguration_TimeoutInMinute">
            <summary>
            <para>
            <para>How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing
            out any related build that does not get marked as completed. The default is 60 minutes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.VersionLabel">
            <summary>
            <para>
            <para>A label identifying this version.</para><para>Constraint: Must be unique per application. If an application version already exists
            with this label for the specified application, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBApplicationVersionCmdlet.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.EB.NewEBConfigurationTemplateCmdlet">
            <summary>
            Creates a configuration template. Templates are associated with a specific application
            and are used to deploy different versions of the application with the same configuration
            settings.
             
              
            <para>
            Templates aren't associated with any environment. The <code>EnvironmentName</code>
            response element is always <code>null</code>.
            </para><para>
            Related Topics
            </para><ul><li><para><a>DescribeConfigurationOptions</a></para></li><li><para><a>DescribeConfigurationSettings</a></para></li><li><para><a>ListAvailableSolutionStacks</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to associate with this configuration template. If no application
            is found with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.SourceConfiguration_ApplicationName">
            <summary>
            <para>
            <para>The name of the application associated with the configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.Description">
            <summary>
            <para>
            <para>Describes this configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment used with this configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.OptionSetting">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk sets the specified configuration option to the
            requested value. The new value overrides the value obtained from the solution stack
            or the source configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the custom platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.SolutionStackName">
            <summary>
            <para>
            <para>The name of the solution stack used by this configuration. The solution stack specifies
            the operating system, architecture, and application server for a configuration template.
            It determines the set of configuration options as well as the possible and default
            values.</para><para> Use <a>ListAvailableSolutionStacks</a> to obtain a list of available solution stacks.
            </para><para> A solution stack name or a source configuration parameter must be specified, otherwise
            AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para><para>If a solution stack name is not specified and the source configuration parameter is
            specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration
            template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies the tags applied to the configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.SourceConfiguration_TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template.</para><para>Constraint: This name must be unique per application.</para><para>Default: If a configuration template already exists with this name, AWS Elastic Beanstalk
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBConfigurationTemplateCmdlet.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.EB.NewEBEnvironmentCmdlet">
            <summary>
            Launches an environment for the specified application using the specified configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application that contains the version to be deployed.</para><para> If no application is found with this name, <code>CreateEnvironment</code> returns
            an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.CNAMEPrefix">
            <summary>
            <para>
            <para>If specified, the environment attempts to use this value as the prefix for the CNAME.
            If not specified, the CNAME is generated automatically by appending a random alphanumeric
            string to the environment name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.Description">
            <summary>
            <para>
            <para>Describes this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>A unique name for the deployment environment. Used in the application URL.</para><para>Constraint: Must be from 4 to 40 characters in length. The name can contain only letters,
            numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique
            within a region in your account. If the specified name already exists in the region,
            AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para><para>Default: If the CNAME parameter is not specified, the environment name becomes part
            of the CNAME, and therefore part of the visible URL for your application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.GroupName">
            <summary>
            <para>
            <para>The name of the group to which the target environment belongs. Specify a group name
            only if the environment's name is specified in an environment manifest and not with
            the environment name parameter. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment
            Manifest (env.yaml)</a> for details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.Tier_Name">
            <summary>
            <para>
            <para>The name of this environment tier.</para><para>Valid values:</para><ul><li><para>For <i>Web server tier</i> – <code>WebServer</code></para></li><li><para>For <i>Worker tier</i> – <code>Worker</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.OptionSetting">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk sets the specified configuration options to the
            requested value in the configuration set for the new environment. These override the
            values obtained from the solution stack or the configuration template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.OptionsToRemove">
            <summary>
            <para>
            <para>A list of custom user-defined configuration options to remove from the configuration
            set for this new environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.SolutionStackName">
            <summary>
            <para>
            <para>This is an alternative to specifying a template name. If specified, AWS Elastic Beanstalk
            sets the configuration values to the default values associated with the specified
            solution stack.</para><para>For a list of current solution stacks, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html">Elastic
            Beanstalk Supported Platforms</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies the tags applied to resources in the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.TemplateName">
            <summary>
            <para>
            <para> The name of the configuration template to use in deployment. If no configuration
            template is found with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.Tier_Type">
            <summary>
            <para>
            <para>The type of this environment tier.</para><para>Valid values:</para><ul><li><para>For <i>Web server tier</i> – <code>Standard</code></para></li><li><para>For <i>Worker tier</i> – <code>SQS/HTTP</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.Tier_Version">
            <summary>
            <para>
            <para>The version of this environment tier. When you don't set a value to it, Elastic Beanstalk
            uses the latest compatible worker tier version.</para><note><para>This member is deprecated. Any specific version that you set may become out of date.
            We recommend leaving it unspecified.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.VersionLabel">
            <summary>
            <para>
            <para>The name of the application version to deploy.</para><para> If the specified application has no associated application versions, AWS Elastic
            Beanstalk <code>UpdateEnvironment</code> returns an <code>InvalidParameterValue</code>
            error. </para><para>Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application
            in the container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBEnvironmentCmdlet.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.EB.NewEBPlatformVersionCmdlet">
            <summary>
            Create a new version of your custom platform.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the builder environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.OptionSetting">
            <summary>
            <para>
            <para>The configuration option settings to apply to the builder environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.PlatformName">
            <summary>
            <para>
            <para>The name of your custom platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.PlatformVersion">
            <summary>
            <para>
            <para>The number, such as 1.0.2, for the new platform version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.PlatformDefinitionBundle_S3Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket where the data is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.PlatformDefinitionBundle_S3Key">
            <summary>
            <para>
            <para>The Amazon S3 key where the data is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies the tags applied to the new platform version.</para><para>Elastic Beanstalk applies these tags only to the platform version. Environments that
            you create using the platform version don't inherit the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBPlatformVersionCmdlet.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.EB.NewEBStorageLocationCmdlet">
            <summary>
            Creates a bucket in Amazon S3 to store application versions, logs, and other files
            used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call
            this API the first time you create an environment in a region. If the storage location
            already exists, <code>CreateStorageLocation</code> still returns the bucket name but
            does not create a new bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.NewEBStorageLocationCmdlet.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.EB.RemoveEBApplicationCmdlet">
            <summary>
            Deletes the specified application along with all associated versions and configurations.
            The application versions will not be deleted from your Amazon S3 bucket.
             
             <note><para>
            You cannot delete an application that has a running environment.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationCmdlet.TerminateEnvByForce">
            <summary>
            <para>
            <para>When set to true, running environments will be terminated before deleting the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationCmdlet.PassThru">
            <summary>
            Returns the value passed to the ApplicationName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationCmdlet.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.EB.RemoveEBApplicationVersionCmdlet">
            <summary>
            Deletes the specified version from the specified application.
             
             <note><para>
            You cannot delete an application version that is associated with a running environment.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationVersionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to which the version belongs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationVersionCmdlet.DeleteSourceBundle">
            <summary>
            <para>
            <para>Set to <code>true</code> to delete the source bundle from your storage bucket. Otherwise,
            the application version is deleted only from Elastic Beanstalk and the source bundle
            remains in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationVersionCmdlet.VersionLabel">
            <summary>
            <para>
            <para>The label of the version to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationVersionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ApplicationName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBApplicationVersionCmdlet.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.EB.RemoveEBConfigurationTemplateCmdlet">
            <summary>
            Deletes the specified configuration template.
             
             <note><para>
            When you launch an environment using a configuration template, the environment gets
            a copy of the template. You can delete or modify the environment's copy of the template
            without affecting the running environment.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBConfigurationTemplateCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to delete the configuration template from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBConfigurationTemplateCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBConfigurationTemplateCmdlet.PassThru">
            <summary>
            Returns the value passed to the ApplicationName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBConfigurationTemplateCmdlet.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.EB.RemoveEBEnvironmentConfigurationCmdlet">
            <summary>
            Deletes the draft configuration associated with the running environment.
             
              
            <para>
            Updating a running environment with any configuration changes creates a draft configuration
            set. You can get the draft configuration using <a>DescribeConfigurationSettings</a>
            while the update is in progress or if the update fails. The <code>DeploymentStatus</code>
            for the draft configuration indicates whether the deployment is in process or has
            failed. The draft configuration remains in existence until it is deleted with this
            action.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBEnvironmentConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application the environment is associated with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBEnvironmentConfigurationCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to delete the draft configuration from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBEnvironmentConfigurationCmdlet.PassThru">
            <summary>
            Returns the name of the environment that was updated.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBEnvironmentConfigurationCmdlet.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.EB.RemoveEBPlatformVersionCmdlet">
            <summary>
            Deletes the specified version of a custom platform.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBPlatformVersionCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the version of the custom platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RemoveEBPlatformVersionCmdlet.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.EB.RequestEBEnvironmentInfoCmdlet">
            <summary>
            Initiates a request to compile the specified type of information of the deployed environment.
             
              
            <para>
             Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
            the application server log files of every Amazon EC2 instance in your environment.
             
            </para><para>
             Setting the <code>InfoType</code> to <code>bundle</code> compresses the application
            server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy
            and .NET containers do not support bundle logs.
            </para><para>
             Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs.
            </para><para>
            Related Topics
            </para><ul><li><para><a>RetrieveEnvironmentInfo</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RequestEBEnvironmentInfoCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment of the requested data.</para><para>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an <code>InvalidParameterValue</code>
            error. </para><para>Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RequestEBEnvironmentInfoCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment of the requested data.</para><para>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an <code>InvalidParameterValue</code>
            error. </para><para>Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RequestEBEnvironmentInfoCmdlet.InfoType">
            <summary>
            <para>
            <para>The type of information to request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RequestEBEnvironmentInfoCmdlet.PassThru">
            <summary>
            Returns the id or name of the environment (depending on which parameter was supplied).
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RequestEBEnvironmentInfoCmdlet.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.EB.RestartEBAppServerCmdlet">
            <summary>
            Causes the environment to restart the application container server running on each
            Amazon EC2 instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RestartEBAppServerCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to restart the server for.</para><para> Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RestartEBAppServerCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to restart the server for.</para><para> Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RestartEBAppServerCmdlet.PassThru">
            <summary>
            Returns the id or name of the environment (depending on which parameter was supplied).
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.RestartEBAppServerCmdlet.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.EB.SetEBEnvironmentCNAMECmdlet">
            <summary>
            Swaps the CNAMEs of two environments.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.DestinationEnvironmentId">
            <summary>
            <para>
            <para>The ID of the destination environment.</para><para> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or
            the <code>DestinationEnvironmentName</code>. You may also specify both. You must specify
            the <code>SourceEnvironmentId</code> with the <code>DestinationEnvironmentId</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.DestinationEnvironmentName">
            <summary>
            <para>
            <para>The name of the destination environment.</para><para> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or
            the <code>DestinationEnvironmentName</code>. You may also specify both. You must specify
            the <code>SourceEnvironmentName</code> with the <code>DestinationEnvironmentName</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.SourceEnvironmentId">
            <summary>
            <para>
            <para>The ID of the source environment.</para><para> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
            <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
            <code>SourceEnvironmentId</code>, you must specify the <code>DestinationEnvironmentId</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.SourceEnvironmentName">
            <summary>
            <para>
            <para>The name of the source environment.</para><para> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
            <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
            <code>SourceEnvironmentName</code>, you must specify the <code>DestinationEnvironmentName</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.PassThru">
            <summary>
            Returns the value passed to the SourceEnvironmentId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SetEBEnvironmentCNAMECmdlet.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.EB.StartEBEnvironmentRebuildCmdlet">
            <summary>
            Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
            load balancer, etc.) for a specified environment and forces a restart.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StartEBEnvironmentRebuildCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to rebuild.</para><para> Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StartEBEnvironmentRebuildCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to rebuild.</para><para> Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StartEBEnvironmentRebuildCmdlet.PassThru">
            <summary>
            Returns the id or name of the environment (depending on which parameter was supplied).
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StartEBEnvironmentRebuildCmdlet.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.EB.StopEBEnvironmentCmdlet">
            <summary>
            Terminates the specified environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to terminate.</para><para> Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to terminate.</para><para> Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentCmdlet.ForceTerminate">
            <summary>
            <para>
            <para>Terminates the target environment even if another environment in the same group is
            dependent on it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentCmdlet.TerminateResource">
            <summary>
            <para>
            <para>Indicates whether the associated AWS resources should shut down when the environment
            is terminated:</para><ul><li><para><code>true</code>: The specified environment as well as the associated AWS resources,
            such as Auto Scaling group and LoadBalancer, are terminated.</para></li><li><para><code>false</code>: AWS Elastic Beanstalk resource management is removed from the
            environment, but the AWS resources continue to operate.</para></li></ul><para> For more information, see the <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/ug/">
            AWS Elastic Beanstalk User Guide. </a></para><para> Default: <code>true</code></para><para> Valid Values: <code>true</code> | <code>false</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentCmdlet.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.EB.StopEBEnvironmentUpdateCmdlet">
            <summary>
            Cancels in-progress environment configuration update or application version deployment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentUpdateCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>This specifies the ID of the environment with the in-progress update that you want
            to cancel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentUpdateCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>This specifies the name of the environment with the in-progress update that you want
            to cancel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentUpdateCmdlet.PassThru">
            <summary>
            Returns the value passed to the EnvironmentName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.StopEBEnvironmentUpdateCmdlet.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.EB.SubmitEBEnvironmentManagedActionCmdlet">
            <summary>
            Applies a scheduled managed action immediately. A managed action can be applied only
            if its status is <code>Scheduled</code>. Get the status and action ID of a managed
            action with <a>DescribeEnvironmentManagedActions</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SubmitEBEnvironmentManagedActionCmdlet.ActionId">
            <summary>
            <para>
            <para>The action ID of the scheduled managed action to execute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SubmitEBEnvironmentManagedActionCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The environment ID of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SubmitEBEnvironmentManagedActionCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.SubmitEBEnvironmentManagedActionCmdlet.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.EB.TestEBConfigurationSettingCmdlet">
            <summary>
            Takes a set of configuration settings and either a configuration template or environment,
            and determines whether those values are valid.
             
              
            <para>
            This action returns a list of messages indicating any errors or warnings associated
            with the selection of option values.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.TestEBConfigurationSettingCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application that the configuration template or environment belongs
            to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.TestEBConfigurationSettingCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to validate the settings against.</para><para>Condition: You cannot specify both this and a configuration template name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.TestEBConfigurationSettingCmdlet.OptionSetting">
            <summary>
            <para>
            <para>A list of the options and desired values to evaluate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.TestEBConfigurationSettingCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template to validate the settings against.</para><para>Condition: You cannot specify both this and an environment name.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationCmdlet">
            <summary>
            Updates the specified application to have the specified properties.
             
             <note><para>
            If a property (for example, <code>description</code>) is not provided, the value remains
            unchanged. To clear these properties, specify an empty string.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to update. If no such application is found, <code>UpdateApplication</code>
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationCmdlet.Description">
            <summary>
            <para>
            <para>A new description for the application.</para><para>Default: If not specified, AWS Elastic Beanstalk does not update the description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationCmdlet.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.EB.UpdateEBApplicationResourceLifecycleCmdlet">
            <summary>
            Modifies lifecycle settings for an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxAgeRule_DeleteSourceFromS3">
            <summary>
            <para>
            <para>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when Elastic
            Beanstalk deletes the application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxCountRule_DeleteSourceFromS3">
            <summary>
            <para>
            <para>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when Elastic
            Beanstalk deletes the application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxAgeRule_Enabled">
            <summary>
            <para>
            <para>Specify <code>true</code> to apply the rule, or <code>false</code> to disable it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxCountRule_Enabled">
            <summary>
            <para>
            <para>Specify <code>true</code> to apply the rule, or <code>false</code> to disable it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxAgeRule_MaxAgeInDay">
            <summary>
            <para>
            <para>Specify the number of days to retain an application versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.MaxCountRule_MaxCount">
            <summary>
            <para>
            <para>Specify the maximum number of application versions to retain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.ResourceLifecycleConfig_ServiceRole">
            <summary>
            <para>
            <para>The ARN of an IAM service role that Elastic Beanstalk has permission to assume.</para><para>The <code>ServiceRole</code> property is required the first time that you provide
            a <code>VersionLifecycleConfig</code> for the application in one of the supporting
            calls (<code>CreateApplication</code> or <code>UpdateApplicationResourceLifecycle</code>).
            After you provide it once, in either one of the calls, Elastic Beanstalk persists
            the Service Role with the application, and you don't need to specify it again in subsequent
            <code>UpdateApplicationResourceLifecycle</code> calls. You can, however, specify it
            in subsequent calls to change the Service Role to another value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationResourceLifecycleCmdlet.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.EB.UpdateEBApplicationVersionCmdlet">
            <summary>
            Updates the specified application version to have the specified properties.
             
             <note><para>
            If a property (for example, <code>description</code>) is not provided, the value remains
            unchanged. To clear properties, specify an empty string.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationVersionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application associated with this version.</para><para> If no application is found with this name, <code>UpdateApplication</code> returns
            an <code>InvalidParameterValue</code> error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationVersionCmdlet.Description">
            <summary>
            <para>
            <para>A new description for this version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationVersionCmdlet.VersionLabel">
            <summary>
            <para>
            <para>The name of the version to update.</para><para>If no application version is found with this label, <code>UpdateApplication</code>
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBApplicationVersionCmdlet.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.EB.UpdateEBConfigurationTemplateCmdlet">
            <summary>
            Updates the specified configuration template to have the specified properties or configuration
            option values.
             
             <note><para>
            If a property (for example, <code>ApplicationName</code>) is not provided, its value
            remains unchanged. To clear such properties, specify an empty string.
            </para></note><para>
            Related Topics
            </para><ul><li><para><a>DescribeConfigurationOptions</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application associated with the configuration template to update.</para><para> If no application is found with this name, <code>UpdateConfigurationTemplate</code>
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.Description">
            <summary>
            <para>
            <para>A new description for the configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.OptionSetting">
            <summary>
            <para>
            <para>A list of configuration option settings to update with the new specified option value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.OptionsToRemove">
            <summary>
            <para>
            <para>A list of configuration options to remove from the configuration set.</para><para> Constraint: You can remove only <code>UserDefined</code> configuration options. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the configuration template to update.</para><para> If no configuration template is found with this name, <code>UpdateConfigurationTemplate</code>
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBConfigurationTemplateCmdlet.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.EB.UpdateEBEnvironmentCmdlet">
            <summary>
            Updates the environment description, deploys a new application version, updates the
            configuration settings to an entirely new configuration template, or updates select
            configuration option values in the running environment.
             
              
            <para>
             Attempting to update both the release and configuration is not allowed and AWS Elastic
            Beanstalk returns an <code>InvalidParameterCombination</code> error.
            </para><para>
             When updating the configuration settings to a new template or individual settings,
            a draft configuration is created and <a>DescribeConfigurationSettings</a> for this
            environment returns two setting descriptions with different <code>DeploymentStatus</code>
            values.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application with which the environment is associated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.Description">
            <summary>
            <para>
            <para>If this parameter is specified, AWS Elastic Beanstalk updates the description of this
            environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The ID of the environment to update.</para><para>If no environment with this ID exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code>
            error.</para><para>Condition: You must specify either this or an EnvironmentName, or both. If you do
            not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para>The name of the environment to update. If no environment with this name exists, AWS
            Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para><para>Condition: You must specify either this or an EnvironmentId, or both. If you do not
            specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.GroupName">
            <summary>
            <para>
            <para>The name of the group to which the target environment belongs. Specify a group name
            only if the environment's name is specified in an environment manifest and not with
            the environment name or environment ID parameters. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment
            Manifest (env.yaml)</a> for details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.Tier_Name">
            <summary>
            <para>
            <para>The name of this environment tier.</para><para>Valid values:</para><ul><li><para>For <i>Web server tier</i> – <code>WebServer</code></para></li><li><para>For <i>Worker tier</i> – <code>Worker</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.OptionSetting">
            <summary>
            <para>
            <para>If specified, AWS Elastic Beanstalk updates the configuration set associated with
            the running environment and sets the specified configuration options to the requested
            value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.OptionsToRemove">
            <summary>
            <para>
            <para>A list of custom user-defined configuration options to remove from the configuration
            set for this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.PlatformArn">
            <summary>
            <para>
            <para>The ARN of the platform, if used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.SolutionStackName">
            <summary>
            <para>
            <para>This specifies the platform version that the environment will run after the environment
            is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.TemplateName">
            <summary>
            <para>
            <para>If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template
            to the environment. If no such configuration template is found, AWS Elastic Beanstalk
            returns an <code>InvalidParameterValue</code> error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.Tier_Type">
            <summary>
            <para>
            <para>The type of this environment tier.</para><para>Valid values:</para><ul><li><para>For <i>Web server tier</i> – <code>Standard</code></para></li><li><para>For <i>Worker tier</i> – <code>SQS/HTTP</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.Tier_Version">
            <summary>
            <para>
            <para>The version of this environment tier. When you don't set a value to it, Elastic Beanstalk
            uses the latest compatible worker tier version.</para><note><para>This member is deprecated. Any specific version that you set may become out of date.
            We recommend leaving it unspecified.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.VersionLabel">
            <summary>
            <para>
            <para>If this parameter is specified, AWS Elastic Beanstalk deploys the named application
            version to the environment. If no such application version is found, returns an <code>InvalidParameterValue</code>
            error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBEnvironmentCmdlet.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.EB.UpdateEBResourceTagCmdlet">
            <summary>
            Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can
            be passed: <code>TagsToAdd</code> for tags to add or update, and <code>TagsToRemove</code>.
             
              
            <para>
            Currently, Elastic Beanstalk only supports tagging of Elastic Beanstalk environments.
            For details about environment tagging, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.tagging.html">Tagging
            Resources in Your Elastic Beanstalk Environment</a>.
            </para><para>
            If you create a custom IAM user policy to control permission to this operation, specify
            one of the following two virtual actions (or both) instead of the API operation name:
            </para><dl><dt>elasticbeanstalk:AddTags</dt><dd><para>
            Controls permission to call <code>UpdateTagsForResource</code> and pass a list of
            tags to add in the <code>TagsToAdd</code> parameter.
            </para></dd><dt>elasticbeanstalk:RemoveTags</dt><dd><para>
            Controls permission to call <code>UpdateTagsForResource</code> and pass a list of
            tag keys to remove in the <code>TagsToRemove</code> parameter.
            </para></dd></dl><para>
            For details about creating a custom user policy, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.iam.managed-policies.html#AWSHowTo.iam.policies">Creating
            a Custom User Policy</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resouce to be updated.</para><para>Must be the ARN of an Elastic Beanstalk environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBResourceTagCmdlet.TagsToAdd">
            <summary>
            <para>
            <para>A list of tags to add or update.</para><para>If a key of an existing tag is added, the tag's value is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBResourceTagCmdlet.TagsToRemove">
            <summary>
            <para>
            <para>A list of tag keys to remove.</para><para>If a tag key doesn't exist, it is silently ignored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EB.UpdateEBResourceTagCmdlet.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>