From 4bb152a69b554af775133c1650f9dbda1e291b3d Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Mon, 23 Nov 2015 16:37:10 -0800 Subject: [PATCH] API Update for Aws::ElasticBeanstalk Elastic Beanstalk (EB) is launching support for composable web applications. Customers, whose applications consists of several linked modules (micro services architecture), can now deploy, manage, and scale their applications using EB. --- CHANGELOG.md | 5 + .../elasticbeanstalk/2010-12-01/api-2.json | 410 ++++++------------ .../elasticbeanstalk/2010-12-01/docs-2.json | 191 +++++--- .../2010-12-01/examples-1.json | 5 + 4 files changed, 259 insertions(+), 352 deletions(-) create mode 100644 aws-sdk-core/apis/elasticbeanstalk/2010-12-01/examples-1.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 1079fa54126..b4a9ed0f710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +* Feature - Aws::ElasticBeanstalk - Elastic Beanstalk (EB) is launching support + for composable web applications. Customers, whose applications consists of + several linked modules (micro services architecture), can now deploy, manage, + and scale their applications using EB. + * Feature - Aws::EC2 - This release includes two new APIs, `#modify_id_format` and `#describe_id_format`, that will be used to manage the transition to longer EC2 and EBS resource IDs. These APIs are reserved for future use. diff --git a/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/api-2.json b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/api-2.json index d381082622c..f779c3e3bdf 100644 --- a/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/api-2.json +++ b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/api-2.json @@ -3,11 +3,11 @@ "metadata":{ "apiVersion":"2010-12-01", "endpointPrefix":"elasticbeanstalk", + "protocol":"query", "serviceAbbreviation":"Elastic Beanstalk", "serviceFullName":"AWS Elastic Beanstalk", "signatureVersion":"v4", - "xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/", - "protocol":"query" + "xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/" }, "operations":{ "AbortEnvironmentUpdate":{ @@ -18,15 +18,7 @@ }, "input":{"shape":"AbortEnvironmentUpdateMessage"}, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "CheckDNSAvailability":{ @@ -41,6 +33,22 @@ "resultWrapper":"CheckDNSAvailabilityResult" } }, + "ComposeEnvironments":{ + "name":"ComposeEnvironments", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ComposeEnvironmentsMessage"}, + "output":{ + "shape":"EnvironmentDescriptionsMessage", + "resultWrapper":"ComposeEnvironmentsResult" + }, + "errors":[ + {"shape":"TooManyEnvironmentsException"}, + {"shape":"InsufficientPrivilegesException"} + ] + }, "CreateApplication":{ "name":"CreateApplication", "http":{ @@ -53,15 +61,7 @@ "resultWrapper":"CreateApplicationResult" }, "errors":[ - { - "shape":"TooManyApplicationsException", - "error":{ - "code":"TooManyApplicationsException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"TooManyApplicationsException"} ] }, "CreateApplicationVersion":{ @@ -76,37 +76,10 @@ "resultWrapper":"CreateApplicationVersionResult" }, "errors":[ - { - "shape":"TooManyApplicationsException", - "error":{ - "code":"TooManyApplicationsException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"TooManyApplicationVersionsException", - "exception":true - }, - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - }, - { - "shape":"S3LocationNotInServiceRegionException", - "error":{ - "code":"S3LocationNotInServiceRegionException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"TooManyApplicationsException"}, + {"shape":"TooManyApplicationVersionsException"}, + {"shape":"InsufficientPrivilegesException"}, + {"shape":"S3LocationNotInServiceRegionException"} ] }, "CreateConfigurationTemplate":{ @@ -121,24 +94,8 @@ "resultWrapper":"CreateConfigurationTemplateResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - }, - { - "shape":"TooManyConfigurationTemplatesException", - "error":{ - "code":"TooManyConfigurationTemplatesException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"}, + {"shape":"TooManyConfigurationTemplatesException"} ] }, "CreateEnvironment":{ @@ -153,24 +110,8 @@ "resultWrapper":"CreateEnvironmentResult" }, "errors":[ - { - "shape":"TooManyEnvironmentsException", - "error":{ - "code":"TooManyEnvironmentsException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"TooManyEnvironmentsException"}, + {"shape":"InsufficientPrivilegesException"} ] }, "CreateStorageLocation":{ @@ -184,33 +125,9 @@ "resultWrapper":"CreateStorageLocationResult" }, "errors":[ - { - "shape":"TooManyBucketsException", - "error":{ - "code":"TooManyBucketsException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"S3SubscriptionRequiredException", - "error":{ - "code":"S3SubscriptionRequiredException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"TooManyBucketsException"}, + {"shape":"S3SubscriptionRequiredException"}, + {"shape":"InsufficientPrivilegesException"} ] }, "DeleteApplication":{ @@ -221,15 +138,7 @@ }, "input":{"shape":"DeleteApplicationMessage"}, "errors":[ - { - "shape":"OperationInProgressException", - "error":{ - "code":"OperationInProgressFailure", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"OperationInProgressException"} ] }, "DeleteApplicationVersion":{ @@ -240,42 +149,10 @@ }, "input":{"shape":"DeleteApplicationVersionMessage"}, "errors":[ - { - "shape":"SourceBundleDeletionException", - "error":{ - "code":"SourceBundleDeletionFailure", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - }, - { - "shape":"OperationInProgressException", - "error":{ - "code":"OperationInProgressFailure", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"S3LocationNotInServiceRegionException", - "error":{ - "code":"S3LocationNotInServiceRegionException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"SourceBundleDeletionException"}, + {"shape":"InsufficientPrivilegesException"}, + {"shape":"OperationInProgressException"}, + {"shape":"S3LocationNotInServiceRegionException"} ] }, "DeleteConfigurationTemplate":{ @@ -286,15 +163,7 @@ }, "input":{"shape":"DeleteConfigurationTemplateMessage"}, "errors":[ - { - "shape":"OperationInProgressException", - "error":{ - "code":"OperationInProgressFailure", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"OperationInProgressException"} ] }, "DeleteEnvironmentConfiguration":{ @@ -365,19 +234,8 @@ "resultWrapper":"DescribeEnvironmentHealthResult" }, "errors":[ - { - "shape":"InvalidRequestException", - "error":{ - "code":"InvalidRequestException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"ElasticBeanstalkServiceException", - "exception":true - } + {"shape":"InvalidRequestException"}, + {"shape":"ElasticBeanstalkServiceException"} ] }, "DescribeEnvironmentResources":{ @@ -392,15 +250,7 @@ "resultWrapper":"DescribeEnvironmentResourcesResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "DescribeEnvironments":{ @@ -439,19 +289,8 @@ "resultWrapper":"DescribeInstancesHealthResult" }, "errors":[ - { - "shape":"InvalidRequestException", - "error":{ - "code":"InvalidRequestException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"ElasticBeanstalkServiceException", - "exception":true - } + {"shape":"InvalidRequestException"}, + {"shape":"ElasticBeanstalkServiceException"} ] }, "ListAvailableSolutionStacks":{ @@ -473,15 +312,7 @@ }, "input":{"shape":"RebuildEnvironmentMessage"}, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "RequestEnvironmentInfo":{ @@ -532,15 +363,7 @@ "resultWrapper":"TerminateEnvironmentResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "UpdateApplication":{ @@ -579,15 +402,7 @@ "resultWrapper":"UpdateConfigurationTemplateResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "UpdateEnvironment":{ @@ -602,15 +417,7 @@ "resultWrapper":"UpdateEnvironmentResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] }, "ValidateConfigurationSettings":{ @@ -625,15 +432,7 @@ "resultWrapper":"ValidateConfigurationSettingsResult" }, "errors":[ - { - "shape":"InsufficientPrivilegesException", - "error":{ - "code":"InsufficientPrivilegesException", - "httpStatusCode":403, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientPrivilegesException"} ] } }, @@ -684,8 +483,8 @@ }, "ApplicationName":{ "type":"string", - "min":1, - "max":100 + "max":100, + "min":1 }, "ApplicationNamesList":{ "type":"list", @@ -699,7 +498,8 @@ "VersionLabel":{"shape":"VersionLabel"}, "SourceBundle":{"shape":"S3Location"}, "DateCreated":{"shape":"CreationDate"}, - "DateUpdated":{"shape":"UpdateDate"} + "DateUpdated":{"shape":"UpdateDate"}, + "Status":{"shape":"ApplicationVersionStatus"} } }, "ApplicationVersionDescriptionList":{ @@ -718,6 +518,16 @@ "ApplicationVersions":{"shape":"ApplicationVersionDescriptionList"} } }, + "ApplicationVersionProccess":{"type":"boolean"}, + "ApplicationVersionStatus":{ + "type":"string", + "enum":[ + "Processed", + "Unprocessed", + "Failed", + "Processing" + ] + }, "AutoCreateApplication":{"type":"boolean"}, "AutoScalingGroup":{ "type":"structure", @@ -751,8 +561,8 @@ }, "Cause":{ "type":"string", - "min":1, - "max":255 + "max":255, + "min":1 }, "Causes":{ "type":"list", @@ -773,6 +583,14 @@ } }, "CnameAvailability":{"type":"boolean"}, + "ComposeEnvironmentsMessage":{ + "type":"structure", + "members":{ + "ApplicationName":{"shape":"ApplicationName"}, + "GroupName":{"shape":"GroupName"}, + "VersionLabels":{"shape":"VersionLabels"} + } + }, "ConfigurationDeploymentStatus":{ "type":"string", "enum":[ @@ -869,8 +687,8 @@ }, "ConfigurationTemplateName":{ "type":"string", - "min":1, - "max":100 + "max":100, + "min":1 }, "ConfigurationTemplateNamesList":{ "type":"list", @@ -895,7 +713,8 @@ "VersionLabel":{"shape":"VersionLabel"}, "Description":{"shape":"Description"}, "SourceBundle":{"shape":"S3Location"}, - "AutoCreateApplication":{"shape":"AutoCreateApplication"} + "AutoCreateApplication":{"shape":"AutoCreateApplication"}, + "Process":{"shape":"ApplicationVersionProccess"} } }, "CreateConfigurationTemplateMessage":{ @@ -916,13 +735,11 @@ }, "CreateEnvironmentMessage":{ "type":"structure", - "required":[ - "ApplicationName", - "EnvironmentName" - ], + "required":["ApplicationName"], "members":{ "ApplicationName":{"shape":"ApplicationName"}, "EnvironmentName":{"shape":"EnvironmentName"}, + "GroupName":{"shape":"GroupName"}, "Description":{"shape":"Description"}, "CNAMEPrefix":{"shape":"DNSCnamePrefix"}, "Tier":{"shape":"EnvironmentTier"}, @@ -943,13 +760,13 @@ "CreationDate":{"type":"timestamp"}, "DNSCname":{ "type":"string", - "min":1, - "max":255 + "max":255, + "min":1 }, "DNSCnamePrefix":{ "type":"string", - "min":4, - "max":63 + "max":63, + "min":4 }, "DeleteApplicationMessage":{ "type":"structure", @@ -1130,7 +947,8 @@ "Health":{"shape":"EnvironmentHealth"}, "HealthStatus":{"shape":"EnvironmentHealthStatus"}, "Resources":{"shape":"EnvironmentResourcesDescription"}, - "Tier":{"shape":"EnvironmentTier"} + "Tier":{"shape":"EnvironmentTier"}, + "EnvironmentLinks":{"shape":"EnvironmentLinks"} } }, "EnvironmentDescriptionsList":{ @@ -1207,10 +1025,21 @@ "bundle" ] }, + "EnvironmentLink":{ + "type":"structure", + "members":{ + "LinkName":{"shape":"String"}, + "EnvironmentName":{"shape":"String"} + } + }, + "EnvironmentLinks":{ + "type":"list", + "member":{"shape":"EnvironmentLink"} + }, "EnvironmentName":{ "type":"string", - "min":4, - "max":23 + "max":23, + "min":4 }, "EnvironmentNamesList":{ "type":"list", @@ -1298,8 +1127,14 @@ "ExceptionMessage":{"type":"string"}, "FileTypeExtension":{ "type":"string", - "min":1, - "max":100 + "max":100, + "min":1 + }, + "ForceTerminate":{"type":"boolean"}, + "GroupName":{ + "type":"string", + "max":19, + "min":1 }, "IncludeDeleted":{"type":"boolean"}, "IncludeDeletedBackTo":{"type":"timestamp"}, @@ -1328,8 +1163,8 @@ }, "InstanceId":{ "type":"string", - "min":1, - "max":255 + "max":255, + "min":1 }, "InstanceList":{ "type":"list", @@ -1442,14 +1277,14 @@ }, "MaxRecords":{ "type":"integer", - "min":1, - "max":1000 + "max":1000, + "min":1 }, "Message":{"type":"string"}, "NextToken":{ "type":"string", - "min":1, - "max":100 + "max":100, + "min":1 }, "NullableDouble":{"type":"double"}, "NullableInteger":{"type":"integer"}, @@ -1522,8 +1357,8 @@ "ResourceId":{"type":"string"}, "ResourceName":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "RestartAppServerMessage":{ "type":"structure", @@ -1665,13 +1500,13 @@ }, "TagKey":{ "type":"string", - "min":1, - "max":128 + "max":128, + "min":1 }, "TagValue":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "Tags":{ "type":"list", @@ -1683,7 +1518,8 @@ "members":{ "EnvironmentId":{"shape":"EnvironmentId"}, "EnvironmentName":{"shape":"EnvironmentName"}, - "TerminateResources":{"shape":"TerminateEnvironmentResources"} + "TerminateResources":{"shape":"TerminateEnvironmentResources"}, + "ForceTerminate":{"shape":"ForceTerminate"} } }, "TerminateEnvironmentResources":{"type":"boolean"}, @@ -1788,8 +1624,10 @@ "UpdateEnvironmentMessage":{ "type":"structure", "members":{ + "ApplicationName":{"shape":"ApplicationName"}, "EnvironmentId":{"shape":"EnvironmentId"}, "EnvironmentName":{"shape":"EnvironmentName"}, + "GroupName":{"shape":"GroupName"}, "Description":{"shape":"Description"}, "Tier":{"shape":"EnvironmentTier"}, "VersionLabel":{"shape":"VersionLabel"}, @@ -1836,8 +1674,12 @@ }, "VersionLabel":{ "type":"string", - "min":1, - "max":100 + "max":100, + "min":1 + }, + "VersionLabels":{ + "type":"list", + "member":{"shape":"VersionLabel"} }, "VersionLabelsList":{ "type":"list", 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 5200ecedab0..1eb0c220b2c 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 @@ -1,8 +1,10 @@ { "version": "2.0", + "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.

", "operations": { "AbortEnvironmentUpdate": "

Cancels in-progress environment configuration update or application version deployment.

", "CheckDNSAvailability": "

Checks if the specified CNAME is available.

", + "ComposeEnvironments": "

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 env.yaml. See Compose Environments for details.

", "CreateApplication": "

Creates an application that has one configuration template named default and no application versions.

", "CreateApplicationVersion": "

Creates an application version for the specified application.

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. ", "CreateConfigurationTemplate": "

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.

Related Topics

", @@ -12,7 +14,7 @@ "DeleteApplicationVersion": "

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.", "DeleteConfigurationTemplate": "

Deletes the specified configuration template.

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.", "DeleteEnvironmentConfiguration": "

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus 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.

", - "DescribeApplicationVersions": "

Returns descriptions for existing application versions.

", + "DescribeApplicationVersions": "

Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.

", "DescribeApplications": "

Returns the descriptions of existing applications.

", "DescribeConfigurationOptions": "

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.

", "DescribeConfigurationSettings": "

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.

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.

Related Topics

", @@ -34,10 +36,9 @@ "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. 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": "

", + "base": "

", "refs": { } }, @@ -83,6 +84,7 @@ "ApplicationDescription$ApplicationName": "

The name of the application.

", "ApplicationNamesList$member": null, "ApplicationVersionDescription$ApplicationName": "

The name of the application associated with this release.

", + "ComposeEnvironmentsMessage$ApplicationName": "

The name of the application to which the specified source bundles belong.

", "ConfigurationSettingsDescription$ApplicationName": "

The name of the application associated with this configuration set.

", "CreateApplicationMessage$ApplicationName": "

The name of the application.

Constraint: This name must be unique within your account. If the specified name already exists, the action returns an InvalidParameterValue error.

", "CreateApplicationVersionMessage$ApplicationName": "

The name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error.

", @@ -92,7 +94,7 @@ "DeleteApplicationVersionMessage$ApplicationName": "

The name of the application to delete releases from.

", "DeleteConfigurationTemplateMessage$ApplicationName": "

The name of the application to delete the configuration template from.

", "DeleteEnvironmentConfigurationMessage$ApplicationName": "

The name of the application the environment is associated with.

", - "DescribeApplicationVersionsMessage$ApplicationName": "

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.

", + "DescribeApplicationVersionsMessage$ApplicationName": "

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.

", "DescribeConfigurationOptionsMessage$ApplicationName": "

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.

", "DescribeConfigurationSettingsMessage$ApplicationName": "

The application for the environment or configuration template.

", "DescribeEnvironmentsMessage$ApplicationName": "

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.

", @@ -103,6 +105,7 @@ "UpdateApplicationMessage$ApplicationName": "

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

", "UpdateApplicationVersionMessage$ApplicationName": "

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

", "UpdateConfigurationTemplateMessage$ApplicationName": "

The name of the application associated with the configuration template to update.

If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

", + "UpdateEnvironmentMessage$ApplicationName": "

The name of the application with which the environment is associated.

", "ValidateConfigurationSettingsMessage$ApplicationName": "

The name of the application that the configuration template or environment belongs to.

" } }, @@ -122,7 +125,7 @@ "ApplicationVersionDescriptionList": { "base": null, "refs": { - "ApplicationVersionDescriptionsMessage$ApplicationVersions": "

A list of ApplicationVersionDescription .

" + "ApplicationVersionDescriptionsMessage$ApplicationVersions": "

List of ApplicationVersionDescription objects sorted by order of creation.

" } }, "ApplicationVersionDescriptionMessage": { @@ -135,14 +138,26 @@ "refs": { } }, + "ApplicationVersionProccess": { + "base": null, + "refs": { + "CreateApplicationVersionMessage$Process": "

Preprocesses and validates the environment manifest and configuration files in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment.

" + } + }, + "ApplicationVersionStatus": { + "base": null, + "refs": { + "ApplicationVersionDescription$Status": "

The processing status of the application version.

" + } + }, "AutoCreateApplication": { "base": null, "refs": { - "CreateApplicationVersionMessage$AutoCreateApplication": "

Determines how the system behaves if the specified application for this version does not already exist:

true: Automatically creates the specified application for this version if it does not already exist.

false: Returns an InvalidParameterValue if the specified application for this version does not already exist.

Default: false

Valid Values: true | false

" + "CreateApplicationVersionMessage$AutoCreateApplication": "

Determines how the system behaves if the specified application for this version does not already exist:

Default: false

Valid Values: true | false

" } }, "AutoScalingGroup": { - "base": "

Describes an Auto Scaling launch configuration.

", + "base": "

Describes an Auto Scaling launch configuration.

", "refs": { "AutoScalingGroupList$member": null } @@ -197,13 +212,18 @@ "CnameAvailability": { "base": null, "refs": { - "CheckDNSAvailabilityResultMessage$Available": "

Indicates if the specified CNAME is available:

true : The CNAME is available.

true : The CNAME is not available.

" + "CheckDNSAvailabilityResultMessage$Available": "

Indicates if the specified CNAME is available:

" + } + }, + "ComposeEnvironmentsMessage": { + "base": "

", + "refs": { } }, "ConfigurationDeploymentStatus": { "base": null, "refs": { - "ConfigurationSettingsDescription$DeploymentStatus": "

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

null: This configuration is not associated with a running environment.

pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

deployed: This is the configuration that is currently deployed to the associated running environment.

failed: This is a draft configuration, that failed to successfully deploy.

" + "ConfigurationSettingsDescription$DeploymentStatus": "

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

" } }, "ConfigurationOptionDefaultValue": { @@ -230,7 +250,7 @@ "ConfigurationOptionDescription$Name": "

The name of the configuration option.

", "ConfigurationOptionSetting$OptionName": "

The name of the configuration option.

", "OptionSpecification$OptionName": "

The name of the configuration option.

", - "ValidationMessage$OptionName": "

" + "ValidationMessage$OptionName": "

" } }, "ConfigurationOptionPossibleValue": { @@ -258,14 +278,14 @@ "CreateConfigurationTemplateMessage$OptionSettings": "

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.

", "CreateEnvironmentMessage$OptionSettings": "

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.

", "UpdateConfigurationTemplateMessage$OptionSettings": "

A list of configuration option settings to update with the new specified option value.

", - "UpdateEnvironmentMessage$OptionSettings": "

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

", + "UpdateEnvironmentMessage$OptionSettings": "

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

", "ValidateConfigurationSettingsMessage$OptionSettings": "

A list of the options and desired values to evaluate.

" } }, "ConfigurationOptionSeverity": { "base": null, "refs": { - "ConfigurationOptionDescription$ChangeSeverity": "

An indication of which action is required if the value for this configuration option changes:

NoInterruption - There is no interruption to the environment or application availability.

RestartEnvironment - The environment is restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process.

RestartApplicationServer - The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted.

" + "ConfigurationOptionDescription$ChangeSeverity": "

An indication of which action is required if the value for this configuration option changes:

" } }, "ConfigurationOptionValue": { @@ -277,7 +297,7 @@ "ConfigurationOptionValueType": { "base": null, "refs": { - "ConfigurationOptionDescription$ValueType": "

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

Scalar : Values for this option are a single selection from the possible values, or a unformatted string or numeric value governed by the MIN/MAX/Regex constraints:

List : Values for this option are multiple selections of the possible values.

Boolean : Values for this option are either true or false .

Json : Values for this option are a JSON representation of a ConfigDocument.

" + "ConfigurationOptionDescription$ValueType": "

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

" } }, "ConfigurationOptionsDescription": { @@ -322,7 +342,7 @@ "EventDescription$TemplateName": "

The name of the configuration associated with this event.

", "SourceConfiguration$TemplateName": "

The name of the configuration template.

", "UpdateConfigurationTemplateMessage$TemplateName": "

The name of the configuration template to update.

If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

", - "UpdateEnvironmentMessage$TemplateName": "

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 InvalidParameterValue error.

", + "UpdateEnvironmentMessage$TemplateName": "

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 InvalidParameterValue error.

", "ValidateConfigurationSettingsMessage$TemplateName": "

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

" } }, @@ -333,22 +353,22 @@ } }, "CreateApplicationMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "CreateApplicationVersionMessage": { - "base": "

", + "base": "

", "refs": { } }, "CreateConfigurationTemplateMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "CreateEnvironmentMessage": { - "base": "

", + "base": "

", "refs": { } }, @@ -381,22 +401,22 @@ } }, "DeleteApplicationMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "DeleteApplicationVersionMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "DeleteConfigurationTemplateMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "DeleteEnvironmentConfigurationMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, @@ -412,7 +432,7 @@ } }, "DescribeApplicationsMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, @@ -437,17 +457,17 @@ } }, "DescribeEnvironmentResourcesMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "DescribeEnvironmentsMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "DescribeEventsMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, @@ -475,7 +495,7 @@ "UpdateApplicationMessage$Description": "

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

", "UpdateApplicationVersionMessage$Description": "

A new description for this release.

", "UpdateConfigurationTemplateMessage$Description": "

A new description for the configuration.

", - "UpdateEnvironmentMessage$Description": "

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

" + "UpdateEnvironmentMessage$Description": "

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

" } }, "Ec2InstanceId": { @@ -485,7 +505,7 @@ } }, "ElasticBeanstalkServiceException": { - "base": null, + "base": "

A generic service exception has occurred.

", "refs": { } }, @@ -516,7 +536,7 @@ "base": null, "refs": { "DescribeEnvironmentHealthResult$Status": "

Returns the health status value of the environment. For more information, see Health Colors and Statuses.

", - "EnvironmentDescription$Health": "

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Red : Indicates the environment is not working.

Yellow: Indicates that something is wrong, the application might not be available, but the instances appear running.

Green: Indicates the environment is healthy and fully functional.

Default: Grey

" + "EnvironmentDescription$Health": "

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Default: Grey

" } }, "EnvironmentHealthAttribute": { @@ -528,7 +548,7 @@ "EnvironmentHealthAttributes": { "base": null, "refs": { - "DescribeEnvironmentHealthRequest$AttributeNames": "

Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk returns all response elements.

" + "DescribeEnvironmentHealthRequest$AttributeNames": "

Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.

" } }, "EnvironmentHealthStatus": { @@ -542,7 +562,7 @@ "refs": { "AbortEnvironmentUpdateMessage$EnvironmentId": "

This specifies the ID of the environment with the in-progress update that you want to cancel.

", "CreateConfigurationTemplateMessage$EnvironmentId": "

The ID of the environment used with this configuration template.

", - "DescribeEnvironmentHealthRequest$EnvironmentId": "

Specifies the AWS Elastic Beanstalk environment ID.

", + "DescribeEnvironmentHealthRequest$EnvironmentId": "

Specifies the AWS Elastic Beanstalk environment ID.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", "DescribeEnvironmentResourcesMessage$EnvironmentId": "

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", "DescribeEventsMessage$EnvironmentId": "

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

", "DescribeInstancesHealthRequest$EnvironmentId": "

Specifies the AWS Elastic Beanstalk environment ID.

", @@ -555,7 +575,7 @@ "SwapEnvironmentCNAMEsMessage$SourceEnvironmentId": "

The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

", "SwapEnvironmentCNAMEsMessage$DestinationEnvironmentId": "

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

", "TerminateEnvironmentMessage$EnvironmentId": "

The ID of the environment to terminate.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", - "UpdateEnvironmentMessage$EnvironmentId": "

The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "UpdateEnvironmentMessage$EnvironmentId": "

The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" } }, "EnvironmentIdList": { @@ -584,6 +604,18 @@ "RetrieveEnvironmentInfoMessage$InfoType": "

The type of information to retrieve.

" } }, + "EnvironmentLink": { + "base": "

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

", + "refs": { + "EnvironmentLinks$member": null + } + }, + "EnvironmentLinks": { + "base": null, + "refs": { + "EnvironmentDescription$EnvironmentLinks": "

A list of links to other environments in the same group.

" + } + }, "EnvironmentName": { "base": null, "refs": { @@ -593,7 +625,7 @@ "DeleteEnvironmentConfigurationMessage$EnvironmentName": "

The name of the environment to delete the draft configuration from.

", "DescribeConfigurationOptionsMessage$EnvironmentName": "

The name of the environment whose configuration options you want to describe.

", "DescribeConfigurationSettingsMessage$EnvironmentName": "

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", - "DescribeEnvironmentHealthRequest$EnvironmentName": "

Specifies the AWS Elastic Beanstalk environment name.

", + "DescribeEnvironmentHealthRequest$EnvironmentName": "

Specifies the AWS Elastic Beanstalk environment name.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", "DescribeEnvironmentHealthResult$EnvironmentName": "

The AWS Elastic Beanstalk environment name.

", "DescribeEnvironmentResourcesMessage$EnvironmentName": "

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", "DescribeEventsMessage$EnvironmentName": "

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

", @@ -609,7 +641,7 @@ "SwapEnvironmentCNAMEsMessage$SourceEnvironmentName": "

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

", "SwapEnvironmentCNAMEsMessage$DestinationEnvironmentName": "

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

", "TerminateEnvironmentMessage$EnvironmentName": "

The name of the environment to terminate.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", - "UpdateEnvironmentMessage$EnvironmentName": "

The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", + "UpdateEnvironmentMessage$EnvironmentName": "

The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

", "ValidateConfigurationSettingsMessage$EnvironmentName": "

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

" } }, @@ -647,7 +679,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: At this time, if you change the tier version, name, or 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": { @@ -689,7 +721,7 @@ "ExceptionMessage": { "base": null, "refs": { - "ElasticBeanstalkServiceException$message": null + "ElasticBeanstalkServiceException$message": "

The exception error message.

" } }, "FileTypeExtension": { @@ -698,6 +730,20 @@ "SolutionStackFileTypeList$member": null } }, + "ForceTerminate": { + "base": null, + "refs": { + "TerminateEnvironmentMessage$ForceTerminate": "

Terminates the target environment even if another environment in the same group is dependent on it.

" + } + }, + "GroupName": { + "base": null, + "refs": { + "ComposeEnvironmentsMessage$GroupName": "

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 Environment Manifest (env.yaml) for details.

", + "CreateEnvironmentMessage$GroupName": "

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 Environment Manifest (env.yaml) for details.

", + "UpdateEnvironmentMessage$GroupName": "

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 Environment Manifest (env.yaml) for details.

" + } + }, "IncludeDeleted": { "base": null, "refs": { @@ -749,11 +795,11 @@ "InstancesHealthAttributes": { "base": null, "refs": { - "DescribeInstancesHealthRequest$AttributeNames": "

Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk returns all response elements.

" + "DescribeInstancesHealthRequest$AttributeNames": "

Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.

" } }, "InsufficientPrivilegesException": { - "base": "

Unable to perform the specified operation because the user does not have enough privileges for one of more downstream aws services

", + "base": "

The specified account does not have sufficient privileges for one of more AWS services.

", "refs": { } }, @@ -764,7 +810,7 @@ } }, "InvalidRequestException": { - "base": "

The request is invalid, please check parameters and their values

", + "base": "

One or more input parameters is not valid. Please correct the input parameters and try the operation again.

", "refs": { } }, @@ -897,7 +943,7 @@ } }, "OperationInProgressException": { - "base": "

Unable to perform the specified operation because another operation is already in progress affecting an element in this activity.

", + "base": "

Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

", "refs": { } }, @@ -907,7 +953,7 @@ "ConfigurationOptionDescription$Namespace": "

A unique namespace identifying the option's associated AWS resource.

", "ConfigurationOptionSetting$Namespace": "

A unique namespace identifying the option's associated AWS resource.

", "OptionSpecification$Namespace": "

A unique namespace identifying the option's associated AWS resource.

", - "ValidationMessage$Namespace": "

" + "ValidationMessage$Namespace": "

" } }, "OptionRestrictionMaxLength": { @@ -946,7 +992,7 @@ "CreateEnvironmentMessage$OptionsToRemove": "

A list of custom user-defined configuration options to remove from the configuration set for this new environment.

", "DescribeConfigurationOptionsMessage$Options": "

If specified, restricts the descriptions to only the specified options.

", "UpdateConfigurationTemplateMessage$OptionsToRemove": "

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

", - "UpdateEnvironmentMessage$OptionsToRemove": "

A list of custom user-defined configuration options to remove from the configuration set for this environment.

" + "UpdateEnvironmentMessage$OptionsToRemove": "

A list of custom user-defined configuration options to remove from the configuration set for this environment.

" } }, "Queue": { @@ -958,11 +1004,11 @@ "QueueList": { "base": null, "refs": { - "EnvironmentResourceDescription$Queues": "

The queues used by this environment.

" + "EnvironmentResourceDescription$Queues": "

The queues used by this environment.

" } }, "RebuildEnvironmentMessage": { - "base": "

", + "base": "

", "refs": { } }, @@ -992,7 +1038,7 @@ } }, "RequestEnvironmentInfoMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, @@ -1006,7 +1052,7 @@ "ResourceId": { "base": null, "refs": { - "AutoScalingGroup$Name": "

The name of the AutoScalingGroup .

", + "AutoScalingGroup$Name": "

The name of the AutoScalingGroup .

", "Instance$Id": "

The ID of the Amazon EC2 instance.

", "LaunchConfiguration$Name": "

The name of the launch configuration.

", "LoadBalancer$Name": "

The name of the LoadBalancer.

", @@ -1021,12 +1067,12 @@ } }, "RestartAppServerMessage": { - "base": "

", + "base": "

", "refs": { } }, "RetrieveEnvironmentInfoMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, @@ -1061,7 +1107,7 @@ } }, "S3SubscriptionRequiredException": { - "base": "

The caller does not have a subscription to Amazon S3.

", + "base": "

The specified account does not have a subscription to Amazon S3.

", "refs": { } }, @@ -1096,15 +1142,15 @@ "ConfigurationOptionsDescription$SolutionStackName": "

The name of the solution stack these configuration options belong to.

", "ConfigurationSettingsDescription$SolutionStackName": "

The name of the solution stack this configuration set uses.

", "CreateConfigurationTemplateMessage$SolutionStackName": "

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.

Use ListAvailableSolutionStacks to obtain a list of available solution stacks.

A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue error.

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.

", - "CreateEnvironmentMessage$SolutionStackName": "

This is an alternative to specifying a configuration name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

", + "CreateEnvironmentMessage$SolutionStackName": "

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.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

", "DescribeConfigurationOptionsMessage$SolutionStackName": "

The name of the solution stack whose configuration options you want to describe.

", "EnvironmentDescription$SolutionStackName": "

The name of the SolutionStack deployed with this environment.

", "SolutionStackDescription$SolutionStackName": "

The name of the solution stack.

", - "UpdateEnvironmentMessage$SolutionStackName": "

This specifies the platform version that the environment will run after the environment is updated.

" + "UpdateEnvironmentMessage$SolutionStackName": "

This specifies the platform version that the environment will run after the environment is updated.

" } }, "SourceBundleDeletionException": { - "base": "

Unable to delete the Amazon S3 source bundle associated with the application version, although the application version deleted successfully.

", + "base": "

Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.

", "refs": { } }, @@ -1125,6 +1171,8 @@ "refs": { "DescribeEnvironmentHealthResult$HealthStatus": "

Contains the response body with information about the health of the environment.

", "DescribeEnvironmentHealthResult$Color": "

Returns the color indicator that tells you information about the health of the environment. For more information, see Health Colors and Statuses.

", + "EnvironmentLink$LinkName": "

The name of the link.

", + "EnvironmentLink$EnvironmentName": "

The name of the linked environment (the dependency).

", "EnvironmentTier$Name": "

The name of this environment tier.

", "EnvironmentTier$Type": "

The type of this environment tier.

", "EnvironmentTier$Version": "

The version of this environment tier.

", @@ -1133,7 +1181,7 @@ "LoadBalancerDescription$Domain": "

The domain name of the LoadBalancer.

", "Queue$Name": "

The name of the queue.

", "Queue$URL": "

The URL of the queue.

", - "SingleInstanceHealth$HealthStatus": "

Returns the health status of the specified instance. For more information, see .

", + "SingleInstanceHealth$HealthStatus": "

Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

", "SingleInstanceHealth$Color": "

Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

" } }, @@ -1179,14 +1227,14 @@ } }, "TerminateEnvironmentMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "TerminateEnvironmentResources": { "base": null, "refs": { - "TerminateEnvironmentMessage$TerminateResources": "

Indicates whether the associated AWS resources should shut down when the environment is terminated:

true: (default) The user AWS resources (for example, the Auto Scaling group, LoadBalancer, etc.) are terminated along with the environment.

false: The environment is removed from the AWS Elastic Beanstalk but the AWS resources continue to operate.

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

" + "TerminateEnvironmentMessage$TerminateResources": "

Indicates whether the associated AWS resources should shut down when the environment is terminated:

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

" } }, "TimeFilterEnd": { @@ -1209,27 +1257,27 @@ } }, "TooManyApplicationVersionsException": { - "base": "

The caller has exceeded the limit on the number of application versions associated with their account.

", + "base": "

The specified account has reached its limit of application versions.

", "refs": { } }, "TooManyApplicationsException": { - "base": "

The caller has exceeded the limit on the number of applications associated with their account.

", + "base": "

The specified account has reached its limit of applications.

", "refs": { } }, "TooManyBucketsException": { - "base": "

The web service attempted to create a bucket in an Amazon S3 account that already has 100 buckets.

", + "base": "

The specified account has reached its limit of Amazon S3 buckets.

", "refs": { } }, "TooManyConfigurationTemplatesException": { - "base": "

The caller has exceeded the limit on the number of configuration templates associated with their account.

", + "base": "

The specified account has reached its limit of configuration templates.

", "refs": { } }, "TooManyEnvironmentsException": { - "base": "

The caller has exceeded the limit of allowed environments associated with the account.

", + "base": "

The specified account has reached its limit of environments.

", "refs": { } }, @@ -1242,16 +1290,16 @@ "TriggerList": { "base": null, "refs": { - "EnvironmentResourceDescription$Triggers": "

The AutoScaling triggers in use by this environment.

" + "EnvironmentResourceDescription$Triggers": "

The AutoScaling triggers in use by this environment.

" } }, "UpdateApplicationMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "UpdateApplicationVersionMessage": { - "base": "

", + "base": "

", "refs": { } }, @@ -1270,14 +1318,14 @@ } }, "UpdateEnvironmentMessage": { - "base": "

This documentation target is not reported in the API reference.

", + "base": "

", "refs": { } }, "UserDefinedOption": { "base": null, "refs": { - "ConfigurationOptionDescription$UserDefined": "

An indication of whether the user defined this configuration option:

true : This configuration option was defined by the user. It is a valid choice for specifying this as an Option to Remove when updating configuration settings.

false : This configuration was not defined by the user.

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

" + "ConfigurationOptionDescription$UserDefined": "

An indication of whether the user defined this configuration option:

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

" } }, "ValidateConfigurationSettingsMessage": { @@ -1306,7 +1354,7 @@ "ValidationSeverity": { "base": null, "refs": { - "ValidationMessage$Severity": "

An indication of the severity of this message:

error: This message indicates that this is not a valid setting for an option.

warning: This message is providing information you should take into account.

" + "ValidationMessage$Severity": "

An indication of the severity of this message:

" } }, "VersionLabel": { @@ -1321,15 +1369,22 @@ "EnvironmentDescription$VersionLabel": "

The application version deployed in this environment.

", "EventDescription$VersionLabel": "

The release label for the application version associated with this event.

", "UpdateApplicationVersionMessage$VersionLabel": "

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

", - "UpdateEnvironmentMessage$VersionLabel": "

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 InvalidParameterValue error.

", + "UpdateEnvironmentMessage$VersionLabel": "

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 InvalidParameterValue error.

", + "VersionLabels$member": null, "VersionLabelsList$member": null } }, + "VersionLabels": { + "base": null, + "refs": { + "ComposeEnvironmentsMessage$VersionLabels": "

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.

" + } + }, "VersionLabelsList": { "base": null, "refs": { "ApplicationDescription$Versions": "

The names of the versions for this application.

", - "DescribeApplicationVersionsMessage$VersionLabels": "

If specified, restricts the returned descriptions to only include ones that have the specified version labels.

" + "DescribeApplicationVersionsMessage$VersionLabels": "

If specified, restricts the returned descriptions to only include ones that have the specified version labels.

" } } } diff --git a/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/examples-1.json b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/examples-1.json new file mode 100644 index 00000000000..0ea7e3b0bbe --- /dev/null +++ b/aws-sdk-core/apis/elasticbeanstalk/2010-12-01/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +}