diff --git a/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/docs-2.json b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/docs-2.json index 1c69a578fe8..3f6dfb2db13 100644 --- a/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/docs-2.json +++ b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/docs-2.json @@ -32,7 +32,7 @@ "UpdateEnvironment": "

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.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

", "ValidateConfigurationSettings": "

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

" }, - "service": "AWS Elastic Beanstalk

This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.

AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

", + "service": "AWS Elastic Beanstalk

This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.

AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

", "shapes": { "AbortEnvironmentUpdateMessage": { "base": "

", @@ -42,7 +42,7 @@ "AbortableOperationInProgress": { "base": null, "refs": { - "EnvironmentDescription$AbortableOperationInProgress": "

Lists in-progress environment updates and application version deployments that you can cancel.

" + "EnvironmentDescription$AbortableOperationInProgress": "

Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

" } }, "ApplicationDescription": { @@ -570,7 +570,7 @@ "refs": { "CreateEnvironmentMessage$Tier": "

This specifies the tier to use for creating this environment.

", "EnvironmentDescription$Tier": "

Describes the current tier of this environment.

", - "UpdateEnvironmentMessage$Tier": "

This specifies the tier to use to update the environment.

Condition: You can only update the tier version for an environment. If you change the name of the type, AWS Elastic Beanstalk returns InvalidParameterValue error.

" + "UpdateEnvironmentMessage$Tier": "

This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.

" } }, "EventDate": { @@ -816,8 +816,8 @@ "ResourceName": { "base": null, "refs": { - "ConfigurationOptionSetting$ResourceName": null, - "OptionSpecification$ResourceName": null + "ConfigurationOptionSetting$ResourceName": "

A unique resource name for a time-based scaling configuration option.

", + "OptionSpecification$ResourceName": "

A unique resource name for a time-based scaling configuration option.

" } }, "RestartAppServerMessage": {