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",
"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,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "cloudformation",
"signingName" : "cloudformation",
"syncClientBuilderClassName" : "AmazonCloudFormationClientBuilder",
"asyncClientBuilderClassName" : "AmazonCloudFormationAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonCloudFormationModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.cloudformation.smoketests",
"serviceName" : "AWS CloudFormation",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"jsonProtocol" : false,
"xmlProtocol" : true,
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller"
},
"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.
",
"variableSetterType" : "CancelUpdateStackRequest",
"simpleType" : "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.
",
"variableSetterType" : "ContinueUpdateRollbackRequest",
"simpleType" : "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.
",
"variableSetterType" : "CreateChangeSetRequest",
"simpleType" : "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.
",
"variableSetterType" : "CreateStackRequest",
"simpleType" : "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.
",
"variableSetterType" : "DeleteChangeSetRequest",
"simpleType" : "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.
",
"variableSetterType" : "DeleteStackRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeAccountLimitsRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeChangeSetRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeStackEventsRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeStackResourceRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeStackResourcesRequest",
"simpleType" : "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.
",
"variableSetterType" : "DescribeStacksRequest",
"simpleType" : "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.
",
"variableSetterType" : "EstimateTemplateCostRequest",
"simpleType" : "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.
",
"variableSetterType" : "ExecuteChangeSetRequest",
"simpleType" : "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.
",
"variableSetterType" : "GetStackPolicyRequest",
"simpleType" : "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.
",
"variableSetterType" : "GetTemplateRequest",
"simpleType" : "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.
",
"variableSetterType" : "GetTemplateSummaryRequest",
"simpleType" : "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.
",
"variableSetterType" : "ListChangeSetsRequest",
"simpleType" : "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.
",
"variableSetterType" : "ListStackResourcesRequest",
"simpleType" : "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.
",
"variableSetterType" : "ListStacksRequest",
"simpleType" : "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.
",
"variableSetterType" : "SetStackPolicyRequest",
"simpleType" : "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.
",
"variableSetterType" : "SignalResourceRequest",
"simpleType" : "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.
",
"variableSetterType" : "UpdateStackRequest",
"simpleType" : "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.
",
"variableSetterType" : "ValidateTemplateRequest",
"simpleType" : "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" : {
"ExecuteChangeSetResult" : {
"c2jName" : "ExecuteChangeSetOutput",
"documentation" : "The output for the ExecuteChangeSet action.
",
"shapeName" : "ExecuteChangeSetResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "executeChangeSetResult",
"variableType" : "ExecuteChangeSetResult",
"variableDeclarationType" : "ExecuteChangeSetResult",
"documentation" : null,
"variableSetterType" : "ExecuteChangeSetResult",
"simpleType" : "ExecuteChangeSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ExecuteChangeSetResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ChangeAction" : {
"c2jName" : "ChangeAction",
"documentation" : "",
"shapeName" : "ChangeAction",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Add",
"value" : "Add"
}, {
"name" : "Modify",
"value" : "Modify"
}, {
"name" : "Remove",
"value" : "Remove"
} ],
"variable" : {
"variableName" : "changeAction",
"variableType" : "ChangeAction",
"variableDeclarationType" : "ChangeAction",
"documentation" : null,
"variableSetterType" : "ChangeAction",
"simpleType" : "ChangeAction"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetStackPolicyResult" : {
"c2jName" : "SetStackPolicyResult",
"documentation" : null,
"shapeName" : "SetStackPolicyResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "setStackPolicyResult",
"variableType" : "SetStackPolicyResult",
"variableDeclarationType" : "SetStackPolicyResult",
"documentation" : null,
"variableSetterType" : "SetStackPolicyResult",
"simpleType" : "SetStackPolicyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateChangeSetRequest" : {
"c2jName" : "CreateChangeSetInput",
"documentation" : "The input for the CreateChangeSet action.
",
"shapeName" : "CreateChangeSetRequest",
"deprecated" : false,
"required" : [ "StackName", "ChangeSetName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/",
"getterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@return The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/",
"fluentSetterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"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 structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"getterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@return A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"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 location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"getterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@return The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Whether to reuse the template that is associated with the stack to create the change set.
",
"name" : "UsePreviousTemplate",
"c2jName" : "UsePreviousTemplate",
"c2jShape" : "UsePreviousTemplate",
"variable" : {
"variableName" : "usePreviousTemplate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to reuse the template that is associated with the stack to create the change set.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "usePreviousTemplate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UsePreviousTemplate",
"marshallLocationName" : "UsePreviousTemplate",
"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 reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.*/",
"getterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@return Whether to reuse the template that is associated with the stack to create the change set.*/",
"fluentSetterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "Parameter",
"simpleType" : "Parameter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"variableSetterType" : "Parameter",
"simpleType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "Parameter",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@param parameters A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.*/",
"getterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@return A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.*/",
"fluentSetterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@param parameters A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\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 that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"getterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"fluentSetterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\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 A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
}, {
"documentation" : "
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
",
"name" : "ResourceTypes",
"c2jName" : "ResourceTypes",
"c2jShape" : "ResourceTypes",
"variable" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceTypes",
"marshallLocationName" : "ResourceTypes",
"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" : "ResourceType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/",
"getterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@return The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/",
"fluentSetterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
",
"name" : "NotificationARNs",
"c2jName" : "NotificationARNs",
"c2jShape" : "NotificationARNs",
"variable" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/",
"getterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@return The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\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 The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "Tag",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/",
"getterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/",
"fluentSetterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
",
"name" : "ChangeSetName",
"c2jName" : "ChangeSetName",
"c2jShape" : "ChangeSetName",
"variable" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeSetName",
"marshallLocationName" : "ChangeSetName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/",
"getterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@return The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/",
"fluentSetterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
",
"name" : "ClientToken",
"c2jName" : "ClientToken",
"c2jShape" : "ClientToken",
"variable" : {
"variableName" : "clientToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "clientToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientToken",
"marshallLocationName" : "ClientToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.*/",
"getterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@return A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.*/",
"fluentSetterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description to help you identify this change set.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description to help you identify this change set.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.*/",
"getterDocumentation" : "/**A description to help you identify this change set.
\n@return A description to help you identify this change set.*/",
"fluentSetterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createChangeSetRequest",
"variableType" : "CreateChangeSetRequest",
"variableDeclarationType" : "CreateChangeSetRequest",
"documentation" : null,
"variableSetterType" : "CreateChangeSetRequest",
"simpleType" : "CreateChangeSetRequest"
},
"marshaller" : {
"action" : "CreateChangeSet",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TemplateURL" : {
"documentation" : "The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"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 location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"getterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@return The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UsePreviousTemplate" : {
"documentation" : "
Whether to reuse the template that is associated with the stack to create the change set.
",
"name" : "UsePreviousTemplate",
"c2jName" : "UsePreviousTemplate",
"c2jShape" : "UsePreviousTemplate",
"variable" : {
"variableName" : "usePreviousTemplate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to reuse the template that is associated with the stack to create the change set.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "usePreviousTemplate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UsePreviousTemplate",
"marshallLocationName" : "UsePreviousTemplate",
"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 reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.*/",
"getterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@return Whether to reuse the template that is associated with the stack to create the change set.*/",
"fluentSetterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Whether to reuse the template that is associated with the stack to create the change set.
\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceTypes" : {
"documentation" : "The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
",
"name" : "ResourceTypes",
"c2jName" : "ResourceTypes",
"c2jShape" : "ResourceTypes",
"variable" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceTypes",
"marshallLocationName" : "ResourceTypes",
"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" : "ResourceType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/",
"getterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@return The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/",
"fluentSetterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
.
If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.
\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance
, AWS::EC2::*
, or Custom::MyCustomInstance
. If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Parameters" : {
"documentation" : "
A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "Parameter",
"simpleType" : "Parameter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"variableSetterType" : "Parameter",
"simpleType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "Parameter",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@param parameters A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.*/",
"getterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@return A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.*/",
"fluentSetterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\n@param parameters A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Parameter
structures that specify input parameters for the change set. For more information, see the Parameter data type.
\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 that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "A description to help you identify this change set.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description to help you identify this change set.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.*/",
"getterDocumentation" : "/**A description to help you identify this change set.
\n@return A description to help you identify this change set.*/",
"fluentSetterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description to help you identify this change set.
\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Capabilities" : {
"documentation" : "A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"getterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"fluentSetterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**
A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.
The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\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 A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. The only valid values are CAPABILITY_IAM
and CAPABILITY_NAMED_IAM
. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM
. If you don't specify this parameter, this action returns an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"NotificationARNs" : {
"documentation" : "
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
",
"name" : "NotificationARNs",
"c2jName" : "NotificationARNs",
"c2jShape" : "NotificationARNs",
"variable" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/",
"getterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@return The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.
\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 The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateBody" : {
"documentation" : "A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"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 structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"getterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@return A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.
Conditional: You must specify only TemplateBody
or TemplateURL
.
\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified. Conditional: You must specify only TemplateBody
or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ChangeSetName" : {
"documentation" : "
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
",
"name" : "ChangeSetName",
"c2jName" : "ChangeSetName",
"c2jShape" : "ChangeSetName",
"variable" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeSetName",
"marshallLocationName" : "ChangeSetName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/",
"getterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@return The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/",
"fluentSetterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the change set. The name must be unique among all change sets that are associated with the specified stack.
A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.
\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack. A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ClientToken" : {
"documentation" : "
A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
",
"name" : "ClientToken",
"c2jName" : "ClientToken",
"c2jShape" : "ClientToken",
"variable" : {
"variableName" : "clientToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "clientToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientToken",
"marshallLocationName" : "ClientToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.*/",
"getterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@return A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.*/",
"fluentSetterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.
\n@param clientToken A unique identifier for this CreateChangeSet
request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet
requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/",
"getterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@return The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/",
"fluentSetterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Tags" : {
"documentation" : "Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "Tag",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/",
"getterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/",
"fluentSetterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SetStackPolicyRequest" : {
"c2jName" : "SetStackPolicyInput",
"documentation" : "The input for the SetStackPolicy action.
",
"shapeName" : "SetStackPolicyRequest",
"deprecated" : false,
"required" : [ "StackName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name or unique stack ID that you want to associate a policy with.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique stack ID that you want to associate a policy with.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.*/",
"getterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@return The name or unique stack ID that you want to associate a policy with.*/",
"fluentSetterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"name" : "StackPolicyBody",
"c2jName" : "StackPolicyBody",
"c2jShape" : "StackPolicyBody",
"variable" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyBody",
"marshallLocationName" : "StackPolicyBody",
"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" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"getterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@return Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"fluentSetterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"name" : "StackPolicyURL",
"c2jName" : "StackPolicyURL",
"c2jShape" : "StackPolicyURL",
"variable" : {
"variableName" : "stackPolicyURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyURL",
"marshallLocationName" : "StackPolicyURL",
"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" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"getterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"fluentSetterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setStackPolicyRequest",
"variableType" : "SetStackPolicyRequest",
"variableDeclarationType" : "SetStackPolicyRequest",
"documentation" : null,
"variableSetterType" : "SetStackPolicyRequest",
"simpleType" : "SetStackPolicyRequest"
},
"marshaller" : {
"action" : "SetStackPolicy",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StackPolicyBody" : {
"documentation" : "Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"name" : "StackPolicyBody",
"c2jName" : "StackPolicyBody",
"c2jShape" : "StackPolicyBody",
"variable" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyBody",
"marshallLocationName" : "StackPolicyBody",
"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" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"getterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@return Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"fluentSetterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyBody Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackPolicyURL" : {
"documentation" : "Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"name" : "StackPolicyURL",
"c2jName" : "StackPolicyURL",
"c2jShape" : "StackPolicyURL",
"variable" : {
"variableName" : "stackPolicyURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyURL",
"marshallLocationName" : "StackPolicyURL",
"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" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"getterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.*/",
"fluentSetterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.
\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or the StackPolicyURL
parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name or unique stack ID that you want to associate a policy with.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique stack ID that you want to associate a policy with.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.*/",
"getterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@return The name or unique stack ID that you want to associate a policy with.*/",
"fluentSetterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique stack ID that you want to associate a policy with.
\n@param stackName The name or unique stack ID that you want to associate a policy with.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SignalResourceResult" : {
"c2jName" : "SignalResourceResult",
"documentation" : null,
"shapeName" : "SignalResourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "signalResourceResult",
"variableType" : "SignalResourceResult",
"variableDeclarationType" : "SignalResourceResult",
"documentation" : null,
"variableSetterType" : "SignalResourceResult",
"simpleType" : "SignalResourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ChangeSource" : {
"c2jName" : "ChangeSource",
"documentation" : "",
"shapeName" : "ChangeSource",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "ResourceReference",
"value" : "ResourceReference"
}, {
"name" : "ParameterReference",
"value" : "ParameterReference"
}, {
"name" : "ResourceAttribute",
"value" : "ResourceAttribute"
}, {
"name" : "DirectModification",
"value" : "DirectModification"
}, {
"name" : "Automatic",
"value" : "Automatic"
} ],
"variable" : {
"variableName" : "changeSource",
"variableType" : "ChangeSource",
"variableDeclarationType" : "ChangeSource",
"documentation" : null,
"variableSetterType" : "ChangeSource",
"simpleType" : "ChangeSource"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidChangeSetStatusException" : {
"c2jName" : "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
.
",
"shapeName" : "InvalidChangeSetStatusException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidChangeSetStatusException",
"variableType" : "InvalidChangeSetStatusException",
"variableDeclarationType" : "InvalidChangeSetStatusException",
"documentation" : null,
"variableSetterType" : "InvalidChangeSetStatusException",
"simpleType" : "InvalidChangeSetStatusException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidChangeSetStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ChangeSetStatus" : {
"c2jName" : "ChangeSetStatus",
"documentation" : "",
"shapeName" : "ChangeSetStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "CREATE_PENDING",
"value" : "CREATE_PENDING"
}, {
"name" : "CREATE_IN_PROGRESS",
"value" : "CREATE_IN_PROGRESS"
}, {
"name" : "CREATE_COMPLETE",
"value" : "CREATE_COMPLETE"
}, {
"name" : "DELETE_COMPLETE",
"value" : "DELETE_COMPLETE"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"variable" : {
"variableName" : "changeSetStatus",
"variableType" : "ChangeSetStatus",
"variableDeclarationType" : "ChangeSetStatus",
"documentation" : null,
"variableSetterType" : "ChangeSetStatus",
"simpleType" : "ChangeSetStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"EstimateTemplateCostResult" : {
"c2jName" : "EstimateTemplateCostOutput",
"documentation" : "The output for a EstimateTemplateCost action.
",
"shapeName" : "EstimateTemplateCostResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"name" : "Url",
"c2jName" : "Url",
"c2jShape" : "Url",
"variable" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Url",
"marshallLocationName" : "Url",
"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" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"getterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@return An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"fluentSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "estimateTemplateCostResult",
"variableType" : "EstimateTemplateCostResult",
"variableDeclarationType" : "EstimateTemplateCostResult",
"documentation" : null,
"variableSetterType" : "EstimateTemplateCostResult",
"simpleType" : "EstimateTemplateCostResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "EstimateTemplateCostResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Url" : {
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"name" : "Url",
"c2jName" : "Url",
"c2jShape" : "Url",
"variable" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Url",
"marshallLocationName" : "Url",
"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" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"getterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@return An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"fluentSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RequiresRecreation" : {
"c2jName" : "RequiresRecreation",
"documentation" : "",
"shapeName" : "RequiresRecreation",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Never",
"value" : "Never"
}, {
"name" : "Conditionally",
"value" : "Conditionally"
}, {
"name" : "Always",
"value" : "Always"
} ],
"variable" : {
"variableName" : "requiresRecreation",
"variableType" : "RequiresRecreation",
"variableDeclarationType" : "RequiresRecreation",
"documentation" : null,
"variableSetterType" : "RequiresRecreation",
"simpleType" : "RequiresRecreation"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ExecutionStatus" : {
"c2jName" : "ExecutionStatus",
"documentation" : "",
"shapeName" : "ExecutionStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "UNAVAILABLE",
"value" : "UNAVAILABLE"
}, {
"name" : "AVAILABLE",
"value" : "AVAILABLE"
}, {
"name" : "EXECUTE_IN_PROGRESS",
"value" : "EXECUTE_IN_PROGRESS"
}, {
"name" : "EXECUTE_COMPLETE",
"value" : "EXECUTE_COMPLETE"
}, {
"name" : "EXECUTE_FAILED",
"value" : "EXECUTE_FAILED"
}, {
"name" : "OBSOLETE",
"value" : "OBSOLETE"
} ],
"variable" : {
"variableName" : "executionStatus",
"variableType" : "ExecutionStatus",
"variableDeclarationType" : "ExecutionStatus",
"documentation" : null,
"variableSetterType" : "ExecutionStatus",
"simpleType" : "ExecutionStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ChangeType" : {
"c2jName" : "ChangeType",
"documentation" : "",
"shapeName" : "ChangeType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Resource",
"value" : "Resource"
} ],
"variable" : {
"variableName" : "changeType",
"variableType" : "ChangeType",
"variableDeclarationType" : "ChangeType",
"documentation" : null,
"variableSetterType" : "ChangeType",
"simpleType" : "ChangeType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetTemplateSummaryResult" : {
"c2jName" : "GetTemplateSummaryOutput",
"documentation" : "The output for the GetTemplateSummary action.
",
"shapeName" : "GetTemplateSummaryResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of parameter declarations that describe various properties for each parameter.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "ParameterDeclarations",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of parameter declarations that describe various properties for each parameter.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "ParameterDeclaration",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ParameterDeclaration",
"variable" : {
"variableName" : "member",
"variableType" : "ParameterDeclaration",
"variableDeclarationType" : "ParameterDeclaration",
"documentation" : "",
"variableSetterType" : "ParameterDeclaration",
"simpleType" : "ParameterDeclaration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ParameterDeclaration",
"variableDeclarationType" : "ParameterDeclaration",
"documentation" : "",
"variableSetterType" : "ParameterDeclaration",
"simpleType" : "ParameterDeclaration"
},
"getterModel" : {
"returnType" : "ParameterDeclaration",
"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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "ParameterDeclaration",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@param parameters A list of parameter declarations that describe various properties for each parameter.*/",
"getterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@return A list of parameter declarations that describe various properties for each parameter.*/",
"fluentSetterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@param parameters A list of parameter declarations that describe various properties for each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\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 declarations that describe various properties for each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value that is defined in the Description
property of the template.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value that is defined in the Description
property of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.*/",
"getterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@return The value that is defined in the Description
property of the template.*/",
"fluentSetterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"getterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"fluentSetterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\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 found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
}, {
"documentation" : "
The list of resources that generated the values in the Capabilities
response element.
",
"name" : "CapabilitiesReason",
"c2jName" : "CapabilitiesReason",
"c2jShape" : "CapabilitiesReason",
"variable" : {
"variableName" : "capabilitiesReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The list of resources that generated the values in the Capabilities
response element.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "capabilitiesReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CapabilitiesReason",
"marshallLocationName" : "CapabilitiesReason",
"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 list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.*/",
"getterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@return The list of resources that generated the values in the Capabilities
response element.*/",
"fluentSetterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
",
"name" : "ResourceTypes",
"c2jName" : "ResourceTypes",
"c2jShape" : "ResourceTypes",
"variable" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceTypes",
"marshallLocationName" : "ResourceTypes",
"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" : "ResourceType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.*/",
"getterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@return A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.*/",
"fluentSetterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS template format version, which identifies the capabilities of the template.
",
"name" : "Version",
"c2jName" : "Version",
"c2jShape" : "Version",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS template format version, which identifies the capabilities of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Version",
"marshallLocationName" : "Version",
"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 AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.*/",
"getterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@return The AWS template format version, which identifies the capabilities of the template.*/",
"fluentSetterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value that is defined for the Metadata
property of the template.
",
"name" : "Metadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"variable" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value that is defined for the Metadata
property of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metadata",
"marshallLocationName" : "Metadata",
"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 value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.*/",
"getterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@return The value that is defined for the Metadata
property of the template.*/",
"fluentSetterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getTemplateSummaryResult",
"variableType" : "GetTemplateSummaryResult",
"variableDeclarationType" : "GetTemplateSummaryResult",
"documentation" : null,
"variableSetterType" : "GetTemplateSummaryResult",
"simpleType" : "GetTemplateSummaryResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "GetTemplateSummaryResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CapabilitiesReason" : {
"documentation" : "The list of resources that generated the values in the Capabilities
response element.
",
"name" : "CapabilitiesReason",
"c2jName" : "CapabilitiesReason",
"c2jShape" : "CapabilitiesReason",
"variable" : {
"variableName" : "capabilitiesReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The list of resources that generated the values in the Capabilities
response element.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "capabilitiesReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CapabilitiesReason",
"marshallLocationName" : "CapabilitiesReason",
"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 list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.*/",
"getterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@return The list of resources that generated the values in the Capabilities
response element.*/",
"fluentSetterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of resources that generated the values in the Capabilities
response element.
\n@param capabilitiesReason The list of resources that generated the values in the Capabilities
response element.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceTypes" : {
"documentation" : "A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
",
"name" : "ResourceTypes",
"c2jName" : "ResourceTypes",
"c2jShape" : "ResourceTypes",
"variable" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceTypes",
"marshallLocationName" : "ResourceTypes",
"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" : "ResourceType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.*/",
"getterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@return A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.*/",
"fluentSetterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.
\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Parameters" : {
"documentation" : "A list of parameter declarations that describe various properties for each parameter.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "ParameterDeclarations",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of parameter declarations that describe various properties for each parameter.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "ParameterDeclaration",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ParameterDeclaration",
"variable" : {
"variableName" : "member",
"variableType" : "ParameterDeclaration",
"variableDeclarationType" : "ParameterDeclaration",
"documentation" : "",
"variableSetterType" : "ParameterDeclaration",
"simpleType" : "ParameterDeclaration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ParameterDeclaration",
"variableDeclarationType" : "ParameterDeclaration",
"documentation" : "",
"variableSetterType" : "ParameterDeclaration",
"simpleType" : "ParameterDeclaration"
},
"getterModel" : {
"returnType" : "ParameterDeclaration",
"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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "ParameterDeclaration",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@param parameters A list of parameter declarations that describe various properties for each parameter.*/",
"getterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@return A list of parameter declarations that describe various properties for each parameter.*/",
"fluentSetterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\n@param parameters A list of parameter declarations that describe various properties for each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of parameter declarations that describe various properties for each parameter.
\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 declarations that describe various properties for each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "The value that is defined in the Description
property of the template.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value that is defined in the Description
property of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.*/",
"getterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@return The value that is defined in the Description
property of the template.*/",
"fluentSetterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value that is defined in the Description
property of the template.
\n@param description The value that is defined in the Description
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Version" : {
"documentation" : "The AWS template format version, which identifies the capabilities of the template.
",
"name" : "Version",
"c2jName" : "Version",
"c2jShape" : "Version",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS template format version, which identifies the capabilities of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Version",
"marshallLocationName" : "Version",
"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 AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.*/",
"getterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@return The AWS template format version, which identifies the capabilities of the template.*/",
"fluentSetterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS template format version, which identifies the capabilities of the template.
\n@param version The AWS template format version, which identifies the capabilities of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Capabilities" : {
"documentation" : "The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "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,
"marshallNonAutoConstructedEmptyLists" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simpleType" : "String",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"getterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/",
"fluentSetterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
\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 found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"Metadata" : {
"documentation" : "
The value that is defined for the Metadata
property of the template.
",
"name" : "Metadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"variable" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value that is defined for the Metadata
property of the template.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metadata",
"marshallLocationName" : "Metadata",
"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 value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.*/",
"getterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@return The value that is defined for the Metadata
property of the template.*/",
"fluentSetterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value that is defined for the Metadata
property of the template.
\n@param metadata The value that is defined for the Metadata
property of the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InsufficientCapabilitiesException" : {
"c2jName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
",
"shapeName" : "InsufficientCapabilitiesException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "insufficientCapabilitiesException",
"variableType" : "InsufficientCapabilitiesException",
"variableDeclarationType" : "InsufficientCapabilitiesException",
"documentation" : null,
"variableSetterType" : "InsufficientCapabilitiesException",
"simpleType" : "InsufficientCapabilitiesException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InsufficientCapabilitiesException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeChangeSetRequest" : {
"c2jName" : "DescribeChangeSetInput",
"documentation" : "The input for the DescribeChangeSet action.
",
"shapeName" : "DescribeChangeSetRequest",
"deprecated" : false,
"required" : [ "ChangeSetName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name or Amazon Resource Name (ARN) of the change set that you want to describe.
",
"name" : "ChangeSetName",
"c2jName" : "ChangeSetName",
"c2jShape" : "ChangeSetNameOrId",
"variable" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or Amazon Resource Name (ARN) of the change set that you want to describe.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeSetName",
"marshallLocationName" : "ChangeSetName",
"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 or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/",
"getterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@return The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/",
"fluentSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/",
"getterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@return If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/",
"fluentSetterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"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 string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/",
"getterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@return A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/",
"fluentSetterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeChangeSetRequest",
"variableType" : "DescribeChangeSetRequest",
"variableDeclarationType" : "DescribeChangeSetRequest",
"documentation" : null,
"variableSetterType" : "DescribeChangeSetRequest",
"simpleType" : "DescribeChangeSetRequest"
},
"marshaller" : {
"action" : "DescribeChangeSet",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"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 string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/",
"getterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@return A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/",
"fluentSetterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ChangeSetName" : {
"documentation" : "The name or Amazon Resource Name (ARN) of the change set that you want to describe.
",
"name" : "ChangeSetName",
"c2jName" : "ChangeSetName",
"c2jShape" : "ChangeSetNameOrId",
"variable" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or Amazon Resource Name (ARN) of the change set that you want to describe.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "changeSetName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeSetName",
"marshallLocationName" : "ChangeSetName",
"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 or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/",
"getterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@return The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/",
"fluentSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or Amazon Resource Name (ARN) of the change set that you want to describe.
\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/",
"getterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@return If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/",
"fluentSetterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ContinueUpdateRollbackResult" : {
"c2jName" : "ContinueUpdateRollbackOutput",
"documentation" : "The output for a ContinueUpdateRollback action.
",
"shapeName" : "ContinueUpdateRollbackResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "continueUpdateRollbackResult",
"variableType" : "ContinueUpdateRollbackResult",
"variableDeclarationType" : "ContinueUpdateRollbackResult",
"documentation" : null,
"variableSetterType" : "ContinueUpdateRollbackResult",
"simpleType" : "ContinueUpdateRollbackResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ContinueUpdateRollbackResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ResourceStatus" : {
"c2jName" : "ResourceStatus",
"documentation" : "",
"shapeName" : "ResourceStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "CREATE_IN_PROGRESS",
"value" : "CREATE_IN_PROGRESS"
}, {
"name" : "CREATE_FAILED",
"value" : "CREATE_FAILED"
}, {
"name" : "CREATE_COMPLETE",
"value" : "CREATE_COMPLETE"
}, {
"name" : "DELETE_IN_PROGRESS",
"value" : "DELETE_IN_PROGRESS"
}, {
"name" : "DELETE_FAILED",
"value" : "DELETE_FAILED"
}, {
"name" : "DELETE_COMPLETE",
"value" : "DELETE_COMPLETE"
}, {
"name" : "DELETE_SKIPPED",
"value" : "DELETE_SKIPPED"
}, {
"name" : "UPDATE_IN_PROGRESS",
"value" : "UPDATE_IN_PROGRESS"
}, {
"name" : "UPDATE_FAILED",
"value" : "UPDATE_FAILED"
}, {
"name" : "UPDATE_COMPLETE",
"value" : "UPDATE_COMPLETE"
} ],
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "ResourceStatus",
"variableDeclarationType" : "ResourceStatus",
"documentation" : null,
"variableSetterType" : "ResourceStatus",
"simpleType" : "ResourceStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ResourceChangeDetail" : {
"c2jName" : "ResourceChangeDetail",
"documentation" : "For a resource with Modify
as the action, the ResourceChange
structure describes the changes AWS CloudFormation will make to that resource.
",
"shapeName" : "ResourceChangeDetail",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
",
"name" : "Target",
"c2jName" : "Target",
"c2jShape" : "ResourceTargetDefinition",
"variable" : {
"variableName" : "target",
"variableType" : "ResourceTargetDefinition",
"variableDeclarationType" : "ResourceTargetDefinition",
"documentation" : "A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
",
"variableSetterType" : "ResourceTargetDefinition",
"simpleType" : "ResourceTargetDefinition"
},
"setterModel" : {
"variableName" : "target",
"variableType" : "ResourceTargetDefinition",
"variableDeclarationType" : "ResourceTargetDefinition",
"documentation" : "",
"variableSetterType" : "ResourceTargetDefinition",
"simpleType" : "ResourceTargetDefinition"
},
"getterModel" : {
"returnType" : "ResourceTargetDefinition",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Target",
"marshallLocationName" : "Target",
"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 ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
\n@param target A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/",
"getterDocumentation" : "/**A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
\n@return A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/",
"fluentSetterDocumentation" : "/**A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
\n@param target A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
\n@param target A ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
",
"name" : "Evaluation",
"c2jName" : "Evaluation",
"c2jShape" : "EvaluationType",
"variable" : {
"variableName" : "evaluation",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "evaluation",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Evaluation",
"marshallLocationName" : "Evaluation",
"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" : "EvaluationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set. For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/",
"getterDocumentation" : "/**
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
\n@return Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set. For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/",
"fluentSetterDocumentation" : "/**
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set. For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/",
"varargSetterDocumentation" : "/**
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.
\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set. For Static
evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType
property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static
evaluation.
For Dynamic
evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref
or Fn::GetAtt
intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/"
}, {
"documentation" : "
The group to which the CausingEntity
value belongs. There are five entity groups:
-