
models.elasticbeanstalk-2010-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2010-12-01",
"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,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "elasticbeanstalk",
"signingName" : "elasticbeanstalk",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"syncClientBuilderClassName" : "AWSElasticBeanstalkClientBuilder",
"asyncClientBuilderClassName" : "AWSElasticBeanstalkAsyncClientBuilder",
"serviceName" : "Elastic Beanstalk",
"cborProtocol" : false,
"xmlProtocol" : true,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"jsonProtocol" : false
},
"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" : "",
"simpleType" : "AbortEnvironmentUpdateRequest",
"variableSetterType" : "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",
"syncReturnType" : "AbortEnvironmentUpdateResult",
"asyncReturnType" : "AbortEnvironmentUpdateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "ApplyEnvironmentManagedActionRequest",
"variableSetterType" : "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",
"syncReturnType" : "ApplyEnvironmentManagedActionResult",
"asyncReturnType" : "ApplyEnvironmentManagedActionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "CheckDNSAvailabilityRequest",
"variableSetterType" : "CheckDNSAvailabilityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CheckDNSAvailabilityResult",
"documentation" : "Indicates if the specified CNAME is available.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "checkDNSAvailability",
"syncReturnType" : "CheckDNSAvailabilityResult",
"asyncReturnType" : "CheckDNSAvailabilityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "ComposeEnvironmentsRequest",
"variableSetterType" : "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",
"syncReturnType" : "ComposeEnvironmentsResult",
"asyncReturnType" : "ComposeEnvironmentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "CreateApplicationRequest",
"variableSetterType" : "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",
"syncReturnType" : "CreateApplicationResult",
"asyncReturnType" : "CreateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : "",
"simpleType" : "CreateApplicationVersionRequest",
"variableSetterType" : "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",
"syncReturnType" : "CreateApplicationVersionResult",
"asyncReturnType" : "CreateApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "CreateConfigurationTemplateRequest",
"variableSetterType" : "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",
"syncReturnType" : "CreateConfigurationTemplateResult",
"asyncReturnType" : "CreateConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : "",
"simpleType" : "CreateEnvironmentRequest",
"variableSetterType" : "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",
"syncReturnType" : "CreateEnvironmentResult",
"asyncReturnType" : "CreateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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,
"simpleType" : "CreateStorageLocationRequest",
"variableSetterType" : "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",
"syncReturnType" : "CreateStorageLocationResult",
"asyncReturnType" : "CreateStorageLocationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DeleteApplicationRequest",
"variableSetterType" : "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",
"syncReturnType" : "DeleteApplicationResult",
"asyncReturnType" : "DeleteApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DeleteApplicationVersionRequest",
"variableSetterType" : "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",
"syncReturnType" : "DeleteApplicationVersionResult",
"asyncReturnType" : "DeleteApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DeleteConfigurationTemplateRequest",
"variableSetterType" : "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",
"syncReturnType" : "DeleteConfigurationTemplateResult",
"asyncReturnType" : "DeleteConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DeleteEnvironmentConfigurationRequest",
"variableSetterType" : "DeleteEnvironmentConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEnvironmentConfigurationResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteEnvironmentConfiguration",
"syncReturnType" : "DeleteEnvironmentConfigurationResult",
"asyncReturnType" : "DeleteEnvironmentConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeApplicationVersionsRequest",
"variableSetterType" : "DescribeApplicationVersionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeApplicationVersionsResult",
"documentation" : "Result message wrapping a list of application version descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeApplicationVersions",
"syncReturnType" : "DescribeApplicationVersionsResult",
"asyncReturnType" : "DescribeApplicationVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeApplicationsRequest",
"variableSetterType" : "DescribeApplicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeApplicationsResult",
"documentation" : "Result message containing a list of application descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeApplications",
"syncReturnType" : "DescribeApplicationsResult",
"asyncReturnType" : "DescribeApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeConfigurationOptionsRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeConfigurationOptionsResult",
"asyncReturnType" : "DescribeConfigurationOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeConfigurationSettingsRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeConfigurationSettingsResult",
"asyncReturnType" : "DescribeConfigurationSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEnvironmentHealthRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeEnvironmentHealthResult",
"asyncReturnType" : "DescribeEnvironmentHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEnvironmentManagedActionHistoryRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeEnvironmentManagedActionHistoryResult",
"asyncReturnType" : "DescribeEnvironmentManagedActionHistoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEnvironmentManagedActionsRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeEnvironmentManagedActionsResult",
"asyncReturnType" : "DescribeEnvironmentManagedActionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEnvironmentResourcesRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeEnvironmentResourcesResult",
"asyncReturnType" : "DescribeEnvironmentResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEnvironmentsRequest",
"variableSetterType" : "DescribeEnvironmentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEnvironmentsResult",
"documentation" : "Result message containing a list of environment descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEnvironments",
"syncReturnType" : "DescribeEnvironmentsResult",
"asyncReturnType" : "DescribeEnvironmentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventsResult",
"documentation" : "Result message wrapping a list of event descriptions.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEvents",
"syncReturnType" : "DescribeEventsResult",
"asyncReturnType" : "DescribeEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "DescribeInstancesHealthRequest",
"variableSetterType" : "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",
"syncReturnType" : "DescribeInstancesHealthResult",
"asyncReturnType" : "DescribeInstancesHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListAvailableSolutionStacks" : {
"documentation" : " Returns a list of the available solution stack names.
",
"operationName" : "ListAvailableSolutionStacks",
"deprecated" : false,
"input" : {
"variableName" : "listAvailableSolutionStacksRequest",
"variableType" : "ListAvailableSolutionStacksRequest",
"variableDeclarationType" : "ListAvailableSolutionStacksRequest",
"documentation" : null,
"simpleType" : "ListAvailableSolutionStacksRequest",
"variableSetterType" : "ListAvailableSolutionStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAvailableSolutionStacksResult",
"documentation" : "A list of available AWS Elastic Beanstalk solution stacks.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listAvailableSolutionStacks",
"syncReturnType" : "ListAvailableSolutionStacksResult",
"asyncReturnType" : "ListAvailableSolutionStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : "",
"simpleType" : "RebuildEnvironmentRequest",
"variableSetterType" : "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",
"syncReturnType" : "RebuildEnvironmentResult",
"asyncReturnType" : "RebuildEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "RequestEnvironmentInfoRequest",
"variableSetterType" : "RequestEnvironmentInfoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RequestEnvironmentInfoResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "requestEnvironmentInfo",
"syncReturnType" : "RequestEnvironmentInfoResult",
"asyncReturnType" : "RequestEnvironmentInfoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : "",
"simpleType" : "RestartAppServerRequest",
"variableSetterType" : "RestartAppServerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RestartAppServerResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "restartAppServer",
"syncReturnType" : "RestartAppServerResult",
"asyncReturnType" : "RestartAppServerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "RetrieveEnvironmentInfoRequest",
"variableSetterType" : "RetrieveEnvironmentInfoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RetrieveEnvironmentInfoResult",
"documentation" : "Result message containing a description of the requested environment info.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "retrieveEnvironmentInfo",
"syncReturnType" : "RetrieveEnvironmentInfoResult",
"asyncReturnType" : "RetrieveEnvironmentInfoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "SwapEnvironmentCNAMEsRequest",
"variableSetterType" : "SwapEnvironmentCNAMEsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SwapEnvironmentCNAMEsResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "swapEnvironmentCNAMEs",
"syncReturnType" : "SwapEnvironmentCNAMEsResult",
"asyncReturnType" : "SwapEnvironmentCNAMEsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"TerminateEnvironment" : {
"documentation" : " Terminates the specified environment.
",
"operationName" : "TerminateEnvironment",
"deprecated" : false,
"input" : {
"variableName" : "terminateEnvironmentRequest",
"variableType" : "TerminateEnvironmentRequest",
"variableDeclarationType" : "TerminateEnvironmentRequest",
"documentation" : "Request to terminate an environment.
",
"simpleType" : "TerminateEnvironmentRequest",
"variableSetterType" : "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",
"syncReturnType" : "TerminateEnvironmentResult",
"asyncReturnType" : "TerminateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "UpdateApplicationRequest",
"variableSetterType" : "UpdateApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateApplicationResult",
"documentation" : "Result message containing a single description of an application.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "updateApplication",
"syncReturnType" : "UpdateApplicationResult",
"asyncReturnType" : "UpdateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : "",
"simpleType" : "UpdateApplicationVersionRequest",
"variableSetterType" : "UpdateApplicationVersionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateApplicationVersionResult",
"documentation" : " Result message wrapping a single description of an application version.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "updateApplicationVersion",
"syncReturnType" : "UpdateApplicationVersionResult",
"asyncReturnType" : "UpdateApplicationVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "UpdateConfigurationTemplateRequest",
"variableSetterType" : "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",
"syncReturnType" : "UpdateConfigurationTemplateResult",
"asyncReturnType" : "UpdateConfigurationTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "UpdateEnvironmentRequest",
"variableSetterType" : "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",
"syncReturnType" : "UpdateEnvironmentResult",
"asyncReturnType" : "UpdateEnvironmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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.
",
"simpleType" : "ValidateConfigurationSettingsRequest",
"variableSetterType" : "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",
"syncReturnType" : "ValidateConfigurationSettingsResult",
"asyncReturnType" : "ValidateConfigurationSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"EnvironmentStatus" : {
"c2jName" : "EnvironmentStatus",
"documentation" : "",
"shapeName" : "EnvironmentStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Launching",
"value" : "Launching"
}, {
"name" : "Updating",
"value" : "Updating"
}, {
"name" : "Ready",
"value" : "Ready"
}, {
"name" : "Terminating",
"value" : "Terminating"
}, {
"name" : "Terminated",
"value" : "Terminated"
} ],
"variable" : {
"variableName" : "environmentStatus",
"variableType" : "EnvironmentStatus",
"variableDeclarationType" : "EnvironmentStatus",
"documentation" : null,
"simpleType" : "EnvironmentStatus",
"variableSetterType" : "EnvironmentStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ValidationSeverity" : {
"c2jName" : "ValidationSeverity",
"documentation" : "",
"shapeName" : "ValidationSeverity",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Error",
"value" : "error"
}, {
"name" : "Warning",
"value" : "warning"
} ],
"variable" : {
"variableName" : "validationSeverity",
"variableType" : "ValidationSeverity",
"variableDeclarationType" : "ValidationSeverity",
"documentation" : null,
"simpleType" : "ValidationSeverity",
"variableSetterType" : "ValidationSeverity"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"EnvironmentHealth" : {
"c2jName" : "EnvironmentHealth",
"documentation" : "",
"shapeName" : "EnvironmentHealth",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Green",
"value" : "Green"
}, {
"name" : "Yellow",
"value" : "Yellow"
}, {
"name" : "Red",
"value" : "Red"
}, {
"name" : "Grey",
"value" : "Grey"
} ],
"variable" : {
"variableName" : "environmentHealth",
"variableType" : "EnvironmentHealth",
"variableDeclarationType" : "EnvironmentHealth",
"documentation" : null,
"simpleType" : "EnvironmentHealth",
"variableSetterType" : "EnvironmentHealth"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateConfigurationTemplateRequest" : {
"c2jName" : "UpdateConfigurationTemplateMessage",
"documentation" : "The result message containing the options for the specified solution stack.
",
"shapeName" : "UpdateConfigurationTemplateRequest",
"deprecated" : false,
"required" : [ "ApplicationName", "TemplateName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@return The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\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 template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@return The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A new description for the configuration.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new description for the configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/**A new description for the configuration.
\n@param description A new description for the configuration.*/",
"getterDocumentation" : "/**A new description for the configuration.
\n@return A new description for the configuration.*/",
"fluentSetterDocumentation" : "/**A new description for the configuration.
\n@param description A new description for the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new description for the configuration.
\n@param description A new description for the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A list of configuration option settings to update with the new specified option value.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of configuration option settings to update with the new specified option value.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.*/",
"getterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@return A list of configuration option settings to update with the new specified option value.*/",
"fluentSetterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
",
"name" : "OptionsToRemove",
"c2jName" : "OptionsToRemove",
"c2jShape" : "OptionsSpecifierList",
"variable" : {
"variableName" : "optionsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionsToRemove",
"marshallLocationName" : "OptionsToRemove",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "OptionSpecification",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "OptionSpecification",
"variable" : {
"variableName" : "member",
"variableType" : "OptionSpecification",
"variableDeclarationType" : "OptionSpecification",
"documentation" : "",
"simpleType" : "OptionSpecification",
"variableSetterType" : "OptionSpecification"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "OptionSpecification",
"variableDeclarationType" : "OptionSpecification",
"documentation" : "",
"simpleType" : "OptionSpecification",
"variableSetterType" : "OptionSpecification"
},
"getterModel" : {
"returnType" : "OptionSpecification",
"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,
"simpleType" : "OptionSpecification",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.*/",
"getterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@return A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.*/",
"fluentSetterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToRemove(java.util.Collection)} or {@link #withOptionsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateConfigurationTemplateRequest",
"variableType" : "UpdateConfigurationTemplateRequest",
"variableDeclarationType" : "UpdateConfigurationTemplateRequest",
"documentation" : null,
"simpleType" : "UpdateConfigurationTemplateRequest",
"variableSetterType" : "UpdateConfigurationTemplateRequest"
},
"marshaller" : {
"action" : "UpdateConfigurationTemplate",
"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" : "
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@return The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\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 template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "
A new description for the configuration.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new description for the configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/**A new description for the configuration.
\n@param description A new description for the configuration.*/",
"getterDocumentation" : "/**A new description for the configuration.
\n@return A new description for the configuration.*/",
"fluentSetterDocumentation" : "/**A new description for the configuration.
\n@param description A new description for the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new description for the configuration.
\n@param description A new description for the configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionSettings" : {
"documentation" : " A list of configuration option settings to update with the new specified option value.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of configuration option settings to update with the new specified option value.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.*/",
"getterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@return A list of configuration option settings to update with the new specified option value.*/",
"fluentSetterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of configuration option settings to update with the new specified option value.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings A list of configuration option settings to update with the new specified option value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : "The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@return The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionsToRemove" : {
"documentation" : "
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
",
"name" : "OptionsToRemove",
"c2jName" : "OptionsToRemove",
"c2jShape" : "OptionsSpecifierList",
"variable" : {
"variableName" : "optionsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionsToRemove",
"marshallLocationName" : "OptionsToRemove",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "OptionSpecification",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "OptionSpecification",
"variable" : {
"variableName" : "member",
"variableType" : "OptionSpecification",
"variableDeclarationType" : "OptionSpecification",
"documentation" : "",
"simpleType" : "OptionSpecification",
"variableSetterType" : "OptionSpecification"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "OptionSpecification",
"variableDeclarationType" : "OptionSpecification",
"documentation" : "",
"simpleType" : "OptionSpecification",
"variableSetterType" : "OptionSpecification"
},
"getterModel" : {
"returnType" : "OptionSpecification",
"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,
"simpleType" : "OptionSpecification",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.*/",
"getterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@return A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.*/",
"fluentSetterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToRemove(java.util.Collection)} or {@link #withOptionsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param optionsToRemove A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined
configuration options.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateConfigurationTemplateRequest" : {
"c2jName" : "CreateConfigurationTemplateMessage",
"documentation" : "
Request to create a configuration template.
",
"shapeName" : "CreateConfigurationTemplateRequest",
"deprecated" : false,
"required" : [ "ApplicationName", "TemplateName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@return The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@return The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.*/",
"getterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@return The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.*/",
"fluentSetterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
",
"name" : "SourceConfiguration",
"c2jName" : "SourceConfiguration",
"c2jShape" : "SourceConfiguration",
"variable" : {
"variableName" : "sourceConfiguration",
"variableType" : "SourceConfiguration",
"variableDeclarationType" : "SourceConfiguration",
"documentation" : " If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
",
"simpleType" : "SourceConfiguration",
"variableSetterType" : "SourceConfiguration"
},
"setterModel" : {
"variableName" : "sourceConfiguration",
"variableType" : "SourceConfiguration",
"variableDeclarationType" : "SourceConfiguration",
"documentation" : "",
"simpleType" : "SourceConfiguration",
"variableSetterType" : "SourceConfiguration"
},
"getterModel" : {
"returnType" : "SourceConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceConfiguration",
"marshallLocationName" : "SourceConfiguration",
"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" : "/** If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.*/",
"getterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@return If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.*/",
"fluentSetterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ID of the environment used with this configuration template.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the environment used with this configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.*/",
"getterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@return The ID of the environment used with this configuration template.*/",
"fluentSetterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Describes this configuration.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes this configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration.
\n@param description Describes this configuration.*/",
"getterDocumentation" : "/**Describes this configuration.
\n@return Describes this configuration.*/",
"fluentSetterDocumentation" : "/**Describes this configuration.
\n@param description Describes this configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes this configuration.
\n@param description Describes this configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.*/",
"getterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@return If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.*/",
"fluentSetterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createConfigurationTemplateRequest",
"variableType" : "CreateConfigurationTemplateRequest",
"variableDeclarationType" : "CreateConfigurationTemplateRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationTemplateRequest",
"variableSetterType" : "CreateConfigurationTemplateRequest"
},
"marshaller" : {
"action" : "CreateConfigurationTemplate",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EnvironmentId" : {
"documentation" : "The ID of the environment used with this configuration template.
",
"name" : "EnvironmentId",
"c2jName" : "EnvironmentId",
"c2jShape" : "EnvironmentId",
"variable" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the environment used with this configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.*/",
"getterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@return The ID of the environment used with this configuration template.*/",
"fluentSetterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the environment used with this configuration template.
\n@param environmentId The ID of the environment used with this configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ApplicationName" : {
"documentation" : "The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@return The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param applicationName The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "Describes this configuration.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes this configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration.
\n@param description Describes this configuration.*/",
"getterDocumentation" : "/**Describes this configuration.
\n@return Describes this configuration.*/",
"fluentSetterDocumentation" : "/**Describes this configuration.
\n@param description Describes this configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes this configuration.
\n@param description Describes this configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionSettings" : {
"documentation" : " If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.*/",
"getterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@return If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.*/",
"fluentSetterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SourceConfiguration" : {
"documentation" : " If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
",
"name" : "SourceConfiguration",
"c2jName" : "SourceConfiguration",
"c2jShape" : "SourceConfiguration",
"variable" : {
"variableName" : "sourceConfiguration",
"variableType" : "SourceConfiguration",
"variableDeclarationType" : "SourceConfiguration",
"documentation" : " If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
",
"simpleType" : "SourceConfiguration",
"variableSetterType" : "SourceConfiguration"
},
"setterModel" : {
"variableName" : "sourceConfiguration",
"variableType" : "SourceConfiguration",
"variableDeclarationType" : "SourceConfiguration",
"documentation" : "",
"simpleType" : "SourceConfiguration",
"variableSetterType" : "SourceConfiguration"
},
"getterModel" : {
"returnType" : "SourceConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceConfiguration",
"marshallLocationName" : "SourceConfiguration",
"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" : "/** If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.*/",
"getterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@return If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.*/",
"fluentSetterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.
\n@param sourceConfiguration If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. Values specified in the OptionSettings
parameter of this call overrides any values obtained from the SourceConfiguration
.
If no configuration template is found, returns an InvalidParameterValue
error.
Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : "
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@return The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template.
Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
\n@param templateName The name of the configuration template. Constraint: This name must be unique per application.
Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SolutionStackName" : {
"documentation" : "
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.*/",
"getterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@return The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.*/",
"fluentSetterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.
Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.
\n@param solutionStackName The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue
error.
If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateApplicationVersionRequest" : {
"c2jName" : "UpdateApplicationVersionMessage",
"documentation" : "
",
"shapeName" : "UpdateApplicationVersionRequest",
"deprecated" : false,
"required" : [ "ApplicationName", "VersionLabel" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@return The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.\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 version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@return The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A new description for this release.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new description for this release.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/**A new description for this release.
\n@param description A new description for this release.*/",
"getterDocumentation" : "/**A new description for this release.
\n@return A new description for this release.*/",
"fluentSetterDocumentation" : "/**A new description for this release.
\n@param description A new description for this release.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new description for this release.
\n@param description A new description for this release.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateApplicationVersionRequest",
"variableType" : "UpdateApplicationVersionRequest",
"variableDeclarationType" : "UpdateApplicationVersionRequest",
"documentation" : null,
"simpleType" : "UpdateApplicationVersionRequest",
"variableSetterType" : "UpdateApplicationVersionRequest"
},
"marshaller" : {
"action" : "UpdateApplicationVersion",
"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" : " The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@return The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.\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 version.
If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.
\n@param applicationName The name of the application associated with this version. If no application is found with this name, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "
A new description for this release.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new description for this release.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/**A new description for this release.
\n@param description A new description for this release.*/",
"getterDocumentation" : "/**A new description for this release.
\n@return A new description for this release.*/",
"fluentSetterDocumentation" : "/**A new description for this release.
\n@param description A new description for this release.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new description for this release.
\n@param description A new description for this release.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VersionLabel" : {
"documentation" : "The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
",
"name" : "VersionLabel",
"c2jName" : "VersionLabel",
"c2jShape" : "VersionLabel",
"variable" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "versionLabel",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.*/",
"getterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@return The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.*/",
"fluentSetterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.
\n@param versionLabel The name of the version to update. If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeConfigurationOptionsResult" : {
"c2jName" : "ConfigurationOptionsDescription",
"documentation" : "
Describes the settings for a specified configuration set.
",
"shapeName" : "DescribeConfigurationOptionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the solution stack these configuration options belong to.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack these configuration options belong to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.*/",
"getterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@return The name of the solution stack these configuration options belong to.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A list of ConfigurationOptionDescription.
",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "ConfigurationOptionDescriptionsList",
"variable" : {
"variableName" : "options",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of ConfigurationOptionDescription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionDescription",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionDescription",
"variableDeclarationType" : "ConfigurationOptionDescription",
"documentation" : "",
"simpleType" : "ConfigurationOptionDescription",
"variableSetterType" : "ConfigurationOptionDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionDescription",
"variableDeclarationType" : "ConfigurationOptionDescription",
"documentation" : "",
"simpleType" : "ConfigurationOptionDescription",
"variableSetterType" : "ConfigurationOptionDescription"
},
"getterModel" : {
"returnType" : "ConfigurationOptionDescription",
"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,
"simpleType" : "ConfigurationOptionDescription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@param options A list of ConfigurationOptionDescription.*/",
"getterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@return A list of ConfigurationOptionDescription.*/",
"fluentSetterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@param options A list of ConfigurationOptionDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of ConfigurationOptionDescription.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptions(java.util.Collection)} or {@link #withOptions(java.util.Collection)} if you want to override the existing values.
\n@param options A list of ConfigurationOptionDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeConfigurationOptionsResult",
"variableType" : "DescribeConfigurationOptionsResult",
"variableDeclarationType" : "DescribeConfigurationOptionsResult",
"documentation" : null,
"simpleType" : "DescribeConfigurationOptionsResult",
"variableSetterType" : "DescribeConfigurationOptionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeConfigurationOptionsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Options" : {
"documentation" : " A list of ConfigurationOptionDescription.
",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "ConfigurationOptionDescriptionsList",
"variable" : {
"variableName" : "options",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of ConfigurationOptionDescription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionDescription",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionDescription",
"variableDeclarationType" : "ConfigurationOptionDescription",
"documentation" : "",
"simpleType" : "ConfigurationOptionDescription",
"variableSetterType" : "ConfigurationOptionDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionDescription",
"variableDeclarationType" : "ConfigurationOptionDescription",
"documentation" : "",
"simpleType" : "ConfigurationOptionDescription",
"variableSetterType" : "ConfigurationOptionDescription"
},
"getterModel" : {
"returnType" : "ConfigurationOptionDescription",
"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,
"simpleType" : "ConfigurationOptionDescription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@param options A list of ConfigurationOptionDescription.*/",
"getterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@return A list of ConfigurationOptionDescription.*/",
"fluentSetterDocumentation" : "/** A list of ConfigurationOptionDescription.
\n@param options A list of ConfigurationOptionDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of ConfigurationOptionDescription.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptions(java.util.Collection)} or {@link #withOptions(java.util.Collection)} if you want to override the existing values.
\n@param options A list of ConfigurationOptionDescription.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SolutionStackName" : {
"documentation" : " The name of the solution stack these configuration options belong to.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack these configuration options belong to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.*/",
"getterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@return The name of the solution stack these configuration options belong to.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack these configuration options belong to.
\n@param solutionStackName The name of the solution stack these configuration options belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"S3LocationNotInServiceRegionException" : {
"c2jName" : "S3LocationNotInServiceRegionException",
"documentation" : "The specified S3 bucket does not belong to the S3 region in which the service is running.
",
"shapeName" : "S3LocationNotInServiceRegionException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "s3LocationNotInServiceRegionException",
"variableType" : "S3LocationNotInServiceRegionException",
"variableDeclarationType" : "S3LocationNotInServiceRegionException",
"documentation" : null,
"simpleType" : "S3LocationNotInServiceRegionException",
"variableSetterType" : "S3LocationNotInServiceRegionException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "S3LocationNotInServiceRegionException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeConfigurationSettingsRequest" : {
"c2jName" : "DescribeConfigurationSettingsMessage",
"documentation" : "Result message containing all of the configuration settings for a specified solution stack or configuration template.
",
"shapeName" : "DescribeConfigurationSettingsRequest",
"deprecated" : false,
"required" : [ "ApplicationName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The application for the environment or configuration template.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The application for the environment or configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.*/",
"getterDocumentation" : "/** The application for the environment or configuration template.
\n@return The application for the environment or configuration template.*/",
"fluentSetterDocumentation" : "/** The application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.*/",
"getterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@return The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.*/",
"getterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@return The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.*/",
"fluentSetterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeConfigurationSettingsRequest",
"variableType" : "DescribeConfigurationSettingsRequest",
"variableDeclarationType" : "DescribeConfigurationSettingsRequest",
"documentation" : null,
"simpleType" : "DescribeConfigurationSettingsRequest",
"variableSetterType" : "DescribeConfigurationSettingsRequest"
},
"marshaller" : {
"action" : "DescribeConfigurationSettings",
"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" : "
The application for the environment or configuration template.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The application for the environment or configuration template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.*/",
"getterDocumentation" : "/** The application for the environment or configuration template.
\n@return The application for the environment or configuration template.*/",
"fluentSetterDocumentation" : "/** The application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The application for the environment or configuration template.
\n@param applicationName The application for the environment or configuration template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentName" : {
"documentation" : " The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.*/",
"getterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@return The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.*/",
"fluentSetterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
\n@param environmentName The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : "
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.*/",
"getterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@return The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.*/",
"fluentSetterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
\n@param templateName The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ConfigurationOptionSetting" : {
"c2jName" : "ConfigurationOptionSetting",
"documentation" : "
A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to Option Values in the AWS Elastic Beanstalk Developer Guide.
",
"shapeName" : "ConfigurationOptionSetting",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " A unique resource name for a time-based scaling configuration option.
",
"name" : "ResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A unique resource name for a time-based scaling configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceName",
"marshallLocationName" : "ResourceName",
"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 unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.*/",
"getterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@return A unique resource name for a time-based scaling configuration option.*/",
"fluentSetterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A unique namespace identifying the option's associated AWS resource.
",
"name" : "Namespace",
"c2jName" : "Namespace",
"c2jShape" : "OptionNamespace",
"variable" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A unique namespace identifying the option's associated AWS resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.*/",
"getterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@return A unique namespace identifying the option's associated AWS resource.*/",
"fluentSetterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The name of the configuration option.
",
"name" : "OptionName",
"c2jName" : "OptionName",
"c2jShape" : "ConfigurationOptionName",
"variable" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.*/",
"getterDocumentation" : "/** The name of the configuration option.
\n@return The name of the configuration option.*/",
"fluentSetterDocumentation" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The current value for the configuration option.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "ConfigurationOptionValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The current value for the configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"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 current value for the configuration option.
\n@param value The current value for the configuration option.*/",
"getterDocumentation" : "/** The current value for the configuration option.
\n@return The current value for the configuration option.*/",
"fluentSetterDocumentation" : "/** The current value for the configuration option.
\n@param value The current value for the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The current value for the configuration option.
\n@param value The current value for the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "configurationOptionSetting",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : null,
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceName" : {
"documentation" : " A unique resource name for a time-based scaling configuration option.
",
"name" : "ResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A unique resource name for a time-based scaling configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceName",
"marshallLocationName" : "ResourceName",
"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 unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.*/",
"getterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@return A unique resource name for a time-based scaling configuration option.*/",
"fluentSetterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A unique resource name for a time-based scaling configuration option.
\n@param resourceName A unique resource name for a time-based scaling configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Value" : {
"documentation" : " The current value for the configuration option.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "ConfigurationOptionValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The current value for the configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"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 current value for the configuration option.
\n@param value The current value for the configuration option.*/",
"getterDocumentation" : "/** The current value for the configuration option.
\n@return The current value for the configuration option.*/",
"fluentSetterDocumentation" : "/** The current value for the configuration option.
\n@param value The current value for the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The current value for the configuration option.
\n@param value The current value for the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Namespace" : {
"documentation" : " A unique namespace identifying the option's associated AWS resource.
",
"name" : "Namespace",
"c2jName" : "Namespace",
"c2jShape" : "OptionNamespace",
"variable" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A unique namespace identifying the option's associated AWS resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "namespace",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.*/",
"getterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@return A unique namespace identifying the option's associated AWS resource.*/",
"fluentSetterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A unique namespace identifying the option's associated AWS resource.
\n@param namespace A unique namespace identifying the option's associated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionName" : {
"documentation" : " The name of the configuration option.
",
"name" : "OptionName",
"c2jName" : "OptionName",
"c2jShape" : "ConfigurationOptionName",
"variable" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the configuration option.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "optionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.*/",
"getterDocumentation" : "/** The name of the configuration option.
\n@return The name of the configuration option.*/",
"fluentSetterDocumentation" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the configuration option.
\n@param optionName The name of the configuration option.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateStorageLocationResult" : {
"c2jName" : "CreateStorageLocationResultMessage",
"documentation" : "Results of a CreateStorageLocationResult call.
",
"shapeName" : "CreateStorageLocationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the Amazon S3 bucket created.
",
"name" : "S3Bucket",
"c2jName" : "S3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the Amazon S3 bucket created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.*/",
"getterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@return The name of the Amazon S3 bucket created.*/",
"fluentSetterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createStorageLocationResult",
"variableType" : "CreateStorageLocationResult",
"variableDeclarationType" : "CreateStorageLocationResult",
"documentation" : null,
"simpleType" : "CreateStorageLocationResult",
"variableSetterType" : "CreateStorageLocationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreateStorageLocationResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"S3Bucket" : {
"documentation" : " The name of the Amazon S3 bucket created.
",
"name" : "S3Bucket",
"c2jName" : "S3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the Amazon S3 bucket created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.*/",
"getterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@return The name of the Amazon S3 bucket created.*/",
"fluentSetterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the Amazon S3 bucket created.
\n@param s3Bucket The name of the Amazon S3 bucket created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LaunchConfiguration" : {
"c2jName" : "LaunchConfiguration",
"documentation" : "Describes an Auto Scaling launch configuration.
",
"shapeName" : "LaunchConfiguration",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the launch configuration.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the launch configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"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 launch configuration.
\n@param name The name of the launch configuration.*/",
"getterDocumentation" : "/**The name of the launch configuration.
\n@return The name of the launch configuration.*/",
"fluentSetterDocumentation" : "/**The name of the launch configuration.
\n@param name The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the launch configuration.
\n@param name The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "launchConfiguration",
"variableType" : "LaunchConfiguration",
"variableDeclarationType" : "LaunchConfiguration",
"documentation" : null,
"simpleType" : "LaunchConfiguration",
"variableSetterType" : "LaunchConfiguration"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The name of the launch configuration.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the launch configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"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 launch configuration.
\n@param name The name of the launch configuration.*/",
"getterDocumentation" : "/**The name of the launch configuration.
\n@return The name of the launch configuration.*/",
"fluentSetterDocumentation" : "/**The name of the launch configuration.
\n@param name The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the launch configuration.
\n@param name The name of the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CPUUtilization" : {
"c2jName" : "CPUUtilization",
"documentation" : "Represents CPU utilization information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the instanceId
property to specify the application instance for which you'd like to return data.
",
"shapeName" : "CPUUtilization",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
",
"name" : "User",
"c2jName" : "User",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "user",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "user",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "User",
"marshallLocationName" : "User",
"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" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the User
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
",
"name" : "Nice",
"c2jName" : "Nice",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "nice",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "nice",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nice",
"marshallLocationName" : "Nice",
"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" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
",
"name" : "System",
"c2jName" : "System",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "system",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "system",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "System",
"marshallLocationName" : "System",
"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" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the System
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
",
"name" : "Idle",
"c2jName" : "Idle",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "idle",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "idle",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Idle",
"marshallLocationName" : "Idle",
"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" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
",
"name" : "IOWait",
"c2jName" : "IOWait",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "iOWait",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "iOWait",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IOWait",
"marshallLocationName" : "IOWait",
"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" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
",
"name" : "IRQ",
"c2jName" : "IRQ",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "iRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "iRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IRQ",
"marshallLocationName" : "IRQ",
"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" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
",
"name" : "SoftIRQ",
"c2jName" : "SoftIRQ",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "softIRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "softIRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SoftIRQ",
"marshallLocationName" : "SoftIRQ",
"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" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "cPUUtilization",
"variableType" : "CPUUtilization",
"variableDeclarationType" : "CPUUtilization",
"documentation" : null,
"simpleType" : "CPUUtilization",
"variableSetterType" : "CPUUtilization"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"User" : {
"documentation" : "Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
",
"name" : "User",
"c2jName" : "User",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "user",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "user",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "User",
"marshallLocationName" : "User",
"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" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the User
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
\n@param user Percentage of time that the CPU has spent in the User
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Idle" : {
"documentation" : "Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
",
"name" : "Idle",
"c2jName" : "Idle",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "idle",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "idle",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Idle",
"marshallLocationName" : "Idle",
"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" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
\n@param idle Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Nice" : {
"documentation" : "Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
",
"name" : "Nice",
"c2jName" : "Nice",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "nice",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "nice",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nice",
"marshallLocationName" : "Nice",
"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" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
\n@param nice Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IRQ" : {
"documentation" : "Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
",
"name" : "IRQ",
"c2jName" : "IRQ",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "iRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "iRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IRQ",
"marshallLocationName" : "IRQ",
"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" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
\n@param iRQ Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SoftIRQ" : {
"documentation" : "Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
",
"name" : "SoftIRQ",
"c2jName" : "SoftIRQ",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "softIRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "softIRQ",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SoftIRQ",
"marshallLocationName" : "SoftIRQ",
"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" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
\n@param softIRQ Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"System" : {
"documentation" : "Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
",
"name" : "System",
"c2jName" : "System",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "system",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "system",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "System",
"marshallLocationName" : "System",
"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" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the System
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
\n@param system Percentage of time that the CPU has spent in the System
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IOWait" : {
"documentation" : "Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
",
"name" : "IOWait",
"c2jName" : "IOWait",
"c2jShape" : "NullableDouble",
"variable" : {
"variableName" : "iOWait",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "iOWait",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IOWait",
"marshallLocationName" : "IOWait",
"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" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.*/",
"getterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@return Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.*/",
"fluentSetterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
\n@param iOWait Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateConfigurationTemplateResult" : {
"c2jName" : "ConfigurationSettingsDescription",
"documentation" : " Describes the settings for a configuration set.
",
"shapeName" : "UpdateConfigurationTemplateResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the solution stack this configuration set uses.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack this configuration set uses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.*/",
"getterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@return The name of the solution stack this configuration set uses.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.\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 configuration set.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the application associated with this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration set.
\n@param applicationName The name of the application associated with this configuration set.*/",
"getterDocumentation" : "/** The name of the application associated with this configuration set.
\n@return The name of the application associated with this configuration set.*/",
"fluentSetterDocumentation" : "/** The name of the application associated with this configuration set.
\n@param applicationName The name of the application associated with this configuration set.\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 configuration set.
\n@param applicationName The name of the application associated with this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " If not null
, the name of the configuration template for this configuration set.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If not null
, the name of the configuration template for this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.*/",
"getterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@return If not null
, the name of the configuration template for this configuration set.*/",
"fluentSetterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " Describes this configuration set.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration set.
\n@param description Describes this configuration set.*/",
"getterDocumentation" : "/** Describes this configuration set.
\n@return Describes this configuration set.*/",
"fluentSetterDocumentation" : "/** Describes this configuration set.
\n@param description Describes this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Describes this configuration set.
\n@param description Describes this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " If not null
, the name of the environment for this configuration set.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If not null
, the name of the environment for this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.*/",
"getterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@return If not null
, the name of the environment for this configuration set.*/",
"fluentSetterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
",
"name" : "DeploymentStatus",
"c2jName" : "DeploymentStatus",
"c2jShape" : "ConfigurationDeploymentStatus",
"variable" : {
"variableName" : "deploymentStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentStatus",
"marshallLocationName" : "DeploymentStatus",
"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" : "ConfigurationDeploymentStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@see ConfigurationDeploymentStatus*/",
"getterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@return If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@see ConfigurationDeploymentStatus*/",
"fluentSetterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationDeploymentStatus*/",
"varargSetterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationDeploymentStatus*/"
}, {
"documentation" : " The date (in UTC time) when this configuration set was created.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " The date (in UTC time) when this configuration set was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.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 date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.*/",
"getterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@return The date (in UTC time) when this configuration set was created.*/",
"fluentSetterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The date (in UTC time) when this configuration set was last modified.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " The date (in UTC time) when this configuration set was last modified.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.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 date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.*/",
"getterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@return The date (in UTC time) when this configuration set was last modified.*/",
"fluentSetterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A list of the configuration options and their values in this configuration set.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of the configuration options and their values in this configuration set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@param optionSettings A list of the configuration options and their values in this configuration set.*/",
"getterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@return A list of the configuration options and their values in this configuration set.*/",
"fluentSetterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@param optionSettings A list of the configuration options and their values in this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings A list of the configuration options and their values in this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateConfigurationTemplateResult",
"variableType" : "UpdateConfigurationTemplateResult",
"variableDeclarationType" : "UpdateConfigurationTemplateResult",
"documentation" : null,
"simpleType" : "UpdateConfigurationTemplateResult",
"variableSetterType" : "UpdateConfigurationTemplateResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "UpdateConfigurationTemplateResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : " The name of the application associated with this configuration set.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the application associated with this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration set.
\n@param applicationName The name of the application associated with this configuration set.*/",
"getterDocumentation" : "/** The name of the application associated with this configuration set.
\n@return The name of the application associated with this configuration set.*/",
"fluentSetterDocumentation" : "/** The name of the application associated with this configuration set.
\n@param applicationName The name of the application associated with this configuration set.\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 configuration set.
\n@param applicationName The name of the application associated with this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : " Describes this configuration set.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 configuration set.
\n@param description Describes this configuration set.*/",
"getterDocumentation" : "/** Describes this configuration set.
\n@return Describes this configuration set.*/",
"fluentSetterDocumentation" : "/** Describes this configuration set.
\n@param description Describes this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Describes this configuration set.
\n@param description Describes this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EnvironmentName" : {
"documentation" : " If not null
, the name of the environment for this configuration set.
",
"name" : "EnvironmentName",
"c2jName" : "EnvironmentName",
"c2jShape" : "EnvironmentName",
"variable" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If not null
, the name of the environment for this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "environmentName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.*/",
"getterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@return If not null
, the name of the environment for this configuration set.*/",
"fluentSetterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If not null
, the name of the environment for this configuration set.
\n@param environmentName If not null
, the name of the environment for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OptionSettings" : {
"documentation" : " A list of the configuration options and their values in this configuration set.
",
"name" : "OptionSettings",
"c2jName" : "OptionSettings",
"c2jShape" : "ConfigurationOptionSettingsList",
"variable" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of the configuration options and their values in this configuration set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "optionSettings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OptionSettings",
"marshallLocationName" : "OptionSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationOptionSetting",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationOptionSetting",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationOptionSetting",
"variableDeclarationType" : "ConfigurationOptionSetting",
"documentation" : "",
"simpleType" : "ConfigurationOptionSetting",
"variableSetterType" : "ConfigurationOptionSetting"
},
"getterModel" : {
"returnType" : "ConfigurationOptionSetting",
"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,
"simpleType" : "ConfigurationOptionSetting",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@param optionSettings A list of the configuration options and their values in this configuration set.*/",
"getterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@return A list of the configuration options and their values in this configuration set.*/",
"fluentSetterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\n@param optionSettings A list of the configuration options and their values in this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A list of the configuration options and their values in this configuration set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOptionSettings(java.util.Collection)} or {@link #withOptionSettings(java.util.Collection)} if you want to override the existing values.
\n@param optionSettings A list of the configuration options and their values in this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateUpdated" : {
"documentation" : " The date (in UTC time) when this configuration set was last modified.
",
"name" : "DateUpdated",
"c2jName" : "DateUpdated",
"c2jShape" : "UpdateDate",
"variable" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " The date (in UTC time) when this configuration set was last modified.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateUpdated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.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 date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.*/",
"getterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@return The date (in UTC time) when this configuration set was last modified.*/",
"fluentSetterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The date (in UTC time) when this configuration set was last modified.
\n@param dateUpdated The date (in UTC time) when this configuration set was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateName" : {
"documentation" : " If not null
, the name of the configuration template for this configuration set.
",
"name" : "TemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "ConfigurationTemplateName",
"variable" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If not null
, the name of the configuration template for this configuration set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.*/",
"getterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@return If not null
, the name of the configuration template for this configuration set.*/",
"fluentSetterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** If not null
, the name of the configuration template for this configuration set.
\n@param templateName If not null
, the name of the configuration template for this configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateCreated" : {
"documentation" : " The date (in UTC time) when this configuration set was created.
",
"name" : "DateCreated",
"c2jName" : "DateCreated",
"c2jShape" : "CreationDate",
"variable" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : " The date (in UTC time) when this configuration set was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateCreated",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.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 date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.*/",
"getterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@return The date (in UTC time) when this configuration set was created.*/",
"fluentSetterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The date (in UTC time) when this configuration set was created.
\n@param dateCreated The date (in UTC time) when this configuration set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SolutionStackName" : {
"documentation" : " The name of the solution stack this configuration set uses.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack this configuration set uses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.*/",
"getterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@return The name of the solution stack this configuration set uses.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack this configuration set uses.
\n@param solutionStackName The name of the solution stack this configuration set uses.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentStatus" : {
"documentation" : " If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
",
"name" : "DeploymentStatus",
"c2jName" : "DeploymentStatus",
"c2jShape" : "ConfigurationDeploymentStatus",
"variable" : {
"variableName" : "deploymentStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeploymentStatus",
"marshallLocationName" : "DeploymentStatus",
"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" : "ConfigurationDeploymentStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@see ConfigurationDeploymentStatus*/",
"getterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@return If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@see ConfigurationDeploymentStatus*/",
"fluentSetterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationDeploymentStatus*/",
"varargSetterDocumentation" : "/** If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
\n@param deploymentStatus If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set: -
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationDeploymentStatus*/"
}
}
},
"ListAvailableSolutionStacksRequest" : {
"c2jName" : "ListAvailableSolutionStacksRequest",
"documentation" : null,
"shapeName" : "ListAvailableSolutionStacksRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "listAvailableSolutionStacksRequest",
"variableType" : "ListAvailableSolutionStacksRequest",
"variableDeclarationType" : "ListAvailableSolutionStacksRequest",
"documentation" : null,
"simpleType" : "ListAvailableSolutionStacksRequest",
"variableSetterType" : "ListAvailableSolutionStacksRequest"
},
"marshaller" : {
"action" : "ListAvailableSolutionStacks",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidRequestException" : {
"c2jName" : "InvalidRequestException",
"documentation" : "One or more input parameters is not valid. Please correct the input parameters and try the operation again.
",
"shapeName" : "InvalidRequestException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidRequestException",
"variableType" : "InvalidRequestException",
"variableDeclarationType" : "InvalidRequestException",
"documentation" : null,
"simpleType" : "InvalidRequestException",
"variableSetterType" : "InvalidRequestException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SolutionStackDescription" : {
"c2jName" : "SolutionStackDescription",
"documentation" : " Describes the solution stack.
",
"shapeName" : "SolutionStackDescription",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the solution stack.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack.
\n@param solutionStackName The name of the solution stack.*/",
"getterDocumentation" : "/** The name of the solution stack.
\n@return The name of the solution stack.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack.
\n@param solutionStackName The name of the solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack.
\n@param solutionStackName The name of the solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The permitted file types allowed for a solution stack.
",
"name" : "PermittedFileTypes",
"c2jName" : "PermittedFileTypes",
"c2jShape" : "SolutionStackFileTypeList",
"variable" : {
"variableName" : "permittedFileTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " The permitted file types allowed for a solution stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "permittedFileTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PermittedFileTypes",
"marshallLocationName" : "PermittedFileTypes",
"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" : "FileTypeExtension",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.*/",
"getterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@return The permitted file types allowed for a solution stack.*/",
"fluentSetterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The permitted file types allowed for a solution stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPermittedFileTypes(java.util.Collection)} or {@link #withPermittedFileTypes(java.util.Collection)} if you want to override the existing values.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "solutionStackDescription",
"variableType" : "SolutionStackDescription",
"variableDeclarationType" : "SolutionStackDescription",
"documentation" : null,
"simpleType" : "SolutionStackDescription",
"variableSetterType" : "SolutionStackDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PermittedFileTypes" : {
"documentation" : " The permitted file types allowed for a solution stack.
",
"name" : "PermittedFileTypes",
"c2jName" : "PermittedFileTypes",
"c2jShape" : "SolutionStackFileTypeList",
"variable" : {
"variableName" : "permittedFileTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " The permitted file types allowed for a solution stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "permittedFileTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PermittedFileTypes",
"marshallLocationName" : "PermittedFileTypes",
"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" : "FileTypeExtension",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.*/",
"getterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@return The permitted file types allowed for a solution stack.*/",
"fluentSetterDocumentation" : "/** The permitted file types allowed for a solution stack.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The permitted file types allowed for a solution stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPermittedFileTypes(java.util.Collection)} or {@link #withPermittedFileTypes(java.util.Collection)} if you want to override the existing values.
\n@param permittedFileTypes The permitted file types allowed for a solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SolutionStackName" : {
"documentation" : " The name of the solution stack.
",
"name" : "SolutionStackName",
"c2jName" : "SolutionStackName",
"c2jShape" : "SolutionStackName",
"variable" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the solution stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "solutionStackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 solution stack.
\n@param solutionStackName The name of the solution stack.*/",
"getterDocumentation" : "/** The name of the solution stack.
\n@return The name of the solution stack.*/",
"fluentSetterDocumentation" : "/** The name of the solution stack.
\n@param solutionStackName The name of the solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the solution stack.
\n@param solutionStackName The name of the solution stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ManagedActionInvalidStateException" : {
"c2jName" : "ManagedActionInvalidStateException",
"documentation" : "Cannot modify the managed action in its current state.
",
"shapeName" : "ManagedActionInvalidStateException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "managedActionInvalidStateException",
"variableType" : "ManagedActionInvalidStateException",
"variableDeclarationType" : "ManagedActionInvalidStateException",
"documentation" : null,
"simpleType" : "ManagedActionInvalidStateException",
"variableSetterType" : "ManagedActionInvalidStateException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ManagedActionInvalidStateException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ComposeEnvironmentsRequest" : {
"c2jName" : "ComposeEnvironmentsMessage",
"documentation" : "Request to create or update a group of environments.
",
"shapeName" : "ComposeEnvironmentsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application to which the specified source bundles belong.
",
"name" : "ApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application to which the specified source bundles belong.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 to which the specified source bundles belong.
\n@param applicationName The name of the application to which the specified source bundles belong.*/",
"getterDocumentation" : "/**The name of the application to which the specified source bundles belong.
\n@return The name of the application to which the specified source bundles belong.*/",
"fluentSetterDocumentation" : "/**The name of the application to which the specified source bundles belong.
\n@param applicationName The name of the application to which the specified source bundles belong.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application to which the specified source bundles belong.
\n@param applicationName The name of the application to which the specified source bundles belong.\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 environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
",
"name" : "GroupName",
"c2jName" : "GroupName",
"c2jShape" : "GroupName",
"variable" : {
"variableName" : "groupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "groupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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 environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
\n@param groupName The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.*/",
"getterDocumentation" : "/**The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
\n@return The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.*/",
"fluentSetterDocumentation" : "/**The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
\n@param groupName The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.\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 environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
\n@param groupName The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.
",
"name" : "VersionLabels",
"c2jName" : "VersionLabels",
"c2jShape" : "VersionLabels",
"variable" : {
"variableName" : "versionLabels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "