
models.opsworks-2013-02-18-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-opsworks Show documentation
{
"metadata" : {
"apiVersion" : "2013-02-18",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "AWS OpsWorks Welcome to the AWS OpsWorks API Reference. This guide provides descriptions, syntax, and usage examples for AWS OpsWorks actions and data types, including common parameters and error codes.
AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks details page.
SDKs and CLI
The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:
-
-
-
-
-
-
-
Endpoints
AWS OpsWorks supports two endpoints, opsworks.us-east-1.amazonaws.com and opsworks.ap-south-1.amazonaws.com (both HTTPS). You must connect to one of those two endpoints. You can then use the API to direct AWS OpsWorks to create stacks in any AWS region. Stacks created in all regions except ap-south-1 are connected to the us-east-1 regional endpoint; stacks created in ap-south-1 are associated with the ap-south-1 regional endpoint, and can only be accessed or managed within that endpoint.
Chef Versions
When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager
parameter to specify the Chef version. The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, see Chef Versions.
You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.
",
"defaultEndpoint" : "https://opsworks.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "opsworks.us-east-1.amazonaws.com",
"syncInterface" : "AWSOpsWorks",
"syncClient" : "AWSOpsWorksClient",
"asyncInterface" : "AWSOpsWorksAsync",
"asyncClient" : "AWSOpsWorksAsyncClient",
"packageName" : "com.amazonaws.services.opsworks",
"packagePath" : "com/amazonaws/services/opsworks",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS OpsWorks",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "opsworks",
"signingName" : "opsworks",
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AWSOpsWorksClientBuilder",
"asyncClientBuilderClassName" : "AWSOpsWorksAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AWSOpsWorksModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.opsworks.smoketests",
"serviceName" : "AWS OpsWorks",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller"
},
"operations" : {
"AssignInstance" : {
"documentation" : "Assign a registered instance to a layer.
-
You can assign registered on-premises instances to any layer type.
-
You can assign registered Amazon EC2 instances only to custom layers.
-
You cannot use this action with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "AssignInstance",
"deprecated" : false,
"input" : {
"variableName" : "assignInstanceRequest",
"variableType" : "AssignInstanceRequest",
"variableDeclarationType" : "AssignInstanceRequest",
"documentation" : "",
"simpleType" : "AssignInstanceRequest",
"variableSetterType" : "AssignInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AssignInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AssignInstanceResult",
"asyncReturnType" : "AssignInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "assignInstance"
},
"AssignVolume" : {
"documentation" : "Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume
. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "AssignVolume",
"deprecated" : false,
"input" : {
"variableName" : "assignVolumeRequest",
"variableType" : "AssignVolumeRequest",
"variableDeclarationType" : "AssignVolumeRequest",
"documentation" : "",
"simpleType" : "AssignVolumeRequest",
"variableSetterType" : "AssignVolumeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AssignVolumeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AssignVolumeResult",
"asyncReturnType" : "AssignVolumeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "assignVolume"
},
"AssociateElasticIp" : {
"documentation" : "Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "AssociateElasticIp",
"deprecated" : false,
"input" : {
"variableName" : "associateElasticIpRequest",
"variableType" : "AssociateElasticIpRequest",
"variableDeclarationType" : "AssociateElasticIpRequest",
"documentation" : "",
"simpleType" : "AssociateElasticIpRequest",
"variableSetterType" : "AssociateElasticIpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AssociateElasticIpResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AssociateElasticIpResult",
"asyncReturnType" : "AssociateElasticIpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "associateElasticIp"
},
"AttachElasticLoadBalancer" : {
"documentation" : "Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.
You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "AttachElasticLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "attachElasticLoadBalancerRequest",
"variableType" : "AttachElasticLoadBalancerRequest",
"variableDeclarationType" : "AttachElasticLoadBalancerRequest",
"documentation" : "",
"simpleType" : "AttachElasticLoadBalancerRequest",
"variableSetterType" : "AttachElasticLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachElasticLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AttachElasticLoadBalancerResult",
"asyncReturnType" : "AttachElasticLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "attachElasticLoadBalancer"
},
"CloneStack" : {
"documentation" : "Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CloneStack",
"deprecated" : false,
"input" : {
"variableName" : "cloneStackRequest",
"variableType" : "CloneStackRequest",
"variableDeclarationType" : "CloneStackRequest",
"documentation" : "",
"simpleType" : "CloneStackRequest",
"variableSetterType" : "CloneStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CloneStackResult",
"documentation" : "Contains the response to a CloneStack
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CloneStackResult",
"asyncReturnType" : "CloneStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "cloneStack"
},
"CreateApp" : {
"documentation" : "Creates an app for a specified stack. For more information, see Creating Apps.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateApp",
"deprecated" : false,
"input" : {
"variableName" : "createAppRequest",
"variableType" : "CreateAppRequest",
"variableDeclarationType" : "CreateAppRequest",
"documentation" : "",
"simpleType" : "CreateAppRequest",
"variableSetterType" : "CreateAppRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAppResult",
"documentation" : "Contains the response to a CreateApp
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateAppResult",
"asyncReturnType" : "CreateAppResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createApp"
},
"CreateDeployment" : {
"documentation" : "Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateDeployment",
"deprecated" : false,
"input" : {
"variableName" : "createDeploymentRequest",
"variableType" : "CreateDeploymentRequest",
"variableDeclarationType" : "CreateDeploymentRequest",
"documentation" : "",
"simpleType" : "CreateDeploymentRequest",
"variableSetterType" : "CreateDeploymentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDeploymentResult",
"documentation" : "Contains the response to a CreateDeployment
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateDeploymentResult",
"asyncReturnType" : "CreateDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createDeployment"
},
"CreateInstance" : {
"documentation" : "Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateInstance",
"deprecated" : false,
"input" : {
"variableName" : "createInstanceRequest",
"variableType" : "CreateInstanceRequest",
"variableDeclarationType" : "CreateInstanceRequest",
"documentation" : "",
"simpleType" : "CreateInstanceRequest",
"variableSetterType" : "CreateInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateInstanceResult",
"documentation" : "Contains the response to a CreateInstance
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateInstanceResult",
"asyncReturnType" : "CreateInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createInstance"
},
"CreateLayer" : {
"documentation" : "Creates a layer. For more information, see How to Create a Layer.
You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateLayer",
"deprecated" : false,
"input" : {
"variableName" : "createLayerRequest",
"variableType" : "CreateLayerRequest",
"variableDeclarationType" : "CreateLayerRequest",
"documentation" : "",
"simpleType" : "CreateLayerRequest",
"variableSetterType" : "CreateLayerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLayerResult",
"documentation" : "Contains the response to a CreateLayer
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateLayerResult",
"asyncReturnType" : "CreateLayerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createLayer"
},
"CreateStack" : {
"documentation" : "Creates a new stack. For more information, see Create a New Stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateStack",
"deprecated" : false,
"input" : {
"variableName" : "createStackRequest",
"variableType" : "CreateStackRequest",
"variableDeclarationType" : "CreateStackRequest",
"documentation" : "",
"simpleType" : "CreateStackRequest",
"variableSetterType" : "CreateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateStackResult",
"documentation" : "Contains the response to a CreateStack
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateStackResult",
"asyncReturnType" : "CreateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createStack"
},
"CreateUserProfile" : {
"documentation" : "Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "CreateUserProfile",
"deprecated" : false,
"input" : {
"variableName" : "createUserProfileRequest",
"variableType" : "CreateUserProfileRequest",
"variableDeclarationType" : "CreateUserProfileRequest",
"documentation" : "",
"simpleType" : "CreateUserProfileRequest",
"variableSetterType" : "CreateUserProfileRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateUserProfileResult",
"documentation" : "Contains the response to a CreateUserProfile
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateUserProfileResult",
"asyncReturnType" : "CreateUserProfileResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createUserProfile"
},
"DeleteApp" : {
"documentation" : "Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeleteApp",
"deprecated" : false,
"input" : {
"variableName" : "deleteAppRequest",
"variableType" : "DeleteAppRequest",
"variableDeclarationType" : "DeleteAppRequest",
"documentation" : "",
"simpleType" : "DeleteAppRequest",
"variableSetterType" : "DeleteAppRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAppResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteAppResult",
"asyncReturnType" : "DeleteAppResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteApp"
},
"DeleteInstance" : {
"documentation" : "Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
For more information, see Deleting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeleteInstance",
"deprecated" : false,
"input" : {
"variableName" : "deleteInstanceRequest",
"variableType" : "DeleteInstanceRequest",
"variableDeclarationType" : "DeleteInstanceRequest",
"documentation" : "",
"simpleType" : "DeleteInstanceRequest",
"variableSetterType" : "DeleteInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteInstanceResult",
"asyncReturnType" : "DeleteInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteInstance"
},
"DeleteLayer" : {
"documentation" : "Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeleteLayer",
"deprecated" : false,
"input" : {
"variableName" : "deleteLayerRequest",
"variableType" : "DeleteLayerRequest",
"variableDeclarationType" : "DeleteLayerRequest",
"documentation" : "",
"simpleType" : "DeleteLayerRequest",
"variableSetterType" : "DeleteLayerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLayerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteLayerResult",
"asyncReturnType" : "DeleteLayerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteLayer"
},
"DeleteStack" : {
"documentation" : "Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeleteStack",
"deprecated" : false,
"input" : {
"variableName" : "deleteStackRequest",
"variableType" : "DeleteStackRequest",
"variableDeclarationType" : "DeleteStackRequest",
"documentation" : "",
"simpleType" : "DeleteStackRequest",
"variableSetterType" : "DeleteStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteStackResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteStackResult",
"asyncReturnType" : "DeleteStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteStack"
},
"DeleteUserProfile" : {
"documentation" : "Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeleteUserProfile",
"deprecated" : false,
"input" : {
"variableName" : "deleteUserProfileRequest",
"variableType" : "DeleteUserProfileRequest",
"variableDeclarationType" : "DeleteUserProfileRequest",
"documentation" : "",
"simpleType" : "DeleteUserProfileRequest",
"variableSetterType" : "DeleteUserProfileRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteUserProfileResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteUserProfileResult",
"asyncReturnType" : "DeleteUserProfileResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteUserProfile"
},
"DeregisterEcsCluster" : {
"documentation" : "Deregisters a specified Amazon ECS cluster from a stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.
",
"operationName" : "DeregisterEcsCluster",
"deprecated" : false,
"input" : {
"variableName" : "deregisterEcsClusterRequest",
"variableType" : "DeregisterEcsClusterRequest",
"variableDeclarationType" : "DeregisterEcsClusterRequest",
"documentation" : "",
"simpleType" : "DeregisterEcsClusterRequest",
"variableSetterType" : "DeregisterEcsClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterEcsClusterResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeregisterEcsClusterResult",
"asyncReturnType" : "DeregisterEcsClusterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deregisterEcsCluster"
},
"DeregisterElasticIp" : {
"documentation" : "Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeregisterElasticIp",
"deprecated" : false,
"input" : {
"variableName" : "deregisterElasticIpRequest",
"variableType" : "DeregisterElasticIpRequest",
"variableDeclarationType" : "DeregisterElasticIpRequest",
"documentation" : "",
"simpleType" : "DeregisterElasticIpRequest",
"variableSetterType" : "DeregisterElasticIpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterElasticIpResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeregisterElasticIpResult",
"asyncReturnType" : "DeregisterElasticIpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deregisterElasticIp"
},
"DeregisterInstance" : {
"documentation" : "Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeregisterInstance",
"deprecated" : false,
"input" : {
"variableName" : "deregisterInstanceRequest",
"variableType" : "DeregisterInstanceRequest",
"variableDeclarationType" : "DeregisterInstanceRequest",
"documentation" : "",
"simpleType" : "DeregisterInstanceRequest",
"variableSetterType" : "DeregisterInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeregisterInstanceResult",
"asyncReturnType" : "DeregisterInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deregisterInstance"
},
"DeregisterRdsDbInstance" : {
"documentation" : "Deregisters an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeregisterRdsDbInstance",
"deprecated" : false,
"input" : {
"variableName" : "deregisterRdsDbInstanceRequest",
"variableType" : "DeregisterRdsDbInstanceRequest",
"variableDeclarationType" : "DeregisterRdsDbInstanceRequest",
"documentation" : "",
"simpleType" : "DeregisterRdsDbInstanceRequest",
"variableSetterType" : "DeregisterRdsDbInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterRdsDbInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeregisterRdsDbInstanceResult",
"asyncReturnType" : "DeregisterRdsDbInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deregisterRdsDbInstance"
},
"DeregisterVolume" : {
"documentation" : "Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DeregisterVolume",
"deprecated" : false,
"input" : {
"variableName" : "deregisterVolumeRequest",
"variableType" : "DeregisterVolumeRequest",
"variableDeclarationType" : "DeregisterVolumeRequest",
"documentation" : "",
"simpleType" : "DeregisterVolumeRequest",
"variableSetterType" : "DeregisterVolumeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterVolumeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeregisterVolumeResult",
"asyncReturnType" : "DeregisterVolumeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deregisterVolume"
},
"DescribeAgentVersions" : {
"documentation" : "Describes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions
returns a list of available agent versions for the specified stack or configuration manager.
",
"operationName" : "DescribeAgentVersions",
"deprecated" : false,
"input" : {
"variableName" : "describeAgentVersionsRequest",
"variableType" : "DescribeAgentVersionsRequest",
"variableDeclarationType" : "DescribeAgentVersionsRequest",
"documentation" : "",
"simpleType" : "DescribeAgentVersionsRequest",
"variableSetterType" : "DescribeAgentVersionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAgentVersionsResult",
"documentation" : "Contains the response to a DescribeAgentVersions
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeAgentVersionsResult",
"asyncReturnType" : "DescribeAgentVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeAgentVersions"
},
"DescribeApps" : {
"documentation" : "Requests a description of a specified set of apps.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeApps",
"deprecated" : false,
"input" : {
"variableName" : "describeAppsRequest",
"variableType" : "DescribeAppsRequest",
"variableDeclarationType" : "DescribeAppsRequest",
"documentation" : "",
"simpleType" : "DescribeAppsRequest",
"variableSetterType" : "DescribeAppsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAppsResult",
"documentation" : "Contains the response to a DescribeApps
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeAppsResult",
"asyncReturnType" : "DescribeAppsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeApps"
},
"DescribeCommands" : {
"documentation" : "Describes the results of specified commands.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeCommands",
"deprecated" : false,
"input" : {
"variableName" : "describeCommandsRequest",
"variableType" : "DescribeCommandsRequest",
"variableDeclarationType" : "DescribeCommandsRequest",
"documentation" : "",
"simpleType" : "DescribeCommandsRequest",
"variableSetterType" : "DescribeCommandsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeCommandsResult",
"documentation" : "Contains the response to a DescribeCommands
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeCommandsResult",
"asyncReturnType" : "DescribeCommandsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeCommands"
},
"DescribeDeployments" : {
"documentation" : "Requests a description of a specified set of deployments.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeDeployments",
"deprecated" : false,
"input" : {
"variableName" : "describeDeploymentsRequest",
"variableType" : "DescribeDeploymentsRequest",
"variableDeclarationType" : "DescribeDeploymentsRequest",
"documentation" : "",
"simpleType" : "DescribeDeploymentsRequest",
"variableSetterType" : "DescribeDeploymentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDeploymentsResult",
"documentation" : "Contains the response to a DescribeDeployments
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeDeploymentsResult",
"asyncReturnType" : "DescribeDeploymentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeDeployments"
},
"DescribeEcsClusters" : {
"documentation" : "Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults
and NextToken
parameters to paginate the response. However, AWS OpsWorks currently supports only one cluster per layer, so the result set has a maximum of one element.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeEcsClusters",
"deprecated" : false,
"input" : {
"variableName" : "describeEcsClustersRequest",
"variableType" : "DescribeEcsClustersRequest",
"variableDeclarationType" : "DescribeEcsClustersRequest",
"documentation" : "",
"simpleType" : "DescribeEcsClustersRequest",
"variableSetterType" : "DescribeEcsClustersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEcsClustersResult",
"documentation" : "Contains the response to a DescribeEcsClusters
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeEcsClustersResult",
"asyncReturnType" : "DescribeEcsClustersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeEcsClusters"
},
"DescribeElasticIps" : {
"documentation" : "Describes Elastic IP addresses.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeElasticIps",
"deprecated" : false,
"input" : {
"variableName" : "describeElasticIpsRequest",
"variableType" : "DescribeElasticIpsRequest",
"variableDeclarationType" : "DescribeElasticIpsRequest",
"documentation" : "",
"simpleType" : "DescribeElasticIpsRequest",
"variableSetterType" : "DescribeElasticIpsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeElasticIpsResult",
"documentation" : "Contains the response to a DescribeElasticIps
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeElasticIpsResult",
"asyncReturnType" : "DescribeElasticIpsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeElasticIps"
},
"DescribeElasticLoadBalancers" : {
"documentation" : "Describes a stack's Elastic Load Balancing instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeElasticLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeElasticLoadBalancersRequest",
"variableType" : "DescribeElasticLoadBalancersRequest",
"variableDeclarationType" : "DescribeElasticLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DescribeElasticLoadBalancersRequest",
"variableSetterType" : "DescribeElasticLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeElasticLoadBalancersResult",
"documentation" : "Contains the response to a DescribeElasticLoadBalancers
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeElasticLoadBalancersResult",
"asyncReturnType" : "DescribeElasticLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeElasticLoadBalancers"
},
"DescribeInstances" : {
"documentation" : "Requests a description of a set of instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeInstances",
"deprecated" : false,
"input" : {
"variableName" : "describeInstancesRequest",
"variableType" : "DescribeInstancesRequest",
"variableDeclarationType" : "DescribeInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeInstancesRequest",
"variableSetterType" : "DescribeInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstancesResult",
"documentation" : "Contains the response to a DescribeInstances
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeInstancesResult",
"asyncReturnType" : "DescribeInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeInstances"
},
"DescribeLayers" : {
"documentation" : "Requests a description of one or more layers in a specified stack.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeLayers",
"deprecated" : false,
"input" : {
"variableName" : "describeLayersRequest",
"variableType" : "DescribeLayersRequest",
"variableDeclarationType" : "DescribeLayersRequest",
"documentation" : "",
"simpleType" : "DescribeLayersRequest",
"variableSetterType" : "DescribeLayersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLayersResult",
"documentation" : "Contains the response to a DescribeLayers
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeLayersResult",
"asyncReturnType" : "DescribeLayersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeLayers"
},
"DescribeLoadBasedAutoScaling" : {
"documentation" : "Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeLoadBasedAutoScaling",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBasedAutoScalingRequest",
"variableType" : "DescribeLoadBasedAutoScalingRequest",
"variableDeclarationType" : "DescribeLoadBasedAutoScalingRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBasedAutoScalingRequest",
"variableSetterType" : "DescribeLoadBasedAutoScalingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBasedAutoScalingResult",
"documentation" : "Contains the response to a DescribeLoadBasedAutoScaling
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeLoadBasedAutoScalingResult",
"asyncReturnType" : "DescribeLoadBasedAutoScalingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeLoadBasedAutoScaling"
},
"DescribeMyUserProfile" : {
"documentation" : "Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeMyUserProfile",
"deprecated" : false,
"input" : {
"variableName" : "describeMyUserProfileRequest",
"variableType" : "DescribeMyUserProfileRequest",
"variableDeclarationType" : "DescribeMyUserProfileRequest",
"documentation" : null,
"simpleType" : "DescribeMyUserProfileRequest",
"variableSetterType" : "DescribeMyUserProfileRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeMyUserProfileResult",
"documentation" : "Contains the response to a DescribeMyUserProfile
request.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeMyUserProfileResult",
"asyncReturnType" : "DescribeMyUserProfileResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeMyUserProfile"
},
"DescribePermissions" : {
"documentation" : "Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribePermissions",
"deprecated" : false,
"input" : {
"variableName" : "describePermissionsRequest",
"variableType" : "DescribePermissionsRequest",
"variableDeclarationType" : "DescribePermissionsRequest",
"documentation" : "",
"simpleType" : "DescribePermissionsRequest",
"variableSetterType" : "DescribePermissionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribePermissionsResult",
"documentation" : "Contains the response to a DescribePermissions
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribePermissionsResult",
"asyncReturnType" : "DescribePermissionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describePermissions"
},
"DescribeRaidArrays" : {
"documentation" : "Describe an instance's RAID arrays.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeRaidArrays",
"deprecated" : false,
"input" : {
"variableName" : "describeRaidArraysRequest",
"variableType" : "DescribeRaidArraysRequest",
"variableDeclarationType" : "DescribeRaidArraysRequest",
"documentation" : "",
"simpleType" : "DescribeRaidArraysRequest",
"variableSetterType" : "DescribeRaidArraysRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeRaidArraysResult",
"documentation" : "Contains the response to a DescribeRaidArrays
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeRaidArraysResult",
"asyncReturnType" : "DescribeRaidArraysResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeRaidArrays"
},
"DescribeRdsDbInstances" : {
"documentation" : "Describes Amazon RDS instances.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeRdsDbInstances",
"deprecated" : false,
"input" : {
"variableName" : "describeRdsDbInstancesRequest",
"variableType" : "DescribeRdsDbInstancesRequest",
"variableDeclarationType" : "DescribeRdsDbInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeRdsDbInstancesRequest",
"variableSetterType" : "DescribeRdsDbInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeRdsDbInstancesResult",
"documentation" : "Contains the response to a DescribeRdsDbInstances
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeRdsDbInstancesResult",
"asyncReturnType" : "DescribeRdsDbInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeRdsDbInstances"
},
"DescribeServiceErrors" : {
"documentation" : "Describes AWS OpsWorks service errors.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeServiceErrors",
"deprecated" : false,
"input" : {
"variableName" : "describeServiceErrorsRequest",
"variableType" : "DescribeServiceErrorsRequest",
"variableDeclarationType" : "DescribeServiceErrorsRequest",
"documentation" : "",
"simpleType" : "DescribeServiceErrorsRequest",
"variableSetterType" : "DescribeServiceErrorsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeServiceErrorsResult",
"documentation" : "Contains the response to a DescribeServiceErrors
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeServiceErrorsResult",
"asyncReturnType" : "DescribeServiceErrorsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeServiceErrors"
},
"DescribeStackProvisioningParameters" : {
"documentation" : "Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeStackProvisioningParameters",
"deprecated" : false,
"input" : {
"variableName" : "describeStackProvisioningParametersRequest",
"variableType" : "DescribeStackProvisioningParametersRequest",
"variableDeclarationType" : "DescribeStackProvisioningParametersRequest",
"documentation" : "",
"simpleType" : "DescribeStackProvisioningParametersRequest",
"variableSetterType" : "DescribeStackProvisioningParametersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackProvisioningParametersResult",
"documentation" : "Contains the response to a DescribeStackProvisioningParameters
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeStackProvisioningParametersResult",
"asyncReturnType" : "DescribeStackProvisioningParametersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeStackProvisioningParameters"
},
"DescribeStackSummary" : {
"documentation" : "Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup
or online
.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeStackSummary",
"deprecated" : false,
"input" : {
"variableName" : "describeStackSummaryRequest",
"variableType" : "DescribeStackSummaryRequest",
"variableDeclarationType" : "DescribeStackSummaryRequest",
"documentation" : "",
"simpleType" : "DescribeStackSummaryRequest",
"variableSetterType" : "DescribeStackSummaryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackSummaryResult",
"documentation" : "Contains the response to a DescribeStackSummary
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeStackSummaryResult",
"asyncReturnType" : "DescribeStackSummaryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeStackSummary"
},
"DescribeStacks" : {
"documentation" : "Requests a description of one or more stacks.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeStacks",
"deprecated" : false,
"input" : {
"variableName" : "describeStacksRequest",
"variableType" : "DescribeStacksRequest",
"variableDeclarationType" : "DescribeStacksRequest",
"documentation" : "",
"simpleType" : "DescribeStacksRequest",
"variableSetterType" : "DescribeStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStacksResult",
"documentation" : "Contains the response to a DescribeStacks
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeStacksResult",
"asyncReturnType" : "DescribeStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeStacks"
},
"DescribeTimeBasedAutoScaling" : {
"documentation" : "Describes time-based auto scaling configurations for specified instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeTimeBasedAutoScaling",
"deprecated" : false,
"input" : {
"variableName" : "describeTimeBasedAutoScalingRequest",
"variableType" : "DescribeTimeBasedAutoScalingRequest",
"variableDeclarationType" : "DescribeTimeBasedAutoScalingRequest",
"documentation" : "",
"simpleType" : "DescribeTimeBasedAutoScalingRequest",
"variableSetterType" : "DescribeTimeBasedAutoScalingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTimeBasedAutoScalingResult",
"documentation" : "Contains the response to a DescribeTimeBasedAutoScaling
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeTimeBasedAutoScalingResult",
"asyncReturnType" : "DescribeTimeBasedAutoScalingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeTimeBasedAutoScaling"
},
"DescribeUserProfiles" : {
"documentation" : "Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeUserProfiles",
"deprecated" : false,
"input" : {
"variableName" : "describeUserProfilesRequest",
"variableType" : "DescribeUserProfilesRequest",
"variableDeclarationType" : "DescribeUserProfilesRequest",
"documentation" : "",
"simpleType" : "DescribeUserProfilesRequest",
"variableSetterType" : "DescribeUserProfilesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeUserProfilesResult",
"documentation" : "Contains the response to a DescribeUserProfiles
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeUserProfilesResult",
"asyncReturnType" : "DescribeUserProfilesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeUserProfiles"
},
"DescribeVolumes" : {
"documentation" : "Describes an instance's Amazon EBS volumes.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DescribeVolumes",
"deprecated" : false,
"input" : {
"variableName" : "describeVolumesRequest",
"variableType" : "DescribeVolumesRequest",
"variableDeclarationType" : "DescribeVolumesRequest",
"documentation" : "",
"simpleType" : "DescribeVolumesRequest",
"variableSetterType" : "DescribeVolumesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeVolumesResult",
"documentation" : "Contains the response to a DescribeVolumes
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeVolumesResult",
"asyncReturnType" : "DescribeVolumesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeVolumes"
},
"DetachElasticLoadBalancer" : {
"documentation" : "Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DetachElasticLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "detachElasticLoadBalancerRequest",
"variableType" : "DetachElasticLoadBalancerRequest",
"variableDeclarationType" : "DetachElasticLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DetachElasticLoadBalancerRequest",
"variableSetterType" : "DetachElasticLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachElasticLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DetachElasticLoadBalancerResult",
"asyncReturnType" : "DetachElasticLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "detachElasticLoadBalancer"
},
"DisassociateElasticIp" : {
"documentation" : "Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "DisassociateElasticIp",
"deprecated" : false,
"input" : {
"variableName" : "disassociateElasticIpRequest",
"variableType" : "DisassociateElasticIpRequest",
"variableDeclarationType" : "DisassociateElasticIpRequest",
"documentation" : "",
"simpleType" : "DisassociateElasticIpRequest",
"variableSetterType" : "DisassociateElasticIpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisassociateElasticIpResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DisassociateElasticIpResult",
"asyncReturnType" : "DisassociateElasticIpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "disassociateElasticIp"
},
"GetHostnameSuggestion" : {
"documentation" : "Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "GetHostnameSuggestion",
"deprecated" : false,
"input" : {
"variableName" : "getHostnameSuggestionRequest",
"variableType" : "GetHostnameSuggestionRequest",
"variableDeclarationType" : "GetHostnameSuggestionRequest",
"documentation" : "",
"simpleType" : "GetHostnameSuggestionRequest",
"variableSetterType" : "GetHostnameSuggestionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetHostnameSuggestionResult",
"documentation" : "Contains the response to a GetHostnameSuggestion
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetHostnameSuggestionResult",
"asyncReturnType" : "GetHostnameSuggestionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getHostnameSuggestion"
},
"GrantAccess" : {
"documentation" : " This action can be used only with Windows stacks.
Grants RDP access to a Windows instance for a specified time period.
",
"operationName" : "GrantAccess",
"deprecated" : false,
"input" : {
"variableName" : "grantAccessRequest",
"variableType" : "GrantAccessRequest",
"variableDeclarationType" : "GrantAccessRequest",
"documentation" : "",
"simpleType" : "GrantAccessRequest",
"variableSetterType" : "GrantAccessRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GrantAccessResult",
"documentation" : "Contains the response to a GrantAccess
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GrantAccessResult",
"asyncReturnType" : "GrantAccessResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "grantAccess"
},
"RebootInstance" : {
"documentation" : "Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RebootInstance",
"deprecated" : false,
"input" : {
"variableName" : "rebootInstanceRequest",
"variableType" : "RebootInstanceRequest",
"variableDeclarationType" : "RebootInstanceRequest",
"documentation" : "",
"simpleType" : "RebootInstanceRequest",
"variableSetterType" : "RebootInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RebootInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RebootInstanceResult",
"asyncReturnType" : "RebootInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "rebootInstance"
},
"RegisterEcsCluster" : {
"documentation" : "Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RegisterEcsCluster",
"deprecated" : false,
"input" : {
"variableName" : "registerEcsClusterRequest",
"variableType" : "RegisterEcsClusterRequest",
"variableDeclarationType" : "RegisterEcsClusterRequest",
"documentation" : "",
"simpleType" : "RegisterEcsClusterRequest",
"variableSetterType" : "RegisterEcsClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterEcsClusterResult",
"documentation" : "Contains the response to a RegisterEcsCluster
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RegisterEcsClusterResult",
"asyncReturnType" : "RegisterEcsClusterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerEcsCluster"
},
"RegisterElasticIp" : {
"documentation" : "Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RegisterElasticIp",
"deprecated" : false,
"input" : {
"variableName" : "registerElasticIpRequest",
"variableType" : "RegisterElasticIpRequest",
"variableDeclarationType" : "RegisterElasticIpRequest",
"documentation" : "",
"simpleType" : "RegisterElasticIpRequest",
"variableSetterType" : "RegisterElasticIpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterElasticIpResult",
"documentation" : "Contains the response to a RegisterElasticIp
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RegisterElasticIpResult",
"asyncReturnType" : "RegisterElasticIpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerElasticIp"
},
"RegisterInstance" : {
"documentation" : "Registers instances with a specified stack that were created outside of AWS OpsWorks.
We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. RegisterInstance
handles only the second step. You should instead use the AWS CLI register
command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RegisterInstance",
"deprecated" : false,
"input" : {
"variableName" : "registerInstanceRequest",
"variableType" : "RegisterInstanceRequest",
"variableDeclarationType" : "RegisterInstanceRequest",
"documentation" : "",
"simpleType" : "RegisterInstanceRequest",
"variableSetterType" : "RegisterInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterInstanceResult",
"documentation" : "Contains the response to a RegisterInstanceResult
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RegisterInstanceResult",
"asyncReturnType" : "RegisterInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerInstance"
},
"RegisterRdsDbInstance" : {
"documentation" : "Registers an Amazon RDS instance with a stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RegisterRdsDbInstance",
"deprecated" : false,
"input" : {
"variableName" : "registerRdsDbInstanceRequest",
"variableType" : "RegisterRdsDbInstanceRequest",
"variableDeclarationType" : "RegisterRdsDbInstanceRequest",
"documentation" : "",
"simpleType" : "RegisterRdsDbInstanceRequest",
"variableSetterType" : "RegisterRdsDbInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterRdsDbInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RegisterRdsDbInstanceResult",
"asyncReturnType" : "RegisterRdsDbInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerRdsDbInstance"
},
"RegisterVolume" : {
"documentation" : "Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "RegisterVolume",
"deprecated" : false,
"input" : {
"variableName" : "registerVolumeRequest",
"variableType" : "RegisterVolumeRequest",
"variableDeclarationType" : "RegisterVolumeRequest",
"documentation" : "",
"simpleType" : "RegisterVolumeRequest",
"variableSetterType" : "RegisterVolumeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterVolumeResult",
"documentation" : "Contains the response to a RegisterVolume
request.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RegisterVolumeResult",
"asyncReturnType" : "RegisterVolumeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerVolume"
},
"SetLoadBasedAutoScaling" : {
"documentation" : "Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.
To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "SetLoadBasedAutoScaling",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBasedAutoScalingRequest",
"variableType" : "SetLoadBasedAutoScalingRequest",
"variableDeclarationType" : "SetLoadBasedAutoScalingRequest",
"documentation" : "",
"simpleType" : "SetLoadBasedAutoScalingRequest",
"variableSetterType" : "SetLoadBasedAutoScalingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBasedAutoScalingResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "SetLoadBasedAutoScalingResult",
"asyncReturnType" : "SetLoadBasedAutoScalingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "setLoadBasedAutoScaling"
},
"SetPermission" : {
"documentation" : "Specifies a user's permissions. For more information, see Security and Permissions.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "SetPermission",
"deprecated" : false,
"input" : {
"variableName" : "setPermissionRequest",
"variableType" : "SetPermissionRequest",
"variableDeclarationType" : "SetPermissionRequest",
"documentation" : "",
"simpleType" : "SetPermissionRequest",
"variableSetterType" : "SetPermissionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetPermissionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "SetPermissionResult",
"asyncReturnType" : "SetPermissionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "setPermission"
},
"SetTimeBasedAutoScaling" : {
"documentation" : "Specify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "SetTimeBasedAutoScaling",
"deprecated" : false,
"input" : {
"variableName" : "setTimeBasedAutoScalingRequest",
"variableType" : "SetTimeBasedAutoScalingRequest",
"variableDeclarationType" : "SetTimeBasedAutoScalingRequest",
"documentation" : "",
"simpleType" : "SetTimeBasedAutoScalingRequest",
"variableSetterType" : "SetTimeBasedAutoScalingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetTimeBasedAutoScalingResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "SetTimeBasedAutoScalingResult",
"asyncReturnType" : "SetTimeBasedAutoScalingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "setTimeBasedAutoScaling"
},
"StartInstance" : {
"documentation" : "Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "StartInstance",
"deprecated" : false,
"input" : {
"variableName" : "startInstanceRequest",
"variableType" : "StartInstanceRequest",
"variableDeclarationType" : "StartInstanceRequest",
"documentation" : "",
"simpleType" : "StartInstanceRequest",
"variableSetterType" : "StartInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StartInstanceResult",
"asyncReturnType" : "StartInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "startInstance"
},
"StartStack" : {
"documentation" : "Starts a stack's instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "StartStack",
"deprecated" : false,
"input" : {
"variableName" : "startStackRequest",
"variableType" : "StartStackRequest",
"variableDeclarationType" : "StartStackRequest",
"documentation" : "",
"simpleType" : "StartStackRequest",
"variableSetterType" : "StartStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartStackResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StartStackResult",
"asyncReturnType" : "StartStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "startStack"
},
"StopInstance" : {
"documentation" : "Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "StopInstance",
"deprecated" : false,
"input" : {
"variableName" : "stopInstanceRequest",
"variableType" : "StopInstanceRequest",
"variableDeclarationType" : "StopInstanceRequest",
"documentation" : "",
"simpleType" : "StopInstanceRequest",
"variableSetterType" : "StopInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StopInstanceResult",
"asyncReturnType" : "StopInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "stopInstance"
},
"StopStack" : {
"documentation" : "Stops a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "StopStack",
"deprecated" : false,
"input" : {
"variableName" : "stopStackRequest",
"variableType" : "StopStackRequest",
"variableDeclarationType" : "StopStackRequest",
"documentation" : "",
"simpleType" : "StopStackRequest",
"variableSetterType" : "StopStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopStackResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StopStackResult",
"asyncReturnType" : "StopStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "stopStack"
},
"UnassignInstance" : {
"documentation" : "Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UnassignInstance",
"deprecated" : false,
"input" : {
"variableName" : "unassignInstanceRequest",
"variableType" : "UnassignInstanceRequest",
"variableDeclarationType" : "UnassignInstanceRequest",
"documentation" : "",
"simpleType" : "UnassignInstanceRequest",
"variableSetterType" : "UnassignInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UnassignInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UnassignInstanceResult",
"asyncReturnType" : "UnassignInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "unassignInstance"
},
"UnassignVolume" : {
"documentation" : "Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UnassignVolume",
"deprecated" : false,
"input" : {
"variableName" : "unassignVolumeRequest",
"variableType" : "UnassignVolumeRequest",
"variableDeclarationType" : "UnassignVolumeRequest",
"documentation" : "",
"simpleType" : "UnassignVolumeRequest",
"variableSetterType" : "UnassignVolumeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UnassignVolumeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UnassignVolumeResult",
"asyncReturnType" : "UnassignVolumeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "unassignVolume"
},
"UpdateApp" : {
"documentation" : "Updates a specified app.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateApp",
"deprecated" : false,
"input" : {
"variableName" : "updateAppRequest",
"variableType" : "UpdateAppRequest",
"variableDeclarationType" : "UpdateAppRequest",
"documentation" : "",
"simpleType" : "UpdateAppRequest",
"variableSetterType" : "UpdateAppRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAppResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateAppResult",
"asyncReturnType" : "UpdateAppResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateApp"
},
"UpdateElasticIp" : {
"documentation" : "Updates a registered Elastic IP address's name. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateElasticIp",
"deprecated" : false,
"input" : {
"variableName" : "updateElasticIpRequest",
"variableType" : "UpdateElasticIpRequest",
"variableDeclarationType" : "UpdateElasticIpRequest",
"documentation" : "",
"simpleType" : "UpdateElasticIpRequest",
"variableSetterType" : "UpdateElasticIpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateElasticIpResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateElasticIpResult",
"asyncReturnType" : "UpdateElasticIpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateElasticIp"
},
"UpdateInstance" : {
"documentation" : "Updates a specified instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateInstance",
"deprecated" : false,
"input" : {
"variableName" : "updateInstanceRequest",
"variableType" : "UpdateInstanceRequest",
"variableDeclarationType" : "UpdateInstanceRequest",
"documentation" : "",
"simpleType" : "UpdateInstanceRequest",
"variableSetterType" : "UpdateInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateInstanceResult",
"asyncReturnType" : "UpdateInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateInstance"
},
"UpdateLayer" : {
"documentation" : "Updates a specified layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateLayer",
"deprecated" : false,
"input" : {
"variableName" : "updateLayerRequest",
"variableType" : "UpdateLayerRequest",
"variableDeclarationType" : "UpdateLayerRequest",
"documentation" : "",
"simpleType" : "UpdateLayerRequest",
"variableSetterType" : "UpdateLayerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateLayerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateLayerResult",
"asyncReturnType" : "UpdateLayerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateLayer"
},
"UpdateMyUserProfile" : {
"documentation" : "Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateMyUserProfile",
"deprecated" : false,
"input" : {
"variableName" : "updateMyUserProfileRequest",
"variableType" : "UpdateMyUserProfileRequest",
"variableDeclarationType" : "UpdateMyUserProfileRequest",
"documentation" : "",
"simpleType" : "UpdateMyUserProfileRequest",
"variableSetterType" : "UpdateMyUserProfileRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateMyUserProfileResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateMyUserProfileResult",
"asyncReturnType" : "UpdateMyUserProfileResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateMyUserProfile"
},
"UpdateRdsDbInstance" : {
"documentation" : "Updates an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateRdsDbInstance",
"deprecated" : false,
"input" : {
"variableName" : "updateRdsDbInstanceRequest",
"variableType" : "UpdateRdsDbInstanceRequest",
"variableDeclarationType" : "UpdateRdsDbInstanceRequest",
"documentation" : "",
"simpleType" : "UpdateRdsDbInstanceRequest",
"variableSetterType" : "UpdateRdsDbInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateRdsDbInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateRdsDbInstanceResult",
"asyncReturnType" : "UpdateRdsDbInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateRdsDbInstance"
},
"UpdateStack" : {
"documentation" : "Updates a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateStack",
"deprecated" : false,
"input" : {
"variableName" : "updateStackRequest",
"variableType" : "UpdateStackRequest",
"variableDeclarationType" : "UpdateStackRequest",
"documentation" : "",
"simpleType" : "UpdateStackRequest",
"variableSetterType" : "UpdateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateStackResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateStackResult",
"asyncReturnType" : "UpdateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateStack"
},
"UpdateUserProfile" : {
"documentation" : "Updates a specified user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateUserProfile",
"deprecated" : false,
"input" : {
"variableName" : "updateUserProfileRequest",
"variableType" : "UpdateUserProfileRequest",
"variableDeclarationType" : "UpdateUserProfileRequest",
"documentation" : "",
"simpleType" : "UpdateUserProfileRequest",
"variableSetterType" : "UpdateUserProfileRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateUserProfileResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateUserProfileResult",
"asyncReturnType" : "UpdateUserProfileResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateUserProfile"
},
"UpdateVolume" : {
"documentation" : "Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
",
"operationName" : "UpdateVolume",
"deprecated" : false,
"input" : {
"variableName" : "updateVolumeRequest",
"variableType" : "UpdateVolumeRequest",
"variableDeclarationType" : "UpdateVolumeRequest",
"documentation" : "",
"simpleType" : "UpdateVolumeRequest",
"variableSetterType" : "UpdateVolumeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateVolumeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "Indicates that a request was not valid.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Indicates that a resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateVolumeResult",
"asyncReturnType" : "UpdateVolumeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateVolume"
}
},
"shapes" : {
"App" : {
"c2jName" : "App",
"documentation" : "A description of the app.
",
"shapeName" : "App",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The app ID.
",
"name" : "AppId",
"c2jName" : "AppId",
"c2jShape" : "String",
"variable" : {
"variableName" : "appId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The app ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "appId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AppId",
"marshallLocationName" : "AppId",
"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 app ID.
\n@param appId The app ID.*/",
"getterDocumentation" : "/**The app ID.
\n@return The app ID.*/",
"fluentSetterDocumentation" : "/**The app ID.
\n@param appId The app ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app ID.
\n@param appId The app ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app stack ID.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "String",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The app stack ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"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 app stack ID.
\n@param stackId The app stack ID.*/",
"getterDocumentation" : "/**The app stack ID.
\n@return The app stack ID.*/",
"fluentSetterDocumentation" : "/**The app stack ID.
\n@param stackId The app stack ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app stack ID.
\n@param stackId The app stack ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app's short name.
",
"name" : "Shortname",
"c2jName" : "Shortname",
"c2jShape" : "String",
"variable" : {
"variableName" : "shortname",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The app's short name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "shortname",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Shortname",
"marshallLocationName" : "Shortname",
"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 app's short name.
\n@param shortname The app's short name.*/",
"getterDocumentation" : "/**The app's short name.
\n@return The app's short name.*/",
"fluentSetterDocumentation" : "/**The app's short name.
\n@param shortname The app's short name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app's short name.
\n@param shortname The app's short name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app name.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The app name.
",
"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 app name.
\n@param name The app name.*/",
"getterDocumentation" : "/**The app name.
\n@return The app name.*/",
"fluentSetterDocumentation" : "/**The app name.
\n@param name The app name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app name.
\n@param name The app name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description of the app.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "String",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the app.
",
"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 description of the app.
\n@param description A description of the app.*/",
"getterDocumentation" : "/**A description of the app.
\n@return A description of the app.*/",
"fluentSetterDocumentation" : "/**A description of the app.
\n@param description A description of the app.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the app.
\n@param description A description of the app.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app's data sources.
",
"name" : "DataSources",
"c2jName" : "DataSources",
"c2jShape" : "DataSources",
"variable" : {
"variableName" : "dataSources",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The app's data sources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "dataSources",
"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" : "DataSources",
"marshallLocationName" : "DataSources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DataSource",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DataSource",
"variable" : {
"variableName" : "member",
"variableType" : "DataSource",
"variableDeclarationType" : "DataSource",
"documentation" : "",
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DataSource",
"variableDeclarationType" : "DataSource",
"documentation" : "",
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"getterModel" : {
"returnType" : "DataSource",
"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" : "DataSource",
"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 app's data sources.
\n@param dataSources The app's data sources.*/",
"getterDocumentation" : "/**The app's data sources.
\n@return The app's data sources.*/",
"fluentSetterDocumentation" : "/**The app's data sources.
\n@param dataSources The app's data sources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app's data sources.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDataSources(java.util.Collection)} or {@link #withDataSources(java.util.Collection)} if you want to override the existing values.
\n@param dataSources The app's data sources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app type.
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "AppType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The app type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"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" : "AppType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The app type.
\n@param type The app type.\n@see AppType*/",
"getterDocumentation" : "/**The app type.
\n@return The app type.\n@see AppType*/",
"fluentSetterDocumentation" : "/**The app type.
\n@param type The app type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppType*/",
"varargSetterDocumentation" : "/**The app type.
\n@param type The app type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppType*/"
}, {
"documentation" : "A Source
object that describes the app repository.
",
"name" : "AppSource",
"c2jName" : "AppSource",
"c2jShape" : "Source",
"variable" : {
"variableName" : "appSource",
"variableType" : "Source",
"variableDeclarationType" : "Source",
"documentation" : "A Source
object that describes the app repository.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"setterModel" : {
"variableName" : "appSource",
"variableType" : "Source",
"variableDeclarationType" : "Source",
"documentation" : "",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AppSource",
"marshallLocationName" : "AppSource",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A Source
object that describes the app repository.
\n@param appSource A Source
object that describes the app repository.*/",
"getterDocumentation" : "/**A Source
object that describes the app repository.
\n@return A Source
object that describes the app repository.*/",
"fluentSetterDocumentation" : "/**A Source
object that describes the app repository.
\n@param appSource A Source
object that describes the app repository.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A Source
object that describes the app repository.
\n@param appSource A Source
object that describes the app repository.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
",
"name" : "Domains",
"c2jName" : "Domains",
"c2jShape" : "Strings",
"variable" : {
"variableName" : "domains",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "domains",
"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" : "Domains",
"marshallLocationName" : "Domains",
"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" : "String",
"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 app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\n@param domains The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
*/",
"getterDocumentation" : "/**The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\n@return The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
*/",
"fluentSetterDocumentation" : "/**The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\n@param domains The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDomains(java.util.Collection)} or {@link #withDomains(java.util.Collection)} if you want to override the existing values.
\n@param domains The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Whether to enable SSL for the app.
",
"name" : "EnableSsl",
"c2jName" : "EnableSsl",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "enableSsl",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to enable SSL for the app.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "enableSsl",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EnableSsl",
"marshallLocationName" : "EnableSsl",
"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" : "/**Whether to enable SSL for the app.
\n@param enableSsl Whether to enable SSL for the app.*/",
"getterDocumentation" : "/**Whether to enable SSL for the app.
\n@return Whether to enable SSL for the app.*/",
"fluentSetterDocumentation" : "/**Whether to enable SSL for the app.
\n@param enableSsl Whether to enable SSL for the app.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Whether to enable SSL for the app.
\n@param enableSsl Whether to enable SSL for the app.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An SslConfiguration
object with the SSL configuration.
",
"name" : "SslConfiguration",
"c2jName" : "SslConfiguration",
"c2jShape" : "SslConfiguration",
"variable" : {
"variableName" : "sslConfiguration",
"variableType" : "SslConfiguration",
"variableDeclarationType" : "SslConfiguration",
"documentation" : "An SslConfiguration
object with the SSL configuration.
",
"simpleType" : "SslConfiguration",
"variableSetterType" : "SslConfiguration"
},
"setterModel" : {
"variableName" : "sslConfiguration",
"variableType" : "SslConfiguration",
"variableDeclarationType" : "SslConfiguration",
"documentation" : "",
"simpleType" : "SslConfiguration",
"variableSetterType" : "SslConfiguration"
},
"getterModel" : {
"returnType" : "SslConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SslConfiguration",
"marshallLocationName" : "SslConfiguration",
"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" : "/**An SslConfiguration
object with the SSL configuration.
\n@param sslConfiguration An SslConfiguration
object with the SSL configuration.*/",
"getterDocumentation" : "/**An SslConfiguration
object with the SSL configuration.
\n@return An SslConfiguration
object with the SSL configuration.*/",
"fluentSetterDocumentation" : "/**An SslConfiguration
object with the SSL configuration.
\n@param sslConfiguration An SslConfiguration
object with the SSL configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An SslConfiguration
object with the SSL configuration.
\n@param sslConfiguration An SslConfiguration
object with the SSL configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The stack attributes.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "AppAttributes",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "The stack attributes.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"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" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : {
"documentation" : "",
"name" : "Key",
"c2jName" : "key",
"c2jShape" : "AppAttributesKeys",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "key",
"marshallLocationName" : "key",
"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" : "AppAttributesKeys",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param key \n@see AppAttributesKeys*/",
"getterDocumentation" : "/**\n@return \n@see AppAttributesKeys*/",
"fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see AppAttributesKeys*/",
"varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see AppAttributesKeys*/"
},
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**The stack attributes.
\n@param attributes The stack attributes.*/",
"getterDocumentation" : "/**The stack attributes.
\n@return The stack attributes.*/",
"fluentSetterDocumentation" : "/**The stack attributes.
\n@param attributes The stack attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The stack attributes.
\n@param attributes The stack attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "When the app was created.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "String",
"variable" : {
"variableName" : "createdAt",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "When the app was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"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" : "/**When the app was created.
\n@param createdAt When the app was created.*/",
"getterDocumentation" : "/**When the app was created.
\n@return When the app was created.*/",
"fluentSetterDocumentation" : "/**When the app was created.
\n@param createdAt When the app was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When the app was created.
\n@param createdAt When the app was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An array of EnvironmentVariable
objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances. For more information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variable names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an \"Environment: is too large (maximum is 10KB)\" message.
",
"name" : "Environment",
"c2jName" : "Environment",
"c2jShape" : "EnvironmentVariables",
"variable" : {
"variableName" : "environment",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of EnvironmentVariable
objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances. For more information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variable names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an \"Environment: is too large (maximum is 10KB)\" message.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "environment",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List