
models.cloudformation-2010-05-15-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cloudformation Show documentation
{
"metadata" : {
"apiVersion" : "2010-05-15",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "AWS CloudFormation AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure.
With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.
For more information about this product, go to the CloudFormation Product Page.
Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at http://docs.aws.amazon.com/.
",
"defaultEndpoint" : "https://cloudformation.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "cloudformation.us-east-1.amazonaws.com",
"syncInterface" : "AmazonCloudFormation",
"syncClient" : "AmazonCloudFormationClient",
"asyncInterface" : "AmazonCloudFormationAsync",
"asyncClient" : "AmazonCloudFormationAsyncClient",
"packageName" : "com.amazonaws.services.cloudformation",
"packagePath" : "com/amazonaws/services/cloudformation",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS CloudFormation",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "cloudformation",
"signingName" : "cloudformation",
"xmlProtocol" : true,
"jsonProtocol" : false,
"serviceName" : "AWS CloudFormation",
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
},
"operations" : {
"CancelUpdateStack" : {
"documentation" : "Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.
",
"operationName" : "CancelUpdateStack",
"deprecated" : false,
"input" : {
"variableName" : "cancelUpdateStackRequest",
"variableType" : "CancelUpdateStackRequest",
"variableDeclarationType" : "CancelUpdateStackRequest",
"documentation" : "The input for the CancelUpdateStack action.
",
"simpleType" : "CancelUpdateStackRequest",
"variableSetterType" : "CancelUpdateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CancelUpdateStackResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "cancelUpdateStack",
"authenticated" : true,
"syncReturnType" : "CancelUpdateStackResult",
"asyncReturnType" : "CancelUpdateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ContinueUpdateRollback" : {
"documentation" : "For a specified stack that is in the UPDATE_ROLLBACK_FAILED
state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE
state. Depending on the cause of the failure, you can manually fix the error and continue the rollback. By continuing the rollback, you can return your stack to a working state (the UPDATE_ROLLBACK_COMPLETE
state), and then try to update the stack again.
A stack goes into the UPDATE_ROLLBACK_FAILED
state when AWS CloudFormation cannot roll back all changes after a failed stack update. For example, you might have a stack that is rolling back to an old database instance that was deleted outside of AWS CloudFormation. Because AWS CloudFormation doesn't know the database was deleted, it assumes that the database instance still exists and attempts to roll back to it, causing the update rollback to fail.
",
"operationName" : "ContinueUpdateRollback",
"deprecated" : false,
"input" : {
"variableName" : "continueUpdateRollbackRequest",
"variableType" : "ContinueUpdateRollbackRequest",
"variableDeclarationType" : "ContinueUpdateRollbackRequest",
"documentation" : "The input for the ContinueUpdateRollback action.
",
"simpleType" : "ContinueUpdateRollbackRequest",
"variableSetterType" : "ContinueUpdateRollbackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ContinueUpdateRollbackResult",
"documentation" : "The output for a ContinueUpdateRollback action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "continueUpdateRollback",
"authenticated" : true,
"syncReturnType" : "ContinueUpdateRollbackResult",
"asyncReturnType" : "ContinueUpdateRollbackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateChangeSet" : {
"documentation" : "Creates a list of changes for a stack. AWS CloudFormation generates the change set by comparing the stack's information with the information that you submit. A change set can help you understand which resources AWS CloudFormation will change and how it will change them before you update your stack. Change sets allow you to check before you make a change so that you don't delete or replace critical resources.
AWS CloudFormation doesn't make any changes to the stack when you create a change set. To make the specified changes, you must execute the change set by using the ExecuteChangeSet action.
After the call successfully completes, AWS CloudFormation starts creating the change set. To check the status of the change set, use the DescribeChangeSet action.
",
"operationName" : "CreateChangeSet",
"deprecated" : false,
"input" : {
"variableName" : "createChangeSetRequest",
"variableType" : "CreateChangeSetRequest",
"variableDeclarationType" : "CreateChangeSetRequest",
"documentation" : "The input for the CreateChangeSet action.
",
"simpleType" : "CreateChangeSetRequest",
"variableSetterType" : "CreateChangeSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateChangeSetResult",
"documentation" : "The output for the CreateChangeSet action.
"
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Resource with the name requested already exists.
"
}, {
"exceptionName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Quota for the resource has already been reached.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createChangeSet",
"authenticated" : true,
"syncReturnType" : "CreateChangeSetResult",
"asyncReturnType" : "CreateChangeSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateStack" : {
"documentation" : "Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.
",
"operationName" : "CreateStack",
"deprecated" : false,
"input" : {
"variableName" : "createStackRequest",
"variableType" : "CreateStackRequest",
"variableDeclarationType" : "CreateStackRequest",
"documentation" : "The input for CreateStack action.
",
"simpleType" : "CreateStackRequest",
"variableSetterType" : "CreateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateStackResult",
"documentation" : "The output for a CreateStack action.
"
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Quota for the resource has already been reached.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Resource with the name requested already exists.
"
}, {
"exceptionName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createStack",
"authenticated" : true,
"syncReturnType" : "CreateStackResult",
"asyncReturnType" : "CreateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteChangeSet" : {
"documentation" : "Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
If the call successfully completes, AWS CloudFormation successfully deleted the change set.
",
"operationName" : "DeleteChangeSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteChangeSetRequest",
"variableType" : "DeleteChangeSetRequest",
"variableDeclarationType" : "DeleteChangeSetRequest",
"documentation" : "The input for the DeleteChangeSet action.
",
"simpleType" : "DeleteChangeSetRequest",
"variableSetterType" : "DeleteChangeSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteChangeSetResult",
"documentation" : "The output for the DeleteChangeSet action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidChangeSetStatusException",
"documentation" : "The specified change set cannot be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS
or the stack status might be UPDATE_IN_PROGRESS
.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteChangeSet",
"authenticated" : true,
"syncReturnType" : "DeleteChangeSetResult",
"asyncReturnType" : "DeleteChangeSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteStack" : {
"documentation" : "Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
",
"operationName" : "DeleteStack",
"deprecated" : false,
"input" : {
"variableName" : "deleteStackRequest",
"variableType" : "DeleteStackRequest",
"variableDeclarationType" : "DeleteStackRequest",
"documentation" : "The input for DeleteStack action.
",
"simpleType" : "DeleteStackRequest",
"variableSetterType" : "DeleteStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteStackResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteStack",
"authenticated" : true,
"syncReturnType" : "DeleteStackResult",
"asyncReturnType" : "DeleteStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeAccountLimits" : {
"documentation" : "Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
",
"operationName" : "DescribeAccountLimits",
"deprecated" : false,
"input" : {
"variableName" : "describeAccountLimitsRequest",
"variableType" : "DescribeAccountLimitsRequest",
"variableDeclarationType" : "DescribeAccountLimitsRequest",
"documentation" : "The input for the DescribeAccountLimits action.
",
"simpleType" : "DescribeAccountLimitsRequest",
"variableSetterType" : "DescribeAccountLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAccountLimitsResult",
"documentation" : "The output for the DescribeAccountLimits action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAccountLimits",
"authenticated" : true,
"syncReturnType" : "DescribeAccountLimitsResult",
"asyncReturnType" : "DescribeAccountLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeChangeSet" : {
"documentation" : "Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set. For more information, see Updating Stacks Using Change Sets in the AWS CloudFormation User Guide.
",
"operationName" : "DescribeChangeSet",
"deprecated" : false,
"input" : {
"variableName" : "describeChangeSetRequest",
"variableType" : "DescribeChangeSetRequest",
"variableDeclarationType" : "DescribeChangeSetRequest",
"documentation" : "The input for the DescribeChangeSet action.
",
"simpleType" : "DescribeChangeSetRequest",
"variableSetterType" : "DescribeChangeSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeChangeSetResult",
"documentation" : "The output for the DescribeChangeSet action.
"
},
"exceptions" : [ {
"exceptionName" : "ChangeSetNotFoundException",
"documentation" : "The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets
action.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeChangeSet",
"authenticated" : true,
"syncReturnType" : "DescribeChangeSetResult",
"asyncReturnType" : "DescribeChangeSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeStackEvents" : {
"documentation" : "Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
",
"operationName" : "DescribeStackEvents",
"deprecated" : false,
"input" : {
"variableName" : "describeStackEventsRequest",
"variableType" : "DescribeStackEventsRequest",
"variableDeclarationType" : "DescribeStackEventsRequest",
"documentation" : "The input for DescribeStackEvents action.
",
"simpleType" : "DescribeStackEventsRequest",
"variableSetterType" : "DescribeStackEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackEventsResult",
"documentation" : "The output for a DescribeStackEvents action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeStackEvents",
"authenticated" : true,
"syncReturnType" : "DescribeStackEventsResult",
"asyncReturnType" : "DescribeStackEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeStackResource" : {
"documentation" : "Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
",
"operationName" : "DescribeStackResource",
"deprecated" : false,
"input" : {
"variableName" : "describeStackResourceRequest",
"variableType" : "DescribeStackResourceRequest",
"variableDeclarationType" : "DescribeStackResourceRequest",
"documentation" : "The input for DescribeStackResource action.
",
"simpleType" : "DescribeStackResourceRequest",
"variableSetterType" : "DescribeStackResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackResourceResult",
"documentation" : "The output for a DescribeStackResource action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeStackResource",
"authenticated" : true,
"syncReturnType" : "DescribeStackResourceResult",
"asyncReturnType" : "DescribeStackResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeStackResources" : {
"documentation" : "Returns AWS resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources
instead.
For deleted stacks, DescribeStackResources
returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName
or PhysicalResourceId
, but not both. In addition, you can specify LogicalResourceId
to filter the returned result. For more information about resources, the LogicalResourceId
and PhysicalResourceId
, go to the AWS CloudFormation User Guide.
A ValidationError
is returned if you specify both StackName
and PhysicalResourceId
in the same request.
",
"operationName" : "DescribeStackResources",
"deprecated" : false,
"input" : {
"variableName" : "describeStackResourcesRequest",
"variableType" : "DescribeStackResourcesRequest",
"variableDeclarationType" : "DescribeStackResourcesRequest",
"documentation" : "The input for DescribeStackResources action.
",
"simpleType" : "DescribeStackResourcesRequest",
"variableSetterType" : "DescribeStackResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackResourcesResult",
"documentation" : "The output for a DescribeStackResources action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeStackResources",
"authenticated" : true,
"syncReturnType" : "DescribeStackResourcesResult",
"asyncReturnType" : "DescribeStackResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeStacks" : {
"documentation" : "Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
",
"operationName" : "DescribeStacks",
"deprecated" : false,
"input" : {
"variableName" : "describeStacksRequest",
"variableType" : "DescribeStacksRequest",
"variableDeclarationType" : "DescribeStacksRequest",
"documentation" : "The input for DescribeStacks action.
",
"simpleType" : "DescribeStacksRequest",
"variableSetterType" : "DescribeStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStacksResult",
"documentation" : "The output for a DescribeStacks action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeStacks",
"authenticated" : true,
"syncReturnType" : "DescribeStacksResult",
"asyncReturnType" : "DescribeStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"EstimateTemplateCost" : {
"documentation" : "Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"operationName" : "EstimateTemplateCost",
"deprecated" : false,
"input" : {
"variableName" : "estimateTemplateCostRequest",
"variableType" : "EstimateTemplateCostRequest",
"variableDeclarationType" : "EstimateTemplateCostRequest",
"documentation" : "The input for an EstimateTemplateCost action.
",
"simpleType" : "EstimateTemplateCostRequest",
"variableSetterType" : "EstimateTemplateCostRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EstimateTemplateCostResult",
"documentation" : "The output for a EstimateTemplateCost action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "estimateTemplateCost",
"authenticated" : true,
"syncReturnType" : "EstimateTemplateCostResult",
"asyncReturnType" : "EstimateTemplateCostResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ExecuteChangeSet" : {
"documentation" : "Updates a stack using the input information that was provided when the specified change set was created. After the call successfully completes, AWS CloudFormation starts updating the stack. Use the DescribeStacks action to view the status of the update.
When you execute a change set, AWS CloudFormation deletes all other change sets associated with the stack because they aren't valid for the updated stack.
If a stack policy is associated with the stack, AWS CloudFormation enforces the policy during the update. You can't specify a temporary stack policy that overrides the current policy.
",
"operationName" : "ExecuteChangeSet",
"deprecated" : false,
"input" : {
"variableName" : "executeChangeSetRequest",
"variableType" : "ExecuteChangeSetRequest",
"variableDeclarationType" : "ExecuteChangeSetRequest",
"documentation" : "The input for the ExecuteChangeSet action.
",
"simpleType" : "ExecuteChangeSetRequest",
"variableSetterType" : "ExecuteChangeSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExecuteChangeSetResult",
"documentation" : "The output for the ExecuteChangeSet action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidChangeSetStatusException",
"documentation" : "The specified change set cannot be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS
or the stack status might be UPDATE_IN_PROGRESS
.
"
}, {
"exceptionName" : "ChangeSetNotFoundException",
"documentation" : "The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets
action.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "executeChangeSet",
"authenticated" : true,
"syncReturnType" : "ExecuteChangeSetResult",
"asyncReturnType" : "ExecuteChangeSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetStackPolicy" : {
"documentation" : "Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
",
"operationName" : "GetStackPolicy",
"deprecated" : false,
"input" : {
"variableName" : "getStackPolicyRequest",
"variableType" : "GetStackPolicyRequest",
"variableDeclarationType" : "GetStackPolicyRequest",
"documentation" : "The input for the GetStackPolicy action.
",
"simpleType" : "GetStackPolicyRequest",
"variableSetterType" : "GetStackPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetStackPolicyResult",
"documentation" : "The output for the GetStackPolicy action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getStackPolicy",
"authenticated" : true,
"syncReturnType" : "GetStackPolicyResult",
"asyncReturnType" : "GetStackPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetTemplate" : {
"documentation" : "Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
If the template does not exist, a ValidationError
is returned.
",
"operationName" : "GetTemplate",
"deprecated" : false,
"input" : {
"variableName" : "getTemplateRequest",
"variableType" : "GetTemplateRequest",
"variableDeclarationType" : "GetTemplateRequest",
"documentation" : "The input for a GetTemplate action.
",
"simpleType" : "GetTemplateRequest",
"variableSetterType" : "GetTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTemplateResult",
"documentation" : "The output for GetTemplate action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getTemplate",
"authenticated" : true,
"syncReturnType" : "GetTemplateResult",
"asyncReturnType" : "GetTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetTemplateSummary" : {
"documentation" : "Returns information about a new or existing template. The GetTemplateSummary
action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.
You can use the GetTemplateSummary
action when you submit a template, or you can get template information for a running or deleted stack.
For deleted stacks, GetTemplateSummary
returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError
is returned.
",
"operationName" : "GetTemplateSummary",
"deprecated" : false,
"input" : {
"variableName" : "getTemplateSummaryRequest",
"variableType" : "GetTemplateSummaryRequest",
"variableDeclarationType" : "GetTemplateSummaryRequest",
"documentation" : "The input for the GetTemplateSummary action.
",
"simpleType" : "GetTemplateSummaryRequest",
"variableSetterType" : "GetTemplateSummaryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTemplateSummaryResult",
"documentation" : "The output for the GetTemplateSummary action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getTemplateSummary",
"authenticated" : true,
"syncReturnType" : "GetTemplateSummaryResult",
"asyncReturnType" : "GetTemplateSummaryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListChangeSets" : {
"documentation" : "Returns the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the CREATE_IN_PROGRESS
or CREATE_PENDING
state.
",
"operationName" : "ListChangeSets",
"deprecated" : false,
"input" : {
"variableName" : "listChangeSetsRequest",
"variableType" : "ListChangeSetsRequest",
"variableDeclarationType" : "ListChangeSetsRequest",
"documentation" : "The input for the ListChangeSets action.
",
"simpleType" : "ListChangeSetsRequest",
"variableSetterType" : "ListChangeSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListChangeSetsResult",
"documentation" : "The output for the ListChangeSets action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listChangeSets",
"authenticated" : true,
"syncReturnType" : "ListChangeSetsResult",
"asyncReturnType" : "ListChangeSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListStackResources" : {
"documentation" : "Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
",
"operationName" : "ListStackResources",
"deprecated" : false,
"input" : {
"variableName" : "listStackResourcesRequest",
"variableType" : "ListStackResourcesRequest",
"variableDeclarationType" : "ListStackResourcesRequest",
"documentation" : "The input for the ListStackResource action.
",
"simpleType" : "ListStackResourcesRequest",
"variableSetterType" : "ListStackResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListStackResourcesResult",
"documentation" : "The output for a ListStackResources action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listStackResources",
"authenticated" : true,
"syncReturnType" : "ListStackResourcesResult",
"asyncReturnType" : "ListStackResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListStacks" : {
"documentation" : "Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
",
"operationName" : "ListStacks",
"deprecated" : false,
"input" : {
"variableName" : "listStacksRequest",
"variableType" : "ListStacksRequest",
"variableDeclarationType" : "ListStacksRequest",
"documentation" : "The input for ListStacks action.
",
"simpleType" : "ListStacksRequest",
"variableSetterType" : "ListStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListStacksResult",
"documentation" : "The output for ListStacks action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listStacks",
"authenticated" : true,
"syncReturnType" : "ListStacksResult",
"asyncReturnType" : "ListStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetStackPolicy" : {
"documentation" : "Sets a stack policy for a specified stack.
",
"operationName" : "SetStackPolicy",
"deprecated" : false,
"input" : {
"variableName" : "setStackPolicyRequest",
"variableType" : "SetStackPolicyRequest",
"variableDeclarationType" : "SetStackPolicyRequest",
"documentation" : "The input for the SetStackPolicy action.
",
"simpleType" : "SetStackPolicyRequest",
"variableSetterType" : "SetStackPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetStackPolicyResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "setStackPolicy",
"authenticated" : true,
"syncReturnType" : "SetStackPolicyResult",
"asyncReturnType" : "SetStackPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SignalResource" : {
"documentation" : "Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.
",
"operationName" : "SignalResource",
"deprecated" : false,
"input" : {
"variableName" : "signalResourceRequest",
"variableType" : "SignalResourceRequest",
"variableDeclarationType" : "SignalResourceRequest",
"documentation" : "The input for the SignalResource action.
",
"simpleType" : "SignalResourceRequest",
"variableSetterType" : "SignalResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SignalResourceResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "signalResource",
"authenticated" : true,
"syncReturnType" : "SignalResourceResult",
"asyncReturnType" : "SignalResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateStack" : {
"documentation" : "Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.
",
"operationName" : "UpdateStack",
"deprecated" : false,
"input" : {
"variableName" : "updateStackRequest",
"variableType" : "UpdateStackRequest",
"variableDeclarationType" : "UpdateStackRequest",
"documentation" : "The input for an UpdateStack action.
",
"simpleType" : "UpdateStackRequest",
"variableSetterType" : "UpdateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateStackResult",
"documentation" : "The output for an UpdateStack action.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateStack",
"authenticated" : true,
"syncReturnType" : "UpdateStackResult",
"asyncReturnType" : "UpdateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ValidateTemplate" : {
"documentation" : "Validates a specified template.
",
"operationName" : "ValidateTemplate",
"deprecated" : false,
"input" : {
"variableName" : "validateTemplateRequest",
"variableType" : "ValidateTemplateRequest",
"variableDeclarationType" : "ValidateTemplateRequest",
"documentation" : "The input for ValidateTemplate action.
",
"simpleType" : "ValidateTemplateRequest",
"variableSetterType" : "ValidateTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ValidateTemplateResult",
"documentation" : "The output for ValidateTemplate action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "validateTemplate",
"authenticated" : true,
"syncReturnType" : "ValidateTemplateResult",
"asyncReturnType" : "ValidateTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
}
},
"shapes" : {
"Stack" : {
"c2jName" : "Stack",
"documentation" : "The Stack data type.
",
"shapeName" : "Stack",
"deprecated" : false,
"required" : [ "StackName", "CreationTime", "StackStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"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" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-defined description associated with the stack.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-defined description associated with the stack.
",
"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 user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.*/",
"getterDocumentation" : "/**A user-defined description associated with the stack.
\n@return A user-defined description associated with the stack.*/",
"fluentSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of Parameter
structures.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Parameter
structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "parameters",
"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" : "Parameters",
"marshallLocationName" : "Parameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Parameter",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Parameter",
"variable" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"getterModel" : {
"returnType" : "Parameter",
"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" : "Parameter",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.*/",
"getterDocumentation" : "/**A list of Parameter
structures.
\n@return A list of Parameter
structures.*/",
"fluentSetterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Parameter
structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time at which the stack was created.
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "CreationTime",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the stack was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"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 time at which the stack was created.
\n@param creationTime The time at which the stack was created.*/",
"getterDocumentation" : "/**The time at which the stack was created.
\n@return The time at which the stack was created.*/",
"fluentSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"name" : "LastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "LastUpdatedTime",
"variable" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTime",
"marshallLocationName" : "LastUpdatedTime",
"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 time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"getterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"fluentSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the stack.
",
"name" : "StackStatus",
"c2jName" : "StackStatus",
"c2jShape" : "StackStatus",
"variable" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatus",
"marshallLocationName" : "StackStatus",
"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" : "StackStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@see StackStatus*/",
"getterDocumentation" : "/**Current status of the stack.
\n@return Current status of the stack.\n@see StackStatus*/",
"fluentSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/",
"varargSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/"
}, {
"documentation" : "Success/failure message associated with the stack status.
",
"name" : "StackStatusReason",
"c2jName" : "StackStatusReason",
"c2jShape" : "StackStatusReason",
"variable" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the stack status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatusReason",
"marshallLocationName" : "StackStatusReason",
"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" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.*/",
"getterDocumentation" : "/**Success/failure message associated with the stack status.
\n@return Success/failure message associated with the stack status.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
",
"name" : "DisableRollback",
"c2jName" : "DisableRollback",
"c2jShape" : "DisableRollback",
"variable" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DisableRollback",
"marshallLocationName" : "DisableRollback",
"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" : "/**Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
\n@param disableRollback Boolean to enable or disable rollback on stack creation failures: -
true
: disable rollback
-
false
: enable rollback
*/",
"getterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
\n@return Boolean to enable or disable rollback on stack creation failures: -
true
: disable rollback
-
false
: enable rollback
*/",
"fluentSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
\n@param disableRollback Boolean to enable or disable rollback on stack creation failures: -
true
: disable rollback
-
false
: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
-
true
: disable rollback
-
false
: enable rollback
\n@param disableRollback Boolean to enable or disable rollback on stack creation failures: -
true
: disable rollback
-
false
: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"name" : "NotificationARNs",
"c2jName" : "NotificationARNs",
"c2jShape" : "NotificationARNs",
"variable" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationARNs",
"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" : "NotificationARNs",
"marshallLocationName" : "NotificationARNs",
"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" : "NotificationARN",
"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" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.*/",
"getterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@return SNS topic ARNs to which stack related events are published.*/",
"fluentSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationARNs(java.util.Collection)} or {@link #withNotificationARNs(java.util.Collection)} if you want to override the existing values.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time within which stack creation should complete.
",
"name" : "TimeoutInMinutes",
"c2jName" : "TimeoutInMinutes",
"c2jShape" : "TimeoutMinutes",
"variable" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time within which stack creation should complete.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TimeoutInMinutes",
"marshallLocationName" : "TimeoutInMinutes",
"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 amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.*/",
"getterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@return The amount of time within which stack creation should complete.*/",
"fluentSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The capabilities allowed in the stack.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The capabilities allowed in the stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "capabilities",
"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" : "Capabilities",
"marshallLocationName" : "Capabilities",
"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" : "Capability",
"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" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see Capability*/",
"getterDocumentation" : "/**\n@return \n@see Capability*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@see Capability*/",
"getterDocumentation" : "/**The capabilities allowed in the stack.
\n@return The capabilities allowed in the stack.\n@see Capability*/",
"fluentSetterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**The capabilities allowed in the stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilities(java.util.Collection)} or {@link #withCapabilities(java.util.Collection)} if you want to override the existing values.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
}, {
"documentation" : "A list of output structures.
",
"name" : "Outputs",
"c2jName" : "Outputs",
"c2jShape" : "Outputs",
"variable" : {
"variableName" : "outputs",
"variableType" : "java.util.List