All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.cloudformation-2010-05-15-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS CloudFormation module holds the client classes that are used for communicating with AWS CloudFormation Service

There is a newer version: 1.12.778
Show newest version
{
  "metadata" : {
    "apiVersion" : "2010-05-15",
    "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "AWS CloudFormation 

AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure.

With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.

For more information about this product, go to the CloudFormation Product Page.

Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at http://aws.amazon.com/documentation/.

", "defaultEndpoint" : "https://cloudformation.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "cloudformation.us-east-1.amazonaws.com", "syncInterface" : "AmazonCloudFormation", "syncClient" : "AmazonCloudFormationClient", "asyncInterface" : "AmazonCloudFormationAsync", "asyncClient" : "AmazonCloudFormationAsyncClient", "packageName" : "com.amazonaws.services.cloudformation", "packagePath" : "com/amazonaws/services/cloudformation", "serviceAbbreviation" : null, "serviceFullName" : "AWS CloudFormation", "hasApiWithStreamInput" : false, "jsonContentVersion" : null, "endpointPrefix" : "cloudformation", "signingName" : "cloudformation", "serviceName" : "AWS CloudFormation", "jsonProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller" }, "operations" : { "CancelUpdateStack" : { "documentation" : "

Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.

You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.", "operationName" : "CancelUpdateStack", "deprecated" : false, "input" : { "variableName" : "cancelUpdateStackRequest", "variableType" : "CancelUpdateStackRequest", "variableDeclarationType" : "CancelUpdateStackRequest", "documentation" : "

The input for the CancelUpdateStack action.

", "simpleType" : "CancelUpdateStackRequest", "variableSetterType" : "CancelUpdateStackRequest" }, "inputStreamPropertyName" : null, "returnType" : null, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.\n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.*/", "asyncDocumentation" : "/**

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.\n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.*/", "asyncDocumentationWithHandler" : "/**

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.\n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "cancelUpdateStack" }, "CreateStack" : { "documentation" : "

Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.

", "operationName" : "CreateStack", "deprecated" : false, "input" : { "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "variableDeclarationType" : "CreateStackRequest", "documentation" : "

The input for CreateStack action.

", "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateStackResult", "documentation" : "

The output for a CreateStack action.

" }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

Quota for the resource has already been reached.

" }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Resource with the name requested already exists.

" }, { "exceptionName" : "InsufficientCapabilitiesException", "documentation" : "

The template contains resources with capabilities that were not specified in the Capabilities parameter.

" } ], "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param createStackRequest The input for CreateStack action.\n@return Result of the CreateStack operation returned by the service.\n@throws LimitExceededException Quota for the resource has already been reached.\n@throws AlreadyExistsException Resource with the name requested already exists.\n@throws InsufficientCapabilitiesException The template contains resources with capabilities that were not specified in the Capabilities parameter.*/", "asyncDocumentation" : "/**

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.

\n@param createStackRequest The input for CreateStack action.\n@return A Java Future containing the result of the CreateStack operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param createStackRequest The input for CreateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the CreateStack operation returned by the service.*/", "syncReturnType" : "CreateStackResult", "asyncReturnType" : "CreateStackResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createStack" }, "DeleteStack" : { "documentation" : "

Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.

", "operationName" : "DeleteStack", "deprecated" : false, "input" : { "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "variableDeclarationType" : "DeleteStackRequest", "documentation" : "

The input for DeleteStack action.

", "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "inputStreamPropertyName" : null, "returnType" : null, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param deleteStackRequest The input for DeleteStack action.*/", "asyncDocumentation" : "/**

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.

\n@param deleteStackRequest The input for DeleteStack action.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param deleteStackRequest The input for DeleteStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteStack" }, "DescribeAccountLimits" : { "documentation" : "

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.

", "operationName" : "DescribeAccountLimits", "deprecated" : false, "input" : { "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "variableDeclarationType" : "DescribeAccountLimitsRequest", "documentation" : "

The input for the DescribeAccountLimits action.

", "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAccountLimitsResult", "documentation" : "

The output for the DescribeAccountLimits action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.

\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@return Result of the DescribeAccountLimits operation returned by the service.*/", "asyncDocumentation" : "/**

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.

\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@return A Java Future containing the result of the DescribeAccountLimits operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.

\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeAccountLimits operation returned by the service.*/", "syncReturnType" : "DescribeAccountLimitsResult", "asyncReturnType" : "DescribeAccountLimitsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeAccountLimits" }, "DescribeStackEvents" : { "documentation" : "

Returns all stack related events for a specified stack. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.

You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).", "operationName" : "DescribeStackEvents", "deprecated" : false, "input" : { "variableName" : "describeStackEventsRequest", "variableType" : "DescribeStackEventsRequest", "variableDeclarationType" : "DescribeStackEventsRequest", "documentation" : "

The input for DescribeStackEvents action.

", "simpleType" : "DescribeStackEventsRequest", "variableSetterType" : "DescribeStackEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeStackEventsResult", "documentation" : "

The output for a DescribeStackEvents action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Returns all stack related events for a specified stack. 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).\n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@return Result of the DescribeStackEvents operation returned by the service.*/", "asyncDocumentation" : "/**

Returns all stack related events for a specified stack. 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).\n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@return A Java Future containing the result of the DescribeStackEvents operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

Returns all stack related events for a specified stack. 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).\n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackEvents operation returned by the service.*/", "syncReturnType" : "DescribeStackEventsResult", "asyncReturnType" : "DescribeStackEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeStackEvents" }, "DescribeStackResource" : { "documentation" : "

Returns a description of the specified resource in the specified stack.

For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.

", "operationName" : "DescribeStackResource", "deprecated" : false, "input" : { "variableName" : "describeStackResourceRequest", "variableType" : "DescribeStackResourceRequest", "variableDeclarationType" : "DescribeStackResourceRequest", "documentation" : "

The input for DescribeStackResource action.

", "simpleType" : "DescribeStackResourceRequest", "variableSetterType" : "DescribeStackResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeStackResourceResult", "documentation" : "

The output for a DescribeStackResource action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@return Result of the DescribeStackResource operation returned by the service.*/", "asyncDocumentation" : "/**

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.

\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@return A Java Future containing the result of the DescribeStackResource operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackResource operation returned by the service.*/", "syncReturnType" : "DescribeStackResourceResult", "asyncReturnType" : "DescribeStackResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeStackResource" }, "DescribeStackResources" : { "documentation" : "

Returns AWS resource descriptions for running and deleted stacks. If StackName is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId is specified, the associated resources of the stack that the resource belongs to are returned.

Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources instead.

For deleted stacks, DescribeStackResources returns resource information for up to 90 days after the stack has been deleted.

You must specify either StackName or PhysicalResourceId, but not both. In addition, you can specify LogicalResourceId to filter the returned result. For more information about resources, the LogicalResourceId and PhysicalResourceId, go to the AWS CloudFormation User Guide.

A ValidationError is returned if you specify both StackName and PhysicalResourceId in the same request.", "operationName" : "DescribeStackResources", "deprecated" : false, "input" : { "variableName" : "describeStackResourcesRequest", "variableType" : "DescribeStackResourcesRequest", "variableDeclarationType" : "DescribeStackResourcesRequest", "documentation" : "

The input for DescribeStackResources action.

", "simpleType" : "DescribeStackResourcesRequest", "variableSetterType" : "DescribeStackResourcesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeStackResourcesResult", "documentation" : "

The output for a DescribeStackResources action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.\n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@return Result of the DescribeStackResources operation returned by the service.*/", "asyncDocumentation" : "/**

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.\n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@return A Java Future containing the result of the DescribeStackResources operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.\n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackResources operation returned by the service.*/", "syncReturnType" : "DescribeStackResourcesResult", "asyncReturnType" : "DescribeStackResourcesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeStackResources" }, "DescribeStacks" : { "documentation" : "

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

", "operationName" : "DescribeStacks", "deprecated" : false, "input" : { "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "variableDeclarationType" : "DescribeStacksRequest", "documentation" : "

The input for DescribeStacks action.

", "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeStacksResult", "documentation" : "

The output for a DescribeStacks action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

\n@param describeStacksRequest The input for DescribeStacks action.\n@return Result of the DescribeStacks operation returned by the service.*/", "asyncDocumentation" : "/**

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

\n@param describeStacksRequest The input for DescribeStacks action.\n@return A Java Future containing the result of the DescribeStacks operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

\n@param describeStacksRequest The input for DescribeStacks action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStacks operation returned by the service.*/", "syncReturnType" : "DescribeStacksResult", "asyncReturnType" : "DescribeStacksResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeStacks" }, "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" : "", "simpleType" : "EstimateTemplateCostRequest", "variableSetterType" : "EstimateTemplateCostRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EstimateTemplateCostResult", "documentation" : "

The output for a EstimateTemplateCost action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param estimateTemplateCostRequest \n@return Result of the EstimateTemplateCost operation returned by the service.*/", "asyncDocumentation" : "/**

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.

\n@param estimateTemplateCostRequest \n@return A Java Future containing the result of the EstimateTemplateCost operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param estimateTemplateCostRequest \n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the EstimateTemplateCost operation returned by the service.*/", "syncReturnType" : "EstimateTemplateCostResult", "asyncReturnType" : "EstimateTemplateCostResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "estimateTemplateCost" }, "GetStackPolicy" : { "documentation" : "

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

", "operationName" : "GetStackPolicy", "deprecated" : false, "input" : { "variableName" : "getStackPolicyRequest", "variableType" : "GetStackPolicyRequest", "variableDeclarationType" : "GetStackPolicyRequest", "documentation" : "

The input for the GetStackPolicy action.

", "simpleType" : "GetStackPolicyRequest", "variableSetterType" : "GetStackPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetStackPolicyResult", "documentation" : "

The output for the GetStackPolicy action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@return Result of the GetStackPolicy operation returned by the service.*/", "asyncDocumentation" : "/**

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@return A Java Future containing the result of the GetStackPolicy operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetStackPolicy operation returned by the service.*/", "syncReturnType" : "GetStackPolicyResult", "asyncReturnType" : "GetStackPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getStackPolicy" }, "GetTemplate" : { "documentation" : "

Returns the template body for a specified stack. You can get the template for running or deleted stacks.

For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.

If the template does not exist, a ValidationError is returned. ", "operationName" : "GetTemplate", "deprecated" : false, "input" : { "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "variableDeclarationType" : "GetTemplateRequest", "documentation" : "

The input for a GetTemplate action.

", "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetTemplateResult", "documentation" : "

The output for GetTemplate action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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. \n@param getTemplateRequest The input for a GetTemplate action.\n@return Result of the GetTemplate operation returned by the service.*/", "asyncDocumentation" : "/**

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. \n@param getTemplateRequest The input for a GetTemplate action.\n@return A Java Future containing the result of the GetTemplate operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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. \n@param getTemplateRequest The input for a GetTemplate action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetTemplate operation returned by the service.*/", "syncReturnType" : "GetTemplateResult", "asyncReturnType" : "GetTemplateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getTemplate" }, "GetTemplateSummary" : { "documentation" : "

Returns information about a new or existing template. The GetTemplateSummary action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.

You can use the GetTemplateSummary action when you submit a template, or you can get template information for a running or deleted stack.

For deleted stacks, GetTemplateSummary returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError is returned.

", "operationName" : "GetTemplateSummary", "deprecated" : false, "input" : { "variableName" : "getTemplateSummaryRequest", "variableType" : "GetTemplateSummaryRequest", "variableDeclarationType" : "GetTemplateSummaryRequest", "documentation" : "

The input for the GetTemplateSummary action.

", "simpleType" : "GetTemplateSummaryRequest", "variableSetterType" : "GetTemplateSummaryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetTemplateSummaryResult", "documentation" : "

The output for the GetTemplateSummary action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@return Result of the GetTemplateSummary operation returned by the service.*/", "asyncDocumentation" : "/**

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.

\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@return A Java Future containing the result of the GetTemplateSummary operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetTemplateSummary operation returned by the service.*/", "syncReturnType" : "GetTemplateSummaryResult", "asyncReturnType" : "GetTemplateSummaryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getTemplateSummary" }, "ListStackResources" : { "documentation" : "

Returns descriptions of all resources of the specified stack.

For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.

", "operationName" : "ListStackResources", "deprecated" : false, "input" : { "variableName" : "listStackResourcesRequest", "variableType" : "ListStackResourcesRequest", "variableDeclarationType" : "ListStackResourcesRequest", "documentation" : "

The input for the ListStackResource action.

", "simpleType" : "ListStackResourcesRequest", "variableSetterType" : "ListStackResourcesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListStackResourcesResult", "documentation" : "

The output for a ListStackResources action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param listStackResourcesRequest The input for the ListStackResource action.\n@return Result of the ListStackResources operation returned by the service.*/", "asyncDocumentation" : "/**

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.

\n@param listStackResourcesRequest The input for the ListStackResource action.\n@return A Java Future containing the result of the ListStackResources operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param listStackResourcesRequest The input for the ListStackResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ListStackResources operation returned by the service.*/", "syncReturnType" : "ListStackResourcesResult", "asyncReturnType" : "ListStackResourcesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listStackResources" }, "ListStacks" : { "documentation" : "

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

", "operationName" : "ListStacks", "deprecated" : false, "input" : { "variableName" : "listStacksRequest", "variableType" : "ListStacksRequest", "variableDeclarationType" : "ListStacksRequest", "documentation" : "

The input for ListStacks action.

", "simpleType" : "ListStacksRequest", "variableSetterType" : "ListStacksRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListStacksResult", "documentation" : "

The output for ListStacks action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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).

\n@param listStacksRequest The input for ListStacks action.\n@return Result of the ListStacks operation returned by the service.*/", "asyncDocumentation" : "/**

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).

\n@param listStacksRequest The input for ListStacks action.\n@return A Java Future containing the result of the ListStacks operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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).

\n@param listStacksRequest The input for ListStacks action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ListStacks operation returned by the service.*/", "syncReturnType" : "ListStacksResult", "asyncReturnType" : "ListStacksResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listStacks" }, "SetStackPolicy" : { "documentation" : "

Sets a stack policy for a specified stack.

", "operationName" : "SetStackPolicy", "deprecated" : false, "input" : { "variableName" : "setStackPolicyRequest", "variableType" : "SetStackPolicyRequest", "variableDeclarationType" : "SetStackPolicyRequest", "documentation" : "

The input for the SetStackPolicy action.

", "simpleType" : "SetStackPolicyRequest", "variableSetterType" : "SetStackPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : null, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Sets a stack policy for a specified stack.

\n@param setStackPolicyRequest The input for the SetStackPolicy action.*/", "asyncDocumentation" : "/**

Sets a stack policy for a specified stack.

\n@param setStackPolicyRequest The input for the SetStackPolicy action.*/", "asyncDocumentationWithHandler" : "/**

Sets a stack policy for a specified stack.

\n@param setStackPolicyRequest The input for the SetStackPolicy action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setStackPolicy" }, "SignalResource" : { "documentation" : "

Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.

", "operationName" : "SignalResource", "deprecated" : false, "input" : { "variableName" : "signalResourceRequest", "variableType" : "SignalResourceRequest", "variableDeclarationType" : "SignalResourceRequest", "documentation" : "

The input for the SignalResource action.

", "simpleType" : "SignalResourceRequest", "variableSetterType" : "SignalResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : null, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

\n@param signalResourceRequest The input for the SignalResource action.*/", "asyncDocumentation" : "/**

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.

\n@param signalResourceRequest The input for the SignalResource action.*/", "asyncDocumentationWithHandler" : "/**

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.

\n@param signalResourceRequest The input for the SignalResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "signalResource" }, "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.

Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack operation.

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 UpdateStack action.

", "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateStackResult", "documentation" : "

The output for a UpdateStack action.

" }, "exceptions" : [ { "exceptionName" : "InsufficientCapabilitiesException", "documentation" : "

The template contains resources with capabilities that were not specified in the Capabilities parameter.

" } ], "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

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.

Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack operation.

For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.

\n@param updateStackRequest The input for UpdateStack action.\n@return Result of the UpdateStack operation returned by the service.\n@throws InsufficientCapabilitiesException The template contains resources with capabilities that were not specified in the Capabilities parameter.*/", "asyncDocumentation" : "/**

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.

Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack operation.

For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.

\n@param updateStackRequest The input for UpdateStack action.\n@return A Java Future containing the result of the UpdateStack operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

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.

Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack operation.

For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.

\n@param updateStackRequest The input for UpdateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the UpdateStack operation returned by the service.*/", "syncReturnType" : "UpdateStackResult", "asyncReturnType" : "UpdateStackResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateStack" }, "ValidateTemplate" : { "documentation" : "

Validates a specified template.

", "operationName" : "ValidateTemplate", "deprecated" : false, "input" : { "variableName" : "validateTemplateRequest", "variableType" : "ValidateTemplateRequest", "variableDeclarationType" : "ValidateTemplateRequest", "documentation" : "

The input for ValidateTemplate action.

", "simpleType" : "ValidateTemplateRequest", "variableSetterType" : "ValidateTemplateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ValidateTemplateResult", "documentation" : "

The output for ValidateTemplate action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncDocumentation" : "/**

Validates a specified template.

\n@param validateTemplateRequest The input for ValidateTemplate action.\n@return Result of the ValidateTemplate operation returned by the service.*/", "asyncDocumentation" : "/**

Validates a specified template.

\n@param validateTemplateRequest The input for ValidateTemplate action.\n@return A Java Future containing the result of the ValidateTemplate operation returned by the service.*/", "asyncDocumentationWithHandler" : "/**

Validates a specified template.

\n@param validateTemplateRequest The input for ValidateTemplate action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ValidateTemplate operation returned by the service.*/", "syncReturnType" : "ValidateTemplateResult", "asyncReturnType" : "ValidateTemplateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "validateTemplate" } }, "shapes" : { "Stack" : { "c2jName" : "Stack", "documentation" : "

The Stack data type.

", "shapeName" : "Stack", "deprecated" : false, "required" : [ "StackName", "CreationTime", "StackStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A user-defined description associated with the stack.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-defined description associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.*/", "getterDocumentation" : "/**

A user-defined description associated with the stack.

\n@return A user-defined description associated with the stack.*/", "fluentSetterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Parameter structures.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Parameter structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures.

\n@param parameters A list of Parameter structures.*/", "getterDocumentation" : "/**

A list of Parameter structures.

\n@return A list of Parameter structures.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures.

\n@param parameters A list of Parameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Parameter structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\n@param parameters A list of Parameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time at which the stack was created.

", "name" : "CreationTime", "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "variable" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time at which the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationTime", "marshallLocationName" : "CreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.*/", "getterDocumentation" : "/**

The time at which the stack was created.

\n@return The time at which the stack was created.*/", "fluentSetterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "name" : "LastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "variable" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTime", "marshallLocationName" : "LastUpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "getterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "fluentSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Current status of the stack.

", "name" : "StackStatus", "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "variable" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatus", "marshallLocationName" : "StackStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@see StackStatus*/", "getterDocumentation" : "/**

Current status of the stack.

\n@return Current status of the stack.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, { "documentation" : "

Success/failure message associated with the stack status.

", "name" : "StackStatusReason", "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "variable" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the stack status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatusReason", "marshallLocationName" : "StackStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.*/", "getterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@return Success/failure message associated with the stack status.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

", "name" : "DisableRollback", "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "variable" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisableRollback", "marshallLocationName" : "DisableRollback", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
*/", "getterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@return Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
*/", "fluentSetterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

SNS topic ARNs to which stack related events are published.

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

SNS topic ARNs to which stack related events are published.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.*/", "getterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@return SNS topic ARNs to which stack related events are published.*/", "fluentSetterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationARNs(java.util.Collection)} or {@link #withNotificationARNs(java.util.Collection)} if you want to override the existing values.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The amount of time within which stack creation should complete.

", "name" : "TimeoutInMinutes", "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "variable" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time within which stack creation should complete.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutInMinutes", "marshallLocationName" : "TimeoutInMinutes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.*/", "getterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@return The amount of time within which stack creation should complete.*/", "fluentSetterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The capabilities allowed in the stack.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The capabilities allowed in the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities allowed in the stack.

\n@param capabilities The capabilities allowed in the stack.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities allowed in the stack.

\n@return The capabilities allowed in the stack.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities allowed in the stack.

\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

The capabilities allowed in the stack.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilities(java.util.Collection)} or {@link #withCapabilities(java.util.Collection)} if you want to override the existing values.

\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" }, { "documentation" : "

A list of output structures.

", "name" : "Outputs", "c2jName" : "Outputs", "c2jShape" : "Outputs", "variable" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of output structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Outputs", "marshallLocationName" : "Outputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Output", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Output", "variable" : { "variableName" : "member", "variableType" : "Output", "variableDeclarationType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "setterModel" : { "variableName" : "member", "variableType" : "Output", "variableDeclarationType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "getterModel" : { "returnType" : "Output", "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, "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, "simpleType" : "Output", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of output structures.

\n@param outputs A list of output structures.*/", "getterDocumentation" : "/**

A list of output structures.

\n@return A list of output structures.*/", "fluentSetterDocumentation" : "/**

A list of output structures.

\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of output structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.

\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Tags that specify cost allocation information for the stack.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Tags that specify cost allocation information for the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "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, "simpleType" : "Tag", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@param tags A list of Tags that specify cost allocation information for the stack.*/", "getterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@return A list of Tags that specify cost allocation information for the stack.*/", "fluentSetterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@param tags A list of Tags that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n

NOTE: 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 A list of Tags that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stack", "variableType" : "Stack", "variableDeclarationType" : "Stack", "documentation" : null, "simpleType" : "Stack", "variableSetterType" : "Stack" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Outputs" : { "documentation" : "

A list of output structures.

", "name" : "Outputs", "c2jName" : "Outputs", "c2jShape" : "Outputs", "variable" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of output structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Outputs", "marshallLocationName" : "Outputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Output", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Output", "variable" : { "variableName" : "member", "variableType" : "Output", "variableDeclarationType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "setterModel" : { "variableName" : "member", "variableType" : "Output", "variableDeclarationType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "getterModel" : { "returnType" : "Output", "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, "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, "simpleType" : "Output", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of output structures.

\n@param outputs A list of output structures.*/", "getterDocumentation" : "/**

A list of output structures.

\n@return A list of output structures.*/", "fluentSetterDocumentation" : "/**

A list of output structures.

\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of output structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.

\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Parameters" : { "documentation" : "

A list of Parameter structures.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Parameter structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures.

\n@param parameters A list of Parameter structures.*/", "getterDocumentation" : "/**

A list of Parameter structures.

\n@return A list of Parameter structures.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures.

\n@param parameters A list of Parameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Parameter structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\n@param parameters A list of Parameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A user-defined description associated with the stack.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-defined description associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.*/", "getterDocumentation" : "/**

A user-defined description associated with the stack.

\n@return A user-defined description associated with the stack.*/", "fluentSetterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-defined description associated with the stack.

\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimeoutInMinutes" : { "documentation" : "

The amount of time within which stack creation should complete.

", "name" : "TimeoutInMinutes", "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "variable" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time within which stack creation should complete.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutInMinutes", "marshallLocationName" : "TimeoutInMinutes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.*/", "getterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@return The amount of time within which stack creation should complete.*/", "fluentSetterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time within which stack creation should complete.

\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackId" : { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DisableRollback" : { "documentation" : "

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

", "name" : "DisableRollback", "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "variable" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisableRollback", "marshallLocationName" : "DisableRollback", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
*/", "getterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@return Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
*/", "fluentSetterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

\n@param disableRollback Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationTime" : { "documentation" : "

The time at which the stack was created.

", "name" : "CreationTime", "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "variable" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time at which the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationTime", "marshallLocationName" : "CreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.*/", "getterDocumentation" : "/**

The time at which the stack was created.

\n@return The time at which the stack was created.*/", "fluentSetterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time at which the stack was created.

\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

A list of Tags that specify cost allocation information for the stack.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Tags that specify cost allocation information for the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "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, "simpleType" : "Tag", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@param tags A list of Tags that specify cost allocation information for the stack.*/", "getterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@return A list of Tags that specify cost allocation information for the stack.*/", "fluentSetterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n@param tags A list of Tags that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Tags that specify cost allocation information for the stack.

\n

NOTE: 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 A list of Tags that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationARNs" : { "documentation" : "

SNS topic ARNs to which stack related events are published.

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

SNS topic ARNs to which stack related events are published.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.*/", "getterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@return SNS topic ARNs to which stack related events are published.*/", "fluentSetterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

SNS topic ARNs to which stack related events are published.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationARNs(java.util.Collection)} or {@link #withNotificationARNs(java.util.Collection)} if you want to override the existing values.

\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackStatus" : { "documentation" : "

Current status of the stack.

", "name" : "StackStatus", "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "variable" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatus", "marshallLocationName" : "StackStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@see StackStatus*/", "getterDocumentation" : "/**

Current status of the stack.

\n@return Current status of the stack.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

Current status of the stack.

\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, "Capabilities" : { "documentation" : "

The capabilities allowed in the stack.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The capabilities allowed in the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities allowed in the stack.

\n@param capabilities The capabilities allowed in the stack.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities allowed in the stack.

\n@return The capabilities allowed in the stack.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities allowed in the stack.

\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

The capabilities allowed in the stack.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilities(java.util.Collection)} or {@link #withCapabilities(java.util.Collection)} if you want to override the existing values.

\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" }, "StackStatusReason" : { "documentation" : "

Success/failure message associated with the stack status.

", "name" : "StackStatusReason", "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "variable" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the stack status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatusReason", "marshallLocationName" : "StackStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.*/", "getterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@return Success/failure message associated with the stack status.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the stack status.

\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedTime" : { "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "name" : "LastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "variable" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTime", "marshallLocationName" : "LastUpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "getterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "fluentSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeStackResourcesRequest" : { "c2jName" : "DescribeStackResourcesInput", "documentation" : "

The input for DescribeStackResources action.

", "shapeName" : "DescribeStackResourcesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.*/", "getterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@return The logical name of the resource as specified in the template.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackResourcesRequest", "variableType" : "DescribeStackResourcesRequest", "variableDeclarationType" : "DescribeStackResourcesRequest", "documentation" : null, "simpleType" : "DescribeStackResourcesRequest", "variableSetterType" : "DescribeStackResourcesRequest" }, "marshaller" : { "action" : "DescribeStackResources", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PhysicalResourceId" : { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogicalResourceId" : { "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.*/", "getterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@return The logical name of the resource as specified in the template.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackSummary" : { "c2jName" : "StackSummary", "documentation" : "

The StackSummary Data Type

", "shapeName" : "StackSummary", "deprecated" : false, "required" : [ "StackName", "CreationTime", "StackStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Unique stack identifier.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique stack identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.*/", "getterDocumentation" : "/**

Unique stack identifier.

\n@return Unique stack identifier.*/", "fluentSetterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The template description of the template used to create the stack.

", "name" : "TemplateDescription", "c2jName" : "TemplateDescription", "c2jShape" : "TemplateDescription", "variable" : { "variableName" : "templateDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The template description of the template used to create the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TemplateDescription", "marshallLocationName" : "TemplateDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.*/", "getterDocumentation" : "/**

The template description of the template used to create the stack.

\n@return The template description of the template used to create the stack.*/", "fluentSetterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the stack was created.

", "name" : "CreationTime", "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "variable" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationTime", "marshallLocationName" : "CreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.*/", "getterDocumentation" : "/**

The time the stack was created.

\n@return The time the stack was created.*/", "fluentSetterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "name" : "LastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "variable" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTime", "marshallLocationName" : "LastUpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "getterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "fluentSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the stack was deleted.

", "name" : "DeletionTime", "c2jName" : "DeletionTime", "c2jShape" : "DeletionTime", "variable" : { "variableName" : "deletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was deleted.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeletionTime", "marshallLocationName" : "DeletionTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.*/", "getterDocumentation" : "/**

The time the stack was deleted.

\n@return The time the stack was deleted.*/", "fluentSetterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current status of the stack.

", "name" : "StackStatus", "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "variable" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatus", "marshallLocationName" : "StackStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@see StackStatus*/", "getterDocumentation" : "/**

The current status of the stack.

\n@return The current status of the stack.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, { "documentation" : "

Success/Failure message associated with the stack status.

", "name" : "StackStatusReason", "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "variable" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/Failure message associated with the stack status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatusReason", "marshallLocationName" : "StackStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.*/", "getterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@return Success/Failure message associated with the stack status.*/", "fluentSetterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stackSummary", "variableType" : "StackSummary", "variableDeclarationType" : "StackSummary", "documentation" : null, "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CreationTime" : { "documentation" : "

The time the stack was created.

", "name" : "CreationTime", "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "variable" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationTime", "marshallLocationName" : "CreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.*/", "getterDocumentation" : "/**

The time the stack was created.

\n@return The time the stack was created.*/", "fluentSetterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was created.

\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateDescription" : { "documentation" : "

The template description of the template used to create the stack.

", "name" : "TemplateDescription", "c2jName" : "TemplateDescription", "c2jShape" : "TemplateDescription", "variable" : { "variableName" : "templateDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The template description of the template used to create the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TemplateDescription", "marshallLocationName" : "TemplateDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.*/", "getterDocumentation" : "/**

The template description of the template used to create the stack.

\n@return The template description of the template used to create the stack.*/", "fluentSetterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The template description of the template used to create the stack.

\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackStatus" : { "documentation" : "

The current status of the stack.

", "name" : "StackStatus", "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "variable" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatus", "marshallLocationName" : "StackStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@see StackStatus*/", "getterDocumentation" : "/**

The current status of the stack.

\n@return The current status of the stack.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

The current status of the stack.

\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, "StackId" : { "documentation" : "

Unique stack identifier.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique stack identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.*/", "getterDocumentation" : "/**

Unique stack identifier.

\n@return Unique stack identifier.*/", "fluentSetterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique stack identifier.

\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackStatusReason" : { "documentation" : "

Success/Failure message associated with the stack status.

", "name" : "StackStatusReason", "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "variable" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/Failure message associated with the stack status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackStatusReason", "marshallLocationName" : "StackStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.*/", "getterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@return Success/Failure message associated with the stack status.*/", "fluentSetterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/Failure message associated with the stack status.

\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeletionTime" : { "documentation" : "

The time the stack was deleted.

", "name" : "DeletionTime", "c2jName" : "DeletionTime", "c2jShape" : "DeletionTime", "variable" : { "variableName" : "deletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was deleted.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeletionTime", "marshallLocationName" : "DeletionTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.*/", "getterDocumentation" : "/**

The time the stack was deleted.

\n@return The time the stack was deleted.*/", "fluentSetterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was deleted.

\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedTime" : { "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "name" : "LastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "variable" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTime", "marshallLocationName" : "LastUpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "getterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/", "fluentSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Output" : { "c2jName" : "Output", "documentation" : "

The Output data type.

", "shapeName" : "Output", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The key associated with the output.

", "name" : "OutputKey", "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "variable" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKey", "marshallLocationName" : "OutputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.*/", "getterDocumentation" : "/**

The key associated with the output.

\n@return The key associated with the output.*/", "fluentSetterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value associated with the output.

", "name" : "OutputValue", "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "variable" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputValue", "marshallLocationName" : "OutputValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.*/", "getterDocumentation" : "/**

The value associated with the output.

\n@return The value associated with the output.*/", "fluentSetterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User defined description associated with the output.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.*/", "getterDocumentation" : "/**

User defined description associated with the output.

\n@return User defined description associated with the output.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "output", "variableType" : "Output", "variableDeclarationType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

User defined description associated with the output.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.*/", "getterDocumentation" : "/**

User defined description associated with the output.

\n@return User defined description associated with the output.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputValue" : { "documentation" : "

The value associated with the output.

", "name" : "OutputValue", "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "variable" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputValue", "marshallLocationName" : "OutputValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.*/", "getterDocumentation" : "/**

The value associated with the output.

\n@return The value associated with the output.*/", "fluentSetterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputKey" : { "documentation" : "

The key associated with the output.

", "name" : "OutputKey", "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "variable" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKey", "marshallLocationName" : "OutputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.*/", "getterDocumentation" : "/**

The key associated with the output.

\n@return The key associated with the output.*/", "fluentSetterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetStackPolicyResult" : { "c2jName" : "GetStackPolicyOutput", "documentation" : "

The output for the GetStackPolicy action.

", "shapeName" : "GetStackPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

", "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.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.)

\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.)*/", "getterDocumentation" : "/**

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

\n@return Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

\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.)\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.)

\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.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStackPolicyResult", "variableType" : "GetStackPolicyResult", "variableDeclarationType" : "GetStackPolicyResult", "documentation" : null, "simpleType" : "GetStackPolicyResult", "variableSetterType" : "GetStackPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetStackPolicyResult", "flattened" : false }, "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.)

", "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.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.)

\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.)*/", "getterDocumentation" : "/**

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

\n@return Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

\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.)\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.)

\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.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackEvent" : { "c2jName" : "StackEvent", "documentation" : "

The StackEvent data type.

", "shapeName" : "StackEvent", "deprecated" : false, "required" : [ "StackId", "EventId", "StackName", "Timestamp" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The unique ID name of the instance of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID name of the instance of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.*/", "getterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@return The unique ID name of the instance of the stack.*/", "fluentSetterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID of this event.

", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "EventId", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID of this event.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.*/", "getterDocumentation" : "/**

The unique ID of this event.

\n@return The unique ID of this event.*/", "fluentSetterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name associated with a stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with a stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.*/", "getterDocumentation" : "/**

The name associated with a stack.

\n@return The name associated with a stack.*/", "fluentSetterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or unique identifier associated with the physical instance of the resource.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier associated with the physical instance of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.*/", "getterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@return The name or unique identifier associated with the physical instance of the resource.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Time the status was updated.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

BLOB of the properties used to create the resource.

", "name" : "ResourceProperties", "c2jName" : "ResourceProperties", "c2jShape" : "ResourceProperties", "variable" : { "variableName" : "resourceProperties", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

BLOB of the properties used to create the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceProperties", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceProperties", "marshallLocationName" : "ResourceProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.*/", "getterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@return BLOB of the properties used to create the resource.*/", "fluentSetterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stackEvent", "variableType" : "StackEvent", "variableDeclarationType" : "StackEvent", "documentation" : null, "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceStatus" : { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, "PhysicalResourceId" : { "documentation" : "

The name or unique identifier associated with the physical instance of the resource.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier associated with the physical instance of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.*/", "getterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@return The name or unique identifier associated with the physical instance of the resource.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier associated with the physical instance of the resource.

\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogicalResourceId" : { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceStatusReason" : { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackId" : { "documentation" : "

The unique ID name of the instance of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID name of the instance of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.*/", "getterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@return The unique ID name of the instance of the stack.*/", "fluentSetterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID name of the instance of the stack.

\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventId" : { "documentation" : "

The unique ID of this event.

", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "EventId", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID of this event.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.*/", "getterDocumentation" : "/**

The unique ID of this event.

\n@return The unique ID of this event.*/", "fluentSetterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID of this event.

\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceProperties" : { "documentation" : "

BLOB of the properties used to create the resource.

", "name" : "ResourceProperties", "c2jName" : "ResourceProperties", "c2jShape" : "ResourceProperties", "variable" : { "variableName" : "resourceProperties", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

BLOB of the properties used to create the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceProperties", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceProperties", "marshallLocationName" : "ResourceProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.*/", "getterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@return BLOB of the properties used to create the resource.*/", "fluentSetterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

BLOB of the properties used to create the resource.

\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Timestamp" : { "documentation" : "

Time the status was updated.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name associated with a stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with a stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.*/", "getterDocumentation" : "/**

The name associated with a stack.

\n@return The name associated with a stack.*/", "fluentSetterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with a stack.

\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetStackPolicyRequest" : { "c2jName" : "GetStackPolicyInput", "documentation" : "

The input for the GetStackPolicy action.

", "shapeName" : "GetStackPolicyRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.*/", "getterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@return The name or unique stack ID that is associated with the stack whose policy you want to get.*/", "fluentSetterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStackPolicyRequest", "variableType" : "GetStackPolicyRequest", "variableDeclarationType" : "GetStackPolicyRequest", "documentation" : null, "simpleType" : "GetStackPolicyRequest", "variableSetterType" : "GetStackPolicyRequest" }, "marshaller" : { "action" : "GetStackPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackName" : { "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.*/", "getterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@return The name or unique stack ID that is associated with the stack whose policy you want to get.*/", "fluentSetterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique stack ID that is associated with the stack whose policy you want to get.

\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ValidateTemplateRequest" : { "c2jName" : "ValidateTemplateInput", "documentation" : "

The input for ValidateTemplate action.

", "shapeName" : "ValidateTemplateRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "validateTemplateRequest", "variableType" : "ValidateTemplateRequest", "variableDeclarationType" : "ValidateTemplateRequest", "documentation" : null, "simpleType" : "ValidateTemplateRequest", "variableSetterType" : "ValidateTemplateRequest" }, "marshaller" : { "action" : "ValidateTemplate", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TemplateBody" : { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateURL" : { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "

Quota for the resource has already been reached.

", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateStackResult" : { "c2jName" : "UpdateStackOutput", "documentation" : "

The output for a UpdateStack action.

", "shapeName" : "UpdateStackResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStackResult", "variableType" : "UpdateStackResult", "variableDeclarationType" : "UpdateStackResult", "documentation" : null, "simpleType" : "UpdateStackResult", "variableSetterType" : "UpdateStackResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "UpdateStackResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackId" : { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackStatus" : { "c2jName" : "StackStatus", "documentation" : "", "shapeName" : "StackStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : 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" : "ROLLBACK_IN_PROGRESS", "value" : "ROLLBACK_IN_PROGRESS" }, { "name" : "ROLLBACK_FAILED", "value" : "ROLLBACK_FAILED" }, { "name" : "ROLLBACK_COMPLETE", "value" : "ROLLBACK_COMPLETE" }, { "name" : "DELETE_IN_PROGRESS", "value" : "DELETE_IN_PROGRESS" }, { "name" : "DELETE_FAILED", "value" : "DELETE_FAILED" }, { "name" : "DELETE_COMPLETE", "value" : "DELETE_COMPLETE" }, { "name" : "UPDATE_IN_PROGRESS", "value" : "UPDATE_IN_PROGRESS" }, { "name" : "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "value" : "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" }, { "name" : "UPDATE_COMPLETE", "value" : "UPDATE_COMPLETE" }, { "name" : "UPDATE_ROLLBACK_IN_PROGRESS", "value" : "UPDATE_ROLLBACK_IN_PROGRESS" }, { "name" : "UPDATE_ROLLBACK_FAILED", "value" : "UPDATE_ROLLBACK_FAILED" }, { "name" : "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "value" : "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" }, { "name" : "UPDATE_ROLLBACK_COMPLETE", "value" : "UPDATE_ROLLBACK_COMPLETE" } ], "variable" : { "variableName" : "stackStatus", "variableType" : "StackStatus", "variableDeclarationType" : "StackStatus", "documentation" : null, "simpleType" : "StackStatus", "variableSetterType" : "StackStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

The Tag type is used by CreateStack in the Tags parameter. It allows you to specify a key/value pair that can be used to store information related to cost allocation for an AWS CloudFormation stack.

", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/", "getterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@return Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/", "fluentSetterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required*/", "getterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@return Required*/", "fluentSetterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required*/", "getterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@return Required*/", "fluentSetterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/", "getterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@return Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/", "fluentSetterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeStacksResult" : { "c2jName" : "DescribeStacksOutput", "documentation" : "

The output for a DescribeStacks action.

", "shapeName" : "DescribeStacksResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of stack structures.

", "name" : "Stacks", "c2jName" : "Stacks", "c2jShape" : "Stacks", "variable" : { "variableName" : "stacks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of stack structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stacks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Stacks", "marshallLocationName" : "Stacks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Stack", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Stack", "variable" : { "variableName" : "member", "variableType" : "Stack", "variableDeclarationType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "setterModel" : { "variableName" : "member", "variableType" : "Stack", "variableDeclarationType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "getterModel" : { "returnType" : "Stack", "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, "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, "simpleType" : "Stack", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.*/", "getterDocumentation" : "/**

A list of stack structures.

\n@return A list of stack structures.*/", "fluentSetterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of stack structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStacks(java.util.Collection)} or {@link #withStacks(java.util.Collection)} if you want to override the existing values.

\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStacksResult", "variableType" : "DescribeStacksResult", "variableDeclarationType" : "DescribeStacksResult", "documentation" : null, "simpleType" : "DescribeStacksResult", "variableSetterType" : "DescribeStacksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeStacksResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stacks" : { "documentation" : "

A list of stack structures.

", "name" : "Stacks", "c2jName" : "Stacks", "c2jShape" : "Stacks", "variable" : { "variableName" : "stacks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of stack structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stacks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Stacks", "marshallLocationName" : "Stacks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Stack", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Stack", "variable" : { "variableName" : "member", "variableType" : "Stack", "variableDeclarationType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "setterModel" : { "variableName" : "member", "variableType" : "Stack", "variableDeclarationType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "getterModel" : { "returnType" : "Stack", "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, "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, "simpleType" : "Stack", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.*/", "getterDocumentation" : "/**

A list of stack structures.

\n@return A list of stack structures.*/", "fluentSetterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of stack structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStacks(java.util.Collection)} or {@link #withStacks(java.util.Collection)} if you want to override the existing values.

\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackResourceDetail" : { "c2jName" : "StackResourceDetail", "documentation" : "

Contains detailed information about the specified stack resource.

", "shapeName" : "StackResourceDetail", "deprecated" : false, "required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Time the status was updated.

", "name" : "LastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTimestamp", "marshallLocationName" : "LastUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User defined description associated with the resource.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.*/", "getterDocumentation" : "/**

User defined description associated with the resource.

\n@return User defined description associated with the resource.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

", "name" : "Metadata", "c2jName" : "Metadata", "c2jShape" : "Metadata", "variable" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "getterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@return The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "fluentSetterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "variableDeclarationType" : "StackResourceDetail", "documentation" : null, "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceStatus" : { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, "PhysicalResourceId" : { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogicalResourceId" : { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

User defined description associated with the resource.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.*/", "getterDocumentation" : "/**

User defined description associated with the resource.

\n@return User defined description associated with the resource.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedTimestamp" : { "documentation" : "

Time the status was updated.

", "name" : "LastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTimestamp", "marshallLocationName" : "LastUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceStatusReason" : { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackId" : { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Metadata" : { "documentation" : "

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

", "name" : "Metadata", "c2jName" : "Metadata", "c2jShape" : "Metadata", "variable" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "getterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@return The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "fluentSetterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

\n@param metadata The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAccountLimitsResult" : { "c2jName" : "DescribeAccountLimitsOutput", "documentation" : "

The output for the DescribeAccountLimits action.

", "shapeName" : "DescribeAccountLimitsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "name" : "AccountLimits", "c2jName" : "AccountLimits", "c2jShape" : "AccountLimitList", "variable" : { "variableName" : "accountLimits", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountLimits", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountLimits", "marshallLocationName" : "AccountLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountLimit", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountLimit", "variable" : { "variableName" : "member", "variableType" : "AccountLimit", "variableDeclarationType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountLimit", "variableDeclarationType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "getterModel" : { "returnType" : "AccountLimit", "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, "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, "simpleType" : "AccountLimit", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/", "getterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@return An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/", "fluentSetterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountLimits(java.util.Collection)} or {@link #withAccountLimits(java.util.Collection)} if you want to override the existing values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that identifies the next page of limits. If no additional page exists, this value is null.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that identifies the next page of limits. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.*/", "getterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@return A string that identifies the next page of limits. If no additional page exists, this value is null.*/", "fluentSetterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAccountLimitsResult", "variableType" : "DescribeAccountLimitsResult", "variableDeclarationType" : "DescribeAccountLimitsResult", "documentation" : null, "simpleType" : "DescribeAccountLimitsResult", "variableSetterType" : "DescribeAccountLimitsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAccountLimitsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A string that identifies the next page of limits. If no additional page exists, this value is null.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that identifies the next page of limits. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.*/", "getterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@return A string that identifies the next page of limits. If no additional page exists, this value is null.*/", "fluentSetterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountLimits" : { "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "name" : "AccountLimits", "c2jName" : "AccountLimits", "c2jShape" : "AccountLimitList", "variable" : { "variableName" : "accountLimits", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountLimits", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountLimits", "marshallLocationName" : "AccountLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountLimit", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountLimit", "variable" : { "variableName" : "member", "variableType" : "AccountLimit", "variableDeclarationType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountLimit", "variableDeclarationType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "getterModel" : { "returnType" : "AccountLimit", "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, "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, "simpleType" : "AccountLimit", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/", "getterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@return An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/", "fluentSetterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountLimits(java.util.Collection)} or {@link #withAccountLimits(java.util.Collection)} if you want to override the existing values.

\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListStackResourcesRequest" : { "c2jName" : "ListStackResourcesInput", "documentation" : "

The input for the ListStackResource action.

", "shapeName" : "ListStackResourcesRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listStackResourcesRequest", "variableType" : "ListStackResourcesRequest", "variableDeclarationType" : "ListStackResourcesRequest", "documentation" : null, "simpleType" : "ListStackResourcesRequest", "variableSetterType" : "ListStackResourcesRequest" }, "marshaller" : { "action" : "ListStackResources", "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" : "

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EstimateTemplateCostResult" : { "c2jName" : "EstimateTemplateCostOutput", "documentation" : "

The output for a EstimateTemplateCost action.

", "shapeName" : "EstimateTemplateCostResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "url", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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, "simpleType" : "EstimateTemplateCostResult", "variableSetterType" : "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "url", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" } } }, "GetTemplateResult" : { "c2jName" : "GetTemplateOutput", "documentation" : "

The output for GetTemplate action.

", "shapeName" : "GetTemplateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTemplateResult", "variableType" : "GetTemplateResult", "variableDeclarationType" : "GetTemplateResult", "documentation" : null, "simpleType" : "GetTemplateResult", "variableSetterType" : "GetTemplateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetTemplateResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TemplateBody" : { "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackResourceSummary" : { "c2jName" : "StackResourceSummary", "documentation" : "

Contains high-level information about the specified stack resource.

", "shapeName" : "StackResourceSummary", "deprecated" : false, "required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of the resource.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@return The name or unique identifier that corresponds to a physical instance ID of the resource.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Time the status was updated.

", "name" : "LastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTimestamp", "marshallLocationName" : "LastUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stackResourceSummary", "variableType" : "StackResourceSummary", "variableDeclarationType" : "StackResourceSummary", "documentation" : null, "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceStatus" : { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, "PhysicalResourceId" : { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of the resource.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@return The name or unique identifier that corresponds to a physical instance ID of the resource.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of the resource.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogicalResourceId" : { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedTimestamp" : { "documentation" : "

Time the status was updated.

", "name" : "LastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedTimestamp", "marshallLocationName" : "LastUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceStatusReason" : { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTemplateSummaryRequest" : { "c2jName" : "GetTemplateSummaryInput", "documentation" : "

The input for the GetTemplateSummary action.

", "shapeName" : "GetTemplateSummaryRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTemplateSummaryRequest", "variableType" : "GetTemplateSummaryRequest", "variableDeclarationType" : "GetTemplateSummaryRequest", "documentation" : null, "simpleType" : "GetTemplateSummaryRequest", "variableSetterType" : "GetTemplateSummaryRequest" }, "marshaller" : { "action" : "GetTemplateSummary", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TemplateBody" : { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateURL" : { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "getterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@return The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.*/", "fluentSetterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.

\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, TemplateBody, or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TemplateParameter" : { "c2jName" : "TemplateParameter", "documentation" : "

The TemplateParameter data type.

", "shapeName" : "TemplateParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name associated with the parameter.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.*/", "getterDocumentation" : "/**

The name associated with the parameter.

\n@return The name associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default value associated with the parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.*/", "getterDocumentation" : "/**

The default value associated with the parameter.

\n@return The default value associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

", "name" : "NoEcho", "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoEcho", "marshallLocationName" : "NoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/", "getterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@return Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/", "fluentSetterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User defined description associated with the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.*/", "getterDocumentation" : "/**

User defined description associated with the parameter.

\n@return User defined description associated with the parameter.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "templateParameter", "variableType" : "TemplateParameter", "variableDeclarationType" : "TemplateParameter", "documentation" : null, "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NoEcho" : { "documentation" : "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

", "name" : "NoEcho", "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoEcho", "marshallLocationName" : "NoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/", "getterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@return Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/", "fluentSetterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

User defined description associated with the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.*/", "getterDocumentation" : "/**

User defined description associated with the parameter.

\n@return User defined description associated with the parameter.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the parameter.

\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultValue" : { "documentation" : "

The default value associated with the parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.*/", "getterDocumentation" : "/**

The default value associated with the parameter.

\n@return The default value associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value associated with the parameter.

\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterKey" : { "documentation" : "

The name associated with the parameter.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.*/", "getterDocumentation" : "/**

The name associated with the parameter.

\n@return The name associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the parameter.

\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ParameterConstraints" : { "c2jName" : "ParameterConstraints", "documentation" : "

A set of criteria that AWS CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, AWS CloudFormation returns only the AllowedValues property.

", "shapeName" : "ParameterConstraints", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of values that are permitted for a parameter.

", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "variable" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of values that are permitted for a parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.*/", "getterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@return A list of values that are permitted for a parameter.*/", "fluentSetterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.

\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : null, "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AllowedValues" : { "documentation" : "

A list of values that are permitted for a parameter.

", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "variable" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of values that are permitted for a parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.*/", "getterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@return A list of values that are permitted for a parameter.*/", "fluentSetterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.

\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeStacksRequest" : { "c2jName" : "DescribeStacksInput", "documentation" : "

The input for DescribeStacks action.

", "shapeName" : "DescribeStacksRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "variableDeclarationType" : "DescribeStacksRequest", "documentation" : null, "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "marshaller" : { "action" : "DescribeStacks", "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" : "String that identifies the start of the next list of stacks, if there is one.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "String that identifies the start of the next list of stacks, if there is one.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OnFailure" : { "c2jName" : "OnFailure", "documentation" : "", "shapeName" : "OnFailure", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "DO_NOTHING", "value" : "DO_NOTHING" }, { "name" : "ROLLBACK", "value" : "ROLLBACK" }, { "name" : "DELETE", "value" : "DELETE" } ], "variable" : { "variableName" : "onFailure", "variableType" : "OnFailure", "variableDeclarationType" : "OnFailure", "documentation" : null, "simpleType" : "OnFailure", "variableSetterType" : "OnFailure" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAccountLimitsRequest" : { "c2jName" : "DescribeAccountLimitsInput", "documentation" : "

The input for the DescribeAccountLimits action.

", "shapeName" : "DescribeAccountLimitsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits that you want to retrieve.*/", "getterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@return A string that identifies the next page of limits that you want to retrieve.*/", "fluentSetterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits 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" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "variableDeclarationType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "marshaller" : { "action" : "DescribeAccountLimits", "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 that identifies the next page of limits that you want to retrieve.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits that you want to retrieve.*/", "getterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@return A string that identifies the next page of limits that you want to retrieve.*/", "fluentSetterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that identifies the next page of limits that you want to retrieve.

\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListStacksResult" : { "c2jName" : "ListStacksOutput", "documentation" : "

The output for ListStacks action.

", "shapeName" : "ListStacksResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "name" : "StackSummaries", "c2jName" : "StackSummaries", "c2jShape" : "StackSummaries", "variable" : { "variableName" : "stackSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackSummaries", "marshallLocationName" : "StackSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackSummary", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackSummary", "variable" : { "variableName" : "member", "variableType" : "StackSummary", "variableDeclarationType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StackSummary", "variableDeclarationType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "getterModel" : { "returnType" : "StackSummary", "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, "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, "simpleType" : "StackSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.*/", "getterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@return A list of StackSummary structures containing information about the specified stacks.*/", "fluentSetterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackSummaries(java.util.Collection)} or {@link #withStackSummaries(java.util.Collection)} if you want to override the existing values.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listStacksResult", "variableType" : "ListStacksResult", "variableDeclarationType" : "ListStacksResult", "documentation" : null, "simpleType" : "ListStacksResult", "variableSetterType" : "ListStacksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListStacksResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@return String that identifies the start of the next list of stacks, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackSummaries" : { "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "name" : "StackSummaries", "c2jName" : "StackSummaries", "c2jShape" : "StackSummaries", "variable" : { "variableName" : "stackSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackSummaries", "marshallLocationName" : "StackSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackSummary", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackSummary", "variable" : { "variableName" : "member", "variableType" : "StackSummary", "variableDeclarationType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StackSummary", "variableDeclarationType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "getterModel" : { "returnType" : "StackSummary", "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, "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, "simpleType" : "StackSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.*/", "getterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@return A list of StackSummary structures containing information about the specified stacks.*/", "fluentSetterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackSummary structures containing information about the specified stacks.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackSummaries(java.util.Collection)} or {@link #withStackSummaries(java.util.Collection)} if you want to override the existing values.

\n@param stackSummaries A list of StackSummary structures containing information about the specified stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Capability" : { "c2jName" : "Capability", "documentation" : "", "shapeName" : "Capability", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "CAPABILITY_IAM", "value" : "CAPABILITY_IAM" } ], "variable" : { "variableName" : "capability", "variableType" : "Capability", "variableDeclarationType" : "Capability", "documentation" : null, "simpleType" : "Capability", "variableSetterType" : "Capability" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeStackEventsRequest" : { "c2jName" : "DescribeStackEventsInput", "documentation" : "

The input for DescribeStackEvents action.

", "shapeName" : "DescribeStackEventsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of events, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackEventsRequest", "variableType" : "DescribeStackEventsRequest", "variableDeclarationType" : "DescribeStackEventsRequest", "documentation" : null, "simpleType" : "DescribeStackEventsRequest", "variableSetterType" : "DescribeStackEventsRequest" }, "marshaller" : { "action" : "DescribeStackEvents", "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" : "

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of events, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of events, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\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, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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 (max size: 16KB) 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 (max size: 16KB) 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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, "simpleType" : "SetStackPolicyRequest", "variableSetterType" : "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" : { "StackPolicyURL" : { "documentation" : "

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) 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 (max size: 16KB) 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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.*/" } } }, "DescribeStackResourceRequest" : { "c2jName" : "DescribeStackResourceInput", "documentation" : "

The input for DescribeStackResource action.

", "shapeName" : "DescribeStackResourceRequest", "deprecated" : false, "required" : [ "StackName", "LogicalResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.*/", "getterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@return The logical name of the resource as specified in the template.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackResourceRequest", "variableType" : "DescribeStackResourceRequest", "variableDeclarationType" : "DescribeStackResourceRequest", "documentation" : null, "simpleType" : "DescribeStackResourceRequest", "variableSetterType" : "DescribeStackResourceRequest" }, "marshaller" : { "action" : "DescribeStackResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LogicalResourceId" : { "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource as specified in the template.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.*/", "getterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@return The logical name of the resource as specified in the template.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource as specified in the template.

Default: There is no default value.

\n@param logicalResourceId The logical name of the resource as specified in the template.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListStacksRequest" : { "c2jName" : "ListStacksInput", "documentation" : "

The input for ListStacks action.

", "shapeName" : "ListStacksRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

", "name" : "StackStatusFilters", "c2jName" : "stackStatusFilters", "c2jShape" : "StackStatusFilter", "variable" : { "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stackStatusFilters", "marshallLocationName" : "stackStatusFilters", "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" : "StackStatus", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see StackStatus*/", "getterDocumentation" : "/**\n@return \n@see StackStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@see StackStatus*/", "getterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@return Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackStatusFilters(java.util.Collection)} or {@link #withStackStatusFilters(java.util.Collection)} if you want to override the existing values.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" } ], "enums" : null, "variable" : { "variableName" : "listStacksRequest", "variableType" : "ListStacksRequest", "variableDeclarationType" : "ListStacksRequest", "documentation" : null, "simpleType" : "ListStacksRequest", "variableSetterType" : "ListStacksRequest" }, "marshaller" : { "action" : "ListStacks", "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" : "

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@return String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

\n@param nextToken String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackStatusFilters" : { "documentation" : "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

", "name" : "StackStatusFilters", "c2jName" : "stackStatusFilters", "c2jShape" : "StackStatusFilter", "variable" : { "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stackStatusFilters", "marshallLocationName" : "stackStatusFilters", "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" : "StackStatus", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see StackStatus*/", "getterDocumentation" : "/**\n@return \n@see StackStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "StackStatus", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@see StackStatus*/", "getterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@return Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@see StackStatus*/", "fluentSetterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "varargSetterDocumentation" : "/**

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackStatusFilters(java.util.Collection)} or {@link #withStackStatusFilters(java.util.Collection)} if you want to override the existing values.

\n@param stackStatusFilters Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/" } } }, "UpdateStackRequest" : { "c2jName" : "UpdateStackInput", "documentation" : "

The input for UpdateStack action.

", "shapeName" : "UpdateStackRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or unique stack ID of the stack to update.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique stack ID of the stack to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.*/", "getterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@return The name or unique stack ID of the stack to update.*/", "fluentSetterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Reuse the existing template that is associated with the stack that you are updating.

", "name" : "UsePreviousTemplate", "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "variable" : { "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Reuse the existing template that is associated with the stack that you are updating.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.*/", "getterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@return Reuse the existing template that is associated with the stack that you are updating.*/", "fluentSetterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "name" : "StackPolicyDuringUpdateBody", "c2jName" : "StackPolicyDuringUpdateBody", "c2jShape" : "StackPolicyDuringUpdateBody", "variable" : { "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackPolicyDuringUpdateBody", "marshallLocationName" : "StackPolicyDuringUpdateBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "getterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@return Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "fluentSetterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "name" : "StackPolicyDuringUpdateURL", "c2jName" : "StackPolicyDuringUpdateURL", "c2jShape" : "StackPolicyDuringUpdateURL", "variable" : { "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackPolicyDuringUpdateURL", "marshallLocationName" : "StackPolicyDuringUpdateURL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "getterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@return Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "fluentSetterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\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 stack. 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 stack. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@return A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the stack. 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 stack. For more information, see the Parameter data type.

\n

NOTE: 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 stack. 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 capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@return A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n

NOTE: 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 capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

", "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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@param resourceTypes The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management*/", "getterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@return The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management*/", "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@param resourceTypes The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management\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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n

NOTE: 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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "name" : "StackPolicyBody", "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "variable" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "getterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@return Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "fluentSetterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "name" : "StackPolicyURL", "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "variable" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "getterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@return Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "fluentSetterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Update the ARNs for the Amazon SNS topics that are associated with the stack.

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Update the ARNs for the Amazon SNS topics that are associated with the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@param notificationARNs Update the ARNs for the Amazon SNS topics that are associated with the stack.*/", "getterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@return Update the ARNs for the Amazon SNS topics that are associated with the stack.*/", "fluentSetterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@param notificationARNs Update the ARNs for the Amazon SNS topics that are associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n

NOTE: 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 Update the ARNs for the Amazon SNS topics that are associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStackRequest", "variableType" : "UpdateStackRequest", "variableDeclarationType" : "UpdateStackRequest", "documentation" : null, "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "marshaller" : { "action" : "UpdateStack", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackPolicyURL" : { "documentation" : "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "name" : "StackPolicyURL", "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "variable" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "getterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@return Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "fluentSetterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyURL Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) 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.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\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 stack. 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 stack. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@return A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the stack. 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 stack. For more information, see the Parameter data type.

\n

NOTE: 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 stack. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackPolicyDuringUpdateURL" : { "documentation" : "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "name" : "StackPolicyDuringUpdateURL", "c2jName" : "StackPolicyDuringUpdateURL", "c2jShape" : "StackPolicyDuringUpdateURL", "variable" : { "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackPolicyDuringUpdateURL", "marshallLocationName" : "StackPolicyDuringUpdateURL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "getterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@return Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "fluentSetterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateURL Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateBody" : { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackPolicyDuringUpdateBody" : { "documentation" : "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "name" : "StackPolicyDuringUpdateBody", "c2jName" : "StackPolicyDuringUpdateBody", "c2jShape" : "StackPolicyDuringUpdateBody", "variable" : { "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackPolicyDuringUpdateBody", "marshallLocationName" : "StackPolicyDuringUpdateBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "getterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@return Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.*/", "fluentSetterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

\n@param stackPolicyDuringUpdateBody Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UsePreviousTemplate" : { "documentation" : "

Reuse the existing template that is associated with the stack that you are updating.

", "name" : "UsePreviousTemplate", "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "variable" : { "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Reuse the existing template that is associated with the stack that you are updating.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.*/", "getterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@return Reuse the existing template that is associated with the stack that you are updating.*/", "fluentSetterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reuse the existing template that is associated with the stack that you are updating.

\n@param usePreviousTemplate Reuse the existing template that is associated with the stack that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationARNs" : { "documentation" : "

Update the ARNs for the Amazon SNS topics that are associated with the stack.

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Update the ARNs for the Amazon SNS topics that are associated with the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@param notificationARNs Update the ARNs for the Amazon SNS topics that are associated with the stack.*/", "getterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@return Update the ARNs for the Amazon SNS topics that are associated with the stack.*/", "fluentSetterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n@param notificationARNs Update the ARNs for the Amazon SNS topics that are associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Update the ARNs for the Amazon SNS topics that are associated with the stack.

\n

NOTE: 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 Update the ARNs for the Amazon SNS topics that are associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateURL" : { "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackPolicyBody" : { "documentation" : "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "name" : "StackPolicyBody", "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "variable" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "getterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@return Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.*/", "fluentSetterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

\n@param stackPolicyBody Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.\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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

", "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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@param resourceTypes The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management*/", "getterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@return The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management*/", "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n@param resourceTypes The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management\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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management

\n

NOTE: 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 for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource 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 AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Capabilities" : { "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@return A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n

NOTE: 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 capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" }, "StackName" : { "documentation" : "

The name or unique stack ID of the stack to update.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique stack ID of the stack to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.*/", "getterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@return The name or unique stack ID of the stack to update.*/", "fluentSetterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique stack ID of the stack to update.

\n@param stackName The name or unique stack ID of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceSignalStatus" : { "c2jName" : "ResourceSignalStatus", "documentation" : "", "shapeName" : "ResourceSignalStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "SUCCESS", "value" : "SUCCESS" }, { "name" : "FAILURE", "value" : "FAILURE" } ], "variable" : { "variableName" : "resourceSignalStatus", "variableType" : "ResourceSignalStatus", "variableDeclarationType" : "ResourceSignalStatus", "documentation" : null, "simpleType" : "ResourceSignalStatus", "variableSetterType" : "ResourceSignalStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeStackResourceResult" : { "c2jName" : "DescribeStackResourceOutput", "documentation" : "

The output for a DescribeStackResource action.

", "shapeName" : "DescribeStackResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "name" : "StackResourceDetail", "c2jName" : "StackResourceDetail", "c2jShape" : "StackResourceDetail", "variable" : { "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "variableDeclarationType" : "StackResourceDetail", "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "setterModel" : { "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "variableDeclarationType" : "StackResourceDetail", "documentation" : "", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "getterModel" : { "returnType" : "StackResourceDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResourceDetail", "marshallLocationName" : "StackResourceDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.*/", "getterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@return A StackResourceDetail structure containing the description of the specified resource in the specified stack.*/", "fluentSetterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackResourceResult", "variableType" : "DescribeStackResourceResult", "variableDeclarationType" : "DescribeStackResourceResult", "documentation" : null, "simpleType" : "DescribeStackResourceResult", "variableSetterType" : "DescribeStackResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeStackResourceResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackResourceDetail" : { "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "name" : "StackResourceDetail", "c2jName" : "StackResourceDetail", "c2jShape" : "StackResourceDetail", "variable" : { "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "variableDeclarationType" : "StackResourceDetail", "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "setterModel" : { "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "variableDeclarationType" : "StackResourceDetail", "documentation" : "", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "getterModel" : { "returnType" : "StackResourceDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResourceDetail", "marshallLocationName" : "StackResourceDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.*/", "getterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@return A StackResourceDetail structure containing the description of the specified resource in the specified stack.*/", "fluentSetterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

\n@param stackResourceDetail A StackResourceDetail structure containing the description of the specified resource in the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateStackRequest" : { "c2jName" : "CreateStackInput", "documentation" : "

The input for CreateStack action.

", "shapeName" : "CreateStackRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.*/", "getterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.*/", "fluentSetterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\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 stack.

", "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 stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@param parameters A list of Parameter structures that specify input parameters for the stack.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@return A list of Parameter structures that specify input parameters for the stack.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@param parameters A list of Parameter structures that specify input parameters for the stack.\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 stack.

\n

NOTE: 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 stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", "name" : "DisableRollback", "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "variable" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisableRollback", "marshallLocationName" : "DisableRollback", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false*/", "getterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@return Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false*/", "fluentSetterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", "name" : "TimeoutInMinutes", "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "variable" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutInMinutes", "marshallLocationName" : "TimeoutInMinutes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.*/", "getterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@return The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.*/", "fluentSetterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@param notificationARNs The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).*/", "getterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@return The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).*/", "fluentSetterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@param notificationARNs The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n

NOTE: 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 Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@return A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n

NOTE: 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 capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

", "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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@param resourceTypes The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.*/", "getterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@return The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.*/", "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@param resourceTypes The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.\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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n

NOTE: 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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

", "name" : "OnFailure", "c2jName" : "OnFailure", "c2jShape" : "OnFailure", "variable" : { "variableName" : "onFailure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "onFailure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OnFailure", "marshallLocationName" : "OnFailure", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OnFailure", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@see OnFailure*/", "getterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@return Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@see OnFailure*/", "fluentSetterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@return Returns a reference to this object so that method calls can be chained together.\n@see OnFailure*/", "varargSetterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@return Returns a reference to this object so that method calls can be chained together.\n@see OnFailure*/" }, { "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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 (max size: 16KB) 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 (max size: 16KB) 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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.*/" }, { "documentation" : "

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "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, "simpleType" : "Tag", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@param tags A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.*/", "getterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@return A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.*/", "fluentSetterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@param tags A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n

NOTE: 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 A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "variableDeclarationType" : "CreateStackRequest", "documentation" : null, "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "marshaller" : { "action" : "CreateStack", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

A list of Parameter structures that specify input parameters for the stack.

", "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 stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@param parameters A list of Parameter structures that specify input parameters for the stack.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@return A list of Parameter structures that specify input parameters for the stack.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the stack.

\n@param parameters A list of Parameter structures that specify input parameters for the stack.\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 stack.

\n

NOTE: 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 stack.\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 (max size: 16KB) 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 (max size: 16KB) 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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 (max size: 16KB) 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.*/" }, "TimeoutInMinutes" : { "documentation" : "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", "name" : "TimeoutInMinutes", "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "variable" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutInMinutes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutInMinutes", "marshallLocationName" : "TimeoutInMinutes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.*/", "getterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@return The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.*/", "fluentSetterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

\n@param timeoutInMinutes The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateURL" : { "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DisableRollback" : { "documentation" : "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", "name" : "DisableRollback", "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "variable" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "disableRollback", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisableRollback", "marshallLocationName" : "DisableRollback", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false*/", "getterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@return Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false*/", "fluentSetterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

\n@param disableRollback Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false\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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

", "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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@param resourceTypes The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.*/", "getterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@return The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.*/", "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n@param resourceTypes The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.\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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

\n

NOTE: 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 for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OnFailure" : { "documentation" : "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

", "name" : "OnFailure", "c2jName" : "OnFailure", "c2jShape" : "OnFailure", "variable" : { "variableName" : "onFailure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "onFailure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OnFailure", "marshallLocationName" : "OnFailure", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OnFailure", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@see OnFailure*/", "getterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@return Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@see OnFailure*/", "fluentSetterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@return Returns a reference to this object so that method calls can be chained together.\n@see OnFailure*/", "varargSetterDocumentation" : "/**

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

\n@param onFailure Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK\n@return Returns a reference to this object so that method calls can be chained together.\n@see OnFailure*/" }, "StackName" : { "documentation" : "

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.*/", "getterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.*/", "fluentSetterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@param stackName The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "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, "simpleType" : "Tag", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@param tags A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.*/", "getterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@return A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.*/", "fluentSetterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n@param tags A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

\n

NOTE: 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 A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateBody" : { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationARNs" : { "documentation" : "

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", "name" : "NotificationARNs", "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "variable" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationARNs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationARNs", "marshallLocationName" : "NotificationARNs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@param notificationARNs The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).*/", "getterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@return The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).*/", "fluentSetterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n@param notificationARNs The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

\n

NOTE: 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 Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackPolicyBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" }, "Capabilities" : { "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "name" : "Capabilities", "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "variable" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@return A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n@param capabilities A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "varargSetterDocumentation" : "/**

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

\n

NOTE: 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 capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: 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 any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" } } }, "DescribeStackResourcesResult" : { "c2jName" : "DescribeStackResourcesOutput", "documentation" : "

The output for a DescribeStackResources action.

", "shapeName" : "DescribeStackResourcesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of StackResource structures.

", "name" : "StackResources", "c2jName" : "StackResources", "c2jShape" : "StackResources", "variable" : { "variableName" : "stackResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackResource structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResources", "marshallLocationName" : "StackResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackResource", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackResource", "variable" : { "variableName" : "member", "variableType" : "StackResource", "variableDeclarationType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "setterModel" : { "variableName" : "member", "variableType" : "StackResource", "variableDeclarationType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "getterModel" : { "returnType" : "StackResource", "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, "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, "simpleType" : "StackResource", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.*/", "getterDocumentation" : "/**

A list of StackResource structures.

\n@return A list of StackResource structures.*/", "fluentSetterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackResource structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackResources(java.util.Collection)} or {@link #withStackResources(java.util.Collection)} if you want to override the existing values.

\n@param stackResources A list of StackResource structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackResourcesResult", "variableType" : "DescribeStackResourcesResult", "variableDeclarationType" : "DescribeStackResourcesResult", "documentation" : null, "simpleType" : "DescribeStackResourcesResult", "variableSetterType" : "DescribeStackResourcesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeStackResourcesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackResources" : { "documentation" : "

A list of StackResource structures.

", "name" : "StackResources", "c2jName" : "StackResources", "c2jShape" : "StackResources", "variable" : { "variableName" : "stackResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackResource structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResources", "marshallLocationName" : "StackResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackResource", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackResource", "variable" : { "variableName" : "member", "variableType" : "StackResource", "variableDeclarationType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "setterModel" : { "variableName" : "member", "variableType" : "StackResource", "variableDeclarationType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "getterModel" : { "returnType" : "StackResource", "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, "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, "simpleType" : "StackResource", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.*/", "getterDocumentation" : "/**

A list of StackResource structures.

\n@return A list of StackResource structures.*/", "fluentSetterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackResource structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackResources(java.util.Collection)} or {@link #withStackResources(java.util.Collection)} if you want to override the existing values.

\n@param stackResources A list of StackResource structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeStackEventsResult" : { "c2jName" : "DescribeStackEventsOutput", "documentation" : "

The output for a DescribeStackEvents action.

", "shapeName" : "DescribeStackEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of StackEvents structures.

", "name" : "StackEvents", "c2jName" : "StackEvents", "c2jShape" : "StackEvents", "variable" : { "variableName" : "stackEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackEvents structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackEvents", "marshallLocationName" : "StackEvents", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackEvent", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackEvent", "variable" : { "variableName" : "member", "variableType" : "StackEvent", "variableDeclarationType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "setterModel" : { "variableName" : "member", "variableType" : "StackEvent", "variableDeclarationType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "getterModel" : { "returnType" : "StackEvent", "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, "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, "simpleType" : "StackEvent", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.*/", "getterDocumentation" : "/**

A list of StackEvents structures.

\n@return A list of StackEvents structures.*/", "fluentSetterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackEvents structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackEvents(java.util.Collection)} or {@link #withStackEvents(java.util.Collection)} if you want to override the existing values.

\n@param stackEvents A list of StackEvents structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

String that identifies the start of the next list of events, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of events, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@return String that identifies the start of the next list of events, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeStackEventsResult", "variableType" : "DescribeStackEventsResult", "variableDeclarationType" : "DescribeStackEventsResult", "documentation" : null, "simpleType" : "DescribeStackEventsResult", "variableSetterType" : "DescribeStackEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeStackEventsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

String that identifies the start of the next list of events, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of events, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@return String that identifies the start of the next list of events, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of events, if there is one.

\n@param nextToken String that identifies the start of the next list of events, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackEvents" : { "documentation" : "

A list of StackEvents structures.

", "name" : "StackEvents", "c2jName" : "StackEvents", "c2jShape" : "StackEvents", "variable" : { "variableName" : "stackEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackEvents structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackEvents", "marshallLocationName" : "StackEvents", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackEvent", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackEvent", "variable" : { "variableName" : "member", "variableType" : "StackEvent", "variableDeclarationType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "setterModel" : { "variableName" : "member", "variableType" : "StackEvent", "variableDeclarationType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "getterModel" : { "returnType" : "StackEvent", "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, "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, "simpleType" : "StackEvent", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.*/", "getterDocumentation" : "/**

A list of StackEvents structures.

\n@return A list of StackEvents structures.*/", "fluentSetterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackEvents structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackEvents(java.util.Collection)} or {@link #withStackEvents(java.util.Collection)} if you want to override the existing values.

\n@param stackEvents A list of StackEvents structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ParameterDeclaration" : { "c2jName" : "ParameterDeclaration", "documentation" : "

The ParameterDeclaration data type.

", "shapeName" : "ParameterDeclaration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name that is associated with the parameter.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name that is associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.*/", "getterDocumentation" : "/**

The name that is associated with the parameter.

\n@return The name that is associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default value of the parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.*/", "getterDocumentation" : "/**

The default value of the parameter.

\n@return The default value of the parameter.*/", "fluentSetterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of parameter.

", "name" : "ParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "variable" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterType", "marshallLocationName" : "ParameterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.*/", "getterDocumentation" : "/**

The type of parameter.

\n@return The type of parameter.*/", "fluentSetterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "name" : "NoEcho", "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoEcho", "marshallLocationName" : "NoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.*/", "getterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@return Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.*/", "fluentSetterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description that is associate with the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description that is associate with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.*/", "getterDocumentation" : "/**

The description that is associate with the parameter.

\n@return The description that is associate with the parameter.*/", "fluentSetterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "name" : "ParameterConstraints", "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "setterModel" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterConstraints", "marshallLocationName" : "ParameterConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.*/", "getterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@return The criteria that AWS CloudFormation uses to validate parameter values.*/", "fluentSetterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterDeclaration", "variableType" : "ParameterDeclaration", "variableDeclarationType" : "ParameterDeclaration", "documentation" : null, "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NoEcho" : { "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "name" : "NoEcho", "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "noEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "NoEcho", "marshallLocationName" : "NoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.*/", "getterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@return Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.*/", "fluentSetterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

\n@param noEcho Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterConstraints" : { "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "name" : "ParameterConstraints", "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "setterModel" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterConstraints", "marshallLocationName" : "ParameterConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.*/", "getterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@return The criteria that AWS CloudFormation uses to validate parameter values.*/", "fluentSetterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description that is associate with the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description that is associate with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.*/", "getterDocumentation" : "/**

The description that is associate with the parameter.

\n@return The description that is associate with the parameter.*/", "fluentSetterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterType" : { "documentation" : "

The type of parameter.

", "name" : "ParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "variable" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterType", "marshallLocationName" : "ParameterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.*/", "getterDocumentation" : "/**

The type of parameter.

\n@return The type of parameter.*/", "fluentSetterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultValue" : { "documentation" : "

The default value of the parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.*/", "getterDocumentation" : "/**

The default value of the parameter.

\n@return The default value of the parameter.*/", "fluentSetterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterKey" : { "documentation" : "

The name that is associated with the parameter.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name that is associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.*/", "getterDocumentation" : "/**

The name that is associated with the parameter.

\n@return The name that is associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsException", "documentation" : "

Resource with the name requested already exists.

", "shapeName" : "AlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "variableDeclarationType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTemplateRequest" : { "c2jName" : "GetTemplateInput", "documentation" : "

The input for a GetTemplate action.

", "shapeName" : "GetTemplateRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "variableDeclarationType" : "GetTemplateRequest", "documentation" : null, "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "marshaller" : { "action" : "GetTemplate", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.\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, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientCapabilitiesException", "variableType" : "InsufficientCapabilitiesException", "variableDeclarationType" : "InsufficientCapabilitiesException", "documentation" : null, "simpleType" : "InsufficientCapabilitiesException", "variableSetterType" : "InsufficientCapabilitiesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientCapabilitiesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ValidateTemplateResult" : { "c2jName" : "ValidateTemplateOutput", "documentation" : "

The output for ValidateTemplate action.

", "shapeName" : "ValidateTemplateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of TemplateParameter structures.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "TemplateParameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of TemplateParameter structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TemplateParameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TemplateParameter", "variable" : { "variableName" : "member", "variableType" : "TemplateParameter", "variableDeclarationType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "TemplateParameter", "variableDeclarationType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "getterModel" : { "returnType" : "TemplateParameter", "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, "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, "simpleType" : "TemplateParameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of TemplateParameter structures.

\n@param parameters A list of TemplateParameter structures.*/", "getterDocumentation" : "/**

A list of TemplateParameter structures.

\n@return A list of TemplateParameter structures.*/", "fluentSetterDocumentation" : "/**

A list of TemplateParameter structures.

\n@param parameters A list of TemplateParameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of TemplateParameter structures.

\n

NOTE: 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 TemplateParameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description found within the template.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description found within the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description found within the template.

\n@param description The description found within the template.*/", "getterDocumentation" : "/**

The description found within the template.

\n@return The description found within the template.*/", "fluentSetterDocumentation" : "/**

The description found within the template.

\n@param description The description found within the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description found within the template.

\n@param description The description found within 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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@return The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n

NOTE: 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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capabilitiesReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" } ], "enums" : null, "variable" : { "variableName" : "validateTemplateResult", "variableType" : "ValidateTemplateResult", "variableDeclarationType" : "ValidateTemplateResult", "documentation" : null, "simpleType" : "ValidateTemplateResult", "variableSetterType" : "ValidateTemplateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ValidateTemplateResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

A list of TemplateParameter structures.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "TemplateParameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of TemplateParameter structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TemplateParameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TemplateParameter", "variable" : { "variableName" : "member", "variableType" : "TemplateParameter", "variableDeclarationType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "TemplateParameter", "variableDeclarationType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "getterModel" : { "returnType" : "TemplateParameter", "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, "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, "simpleType" : "TemplateParameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of TemplateParameter structures.

\n@param parameters A list of TemplateParameter structures.*/", "getterDocumentation" : "/**

A list of TemplateParameter structures.

\n@return A list of TemplateParameter structures.*/", "fluentSetterDocumentation" : "/**

A list of TemplateParameter structures.

\n@param parameters A list of TemplateParameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of TemplateParameter structures.

\n

NOTE: 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 TemplateParameter structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description found within the template.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description found within the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description found within the template.

\n@param description The description found within the template.*/", "getterDocumentation" : "/**

The description found within the template.

\n@return The description found within the template.*/", "fluentSetterDocumentation" : "/**

The description found within the template.

\n@param description The description found within the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description found within the template.

\n@param description The description found within the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capabilitiesReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" }, "Capabilities" : { "documentation" : "

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@return The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n

NOTE: 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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" } } }, "DeleteStackRequest" : { "c2jName" : "DeleteStackInput", "documentation" : "

The input for DeleteStack action.

", "shapeName" : "DeleteStackRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@return The name or the unique stack ID that is associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "variableDeclarationType" : "DeleteStackRequest", "documentation" : null, "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "marshaller" : { "action" : "DeleteStack", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@return The name or the unique stack ID that is associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Parameter" : { "c2jName" : "Parameter", "documentation" : "

The Parameter data type.

", "shapeName" : "Parameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.*/", "getterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@return The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.*/", "fluentSetterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value associated with the parameter.

", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.*/", "getterDocumentation" : "/**

The value associated with the parameter.

\n@return The value associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

", "name" : "UsePreviousValue", "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "variable" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsePreviousValue", "marshallLocationName" : "UsePreviousValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.*/", "getterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@return During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.*/", "fluentSetterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameter", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UsePreviousValue" : { "documentation" : "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

", "name" : "UsePreviousValue", "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "variable" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsePreviousValue", "marshallLocationName" : "UsePreviousValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.*/", "getterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@return During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.*/", "fluentSetterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

\n@param usePreviousValue During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValue" : { "documentation" : "

The value associated with the parameter.

", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.*/", "getterDocumentation" : "/**

The value associated with the parameter.

\n@return The value associated with the parameter.*/", "fluentSetterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterKey" : { "documentation" : "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.*/", "getterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@return The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.*/", "fluentSetterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

\n@param parameterKey The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StackResource" : { "c2jName" : "StackResource", "documentation" : "

The StackResource data type.

", "shapeName" : "StackResource", "deprecated" : false, "required" : [ "LogicalResourceId", "ResourceType", "Timestamp", "ResourceStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Time the status was updated.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User defined description associated with the resource.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.*/", "getterDocumentation" : "/**

User defined description associated with the resource.

\n@return User defined description associated with the resource.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stackResource", "variableType" : "StackResource", "variableDeclarationType" : "StackResource", "documentation" : null, "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceStatus" : { "documentation" : "

Current status of the resource.

", "name" : "ResourceStatus", "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "variable" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Current status of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatus", "marshallLocationName" : "ResourceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "getterDocumentation" : "/**

Current status of the resource.

\n@return Current status of the resource.\n@see ResourceStatus*/", "fluentSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/", "varargSetterDocumentation" : "/**

Current status of the resource.

\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/" }, "PhysicalResourceId" : { "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "name" : "PhysicalResourceId", "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "variable" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "physicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhysicalResourceId", "marshallLocationName" : "PhysicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "getterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/", "fluentSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogicalResourceId" : { "documentation" : "

The logical name of the resource specified in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical name of the resource specified in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.*/", "getterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@return The logical name of the resource specified in the template.*/", "fluentSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical name of the resource specified in the template.

\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

User defined description associated with the resource.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User defined description associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.*/", "getterDocumentation" : "/**

User defined description associated with the resource.

\n@return User defined description associated with the resource.*/", "fluentSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User defined description associated with the resource.

\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "getterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/", "fluentSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceStatusReason" : { "documentation" : "

Success/failure message associated with the resource.

", "name" : "ResourceStatusReason", "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "variable" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Success/failure message associated with the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceStatusReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceStatusReason", "marshallLocationName" : "ResourceStatusReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.*/", "getterDocumentation" : "/**

Success/failure message associated with the resource.

\n@return Success/failure message associated with the resource.*/", "fluentSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Success/failure message associated with the resource.

\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackId" : { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Timestamp" : { "documentation" : "

Time the status was updated.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Time the status was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.*/", "getterDocumentation" : "/**

Time the status was updated.

\n@return Time the status was updated.*/", "fluentSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Time the status was updated.

\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The name associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.*/", "getterDocumentation" : "/**

The name associated with the stack.

\n@return The name associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name associated with the stack.

\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTemplateSummaryResult" : { "c2jName" : "GetTemplateSummaryOutput", "documentation" : "

The output for the GetTemplateSummary action.

", "shapeName" : "GetTemplateSummaryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "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" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterDeclaration", "variableDeclarationType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "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, "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, "simpleType" : "ParameterDeclaration", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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.

\n

NOTE: 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@return The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n

NOTE: 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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capabilitiesReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).*/", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).*/", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\n

NOTE: 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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).\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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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, "simpleType" : "GetTemplateSummaryResult", "variableSetterType" : "GetTemplateSummaryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetTemplateSummaryResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "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" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterDeclaration", "variableDeclarationType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "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, "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, "simpleType" : "ParameterDeclaration", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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.

\n

NOTE: 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capabilitiesReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metadata", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" }, "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "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" : null, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).*/", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).*/", "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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).\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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

\n

NOTE: 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. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Capabilities" : { "documentation" : "

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "capabilities", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capabilities", "marshallLocationName" : "Capabilities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Capability", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "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, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Capability", "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "getterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@return The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@see Capability*/", "fluentSetterDocumentation" : "/**

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n@param capabilities The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

\n

NOTE: 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. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/" }, "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "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.*/" } } }, "AccountLimit" : { "c2jName" : "AccountLimit", "documentation" : "

The AccountLimit data type.

", "shapeName" : "AccountLimit", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "LimitName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.*/", "getterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@return The name of the account limit. Currently, the only account limit is StackLimit.*/", "fluentSetterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value that is associated with the account limit name.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "LimitValue", "variable" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The value that is associated with the account limit name.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.*/", "getterDocumentation" : "/**

The value that is associated with the account limit name.

\n@return The value that is associated with the account limit name.*/", "fluentSetterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "accountLimit", "variableType" : "AccountLimit", "variableDeclarationType" : "AccountLimit", "documentation" : null, "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "LimitName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.*/", "getterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@return The name of the account limit. Currently, the only account limit is StackLimit.*/", "fluentSetterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the account limit. Currently, the only account limit is StackLimit.

\n@param name The name of the account limit. Currently, the only account limit is StackLimit.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The value that is associated with the account limit name.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "LimitValue", "variable" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The value that is associated with the account limit name.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.*/", "getterDocumentation" : "/**

The value that is associated with the account limit name.

\n@return The value that is associated with the account limit name.*/", "fluentSetterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "documentation" : "", "shapeName" : "ResourceStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : 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, "simpleType" : "ResourceStatus", "variableSetterType" : "ResourceStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CancelUpdateStackRequest" : { "c2jName" : "CancelUpdateStackInput", "documentation" : "

The input for the CancelUpdateStack action.

", "shapeName" : "CancelUpdateStackRequest", "deprecated" : false, "required" : [ "StackName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@return The name or the unique stack ID that is associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelUpdateStackRequest", "variableType" : "CancelUpdateStackRequest", "variableDeclarationType" : "CancelUpdateStackRequest", "documentation" : null, "simpleType" : "CancelUpdateStackRequest", "variableSetterType" : "CancelUpdateStackRequest" }, "marshaller" : { "action" : "CancelUpdateStack", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackName" : { "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackName", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.*/", "getterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@return The name or the unique stack ID that is associated with the stack.*/", "fluentSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name or the unique stack ID that is associated with the stack.

\n@param stackName The name or the unique stack ID that is associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateStackResult" : { "c2jName" : "CreateStackOutput", "documentation" : "

The output for a CreateStack action.

", "shapeName" : "CreateStackResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createStackResult", "variableType" : "CreateStackResult", "variableDeclarationType" : "CreateStackResult", "documentation" : null, "simpleType" : "CreateStackResult", "variableSetterType" : "CreateStackResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateStackResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StackId" : { "documentation" : "

Unique identifier of the stack.

", "name" : "StackId", "c2jName" : "StackId", "c2jShape" : "StackId", "variable" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackId", "marshallLocationName" : "StackId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "fluentSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SignalResourceRequest" : { "c2jName" : "SignalResourceInput", "documentation" : "

The input for the SignalResource action.

", "shapeName" : "SignalResourceRequest", "deprecated" : false, "required" : [ "StackName", "LogicalResourceId", "UniqueId", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The stack name or unique stack ID that includes the resource that you want to signal.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stack name or unique stack ID that includes the resource that you want to signal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.*/", "getterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@return The stack name or unique stack ID that includes the resource that you want to signal.*/", "fluentSetterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.*/", "getterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@return The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.*/", "fluentSetterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

", "name" : "UniqueId", "c2jName" : "UniqueId", "c2jShape" : "ResourceSignalUniqueId", "variable" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UniqueId", "marshallLocationName" : "UniqueId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.*/", "getterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@return A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.*/", "fluentSetterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ResourceSignalStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceSignalStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@see ResourceSignalStatus*/", "getterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@return The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@see ResourceSignalStatus*/", "fluentSetterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceSignalStatus*/", "varargSetterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceSignalStatus*/" } ], "enums" : null, "variable" : { "variableName" : "signalResourceRequest", "variableType" : "SignalResourceRequest", "variableDeclarationType" : "SignalResourceRequest", "documentation" : null, "simpleType" : "SignalResourceRequest", "variableSetterType" : "SignalResourceRequest" }, "marshaller" : { "action" : "SignalResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ResourceSignalStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceSignalStatus", "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@see ResourceSignalStatus*/", "getterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@return The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@see ResourceSignalStatus*/", "fluentSetterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceSignalStatus*/", "varargSetterDocumentation" : "/**

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

\n@param status The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceSignalStatus*/" }, "LogicalResourceId" : { "documentation" : "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", "name" : "LogicalResourceId", "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "variable" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logicalResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogicalResourceId", "marshallLocationName" : "LogicalResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.*/", "getterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@return The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.*/", "fluentSetterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

\n@param logicalResourceId The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UniqueId" : { "documentation" : "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

", "name" : "UniqueId", "c2jName" : "UniqueId", "c2jShape" : "ResourceSignalUniqueId", "variable" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UniqueId", "marshallLocationName" : "UniqueId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.*/", "getterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@return A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.*/", "fluentSetterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

\n@param uniqueId A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackName" : { "documentation" : "

The stack name or unique stack ID that includes the resource that you want to signal.

", "name" : "StackName", "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "variable" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stack name or unique stack ID that includes the resource that you want to signal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stackName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackName", "marshallLocationName" : "StackName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.*/", "getterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@return The stack name or unique stack ID that includes the resource that you want to signal.*/", "fluentSetterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stack name or unique stack ID that includes the resource that you want to signal.

\n@param stackName The stack name or unique stack ID that includes the resource that you want to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EstimateTemplateCostRequest" : { "c2jName" : "EstimateTemplateCostInput", "documentation" : "", "shapeName" : "EstimateTemplateCostRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\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.

", "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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@return A list of Parameter structures that specify input parameters.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.\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.

\n

NOTE: 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "estimateTemplateCostRequest", "variableType" : "EstimateTemplateCostRequest", "variableDeclarationType" : "EstimateTemplateCostRequest", "documentation" : null, "simpleType" : "EstimateTemplateCostRequest", "variableSetterType" : "EstimateTemplateCostRequest" }, "marshaller" : { "action" : "EstimateTemplateCost", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

A list of Parameter structures that specify input parameters.

", "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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "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, "simpleType" : "Parameter", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.*/", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@return A list of Parameter structures that specify input parameters.*/", "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.\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.

\n

NOTE: 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateBody" : { "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", "name" : "TemplateBody", "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "variable" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TemplateURL" : { "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "name" : "TemplateURL", "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "variable" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "templateURL", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "getterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@return Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.*/", "fluentSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

\n@param templateURL Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListStackResourcesResult" : { "c2jName" : "ListStackResourcesOutput", "documentation" : "

The output for a ListStackResources action.

", "shapeName" : "ListStackResourcesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

A list of StackResourceSummary structures.

", "name" : "StackResourceSummaries", "c2jName" : "StackResourceSummaries", "c2jShape" : "StackResourceSummaries", "variable" : { "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackResourceSummary structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResourceSummaries", "marshallLocationName" : "StackResourceSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackResourceSummary", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackResourceSummary", "variable" : { "variableName" : "member", "variableType" : "StackResourceSummary", "variableDeclarationType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StackResourceSummary", "variableDeclarationType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "getterModel" : { "returnType" : "StackResourceSummary", "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, "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, "simpleType" : "StackResourceSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.*/", "getterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@return A list of StackResourceSummary structures.*/", "fluentSetterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackResourceSummary structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackResourceSummaries(java.util.Collection)} or {@link #withStackResourceSummaries(java.util.Collection)} if you want to override the existing values.

\n@param stackResourceSummaries A list of StackResourceSummary structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

String that identifies the start of the next list of stack resources, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stack resources, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@return String that identifies the start of the next list of stack resources, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listStackResourcesResult", "variableType" : "ListStackResourcesResult", "variableDeclarationType" : "ListStackResourcesResult", "documentation" : null, "simpleType" : "ListStackResourcesResult", "variableSetterType" : "ListStackResourcesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListStackResourcesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

String that identifies the start of the next list of stack resources, if there is one.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

String that identifies the start of the next list of stack resources, if there is one.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.*/", "getterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@return String that identifies the start of the next list of stack resources, if there is one.*/", "fluentSetterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

String that identifies the start of the next list of stack resources, if there is one.

\n@param nextToken String that identifies the start of the next list of stack resources, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StackResourceSummaries" : { "documentation" : "

A list of StackResourceSummary structures.

", "name" : "StackResourceSummaries", "c2jName" : "StackResourceSummaries", "c2jShape" : "StackResourceSummaries", "variable" : { "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of StackResourceSummary structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "StackResourceSummaries", "marshallLocationName" : "StackResourceSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StackResourceSummary", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StackResourceSummary", "variable" : { "variableName" : "member", "variableType" : "StackResourceSummary", "variableDeclarationType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StackResourceSummary", "variableDeclarationType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "getterModel" : { "returnType" : "StackResourceSummary", "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, "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, "simpleType" : "StackResourceSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.*/", "getterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@return A list of StackResourceSummary structures.*/", "fluentSetterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of StackResourceSummary structures.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStackResourceSummaries(java.util.Collection)} or {@link #withStackResourceSummaries(java.util.Collection)} if you want to override the existing values.

\n@param stackResourceSummaries A list of StackResourceSummary structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfiguration" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "GetTemplateSummary" : { "methodForms" : [ [ ] ] }, "DescribeStacks" : { "methodForms" : [ [ ] ] }, "ListStacks" : { "methodForms" : [ [ ] ] }, "EstimateTemplateCost" : { "methodForms" : [ [ ] ] } }, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "CloudFormation" }, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : { "ListStacksInput" : { "excludeShape" : false, "exclude" : null, "modify" : [ { "StackStatusFilter" : { "emitPropertyName" : "stackStatusFilters", "emitEnumName" : null } } ], "inject" : null } } }, "defaultClientConfiguration" : "com.amazonaws.PredefinedClientConfigurations.defaultConfig()" }