
models.elasticbeanstalk-2010-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-elasticbeanstalk Show documentation
{
"metadata" : {
"apiVersion" : "2010-12-01",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "AWS Elastic Beanstalk AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.
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.
",
"defaultEndpoint" : "https://elasticbeanstalk.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticbeanstalk.us-east-1.amazonaws.com",
"syncInterface" : "AWSElasticBeanstalk",
"syncClient" : "AWSElasticBeanstalkClient",
"asyncInterface" : "AWSElasticBeanstalkAsync",
"asyncClient" : "AWSElasticBeanstalkAsyncClient",
"packageName" : "com.amazonaws.services.elasticbeanstalk",
"packagePath" : "com/amazonaws/services/elasticbeanstalk",
"serviceAbbreviation" : "Elastic Beanstalk",
"serviceFullName" : "AWS Elastic Beanstalk",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "elasticbeanstalk",
"signingName" : "elasticbeanstalk",
"jsonProtocol" : false,
"serviceName" : "Elastic Beanstalk",
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller",
"xmlProtocol" : true
},
"operations" : {
"AbortEnvironmentUpdate" : {
"documentation" : "Cancels in-progress environment configuration update or application version deployment.
",
"operationName" : "AbortEnvironmentUpdate",
"deprecated" : false,
"input" : {
"variableName" : "abortEnvironmentUpdateRequest",
"variableType" : "AbortEnvironmentUpdateRequest",
"variableDeclarationType" : "AbortEnvironmentUpdateRequest",
"documentation" : "",
"variableSetterType" : "AbortEnvironmentUpdateRequest",
"simpleType" : "AbortEnvironmentUpdateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AbortEnvironmentUpdateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "abortEnvironmentUpdate",
"authenticated" : true,
"syncReturnType" : "AbortEnvironmentUpdateResult",
"asyncReturnType" : "AbortEnvironmentUpdateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ApplyEnvironmentManagedAction" : {
"documentation" : "Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled
. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.
",
"operationName" : "ApplyEnvironmentManagedAction",
"deprecated" : false,
"input" : {
"variableName" : "applyEnvironmentManagedActionRequest",
"variableType" : "ApplyEnvironmentManagedActionRequest",
"variableDeclarationType" : "ApplyEnvironmentManagedActionRequest",
"documentation" : "Request to execute a scheduled managed action immediately.
",
"variableSetterType" : "ApplyEnvironmentManagedActionRequest",
"simpleType" : "ApplyEnvironmentManagedActionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ApplyEnvironmentManagedActionResult",
"documentation" : "The result message containing information about the managed action.
"
},
"exceptions" : [ {
"exceptionName" : "ElasticBeanstalkServiceException",
"documentation" : "A generic service exception has occurred.
"
}, {
"exceptionName" : "ManagedActionInvalidStateException",
"documentation" : "Cannot modify the managed action in its current state.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "applyEnvironmentManagedAction",
"authenticated" : true,
"syncReturnType" : "ApplyEnvironmentManagedActionResult",
"asyncReturnType" : "ApplyEnvironmentManagedActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CheckDNSAvailability" : {
"documentation" : " Checks if the specified CNAME is available.
",
"operationName" : "CheckDNSAvailability",
"deprecated" : false,
"input" : {
"variableName" : "checkDNSAvailabilityRequest",
"variableType" : "CheckDNSAvailabilityRequest",
"variableDeclarationType" : "CheckDNSAvailabilityRequest",
"documentation" : "Results message indicating whether a CNAME is available.
",
"variableSetterType" : "CheckDNSAvailabilityRequest",
"simpleType" : "CheckDNSAvailabilityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CheckDNSAvailabilityResult",
"documentation" : "Indicates if the specified CNAME is available.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "checkDNSAvailability",
"authenticated" : true,
"syncReturnType" : "CheckDNSAvailabilityResult",
"asyncReturnType" : "CheckDNSAvailabilityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ComposeEnvironments" : {
"documentation" : "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.
",
"operationName" : "ComposeEnvironments",
"deprecated" : false,
"input" : {
"variableName" : "composeEnvironmentsRequest",
"variableType" : "ComposeEnvironmentsRequest",
"variableDeclarationType" : "ComposeEnvironmentsRequest",
"documentation" : "Request to create or update a group of environments.
",
"variableSetterType" : "ComposeEnvironmentsRequest",
"simpleType" : "ComposeEnvironmentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ComposeEnvironmentsResult",
"documentation" : "Result message containing a list of environment descriptions.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyEnvironmentsException",
"documentation" : "The specified account has reached its limit of environments.
"
}, {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "composeEnvironments",
"authenticated" : true,
"syncReturnType" : "ComposeEnvironmentsResult",
"asyncReturnType" : "ComposeEnvironmentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateApplication" : {
"documentation" : " Creates an application that has one configuration template named default
and no application versions.
",
"operationName" : "CreateApplication",
"deprecated" : false,
"input" : {
"variableName" : "createApplicationRequest",
"variableType" : "CreateApplicationRequest",
"variableDeclarationType" : "CreateApplicationRequest",
"documentation" : "Request to create an application.
",
"variableSetterType" : "CreateApplicationRequest",
"simpleType" : "CreateApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateApplicationResult",
"documentation" : "Result message containing a single description of an application.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyApplicationsException",
"documentation" : "The specified account has reached its limit of applications.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createApplication",
"authenticated" : true,
"syncReturnType" : "CreateApplicationResult",
"asyncReturnType" : "CreateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateApplicationVersion" : {
"documentation" : "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. ",
"operationName" : "CreateApplicationVersion",
"deprecated" : false,
"input" : {
"variableName" : "createApplicationVersionRequest",
"variableType" : "CreateApplicationVersionRequest",
"variableDeclarationType" : "CreateApplicationVersionRequest",
"documentation" : "",
"variableSetterType" : "CreateApplicationVersionRequest",
"simpleType" : "CreateApplicationVersionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateApplicationVersionResult",
"documentation" : " Result message wrapping a single description of an application version.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyApplicationsException",
"documentation" : "The specified account has reached its limit of applications.
"
}, {
"exceptionName" : "TooManyApplicationVersionsException",
"documentation" : "The specified account has reached its limit of application versions.
"
}, {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "S3LocationNotInServiceRegionException",
"documentation" : "The specified S3 bucket does not belong to the S3 region in which the service is running.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createApplicationVersion",
"authenticated" : true,
"syncReturnType" : "CreateApplicationVersionResult",
"asyncReturnType" : "CreateApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateConfigurationTemplate" : {
"documentation" : "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
",
"operationName" : "CreateConfigurationTemplate",
"deprecated" : false,
"input" : {
"variableName" : "createConfigurationTemplateRequest",
"variableType" : "CreateConfigurationTemplateRequest",
"variableDeclarationType" : "CreateConfigurationTemplateRequest",
"documentation" : "Request to create a configuration template.
",
"variableSetterType" : "CreateConfigurationTemplateRequest",
"simpleType" : "CreateConfigurationTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateConfigurationTemplateResult",
"documentation" : " Describes the settings for a configuration set.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
}, {
"exceptionName" : "TooManyConfigurationTemplatesException",
"documentation" : "The specified account has reached its limit of configuration templates.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createConfigurationTemplate",
"authenticated" : true,
"syncReturnType" : "CreateConfigurationTemplateResult",
"asyncReturnType" : "CreateConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateEnvironment" : {
"documentation" : "Launches an environment for the specified application using the specified configuration.
",
"operationName" : "CreateEnvironment",
"deprecated" : false,
"input" : {
"variableName" : "createEnvironmentRequest",
"variableType" : "CreateEnvironmentRequest",
"variableDeclarationType" : "CreateEnvironmentRequest",
"documentation" : "",
"variableSetterType" : "CreateEnvironmentRequest",
"simpleType" : "CreateEnvironmentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateEnvironmentResult",
"documentation" : "Describes the properties of an environment.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyEnvironmentsException",
"documentation" : "The specified account has reached its limit of environments.
"
}, {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createEnvironment",
"authenticated" : true,
"syncReturnType" : "CreateEnvironmentResult",
"asyncReturnType" : "CreateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateStorageLocation" : {
"documentation" : " Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
",
"operationName" : "CreateStorageLocation",
"deprecated" : false,
"input" : {
"variableName" : "createStorageLocationRequest",
"variableType" : "CreateStorageLocationRequest",
"variableDeclarationType" : "CreateStorageLocationRequest",
"documentation" : null,
"variableSetterType" : "CreateStorageLocationRequest",
"simpleType" : "CreateStorageLocationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateStorageLocationResult",
"documentation" : "Results of a CreateStorageLocationResult call.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
}, {
"exceptionName" : "S3SubscriptionRequiredException",
"documentation" : "The specified account does not have a subscription to Amazon S3.
"
}, {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createStorageLocation",
"authenticated" : true,
"syncReturnType" : "CreateStorageLocationResult",
"asyncReturnType" : "CreateStorageLocationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteApplication" : {
"documentation" : " Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
You cannot delete an application that has a running environment. ",
"operationName" : "DeleteApplication",
"deprecated" : false,
"input" : {
"variableName" : "deleteApplicationRequest",
"variableType" : "DeleteApplicationRequest",
"variableDeclarationType" : "DeleteApplicationRequest",
"documentation" : "Request to delete an application.
",
"variableSetterType" : "DeleteApplicationRequest",
"simpleType" : "DeleteApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteApplicationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "OperationInProgressException",
"documentation" : "Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteApplication",
"authenticated" : true,
"syncReturnType" : "DeleteApplicationResult",
"asyncReturnType" : "DeleteApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteApplicationVersion" : {
"documentation" : " Deletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment. ",
"operationName" : "DeleteApplicationVersion",
"deprecated" : false,
"input" : {
"variableName" : "deleteApplicationVersionRequest",
"variableType" : "DeleteApplicationVersionRequest",
"variableDeclarationType" : "DeleteApplicationVersionRequest",
"documentation" : "Request to delete an application version.
",
"variableSetterType" : "DeleteApplicationVersionRequest",
"simpleType" : "DeleteApplicationVersionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteApplicationVersionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "SourceBundleDeletionException",
"documentation" : "Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
"
}, {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "OperationInProgressException",
"documentation" : "Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
"
}, {
"exceptionName" : "S3LocationNotInServiceRegionException",
"documentation" : "The specified S3 bucket does not belong to the S3 region in which the service is running.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteApplicationVersion",
"authenticated" : true,
"syncReturnType" : "DeleteApplicationVersionResult",
"asyncReturnType" : "DeleteApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteConfigurationTemplate" : {
"documentation" : "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. ",
"operationName" : "DeleteConfigurationTemplate",
"deprecated" : false,
"input" : {
"variableName" : "deleteConfigurationTemplateRequest",
"variableType" : "DeleteConfigurationTemplateRequest",
"variableDeclarationType" : "DeleteConfigurationTemplateRequest",
"documentation" : "Request to delete a configuration template.
",
"variableSetterType" : "DeleteConfigurationTemplateRequest",
"simpleType" : "DeleteConfigurationTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteConfigurationTemplateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "OperationInProgressException",
"documentation" : "Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteConfigurationTemplate",
"authenticated" : true,
"syncReturnType" : "DeleteConfigurationTemplateResult",
"asyncReturnType" : "DeleteConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteEnvironmentConfiguration" : {
"documentation" : "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.
",
"operationName" : "DeleteEnvironmentConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "deleteEnvironmentConfigurationRequest",
"variableType" : "DeleteEnvironmentConfigurationRequest",
"variableDeclarationType" : "DeleteEnvironmentConfigurationRequest",
"documentation" : "Request to delete a draft environment configuration.
",
"variableSetterType" : "DeleteEnvironmentConfigurationRequest",
"simpleType" : "DeleteEnvironmentConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEnvironmentConfigurationResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteEnvironmentConfiguration",
"authenticated" : true,
"syncReturnType" : "DeleteEnvironmentConfigurationResult",
"asyncReturnType" : "DeleteEnvironmentConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeApplicationVersions" : {
"documentation" : "Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
",
"operationName" : "DescribeApplicationVersions",
"deprecated" : false,
"input" : {
"variableName" : "describeApplicationVersionsRequest",
"variableType" : "DescribeApplicationVersionsRequest",
"variableDeclarationType" : "DescribeApplicationVersionsRequest",
"documentation" : "Result message containing a list of configuration descriptions.
",
"variableSetterType" : "DescribeApplicationVersionsRequest",
"simpleType" : "DescribeApplicationVersionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeApplicationVersionsResult",
"documentation" : "Result message wrapping a list of application version descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeApplicationVersions",
"authenticated" : true,
"syncReturnType" : "DescribeApplicationVersionsResult",
"asyncReturnType" : "DescribeApplicationVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeApplications" : {
"documentation" : "Returns the descriptions of existing applications.
",
"operationName" : "DescribeApplications",
"deprecated" : false,
"input" : {
"variableName" : "describeApplicationsRequest",
"variableType" : "DescribeApplicationsRequest",
"variableDeclarationType" : "DescribeApplicationsRequest",
"documentation" : "Request to describe one or more applications.
",
"variableSetterType" : "DescribeApplicationsRequest",
"simpleType" : "DescribeApplicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeApplicationsResult",
"documentation" : "Result message containing a list of application descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeApplications",
"authenticated" : true,
"syncReturnType" : "DescribeApplicationsResult",
"asyncReturnType" : "DescribeApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeConfigurationOptions" : {
"documentation" : " 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.
",
"operationName" : "DescribeConfigurationOptions",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigurationOptionsRequest",
"variableType" : "DescribeConfigurationOptionsRequest",
"variableDeclarationType" : "DescribeConfigurationOptionsRequest",
"documentation" : "Result message containig a list of application version descriptions.
",
"variableSetterType" : "DescribeConfigurationOptionsRequest",
"simpleType" : "DescribeConfigurationOptionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigurationOptionsResult",
"documentation" : "Describes the settings for a specified configuration set.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeConfigurationOptions",
"authenticated" : true,
"syncReturnType" : "DescribeConfigurationOptionsResult",
"asyncReturnType" : "DescribeConfigurationOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeConfigurationSettings" : {
"documentation" : " 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
",
"operationName" : "DescribeConfigurationSettings",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigurationSettingsRequest",
"variableType" : "DescribeConfigurationSettingsRequest",
"variableDeclarationType" : "DescribeConfigurationSettingsRequest",
"documentation" : "Result message containing all of the configuration settings for a specified solution stack or configuration template.
",
"variableSetterType" : "DescribeConfigurationSettingsRequest",
"simpleType" : "DescribeConfigurationSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigurationSettingsResult",
"documentation" : "The results from a request to change the configuration settings of an environment.
"
},
"exceptions" : [ {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeConfigurationSettings",
"authenticated" : true,
"syncReturnType" : "DescribeConfigurationSettingsResult",
"asyncReturnType" : "DescribeConfigurationSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEnvironmentHealth" : {
"documentation" : "Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
",
"operationName" : "DescribeEnvironmentHealth",
"deprecated" : false,
"input" : {
"variableName" : "describeEnvironmentHealthRequest",
"variableType" : "DescribeEnvironmentHealthRequest",
"variableDeclarationType" : "DescribeEnvironmentHealthRequest",
"documentation" : "See the example below to learn how to create a request body.
",
"variableSetterType" : "DescribeEnvironmentHealthRequest",
"simpleType" : "DescribeEnvironmentHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentHealthResult",
"documentation" : "See the example below for a sample response.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more input parameters is not valid. Please correct the input parameters and try the operation again.
"
}, {
"exceptionName" : "ElasticBeanstalkServiceException",
"documentation" : "A generic service exception has occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironmentHealth",
"authenticated" : true,
"syncReturnType" : "DescribeEnvironmentHealthResult",
"asyncReturnType" : "DescribeEnvironmentHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEnvironmentManagedActionHistory" : {
"documentation" : "Lists an environment's completed and failed managed actions.
",
"operationName" : "DescribeEnvironmentManagedActionHistory",
"deprecated" : false,
"input" : {
"variableName" : "describeEnvironmentManagedActionHistoryRequest",
"variableType" : "DescribeEnvironmentManagedActionHistoryRequest",
"variableDeclarationType" : "DescribeEnvironmentManagedActionHistoryRequest",
"documentation" : "Request to list completed and failed managed actions.
",
"variableSetterType" : "DescribeEnvironmentManagedActionHistoryRequest",
"simpleType" : "DescribeEnvironmentManagedActionHistoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentManagedActionHistoryResult",
"documentation" : "A result message containing a list of completed and failed managed actions.
"
},
"exceptions" : [ {
"exceptionName" : "ElasticBeanstalkServiceException",
"documentation" : "A generic service exception has occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironmentManagedActionHistory",
"authenticated" : true,
"syncReturnType" : "DescribeEnvironmentManagedActionHistoryResult",
"asyncReturnType" : "DescribeEnvironmentManagedActionHistoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEnvironmentManagedActions" : {
"documentation" : "Lists an environment's upcoming and in-progress managed actions.
",
"operationName" : "DescribeEnvironmentManagedActions",
"deprecated" : false,
"input" : {
"variableName" : "describeEnvironmentManagedActionsRequest",
"variableType" : "DescribeEnvironmentManagedActionsRequest",
"variableDeclarationType" : "DescribeEnvironmentManagedActionsRequest",
"documentation" : "Request to list an environment's upcoming and in-progress managed actions.
",
"variableSetterType" : "DescribeEnvironmentManagedActionsRequest",
"simpleType" : "DescribeEnvironmentManagedActionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentManagedActionsResult",
"documentation" : "The result message containing a list of managed actions.
"
},
"exceptions" : [ {
"exceptionName" : "ElasticBeanstalkServiceException",
"documentation" : "A generic service exception has occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironmentManagedActions",
"authenticated" : true,
"syncReturnType" : "DescribeEnvironmentManagedActionsResult",
"asyncReturnType" : "DescribeEnvironmentManagedActionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEnvironmentResources" : {
"documentation" : "Returns AWS resources for this environment.
",
"operationName" : "DescribeEnvironmentResources",
"deprecated" : false,
"input" : {
"variableName" : "describeEnvironmentResourcesRequest",
"variableType" : "DescribeEnvironmentResourcesRequest",
"variableDeclarationType" : "DescribeEnvironmentResourcesRequest",
"documentation" : "Request to describe the resources in an environment.
",
"variableSetterType" : "DescribeEnvironmentResourcesRequest",
"simpleType" : "DescribeEnvironmentResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentResourcesResult",
"documentation" : "Result message containing a list of environment resource descriptions.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironmentResources",
"authenticated" : true,
"syncReturnType" : "DescribeEnvironmentResourcesResult",
"asyncReturnType" : "DescribeEnvironmentResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEnvironments" : {
"documentation" : "Returns descriptions for existing environments.
",
"operationName" : "DescribeEnvironments",
"deprecated" : false,
"input" : {
"variableName" : "describeEnvironmentsRequest",
"variableType" : "DescribeEnvironmentsRequest",
"variableDeclarationType" : "DescribeEnvironmentsRequest",
"documentation" : "Request to describe one or more environments.
",
"variableSetterType" : "DescribeEnvironmentsRequest",
"simpleType" : "DescribeEnvironmentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentsResult",
"documentation" : "Result message containing a list of environment descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironments",
"authenticated" : true,
"syncReturnType" : "DescribeEnvironmentsResult",
"asyncReturnType" : "DescribeEnvironmentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeEvents" : {
"documentation" : "Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken
. ",
"operationName" : "DescribeEvents",
"deprecated" : false,
"input" : {
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"variableDeclarationType" : "DescribeEventsRequest",
"documentation" : "Request to retrieve a list of events for an environment.
",
"variableSetterType" : "DescribeEventsRequest",
"simpleType" : "DescribeEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventsResult",
"documentation" : "Result message wrapping a list of event descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEvents",
"authenticated" : true,
"syncReturnType" : "DescribeEventsResult",
"asyncReturnType" : "DescribeEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeInstancesHealth" : {
"documentation" : "Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The DescribeInstancesHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
",
"operationName" : "DescribeInstancesHealth",
"deprecated" : false,
"input" : {
"variableName" : "describeInstancesHealthRequest",
"variableType" : "DescribeInstancesHealthRequest",
"variableDeclarationType" : "DescribeInstancesHealthRequest",
"documentation" : "See the example below to learn how to create a request body.
",
"variableSetterType" : "DescribeInstancesHealthRequest",
"simpleType" : "DescribeInstancesHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstancesHealthResult",
"documentation" : "See the example below for a sample response.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more input parameters is not valid. Please correct the input parameters and try the operation again.
"
}, {
"exceptionName" : "ElasticBeanstalkServiceException",
"documentation" : "A generic service exception has occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeInstancesHealth",
"authenticated" : true,
"syncReturnType" : "DescribeInstancesHealthResult",
"asyncReturnType" : "DescribeInstancesHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListAvailableSolutionStacks" : {
"documentation" : " Returns a list of the available solution stack names.
",
"operationName" : "ListAvailableSolutionStacks",
"deprecated" : false,
"input" : {
"variableName" : "listAvailableSolutionStacksRequest",
"variableType" : "ListAvailableSolutionStacksRequest",
"variableDeclarationType" : "ListAvailableSolutionStacksRequest",
"documentation" : null,
"variableSetterType" : "ListAvailableSolutionStacksRequest",
"simpleType" : "ListAvailableSolutionStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAvailableSolutionStacksResult",
"documentation" : "A list of available AWS Elastic Beanstalk solution stacks.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listAvailableSolutionStacks",
"authenticated" : true,
"syncReturnType" : "ListAvailableSolutionStacksResult",
"asyncReturnType" : "ListAvailableSolutionStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RebuildEnvironment" : {
"documentation" : " 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.
",
"operationName" : "RebuildEnvironment",
"deprecated" : false,
"input" : {
"variableName" : "rebuildEnvironmentRequest",
"variableType" : "RebuildEnvironmentRequest",
"variableDeclarationType" : "RebuildEnvironmentRequest",
"documentation" : "",
"variableSetterType" : "RebuildEnvironmentRequest",
"simpleType" : "RebuildEnvironmentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RebuildEnvironmentResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "rebuildEnvironment",
"authenticated" : true,
"syncReturnType" : "RebuildEnvironmentResult",
"asyncReturnType" : "RebuildEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RequestEnvironmentInfo" : {
"documentation" : " Initiates a request to compile the specified type of information of the deployed environment.
Setting the InfoType
to tail
compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.
Setting the InfoType
to bundle
compresses the application server log files for every Amazon EC2 instance into a .zip
file. Legacy and .NET containers do not support bundle logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
",
"operationName" : "RequestEnvironmentInfo",
"deprecated" : false,
"input" : {
"variableName" : "requestEnvironmentInfoRequest",
"variableType" : "RequestEnvironmentInfoRequest",
"variableDeclarationType" : "RequestEnvironmentInfoRequest",
"documentation" : "Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.
",
"variableSetterType" : "RequestEnvironmentInfoRequest",
"simpleType" : "RequestEnvironmentInfoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RequestEnvironmentInfoResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "requestEnvironmentInfo",
"authenticated" : true,
"syncReturnType" : "RequestEnvironmentInfoResult",
"asyncReturnType" : "RequestEnvironmentInfoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RestartAppServer" : {
"documentation" : "Causes the environment to restart the application container server running on each Amazon EC2 instance.
",
"operationName" : "RestartAppServer",
"deprecated" : false,
"input" : {
"variableName" : "restartAppServerRequest",
"variableType" : "RestartAppServerRequest",
"variableDeclarationType" : "RestartAppServerRequest",
"documentation" : "",
"variableSetterType" : "RestartAppServerRequest",
"simpleType" : "RestartAppServerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RestartAppServerResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "restartAppServer",
"authenticated" : true,
"syncReturnType" : "RestartAppServerResult",
"asyncReturnType" : "RestartAppServerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RetrieveEnvironmentInfo" : {
"documentation" : "Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
",
"operationName" : "RetrieveEnvironmentInfo",
"deprecated" : false,
"input" : {
"variableName" : "retrieveEnvironmentInfoRequest",
"variableType" : "RetrieveEnvironmentInfoRequest",
"variableDeclarationType" : "RetrieveEnvironmentInfoRequest",
"documentation" : "Request to download logs retrieved with RequestEnvironmentInfo.
",
"variableSetterType" : "RetrieveEnvironmentInfoRequest",
"simpleType" : "RetrieveEnvironmentInfoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RetrieveEnvironmentInfoResult",
"documentation" : "Result message containing a description of the requested environment info.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "retrieveEnvironmentInfo",
"authenticated" : true,
"syncReturnType" : "RetrieveEnvironmentInfoResult",
"asyncReturnType" : "RetrieveEnvironmentInfoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SwapEnvironmentCNAMEs" : {
"documentation" : " Swaps the CNAMEs of two environments.
",
"operationName" : "SwapEnvironmentCNAMEs",
"deprecated" : false,
"input" : {
"variableName" : "swapEnvironmentCNAMEsRequest",
"variableType" : "SwapEnvironmentCNAMEsRequest",
"variableDeclarationType" : "SwapEnvironmentCNAMEsRequest",
"documentation" : "Swaps the CNAMEs of two environments.
",
"variableSetterType" : "SwapEnvironmentCNAMEsRequest",
"simpleType" : "SwapEnvironmentCNAMEsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SwapEnvironmentCNAMEsResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "swapEnvironmentCNAMEs",
"authenticated" : true,
"syncReturnType" : "SwapEnvironmentCNAMEsResult",
"asyncReturnType" : "SwapEnvironmentCNAMEsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"TerminateEnvironment" : {
"documentation" : " Terminates the specified environment.
",
"operationName" : "TerminateEnvironment",
"deprecated" : false,
"input" : {
"variableName" : "terminateEnvironmentRequest",
"variableType" : "TerminateEnvironmentRequest",
"variableDeclarationType" : "TerminateEnvironmentRequest",
"documentation" : "Request to terminate an environment.
",
"variableSetterType" : "TerminateEnvironmentRequest",
"simpleType" : "TerminateEnvironmentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TerminateEnvironmentResult",
"documentation" : "Describes the properties of an environment.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "terminateEnvironment",
"authenticated" : true,
"syncReturnType" : "TerminateEnvironmentResult",
"asyncReturnType" : "TerminateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateApplication" : {
"documentation" : "Updates the specified application to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear these properties, specify an empty string. ",
"operationName" : "UpdateApplication",
"deprecated" : false,
"input" : {
"variableName" : "updateApplicationRequest",
"variableType" : "UpdateApplicationRequest",
"variableDeclarationType" : "UpdateApplicationRequest",
"documentation" : "Request to update an application.
",
"variableSetterType" : "UpdateApplicationRequest",
"simpleType" : "UpdateApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateApplicationResult",
"documentation" : "Result message containing a single description of an application.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "updateApplication",
"authenticated" : true,
"syncReturnType" : "UpdateApplicationResult",
"asyncReturnType" : "UpdateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateApplicationVersion" : {
"documentation" : " Updates the specified application version to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear properties, specify an empty string. ",
"operationName" : "UpdateApplicationVersion",
"deprecated" : false,
"input" : {
"variableName" : "updateApplicationVersionRequest",
"variableType" : "UpdateApplicationVersionRequest",
"variableDeclarationType" : "UpdateApplicationVersionRequest",
"documentation" : "",
"variableSetterType" : "UpdateApplicationVersionRequest",
"simpleType" : "UpdateApplicationVersionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateApplicationVersionResult",
"documentation" : " Result message wrapping a single description of an application version.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "updateApplicationVersion",
"authenticated" : true,
"syncReturnType" : "UpdateApplicationVersionResult",
"asyncReturnType" : "UpdateApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateConfigurationTemplate" : {
"documentation" : " Updates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName
) is not provided, its value remains unchanged. To clear such properties, specify an empty string. Related Topics
",
"operationName" : "UpdateConfigurationTemplate",
"deprecated" : false,
"input" : {
"variableName" : "updateConfigurationTemplateRequest",
"variableType" : "UpdateConfigurationTemplateRequest",
"variableDeclarationType" : "UpdateConfigurationTemplateRequest",
"documentation" : "The result message containing the options for the specified solution stack.
",
"variableSetterType" : "UpdateConfigurationTemplateRequest",
"simpleType" : "UpdateConfigurationTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateConfigurationTemplateResult",
"documentation" : " Describes the settings for a configuration set.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateConfigurationTemplate",
"authenticated" : true,
"syncReturnType" : "UpdateConfigurationTemplateResult",
"asyncReturnType" : "UpdateConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateEnvironment" : {
"documentation" : " 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.
",
"operationName" : "UpdateEnvironment",
"deprecated" : false,
"input" : {
"variableName" : "updateEnvironmentRequest",
"variableType" : "UpdateEnvironmentRequest",
"variableDeclarationType" : "UpdateEnvironmentRequest",
"documentation" : "Request to update an environment.
",
"variableSetterType" : "UpdateEnvironmentRequest",
"simpleType" : "UpdateEnvironmentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateEnvironmentResult",
"documentation" : "Describes the properties of an environment.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateEnvironment",
"authenticated" : true,
"syncReturnType" : "UpdateEnvironmentResult",
"asyncReturnType" : "UpdateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ValidateConfigurationSettings" : {
"documentation" : " 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.
",
"operationName" : "ValidateConfigurationSettings",
"deprecated" : false,
"input" : {
"variableName" : "validateConfigurationSettingsRequest",
"variableType" : "ValidateConfigurationSettingsRequest",
"variableDeclarationType" : "ValidateConfigurationSettingsRequest",
"documentation" : "A list of validation messages for a specified configuration template.
",
"variableSetterType" : "ValidateConfigurationSettingsRequest",
"simpleType" : "ValidateConfigurationSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ValidateConfigurationSettingsResult",
"documentation" : "Provides a list of validation messages.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientPrivilegesException",
"documentation" : "The specified account does not have sufficient privileges for one of more AWS services.
"
}, {
"exceptionName" : "TooManyBucketsException",
"documentation" : "The specified account has reached its limit of Amazon S3 buckets.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "validateConfigurationSettings",
"authenticated" : true,
"syncReturnType" : "ValidateConfigurationSettingsResult",
"asyncReturnType" : "ValidateConfigurationSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
}
},
"shapes" : {
"ValidationMessage" : {
"c2jName" : "ValidationMessage",
"documentation" : " An error or warning for a desired configuration option value.
",
"shapeName" : "ValidationMessage",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " A message describing the error or warning.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "ValidationMessageString",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A message describing the error or warning.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.*/",
"getterDocumentation" : "/** A message describing the error or warning.
\n@return A message describing the error or warning.*/",
"fluentSetterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " 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.
",
"name" : "Severity",
"c2jName" : "Severity",
"c2jShape" : "ValidationSeverity",
"variable" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " 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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Severity",
"marshallLocationName" : "Severity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ValidationSeverity",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** 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.
\n@param 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. \n@see ValidationSeverity*/",
"getterDocumentation" : "/** 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.
\n@return 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. \n@see ValidationSeverity*/",
"fluentSetterDocumentation" : "/** 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.
\n@param 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. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationSeverity*/",
"varargSetterDocumentation" : "/** 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.
\n@param 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. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationSeverity*/"
}, {
"documentation" : "",
"name" : "Namespace",
"c2jName" : "Namespace",
"c2jShape" : "OptionNamespace",
"variable" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Namespace",
"marshallLocationName" : "Namespace",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param namespace */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param namespace \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param namespace \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "OptionName",
"c2jName" : "OptionName",
"c2jShape" : "ConfigurationOptionName",
"variable" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionName",
"marshallLocationName" : "OptionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param optionName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param optionName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param optionName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "validationMessage",
"variableType" : "ValidationMessage",
"variableDeclarationType" : "ValidationMessage",
"documentation" : null,
"variableSetterType" : "ValidationMessage",
"simpleType" : "ValidationMessage"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Severity" : {
"documentation" : " 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.
",
"name" : "Severity",
"c2jName" : "Severity",
"c2jShape" : "ValidationSeverity",
"variable" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " 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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Severity",
"marshallLocationName" : "Severity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ValidationSeverity",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** 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.
\n@param 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. \n@see ValidationSeverity*/",
"getterDocumentation" : "/** 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.
\n@return 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. \n@see ValidationSeverity*/",
"fluentSetterDocumentation" : "/** 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.
\n@param 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. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationSeverity*/",
"varargSetterDocumentation" : "/** 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.
\n@param 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. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationSeverity*/"
},
"Message" : {
"documentation" : " A message describing the error or warning.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "ValidationMessageString",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A message describing the error or warning.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.*/",
"getterDocumentation" : "/** A message describing the error or warning.
\n@return A message describing the error or warning.*/",
"fluentSetterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Namespace" : {
"documentation" : "",
"name" : "Namespace",
"c2jName" : "Namespace",
"c2jShape" : "OptionNamespace",
"variable" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Namespace",
"marshallLocationName" : "Namespace",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param namespace */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param namespace \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param namespace \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionName" : {
"documentation" : "",
"name" : "OptionName",
"c2jName" : "OptionName",
"c2jShape" : "ConfigurationOptionName",
"variable" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionName",
"marshallLocationName" : "OptionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param optionName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param optionName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param optionName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"S3Location" : {
"c2jName" : "S3Location",
"documentation" : "A specification of a location in Amazon S3.
",
"shapeName" : "S3Location",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon S3 bucket where the data is located.
",
"name" : "S3Bucket",
"c2jName" : "S3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket where the data is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Bucket",
"marshallLocationName" : "S3Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.*/",
"getterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@return The Amazon S3 bucket where the data is located.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon S3 key where the data is located.
",
"name" : "S3Key",
"c2jName" : "S3Key",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "s3Key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 key where the data is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "s3Key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Key",
"marshallLocationName" : "S3Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.*/",
"getterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@return The Amazon S3 key where the data is located.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "s3Location",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : null,
"variableSetterType" : "S3Location",
"simpleType" : "S3Location"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"S3Bucket" : {
"documentation" : "The Amazon S3 bucket where the data is located.
",
"name" : "S3Bucket",
"c2jName" : "S3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket where the data is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Bucket",
"marshallLocationName" : "S3Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.*/",
"getterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@return The Amazon S3 bucket where the data is located.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket where the data is located.
\n@param s3Bucket The Amazon S3 bucket where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"S3Key" : {
"documentation" : "The Amazon S3 key where the data is located.
",
"name" : "S3Key",
"c2jName" : "S3Key",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "s3Key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 key where the data is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "s3Key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Key",
"marshallLocationName" : "S3Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.*/",
"getterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@return The Amazon S3 key where the data is located.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 key where the data is located.
\n@param s3Key The Amazon S3 key where the data is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CheckDNSAvailabilityRequest" : {
"c2jName" : "CheckDNSAvailabilityMessage",
"documentation" : "Results message indicating whether a CNAME is available.
",
"shapeName" : "CheckDNSAvailabilityRequest",
"deprecated" : false,
"required" : [ "CNAMEPrefix" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The prefix used when this CNAME is reserved.
",
"name" : "CNAMEPrefix",
"c2jName" : "CNAMEPrefix",
"c2jShape" : "DNSCnamePrefix",
"variable" : {
"variableName" : "cNAMEPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The prefix used when this CNAME is reserved.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "cNAMEPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CNAMEPrefix",
"marshallLocationName" : "CNAMEPrefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.*/",
"getterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@return The prefix used when this CNAME is reserved.*/",
"fluentSetterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "checkDNSAvailabilityRequest",
"variableType" : "CheckDNSAvailabilityRequest",
"variableDeclarationType" : "CheckDNSAvailabilityRequest",
"documentation" : null,
"variableSetterType" : "CheckDNSAvailabilityRequest",
"simpleType" : "CheckDNSAvailabilityRequest"
},
"marshaller" : {
"action" : "CheckDNSAvailability",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CNAMEPrefix" : {
"documentation" : " The prefix used when this CNAME is reserved.
",
"name" : "CNAMEPrefix",
"c2jName" : "CNAMEPrefix",
"c2jShape" : "DNSCnamePrefix",
"variable" : {
"variableName" : "cNAMEPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The prefix used when this CNAME is reserved.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "cNAMEPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CNAMEPrefix",
"marshallLocationName" : "CNAMEPrefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.*/",
"getterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@return The prefix used when this CNAME is reserved.*/",
"fluentSetterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The prefix used when this CNAME is reserved.
\n@param cNAMEPrefix The prefix used when this CNAME is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EnvironmentHealthAttribute" : {
"c2jName" : "EnvironmentHealthAttribute",
"documentation" : "",
"shapeName" : "EnvironmentHealthAttribute",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Status",
"value" : "Status"
}, {
"name" : "Color",
"value" : "Color"
}, {
"name" : "Causes",
"value" : "Causes"
}, {
"name" : "ApplicationMetrics",
"value" : "ApplicationMetrics"
}, {
"name" : "InstancesHealth",
"value" : "InstancesHealth"
}, {
"name" : "All",
"value" : "All"
}, {
"name" : "HealthStatus",
"value" : "HealthStatus"
}, {
"name" : "RefreshedAt",
"value" : "RefreshedAt"
} ],
"variable" : {
"variableName" : "environmentHealthAttribute",
"variableType" : "EnvironmentHealthAttribute",
"variableDeclarationType" : "EnvironmentHealthAttribute",
"documentation" : null,
"variableSetterType" : "EnvironmentHealthAttribute",
"simpleType" : "EnvironmentHealthAttribute"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateApplicationResult" : {
"c2jName" : "ApplicationDescriptionMessage",
"documentation" : "Result message containing a single description of an application.
",
"shapeName" : "CreateApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The ApplicationDescription of the application.
",
"name" : "Application",
"c2jName" : "Application",
"c2jShape" : "ApplicationDescription",
"variable" : {
"variableName" : "application",
"variableType" : "ApplicationDescription",
"variableDeclarationType" : "ApplicationDescription",
"documentation" : " The ApplicationDescription of the application.
",
"variableSetterType" : "ApplicationDescription",
"simpleType" : "ApplicationDescription"
},
"setterModel" : {
"variableName" : "application",
"variableType" : "ApplicationDescription",
"variableDeclarationType" : "ApplicationDescription",
"documentation" : "",
"variableSetterType" : "ApplicationDescription",
"simpleType" : "ApplicationDescription"
},
"getterModel" : {
"returnType" : "ApplicationDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Application",
"marshallLocationName" : "Application",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.*/",
"getterDocumentation" : "/** The ApplicationDescription of the application.
\n@return The ApplicationDescription of the application.*/",
"fluentSetterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createApplicationResult",
"variableType" : "CreateApplicationResult",
"variableDeclarationType" : "CreateApplicationResult",
"documentation" : null,
"variableSetterType" : "CreateApplicationResult",
"simpleType" : "CreateApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreateApplicationResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Application" : {
"documentation" : " The ApplicationDescription of the application.
",
"name" : "Application",
"c2jName" : "Application",
"c2jShape" : "ApplicationDescription",
"variable" : {
"variableName" : "application",
"variableType" : "ApplicationDescription",
"variableDeclarationType" : "ApplicationDescription",
"documentation" : " The ApplicationDescription of the application.
",
"variableSetterType" : "ApplicationDescription",
"simpleType" : "ApplicationDescription"
},
"setterModel" : {
"variableName" : "application",
"variableType" : "ApplicationDescription",
"variableDeclarationType" : "ApplicationDescription",
"documentation" : "",
"variableSetterType" : "ApplicationDescription",
"simpleType" : "ApplicationDescription"
},
"getterModel" : {
"returnType" : "ApplicationDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Application",
"marshallLocationName" : "Application",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.*/",
"getterDocumentation" : "/** The ApplicationDescription of the application.
\n@return The ApplicationDescription of the application.*/",
"fluentSetterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ApplicationDescription of the application.
\n@param application The ApplicationDescription of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SourceConfiguration" : {
"c2jName" : "SourceConfiguration",
"documentation" : "A specification for an environment configuration
",
"shapeName" : "SourceConfiguration",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application associated with the configuration.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with the configuration.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.*/",
"getterDocumentation" : "/**The name of the application associated with the configuration.
\n@return The name of the application associated with the configuration.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the configuration template.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateName",
"marshallLocationName" : "TemplateName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.*/",
"getterDocumentation" : "/**The name of the configuration template.
\n@return The name of the configuration template.*/",
"fluentSetterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "sourceConfiguration",
"variableType" : "SourceConfiguration",
"variableDeclarationType" : "SourceConfiguration",
"documentation" : null,
"variableSetterType" : "SourceConfiguration",
"simpleType" : "SourceConfiguration"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of the application associated with the configuration.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with the configuration.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.*/",
"getterDocumentation" : "/**The name of the application associated with the configuration.
\n@return The name of the application associated with the configuration.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with the configuration.
\n@param applicationName The name of the application associated with the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : "The name of the configuration template.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateName",
"marshallLocationName" : "TemplateName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.*/",
"getterDocumentation" : "/**The name of the configuration template.
\n@return The name of the configuration template.*/",
"fluentSetterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the configuration template.
\n@param templateName The name of the configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ConfigurationDeploymentStatus" : {
"c2jName" : "ConfigurationDeploymentStatus",
"documentation" : "",
"shapeName" : "ConfigurationDeploymentStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Deployed",
"value" : "deployed"
}, {
"name" : "Pending",
"value" : "pending"
}, {
"name" : "Failed",
"value" : "failed"
} ],
"variable" : {
"variableName" : "configurationDeploymentStatus",
"variableType" : "ConfigurationDeploymentStatus",
"variableDeclarationType" : "ConfigurationDeploymentStatus",
"documentation" : null,
"variableSetterType" : "ConfigurationDeploymentStatus",
"simpleType" : "ConfigurationDeploymentStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeEnvironmentResourcesResult" : {
"c2jName" : "EnvironmentResourceDescriptionsMessage",
"documentation" : "Result message containing a list of environment resource descriptions.
",
"shapeName" : "DescribeEnvironmentResourcesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " A list of EnvironmentResourceDescription.
",
"name" : "EnvironmentResources",
"c2jName" : "EnvironmentResources",
"c2jShape" : "EnvironmentResourceDescription",
"variable" : {
"variableName" : "environmentResources",
"variableType" : "EnvironmentResourceDescription",
"variableDeclarationType" : "EnvironmentResourceDescription",
"documentation" : " A list of EnvironmentResourceDescription.
",
"variableSetterType" : "EnvironmentResourceDescription",
"simpleType" : "EnvironmentResourceDescription"
},
"setterModel" : {
"variableName" : "environmentResources",
"variableType" : "EnvironmentResourceDescription",
"variableDeclarationType" : "EnvironmentResourceDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentResourceDescription",
"simpleType" : "EnvironmentResourceDescription"
},
"getterModel" : {
"returnType" : "EnvironmentResourceDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentResources",
"marshallLocationName" : "EnvironmentResources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.*/",
"getterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@return A list of EnvironmentResourceDescription.*/",
"fluentSetterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEnvironmentResourcesResult",
"variableType" : "DescribeEnvironmentResourcesResult",
"variableDeclarationType" : "DescribeEnvironmentResourcesResult",
"documentation" : null,
"variableSetterType" : "DescribeEnvironmentResourcesResult",
"simpleType" : "DescribeEnvironmentResourcesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeEnvironmentResourcesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EnvironmentResources" : {
"documentation" : " A list of EnvironmentResourceDescription.
",
"name" : "EnvironmentResources",
"c2jName" : "EnvironmentResources",
"c2jShape" : "EnvironmentResourceDescription",
"variable" : {
"variableName" : "environmentResources",
"variableType" : "EnvironmentResourceDescription",
"variableDeclarationType" : "EnvironmentResourceDescription",
"documentation" : " A list of EnvironmentResourceDescription.
",
"variableSetterType" : "EnvironmentResourceDescription",
"simpleType" : "EnvironmentResourceDescription"
},
"setterModel" : {
"variableName" : "environmentResources",
"variableType" : "EnvironmentResourceDescription",
"variableDeclarationType" : "EnvironmentResourceDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentResourceDescription",
"simpleType" : "EnvironmentResourceDescription"
},
"getterModel" : {
"returnType" : "EnvironmentResourceDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentResources",
"marshallLocationName" : "EnvironmentResources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.*/",
"getterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@return A list of EnvironmentResourceDescription.*/",
"fluentSetterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of EnvironmentResourceDescription.
\n@param environmentResources A list of EnvironmentResourceDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OperationInProgressException" : {
"c2jName" : "OperationInProgressException",
"documentation" : "Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
",
"shapeName" : "OperationInProgressException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "operationInProgressException",
"variableType" : "OperationInProgressException",
"variableDeclarationType" : "OperationInProgressException",
"documentation" : null,
"variableSetterType" : "OperationInProgressException",
"simpleType" : "OperationInProgressException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "OperationInProgressFailure",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InstancesHealthAttribute" : {
"c2jName" : "InstancesHealthAttribute",
"documentation" : "",
"shapeName" : "InstancesHealthAttribute",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "HealthStatus",
"value" : "HealthStatus"
}, {
"name" : "Color",
"value" : "Color"
}, {
"name" : "Causes",
"value" : "Causes"
}, {
"name" : "ApplicationMetrics",
"value" : "ApplicationMetrics"
}, {
"name" : "RefreshedAt",
"value" : "RefreshedAt"
}, {
"name" : "LaunchedAt",
"value" : "LaunchedAt"
}, {
"name" : "System",
"value" : "System"
}, {
"name" : "Deployment",
"value" : "Deployment"
}, {
"name" : "AvailabilityZone",
"value" : "AvailabilityZone"
}, {
"name" : "InstanceType",
"value" : "InstanceType"
}, {
"name" : "All",
"value" : "All"
} ],
"variable" : {
"variableName" : "instancesHealthAttribute",
"variableType" : "InstancesHealthAttribute",
"variableDeclarationType" : "InstancesHealthAttribute",
"documentation" : null,
"variableSetterType" : "InstancesHealthAttribute",
"simpleType" : "InstancesHealthAttribute"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteApplicationResult" : {
"c2jName" : "DeleteApplicationResult",
"documentation" : null,
"shapeName" : "DeleteApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteApplicationResult",
"variableType" : "DeleteApplicationResult",
"variableDeclarationType" : "DeleteApplicationResult",
"documentation" : null,
"variableSetterType" : "DeleteApplicationResult",
"simpleType" : "DeleteApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"TooManyEnvironmentsException" : {
"c2jName" : "TooManyEnvironmentsException",
"documentation" : "The specified account has reached its limit of environments.
",
"shapeName" : "TooManyEnvironmentsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "tooManyEnvironmentsException",
"variableType" : "TooManyEnvironmentsException",
"variableDeclarationType" : "TooManyEnvironmentsException",
"documentation" : null,
"variableSetterType" : "TooManyEnvironmentsException",
"simpleType" : "TooManyEnvironmentsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyEnvironmentsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ApplicationVersionDescription" : {
"c2jName" : "ApplicationVersionDescription",
"documentation" : " Describes the properties of an application version.
",
"shapeName" : "ApplicationVersionDescription",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application associated with this release.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with this release.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.*/",
"getterDocumentation" : "/**The name of the application associated with this release.
\n@return The name of the application associated with this release.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The description of this application version.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of this application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.*/",
"getterDocumentation" : "/**The description of this application version.
\n@return The description of this application version.*/",
"fluentSetterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A label uniquely identifying the version for the associated application.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A label uniquely identifying the version for the associated application.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.*/",
"getterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@return A label uniquely identifying the version for the associated application.*/",
"fluentSetterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The location where the source bundle is located for this version.
",
"name" : "SourceBundle",
"c2jName" : "SourceBundle",
"c2jShape" : "S3Location",
"variable" : {
"variableName" : "sourceBundle",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : " The location where the source bundle is located for this version.
",
"variableSetterType" : "S3Location",
"simpleType" : "S3Location"
},
"setterModel" : {
"variableName" : "sourceBundle",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : "",
"variableSetterType" : "S3Location",
"simpleType" : "S3Location"
},
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceBundle",
"marshallLocationName" : "SourceBundle",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.*/",
"getterDocumentation" : "/** The location where the source bundle is located for this version.
\n@return The location where the source bundle is located for this version.*/",
"fluentSetterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The creation date of the application version.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date of the application version.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateCreated",
"marshallLocationName" : "DateCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.*/",
"getterDocumentation" : "/**The creation date of the application version.
\n@return The creation date of the application version.*/",
"fluentSetterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The last modified date of the application version.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date of the application version.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateUpdated",
"marshallLocationName" : "DateUpdated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.*/",
"getterDocumentation" : "/**The last modified date of the application version.
\n@return The last modified date of the application version.*/",
"fluentSetterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The processing status of the application version.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "ApplicationVersionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The processing status of the application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ApplicationVersionStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@see ApplicationVersionStatus*/",
"getterDocumentation" : "/**The processing status of the application version.
\n@return The processing status of the application version.\n@see ApplicationVersionStatus*/",
"fluentSetterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationVersionStatus*/",
"varargSetterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationVersionStatus*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "applicationVersionDescription",
"variableType" : "ApplicationVersionDescription",
"variableDeclarationType" : "ApplicationVersionDescription",
"documentation" : null,
"variableSetterType" : "ApplicationVersionDescription",
"simpleType" : "ApplicationVersionDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of the application associated with this release.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with this release.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.*/",
"getterDocumentation" : "/**The name of the application associated with this release.
\n@return The name of the application associated with this release.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with this release.
\n@param applicationName The name of the application associated with this release.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "The processing status of the application version.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "ApplicationVersionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The processing status of the application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ApplicationVersionStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@see ApplicationVersionStatus*/",
"getterDocumentation" : "/**The processing status of the application version.
\n@return The processing status of the application version.\n@see ApplicationVersionStatus*/",
"fluentSetterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationVersionStatus*/",
"varargSetterDocumentation" : "/**The processing status of the application version.
\n@param status The processing status of the application version.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationVersionStatus*/"
},
"SourceBundle" : {
"documentation" : " The location where the source bundle is located for this version.
",
"name" : "SourceBundle",
"c2jName" : "SourceBundle",
"c2jShape" : "S3Location",
"variable" : {
"variableName" : "sourceBundle",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : " The location where the source bundle is located for this version.
",
"variableSetterType" : "S3Location",
"simpleType" : "S3Location"
},
"setterModel" : {
"variableName" : "sourceBundle",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : "",
"variableSetterType" : "S3Location",
"simpleType" : "S3Location"
},
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceBundle",
"marshallLocationName" : "SourceBundle",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.*/",
"getterDocumentation" : "/** The location where the source bundle is located for this version.
\n@return The location where the source bundle is located for this version.*/",
"fluentSetterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The location where the source bundle is located for this version.
\n@param sourceBundle The location where the source bundle is located for this version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "The description of this application version.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of this application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.*/",
"getterDocumentation" : "/**The description of this application version.
\n@return The description of this application version.*/",
"fluentSetterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of this application version.
\n@param description The description of this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VersionLabel" : {
"documentation" : " A label uniquely identifying the version for the associated application.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A label uniquely identifying the version for the associated application.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.*/",
"getterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@return A label uniquely identifying the version for the associated application.*/",
"fluentSetterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A label uniquely identifying the version for the associated application.
\n@param versionLabel A label uniquely identifying the version for the associated application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateCreated" : {
"documentation" : "The creation date of the application version.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date of the application version.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateCreated",
"marshallLocationName" : "DateCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.*/",
"getterDocumentation" : "/**The creation date of the application version.
\n@return The creation date of the application version.*/",
"fluentSetterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date of the application version.
\n@param dateCreated The creation date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateUpdated" : {
"documentation" : "The last modified date of the application version.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date of the application version.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateUpdated",
"marshallLocationName" : "DateUpdated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.*/",
"getterDocumentation" : "/**The last modified date of the application version.
\n@return The last modified date of the application version.*/",
"fluentSetterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date of the application version.
\n@param dateUpdated The last modified date of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateApplicationVersionResult" : {
"c2jName" : "ApplicationVersionDescriptionMessage",
"documentation" : " Result message wrapping a single description of an application version.
",
"shapeName" : "CreateApplicationVersionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The ApplicationVersionDescription of the application version.
",
"name" : "ApplicationVersion",
"c2jName" : "ApplicationVersion",
"c2jShape" : "ApplicationVersionDescription",
"variable" : {
"variableName" : "applicationVersion",
"variableType" : "ApplicationVersionDescription",
"variableDeclarationType" : "ApplicationVersionDescription",
"documentation" : " The ApplicationVersionDescription of the application version.
",
"variableSetterType" : "ApplicationVersionDescription",
"simpleType" : "ApplicationVersionDescription"
},
"setterModel" : {
"variableName" : "applicationVersion",
"variableType" : "ApplicationVersionDescription",
"variableDeclarationType" : "ApplicationVersionDescription",
"documentation" : "",
"variableSetterType" : "ApplicationVersionDescription",
"simpleType" : "ApplicationVersionDescription"
},
"getterModel" : {
"returnType" : "ApplicationVersionDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationVersion",
"marshallLocationName" : "ApplicationVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.*/",
"getterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@return The ApplicationVersionDescription of the application version.*/",
"fluentSetterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createApplicationVersionResult",
"variableType" : "CreateApplicationVersionResult",
"variableDeclarationType" : "CreateApplicationVersionResult",
"documentation" : null,
"variableSetterType" : "CreateApplicationVersionResult",
"simpleType" : "CreateApplicationVersionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreateApplicationVersionResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationVersion" : {
"documentation" : " The ApplicationVersionDescription of the application version.
",
"name" : "ApplicationVersion",
"c2jName" : "ApplicationVersion",
"c2jShape" : "ApplicationVersionDescription",
"variable" : {
"variableName" : "applicationVersion",
"variableType" : "ApplicationVersionDescription",
"variableDeclarationType" : "ApplicationVersionDescription",
"documentation" : " The ApplicationVersionDescription of the application version.
",
"variableSetterType" : "ApplicationVersionDescription",
"simpleType" : "ApplicationVersionDescription"
},
"setterModel" : {
"variableName" : "applicationVersion",
"variableType" : "ApplicationVersionDescription",
"variableDeclarationType" : "ApplicationVersionDescription",
"documentation" : "",
"variableSetterType" : "ApplicationVersionDescription",
"simpleType" : "ApplicationVersionDescription"
},
"getterModel" : {
"returnType" : "ApplicationVersionDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationVersion",
"marshallLocationName" : "ApplicationVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.*/",
"getterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@return The ApplicationVersionDescription of the application version.*/",
"fluentSetterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ApplicationVersionDescription of the application version.
\n@param applicationVersion The ApplicationVersionDescription of the application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RetrieveEnvironmentInfoResult" : {
"c2jName" : "RetrieveEnvironmentInfoResultMessage",
"documentation" : "Result message containing a description of the requested environment info.
",
"shapeName" : "RetrieveEnvironmentInfoResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The EnvironmentInfoDescription of the environment.
",
"name" : "EnvironmentInfo",
"c2jName" : "EnvironmentInfo",
"c2jShape" : "EnvironmentInfoDescriptionList",
"variable" : {
"variableName" : "environmentInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " The EnvironmentInfoDescription of the environment.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentInfo",
"marshallLocationName" : "EnvironmentInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EnvironmentInfoDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentInfoDescription",
"variable" : {
"variableName" : "member",
"variableType" : "EnvironmentInfoDescription",
"variableDeclarationType" : "EnvironmentInfoDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentInfoDescription",
"simpleType" : "EnvironmentInfoDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EnvironmentInfoDescription",
"variableDeclarationType" : "EnvironmentInfoDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentInfoDescription",
"simpleType" : "EnvironmentInfoDescription"
},
"getterModel" : {
"returnType" : "EnvironmentInfoDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "EnvironmentInfoDescription"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.*/",
"getterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@return The EnvironmentInfoDescription of the environment.*/",
"fluentSetterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentInfo(java.util.Collection)} or {@link #withEnvironmentInfo(java.util.Collection)} if you want to override the existing values.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "retrieveEnvironmentInfoResult",
"variableType" : "RetrieveEnvironmentInfoResult",
"variableDeclarationType" : "RetrieveEnvironmentInfoResult",
"documentation" : null,
"variableSetterType" : "RetrieveEnvironmentInfoResult",
"simpleType" : "RetrieveEnvironmentInfoResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "RetrieveEnvironmentInfoResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EnvironmentInfo" : {
"documentation" : " The EnvironmentInfoDescription of the environment.
",
"name" : "EnvironmentInfo",
"c2jName" : "EnvironmentInfo",
"c2jShape" : "EnvironmentInfoDescriptionList",
"variable" : {
"variableName" : "environmentInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " The EnvironmentInfoDescription of the environment.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentInfo",
"marshallLocationName" : "EnvironmentInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EnvironmentInfoDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentInfoDescription",
"variable" : {
"variableName" : "member",
"variableType" : "EnvironmentInfoDescription",
"variableDeclarationType" : "EnvironmentInfoDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentInfoDescription",
"simpleType" : "EnvironmentInfoDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EnvironmentInfoDescription",
"variableDeclarationType" : "EnvironmentInfoDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentInfoDescription",
"simpleType" : "EnvironmentInfoDescription"
},
"getterModel" : {
"returnType" : "EnvironmentInfoDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "EnvironmentInfoDescription"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.*/",
"getterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@return The EnvironmentInfoDescription of the environment.*/",
"fluentSetterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The EnvironmentInfoDescription of the environment.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentInfo(java.util.Collection)} or {@link #withEnvironmentInfo(java.util.Collection)} if you want to override the existing values.
\n@param environmentInfo The EnvironmentInfoDescription of the environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Deployment" : {
"c2jName" : "Deployment",
"documentation" : "Information about an application version deployment.
",
"shapeName" : "Deployment",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The version label of the application version in the deployment.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "String",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The version label of the application version in the deployment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.*/",
"getterDocumentation" : "/**The version label of the application version in the deployment.
\n@return The version label of the application version in the deployment.*/",
"fluentSetterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
",
"name" : "DeploymentId",
"c2jName" : "DeploymentId",
"c2jShape" : "NullableLong",
"variable" : {
"variableName" : "deploymentId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "deploymentId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentId",
"marshallLocationName" : "DeploymentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.*/",
"getterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@return The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.*/",
"fluentSetterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. */",
"getterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@return The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. */",
"fluentSetterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
",
"name" : "DeploymentTime",
"c2jName" : "DeploymentTime",
"c2jShape" : "DeploymentTimestamp",
"variable" : {
"variableName" : "deploymentTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "deploymentTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentTime",
"marshallLocationName" : "DeploymentTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.*/",
"getterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@return For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.*/",
"fluentSetterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deployment",
"variableType" : "Deployment",
"variableDeclarationType" : "Deployment",
"documentation" : null,
"variableSetterType" : "Deployment",
"simpleType" : "Deployment"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "
The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. */",
"getterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@return The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. */",
"fluentSetterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
\n@param status The status of the deployment: -
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed. \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentId" : {
"documentation" : "The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
",
"name" : "DeploymentId",
"c2jName" : "DeploymentId",
"c2jShape" : "NullableLong",
"variable" : {
"variableName" : "deploymentId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "deploymentId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentId",
"marshallLocationName" : "DeploymentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.*/",
"getterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@return The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.*/",
"fluentSetterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
\n@param deploymentId The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentTime" : {
"documentation" : "For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
",
"name" : "DeploymentTime",
"c2jName" : "DeploymentTime",
"c2jShape" : "DeploymentTimestamp",
"variable" : {
"variableName" : "deploymentTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "deploymentTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentTime",
"marshallLocationName" : "DeploymentTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.*/",
"getterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@return For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.*/",
"fluentSetterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
\n@param deploymentTime For in-progress deployments, the time that the deloyment started. For completed deployments, the time that the deployment ended.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VersionLabel" : {
"documentation" : "
The version label of the application version in the deployment.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "String",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The version label of the application version in the deployment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.*/",
"getterDocumentation" : "/**The version label of the application version in the deployment.
\n@return The version label of the application version in the deployment.*/",
"fluentSetterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The version label of the application version in the deployment.
\n@param versionLabel The version label of the application version in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RequestEnvironmentInfoRequest" : {
"c2jName" : "RequestEnvironmentInfoMessage",
"documentation" : "Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.
",
"shapeName" : "RequestEnvironmentInfoRequest",
"deprecated" : false,
"required" : [ "InfoType" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"getterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@return The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"fluentSetterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"getterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@return The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"fluentSetterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The type of information to request.
",
"name" : "InfoType",
"c2jName" : "InfoType",
"c2jShape" : "EnvironmentInfoType",
"variable" : {
"variableName" : "infoType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of information to request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "infoType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InfoType",
"marshallLocationName" : "InfoType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentInfoType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@see EnvironmentInfoType*/",
"getterDocumentation" : "/**The type of information to request.
\n@return The type of information to request.\n@see EnvironmentInfoType*/",
"fluentSetterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentInfoType*/",
"varargSetterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentInfoType*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "requestEnvironmentInfoRequest",
"variableType" : "RequestEnvironmentInfoRequest",
"variableDeclarationType" : "RequestEnvironmentInfoRequest",
"documentation" : null,
"variableSetterType" : "RequestEnvironmentInfoRequest",
"simpleType" : "RequestEnvironmentInfoRequest"
},
"marshaller" : {
"action" : "RequestEnvironmentInfo",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EnvironmentName" : {
"documentation" : "The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"getterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@return The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"fluentSetterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentName The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentId" : {
"documentation" : "
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"getterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@return The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.*/",
"fluentSetterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ID of the environment of the requested data.
If no such environment is found, RequestEnvironmentInfo
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.
\n@param environmentId The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo
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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InfoType" : {
"documentation" : "
The type of information to request.
",
"name" : "InfoType",
"c2jName" : "InfoType",
"c2jShape" : "EnvironmentInfoType",
"variable" : {
"variableName" : "infoType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of information to request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "infoType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InfoType",
"marshallLocationName" : "InfoType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentInfoType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@see EnvironmentInfoType*/",
"getterDocumentation" : "/**The type of information to request.
\n@return The type of information to request.\n@see EnvironmentInfoType*/",
"fluentSetterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentInfoType*/",
"varargSetterDocumentation" : "/**The type of information to request.
\n@param infoType The type of information to request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentInfoType*/"
}
}
},
"EnvironmentResourcesDescription" : {
"c2jName" : "EnvironmentResourcesDescription",
"documentation" : "Describes the AWS resources in use by this environment. This data is not live data.
",
"shapeName" : "EnvironmentResourcesDescription",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Describes the LoadBalancer.
",
"name" : "LoadBalancer",
"c2jName" : "LoadBalancer",
"c2jShape" : "LoadBalancerDescription",
"variable" : {
"variableName" : "loadBalancer",
"variableType" : "LoadBalancerDescription",
"variableDeclarationType" : "LoadBalancerDescription",
"documentation" : "Describes the LoadBalancer.
",
"variableSetterType" : "LoadBalancerDescription",
"simpleType" : "LoadBalancerDescription"
},
"setterModel" : {
"variableName" : "loadBalancer",
"variableType" : "LoadBalancerDescription",
"variableDeclarationType" : "LoadBalancerDescription",
"documentation" : "",
"variableSetterType" : "LoadBalancerDescription",
"simpleType" : "LoadBalancerDescription"
},
"getterModel" : {
"returnType" : "LoadBalancerDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancer",
"marshallLocationName" : "LoadBalancer",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.*/",
"getterDocumentation" : "/**Describes the LoadBalancer.
\n@return Describes the LoadBalancer.*/",
"fluentSetterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "environmentResourcesDescription",
"variableType" : "EnvironmentResourcesDescription",
"variableDeclarationType" : "EnvironmentResourcesDescription",
"documentation" : null,
"variableSetterType" : "EnvironmentResourcesDescription",
"simpleType" : "EnvironmentResourcesDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LoadBalancer" : {
"documentation" : "Describes the LoadBalancer.
",
"name" : "LoadBalancer",
"c2jName" : "LoadBalancer",
"c2jShape" : "LoadBalancerDescription",
"variable" : {
"variableName" : "loadBalancer",
"variableType" : "LoadBalancerDescription",
"variableDeclarationType" : "LoadBalancerDescription",
"documentation" : "Describes the LoadBalancer.
",
"variableSetterType" : "LoadBalancerDescription",
"simpleType" : "LoadBalancerDescription"
},
"setterModel" : {
"variableName" : "loadBalancer",
"variableType" : "LoadBalancerDescription",
"variableDeclarationType" : "LoadBalancerDescription",
"documentation" : "",
"variableSetterType" : "LoadBalancerDescription",
"simpleType" : "LoadBalancerDescription"
},
"getterModel" : {
"returnType" : "LoadBalancerDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancer",
"marshallLocationName" : "LoadBalancer",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.*/",
"getterDocumentation" : "/**Describes the LoadBalancer.
\n@return Describes the LoadBalancer.*/",
"fluentSetterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the LoadBalancer.
\n@param loadBalancer Describes the LoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeEnvironmentsRequest" : {
"c2jName" : "DescribeEnvironmentsMessage",
"documentation" : "Request to describe one or more environments.
",
"shapeName" : "DescribeEnvironmentsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
",
"name" : "EnvironmentIds",
"c2jName" : "EnvironmentIds",
"c2jShape" : "EnvironmentIdList",
"variable" : {
"variableName" : "environmentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentIds",
"marshallLocationName" : "EnvironmentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentIds(java.util.Collection)} or {@link #withEnvironmentIds(java.util.Collection)} if you want to override the existing values.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
",
"name" : "EnvironmentNames",
"c2jName" : "EnvironmentNames",
"c2jShape" : "EnvironmentNamesList",
"variable" : {
"variableName" : "environmentNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentNames",
"marshallLocationName" : "EnvironmentNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentNames(java.util.Collection)} or {@link #withEnvironmentNames(java.util.Collection)} if you want to override the existing values.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
",
"name" : "IncludeDeleted",
"c2jName" : "IncludeDeleted",
"c2jShape" : "IncludeDeleted",
"variable" : {
"variableName" : "includeDeleted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeDeleted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IncludeDeleted",
"marshallLocationName" : "IncludeDeleted",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.*/",
"getterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@return Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.*/",
"fluentSetterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
",
"name" : "IncludedDeletedBackTo",
"c2jName" : "IncludedDeletedBackTo",
"c2jShape" : "IncludeDeletedBackTo",
"variable" : {
"variableName" : "includedDeletedBackTo",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "includedDeletedBackTo",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IncludedDeletedBackTo",
"marshallLocationName" : "IncludedDeletedBackTo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.*/",
"getterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@return If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.*/",
"fluentSetterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEnvironmentsRequest",
"variableType" : "DescribeEnvironmentsRequest",
"variableDeclarationType" : "DescribeEnvironmentsRequest",
"documentation" : null,
"variableSetterType" : "DescribeEnvironmentsRequest",
"simpleType" : "DescribeEnvironmentsRequest"
},
"marshaller" : {
"action" : "DescribeEnvironments",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
\n@param applicationName If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IncludeDeleted" : {
"documentation" : "Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
",
"name" : "IncludeDeleted",
"c2jName" : "IncludeDeleted",
"c2jShape" : "IncludeDeleted",
"variable" : {
"variableName" : "includeDeleted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeDeleted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IncludeDeleted",
"marshallLocationName" : "IncludeDeleted",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.*/",
"getterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@return Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.*/",
"fluentSetterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
\n@param includeDeleted Indicates whether to include deleted environments: true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentNames" : {
"documentation" : "
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
",
"name" : "EnvironmentNames",
"c2jName" : "EnvironmentNames",
"c2jShape" : "EnvironmentNamesList",
"variable" : {
"variableName" : "environmentNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentNames",
"marshallLocationName" : "EnvironmentNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentNames(java.util.Collection)} or {@link #withEnvironmentNames(java.util.Collection)} if you want to override the existing values.
\n@param environmentNames If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VersionLabel" : {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
\n@param versionLabel If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentIds" : {
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
",
"name" : "EnvironmentIds",
"c2jName" : "EnvironmentIds",
"c2jShape" : "EnvironmentIdList",
"variable" : {
"variableName" : "environmentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentIds",
"marshallLocationName" : "EnvironmentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.*/",
"getterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@return If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.*/",
"fluentSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentIds(java.util.Collection)} or {@link #withEnvironmentIds(java.util.Collection)} if you want to override the existing values.
\n@param environmentIds If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IncludedDeletedBackTo" : {
"documentation" : " If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
",
"name" : "IncludedDeletedBackTo",
"c2jName" : "IncludedDeletedBackTo",
"c2jShape" : "IncludeDeletedBackTo",
"variable" : {
"variableName" : "includedDeletedBackTo",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "includedDeletedBackTo",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IncludedDeletedBackTo",
"marshallLocationName" : "IncludedDeletedBackTo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.*/",
"getterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@return If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.*/",
"fluentSetterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.
\n@param includedDeletedBackTo If specified when IncludeDeleted
is set to true
, then environments deleted after this date are displayed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeEnvironmentHealthRequest" : {
"c2jName" : "DescribeEnvironmentHealthRequest",
"documentation" : "See the example below to learn how to create a request body.
",
"shapeName" : "DescribeEnvironmentHealthRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "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.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
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.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
",
"name" : "AttributeNames",
"c2jName" : "AttributeNames",
"c2jShape" : "EnvironmentHealthAttributes",
"variable" : {
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeNames",
"marshallLocationName" : "AttributeNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentHealthAttribute",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealthAttribute",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see EnvironmentHealthAttribute*/",
"getterDocumentation" : "/**\n@return \n@see EnvironmentHealthAttribute*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : "EnvironmentHealthAttribute",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@param 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.\n@see EnvironmentHealthAttribute*/",
"getterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@return Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.\n@see EnvironmentHealthAttribute*/",
"fluentSetterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/",
"varargSetterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEnvironmentHealthRequest",
"variableType" : "DescribeEnvironmentHealthRequest",
"variableDeclarationType" : "DescribeEnvironmentHealthRequest",
"documentation" : null,
"variableSetterType" : "DescribeEnvironmentHealthRequest",
"simpleType" : "DescribeEnvironmentHealthRequest"
},
"marshaller" : {
"action" : "DescribeEnvironmentHealth",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EnvironmentName" : {
"documentation" : "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.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttributeNames" : {
"documentation" : "
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
",
"name" : "AttributeNames",
"c2jName" : "AttributeNames",
"c2jShape" : "EnvironmentHealthAttributes",
"variable" : {
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeNames",
"marshallLocationName" : "AttributeNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentHealthAttribute",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealthAttribute",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see EnvironmentHealthAttribute*/",
"getterDocumentation" : "/**\n@return \n@see EnvironmentHealthAttribute*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : "EnvironmentHealthAttribute",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@param 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.\n@see EnvironmentHealthAttribute*/",
"getterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@return Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.\n@see EnvironmentHealthAttribute*/",
"fluentSetterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/",
"varargSetterDocumentation" : "/**Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthAttribute*/"
},
"EnvironmentId" : {
"documentation" : "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.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TerminateEnvironmentResult" : {
"c2jName" : "EnvironmentDescription",
"documentation" : "
Describes the properties of an environment.
",
"shapeName" : "TerminateEnvironmentResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of this environment.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.*/",
"getterDocumentation" : "/**The name of this environment.
\n@return The name of this environment.*/",
"fluentSetterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The ID of this environment.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The ID of this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.*/",
"getterDocumentation" : "/** The ID of this environment.
\n@return The ID of this environment.*/",
"fluentSetterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the application associated with this environment.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.*/",
"getterDocumentation" : "/**The name of the application associated with this environment.
\n@return The name of the application associated with this environment.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The application version deployed in this environment.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The application version deployed in this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.*/",
"getterDocumentation" : "/**The application version deployed in this environment.
\n@return The application version deployed in this environment.*/",
"fluentSetterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The name of the SolutionStack
deployed with this environment.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the SolutionStack
deployed with this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SolutionStackName",
"marshallLocationName" : "SolutionStackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.*/",
"getterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@return The name of the SolutionStack
deployed with this environment.*/",
"fluentSetterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The name of the configuration template used to originally launch this environment.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration template used to originally launch this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateName",
"marshallLocationName" : "TemplateName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.*/",
"getterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@return The name of the configuration template used to originally launch this environment.*/",
"fluentSetterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Describes this environment.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.*/",
"getterDocumentation" : "/**Describes this environment.
\n@return Describes this environment.*/",
"fluentSetterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
",
"name" : "EndpointURL",
"c2jName" : "EndpointURL",
"c2jShape" : "EndpointURL",
"variable" : {
"variableName" : "endpointURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "endpointURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointURL",
"marshallLocationName" : "EndpointURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.*/",
"getterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@return For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.*/",
"fluentSetterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The URL to the CNAME for this environment.
",
"name" : "CNAME",
"c2jName" : "CNAME",
"c2jShape" : "DNSCname",
"variable" : {
"variableName" : "cNAME",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The URL to the CNAME for this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "cNAME",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CNAME",
"marshallLocationName" : "CNAME",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.*/",
"getterDocumentation" : "/** The URL to the CNAME for this environment.
\n@return The URL to the CNAME for this environment.*/",
"fluentSetterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The creation date for this environment.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date for this environment.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateCreated",
"marshallLocationName" : "DateCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.*/",
"getterDocumentation" : "/**The creation date for this environment.
\n@return The creation date for this environment.*/",
"fluentSetterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The last modified date for this environment.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date for this environment.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateUpdated",
"marshallLocationName" : "DateUpdated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.*/",
"getterDocumentation" : "/**The last modified date for this environment.
\n@return The last modified date for this environment.*/",
"fluentSetterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EnvironmentStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@see EnvironmentStatus*/",
"getterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@return The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@see EnvironmentStatus*/",
"fluentSetterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentStatus*/",
"varargSetterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentStatus*/"
}, {
"documentation" : "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.
",
"name" : "AbortableOperationInProgress",
"c2jName" : "AbortableOperationInProgress",
"c2jShape" : "AbortableOperationInProgress",
"variable" : {
"variableName" : "abortableOperationInProgress",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "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.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "abortableOperationInProgress",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbortableOperationInProgress",
"marshallLocationName" : "AbortableOperationInProgress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
",
"name" : "Health",
"c2jName" : "Health",
"c2jShape" : "EnvironmentHealth",
"variable" : {
"variableName" : "health",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "health",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Health",
"marshallLocationName" : "Health",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealth",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@see EnvironmentHealth*/",
"getterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: -
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@see EnvironmentHealth*/",
"fluentSetterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealth*/",
"varargSetterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealth*/"
}, {
"documentation" : "
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
",
"name" : "HealthStatus",
"c2jName" : "HealthStatus",
"c2jShape" : "EnvironmentHealthStatus",
"variable" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthStatus",
"marshallLocationName" : "HealthStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealthStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@see EnvironmentHealthStatus*/",
"getterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@return Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@see EnvironmentHealthStatus*/",
"fluentSetterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthStatus*/",
"varargSetterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthStatus*/"
}, {
"documentation" : "The description of the AWS resources used by this environment.
",
"name" : "Resources",
"c2jName" : "Resources",
"c2jShape" : "EnvironmentResourcesDescription",
"variable" : {
"variableName" : "resources",
"variableType" : "EnvironmentResourcesDescription",
"variableDeclarationType" : "EnvironmentResourcesDescription",
"documentation" : "The description of the AWS resources used by this environment.
",
"variableSetterType" : "EnvironmentResourcesDescription",
"simpleType" : "EnvironmentResourcesDescription"
},
"setterModel" : {
"variableName" : "resources",
"variableType" : "EnvironmentResourcesDescription",
"variableDeclarationType" : "EnvironmentResourcesDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentResourcesDescription",
"simpleType" : "EnvironmentResourcesDescription"
},
"getterModel" : {
"returnType" : "EnvironmentResourcesDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Resources",
"marshallLocationName" : "Resources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.*/",
"getterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@return The description of the AWS resources used by this environment.*/",
"fluentSetterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Describes the current tier of this environment.
",
"name" : "Tier",
"c2jName" : "Tier",
"c2jShape" : "EnvironmentTier",
"variable" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "Describes the current tier of this environment.
",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"setterModel" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"getterModel" : {
"returnType" : "EnvironmentTier",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tier",
"marshallLocationName" : "Tier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.*/",
"getterDocumentation" : "/**Describes the current tier of this environment.
\n@return Describes the current tier of this environment.*/",
"fluentSetterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of links to other environments in the same group.
",
"name" : "EnvironmentLinks",
"c2jName" : "EnvironmentLinks",
"c2jShape" : "EnvironmentLinks",
"variable" : {
"variableName" : "environmentLinks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of links to other environments in the same group.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentLinks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentLinks",
"marshallLocationName" : "EnvironmentLinks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EnvironmentLink",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentLink",
"variable" : {
"variableName" : "member",
"variableType" : "EnvironmentLink",
"variableDeclarationType" : "EnvironmentLink",
"documentation" : "",
"variableSetterType" : "EnvironmentLink",
"simpleType" : "EnvironmentLink"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EnvironmentLink",
"variableDeclarationType" : "EnvironmentLink",
"documentation" : "",
"variableSetterType" : "EnvironmentLink",
"simpleType" : "EnvironmentLink"
},
"getterModel" : {
"returnType" : "EnvironmentLink",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "EnvironmentLink"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of links to other environments in the same group.
\n@param environmentLinks A list of links to other environments in the same group.*/",
"getterDocumentation" : "/**A list of links to other environments in the same group.
\n@return A list of links to other environments in the same group.*/",
"fluentSetterDocumentation" : "/**A list of links to other environments in the same group.
\n@param environmentLinks A list of links to other environments in the same group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of links to other environments in the same group.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentLinks(java.util.Collection)} or {@link #withEnvironmentLinks(java.util.Collection)} if you want to override the existing values.
\n@param environmentLinks A list of links to other environments in the same group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "terminateEnvironmentResult",
"variableType" : "TerminateEnvironmentResult",
"variableDeclarationType" : "TerminateEnvironmentResult",
"documentation" : null,
"variableSetterType" : "TerminateEnvironmentResult",
"simpleType" : "TerminateEnvironmentResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "TerminateEnvironmentResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of the application associated with this environment.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.*/",
"getterDocumentation" : "/**The name of the application associated with this environment.
\n@return The name of the application associated with this environment.*/",
"fluentSetterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application associated with this environment.
\n@param applicationName The name of the application associated with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : " The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EnvironmentStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@see EnvironmentStatus*/",
"getterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@return The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@see EnvironmentStatus*/",
"fluentSetterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentStatus*/",
"varargSetterDocumentation" : "/** The current operational status of the environment:
-
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running.
\n@param status The current operational status of the environment: -
Launching
: Environment is in the process of initial deployment. -
Updating
: Environment is in the process of updating its configuration settings or application version. -
Ready
: Environment is available to have an action performed on it, such as update or terminate. -
Terminating
: Environment is in the shut-down process. -
Terminated
: Environment is not running. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentStatus*/"
},
"CNAME" : {
"documentation" : " The URL to the CNAME for this environment.
",
"name" : "CNAME",
"c2jName" : "CNAME",
"c2jShape" : "DNSCname",
"variable" : {
"variableName" : "cNAME",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The URL to the CNAME for this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "cNAME",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CNAME",
"marshallLocationName" : "CNAME",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.*/",
"getterDocumentation" : "/** The URL to the CNAME for this environment.
\n@return The URL to the CNAME for this environment.*/",
"fluentSetterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The URL to the CNAME for this environment.
\n@param cNAME The URL to the CNAME for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : " The name of the configuration template used to originally launch this environment.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration template used to originally launch this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateName",
"marshallLocationName" : "TemplateName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.*/",
"getterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@return The name of the configuration template used to originally launch this environment.*/",
"fluentSetterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the configuration template used to originally launch this environment.
\n@param templateName The name of the configuration template used to originally launch this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointURL" : {
"documentation" : "For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
",
"name" : "EndpointURL",
"c2jName" : "EndpointURL",
"c2jShape" : "EndpointURL",
"variable" : {
"variableName" : "endpointURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "endpointURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointURL",
"marshallLocationName" : "EndpointURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.*/",
"getterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@return For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.*/",
"fluentSetterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
\n@param endpointURL For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "Describes this environment.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.*/",
"getterDocumentation" : "/**Describes this environment.
\n@return Describes this environment.*/",
"fluentSetterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes this environment.
\n@param description Describes this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentName" : {
"documentation" : "The name of this environment.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.*/",
"getterDocumentation" : "/**The name of this environment.
\n@return The name of this environment.*/",
"fluentSetterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of this environment.
\n@param environmentName The name of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Tier" : {
"documentation" : "Describes the current tier of this environment.
",
"name" : "Tier",
"c2jName" : "Tier",
"c2jShape" : "EnvironmentTier",
"variable" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "Describes the current tier of this environment.
",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"setterModel" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"getterModel" : {
"returnType" : "EnvironmentTier",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tier",
"marshallLocationName" : "Tier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.*/",
"getterDocumentation" : "/**Describes the current tier of this environment.
\n@return Describes the current tier of this environment.*/",
"fluentSetterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the current tier of this environment.
\n@param tier Describes the current tier of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VersionLabel" : {
"documentation" : "The application version deployed in this environment.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The application version deployed in this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.*/",
"getterDocumentation" : "/**The application version deployed in this environment.
\n@return The application version deployed in this environment.*/",
"fluentSetterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The application version deployed in this environment.
\n@param versionLabel The application version deployed in this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthStatus" : {
"documentation" : "Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
",
"name" : "HealthStatus",
"c2jName" : "HealthStatus",
"c2jShape" : "EnvironmentHealthStatus",
"variable" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthStatus",
"marshallLocationName" : "HealthStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealthStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@see EnvironmentHealthStatus*/",
"getterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@return Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@see EnvironmentHealthStatus*/",
"fluentSetterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthStatus*/",
"varargSetterDocumentation" : "/**Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
\n@param healthStatus Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealthStatus*/"
},
"DateCreated" : {
"documentation" : "The creation date for this environment.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date for this environment.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateCreated",
"marshallLocationName" : "DateCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.*/",
"getterDocumentation" : "/**The creation date for this environment.
\n@return The creation date for this environment.*/",
"fluentSetterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date for this environment.
\n@param dateCreated The creation date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateUpdated" : {
"documentation" : "The last modified date for this environment.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date for this environment.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateUpdated",
"marshallLocationName" : "DateUpdated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.*/",
"getterDocumentation" : "/**The last modified date for this environment.
\n@return The last modified date for this environment.*/",
"fluentSetterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date for this environment.
\n@param dateUpdated The last modified date for this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SolutionStackName" : {
"documentation" : " The name of the SolutionStack
deployed with this environment.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the SolutionStack
deployed with this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SolutionStackName",
"marshallLocationName" : "SolutionStackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.*/",
"getterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@return The name of the SolutionStack
deployed with this environment.*/",
"fluentSetterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the SolutionStack
deployed with this environment.
\n@param solutionStackName The name of the SolutionStack
deployed with this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Health" : {
"documentation" : " Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
",
"name" : "Health",
"c2jName" : "Health",
"c2jShape" : "EnvironmentHealth",
"variable" : {
"variableName" : "health",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "health",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Health",
"marshallLocationName" : "Health",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EnvironmentHealth",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@see EnvironmentHealth*/",
"getterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: -
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@see EnvironmentHealth*/",
"fluentSetterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealth*/",
"varargSetterDocumentation" : "/**
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red
: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@param 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 responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow
: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green
: Indicates the environment is healthy and fully functional. -
Grey
: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement
request.
Default: Grey
\n@return Returns a reference to this object so that method calls can be chained together.\n@see EnvironmentHealth*/"
},
"EnvironmentId" : {
"documentation" : "
The ID of this environment.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The ID of this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.*/",
"getterDocumentation" : "/** The ID of this environment.
\n@return The ID of this environment.*/",
"fluentSetterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The ID of this environment.
\n@param environmentId The ID of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AbortableOperationInProgress" : {
"documentation" : "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.
",
"name" : "AbortableOperationInProgress",
"c2jName" : "AbortableOperationInProgress",
"c2jShape" : "AbortableOperationInProgress",
"variable" : {
"variableName" : "abortableOperationInProgress",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "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.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "abortableOperationInProgress",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbortableOperationInProgress",
"marshallLocationName" : "AbortableOperationInProgress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentLinks" : {
"documentation" : "
A list of links to other environments in the same group.
",
"name" : "EnvironmentLinks",
"c2jName" : "EnvironmentLinks",
"c2jShape" : "EnvironmentLinks",
"variable" : {
"variableName" : "environmentLinks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of links to other environments in the same group.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "environmentLinks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentLinks",
"marshallLocationName" : "EnvironmentLinks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EnvironmentLink",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EnvironmentLink",
"variable" : {
"variableName" : "member",
"variableType" : "EnvironmentLink",
"variableDeclarationType" : "EnvironmentLink",
"documentation" : "",
"variableSetterType" : "EnvironmentLink",
"simpleType" : "EnvironmentLink"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EnvironmentLink",
"variableDeclarationType" : "EnvironmentLink",
"documentation" : "",
"variableSetterType" : "EnvironmentLink",
"simpleType" : "EnvironmentLink"
},
"getterModel" : {
"returnType" : "EnvironmentLink",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "EnvironmentLink"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of links to other environments in the same group.
\n@param environmentLinks A list of links to other environments in the same group.*/",
"getterDocumentation" : "/**A list of links to other environments in the same group.
\n@return A list of links to other environments in the same group.*/",
"fluentSetterDocumentation" : "/**A list of links to other environments in the same group.
\n@param environmentLinks A list of links to other environments in the same group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of links to other environments in the same group.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEnvironmentLinks(java.util.Collection)} or {@link #withEnvironmentLinks(java.util.Collection)} if you want to override the existing values.
\n@param environmentLinks A list of links to other environments in the same group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Resources" : {
"documentation" : "The description of the AWS resources used by this environment.
",
"name" : "Resources",
"c2jName" : "Resources",
"c2jShape" : "EnvironmentResourcesDescription",
"variable" : {
"variableName" : "resources",
"variableType" : "EnvironmentResourcesDescription",
"variableDeclarationType" : "EnvironmentResourcesDescription",
"documentation" : "The description of the AWS resources used by this environment.
",
"variableSetterType" : "EnvironmentResourcesDescription",
"simpleType" : "EnvironmentResourcesDescription"
},
"setterModel" : {
"variableName" : "resources",
"variableType" : "EnvironmentResourcesDescription",
"variableDeclarationType" : "EnvironmentResourcesDescription",
"documentation" : "",
"variableSetterType" : "EnvironmentResourcesDescription",
"simpleType" : "EnvironmentResourcesDescription"
},
"getterModel" : {
"returnType" : "EnvironmentResourcesDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Resources",
"marshallLocationName" : "Resources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.*/",
"getterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@return The description of the AWS resources used by this environment.*/",
"fluentSetterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the AWS resources used by this environment.
\n@param resources The description of the AWS resources used by this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ActionType" : {
"c2jName" : "ActionType",
"documentation" : "",
"shapeName" : "ActionType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "InstanceRefresh",
"value" : "InstanceRefresh"
}, {
"name" : "PlatformUpdate",
"value" : "PlatformUpdate"
}, {
"name" : "Unknown",
"value" : "Unknown"
} ],
"variable" : {
"variableName" : "actionType",
"variableType" : "ActionType",
"variableDeclarationType" : "ActionType",
"documentation" : null,
"variableSetterType" : "ActionType",
"simpleType" : "ActionType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ConfigurationOptionValueType" : {
"c2jName" : "ConfigurationOptionValueType",
"documentation" : "",
"shapeName" : "ConfigurationOptionValueType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Scalar",
"value" : "Scalar"
}, {
"name" : "List",
"value" : "List"
} ],
"variable" : {
"variableName" : "configurationOptionValueType",
"variableType" : "ConfigurationOptionValueType",
"variableDeclarationType" : "ConfigurationOptionValueType",
"documentation" : null,
"variableSetterType" : "ConfigurationOptionValueType",
"simpleType" : "ConfigurationOptionValueType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateEnvironmentRequest" : {
"c2jName" : "UpdateEnvironmentMessage",
"documentation" : "Request to update an environment.
",
"shapeName" : "UpdateEnvironmentRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application with which the environment is associated.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application with which the environment is associated.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplicationName",
"marshallLocationName" : "ApplicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application with which the environment is associated.
\n@param applicationName The name of the application with which the environment is associated.*/",
"getterDocumentation" : "/**The name of the application with which the environment is associated.
\n@return The name of the application with which the environment is associated.*/",
"fluentSetterDocumentation" : "/**The name of the application with which the environment is associated.
\n@param applicationName The name of the application with which the environment is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application with which the environment is associated.
\n@param applicationName The name of the application with which the environment is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "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.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentId",
"marshallLocationName" : "EnvironmentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
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.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnvironmentName",
"marshallLocationName" : "EnvironmentName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
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.
",
"name" : "GroupName",
"c2jName" : "GroupName",
"c2jShape" : "GroupName",
"variable" : {
"variableName" : "groupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "groupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GroupName",
"marshallLocationName" : "GroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
\n@param description If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.*/",
"getterDocumentation" : "/**If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
\n@return If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.*/",
"fluentSetterDocumentation" : "/**If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
\n@param description If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
\n@param description If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "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.
",
"name" : "Tier",
"c2jName" : "Tier",
"c2jShape" : "EnvironmentTier",
"variable" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "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.
",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"setterModel" : {
"variableName" : "tier",
"variableType" : "EnvironmentTier",
"variableDeclarationType" : "EnvironmentTier",
"documentation" : "",
"variableSetterType" : "EnvironmentTier",
"simpleType" : "EnvironmentTier"
},
"getterModel" : {
"returnType" : "EnvironmentTier",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tier",
"marshallLocationName" : "Tier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**
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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
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.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VersionLabel",
"marshallLocationName" : "VersionLabel",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "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.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateName",
"marshallLocationName" : "TemplateName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.
\n@param 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.*/",
"getterDocumentation" : "/**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.
\n@return 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.*/",
"fluentSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "This specifies the platform version that the environment will run after the environment is updated.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This specifies the platform version that the environment will run after the environment is updated.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SolutionStackName",
"marshallLocationName" : "SolutionStackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**This specifies the platform version that the environment will run after the environment is updated.
\n@param solutionStackName This specifies the platform version that the environment will run after the environment is updated.*/",
"getterDocumentation" : "/**This specifies the platform version that the environment will run after the environment is updated.
\n@return This specifies the platform version that the environment will run after the environment is updated.*/",
"fluentSetterDocumentation" : "/**This specifies the platform version that the environment will run after the environment is updated.
\n@param solutionStackName This specifies the platform version that the environment will run after the environment is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This specifies the platform version that the environment will run after the environment is updated.
\n@param solutionStackName This specifies the platform version that the environment will run after the environment is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List