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
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : "CloudFormation",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "deprecatedSuppressions" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : true,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : {
      "ListStacksInput" : {
        "exclude" : null,
        "excludeShape" : false,
        "inject" : null,
        "modify" : [ {
          "StackStatusFilter" : {
            "emitAsType" : null,
            "emitEnumName" : null,
            "emitPropertyName" : "stackStatusFilters",
            "marshallLocationName" : null,
            "unmarshallLocationName" : null
          }
        } ]
      }
    },
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "DescribeStacks" : {
        "methodForms" : [ [ ] ]
      },
      "EstimateTemplateCost" : {
        "methodForms" : [ [ ] ]
      },
      "GetTemplateSummary" : {
        "methodForms" : [ [ ] ]
      },
      "ListStacks" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2010-05-15",
    "asyncClient" : "AmazonCloudFormationAsyncClient",
    "asyncClientBuilderClassName" : "AmazonCloudFormationAsyncClientBuilder",
    "asyncInterface" : "AmazonCloudFormationAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonCloudFormationModuleInjector",
    "defaultEndpoint" : "https://cloudformation.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "cloudformation.us-east-1.amazonaws.com",
    "defaultRegion" : null,
    "documentation" : "AWS CloudFormation 

AWS CloudFormation allows you to create and manage AWS infrastructure deployments predictably and repeatedly. You can use AWS CloudFormation to leverage AWS products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly scalable, cost-effective applications without creating or 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 AWS CloudFormation, see the AWS CloudFormation Product Page.

Amazon CloudFormation makes use of other AWS products. For additional technical information about a specific AWS product, see its technical documentation.

", "endpointPrefix" : "cloudformation", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.cloudformation", "packagePath" : "com/amazonaws/services/cloudformation", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "protocolFactory" : null, "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : null, "serviceFullName" : "AWS CloudFormation", "serviceName" : "AWS CloudFormation", "signingName" : "cloudformation", "smokeTestsPackageName" : "com.amazonaws.services.cloudformation.smoketests", "syncClient" : "AmazonCloudFormationClient", "syncClientBuilderClassName" : "AmazonCloudFormationClientBuilder", "syncInterface" : "AmazonCloudFormation", "uid" : "cloudformation-2010-05-15", "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "CancelUpdateStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CancelUpdateStackResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelUpdateStackRequest", "variableName" : "cancelUpdateStackRequest", "variableType" : "CancelUpdateStackRequest", "documentation" : "

The input for the CancelUpdateStack action.

", "simpleType" : "CancelUpdateStackRequest", "variableSetterType" : "CancelUpdateStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "cancelUpdateStack", "operationName" : "CancelUpdateStack", "returnType" : { "returnType" : "CancelUpdateStackResult", "documentation" : null }, "syncReturnType" : "CancelUpdateStackResult" }, "ContinueUpdateRollback" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ContinueUpdateRollbackResult", "authenticated" : true, "deprecated" : false, "documentation" : "

For a specified stack that is in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE state. Depending on the cause of the failure, you can manually fix the error and continue the rollback. By continuing the rollback, you can return your stack to a working state (the UPDATE_ROLLBACK_COMPLETE state), and then try to update the stack again.

A stack goes into the UPDATE_ROLLBACK_FAILED state when AWS CloudFormation cannot roll back all changes after a failed stack update. For example, you might have a stack that is rolling back to an old database instance that was deleted outside of AWS CloudFormation. Because AWS CloudFormation doesn't know the database was deleted, it assumes that the database instance still exists and attempts to roll back to it, causing the update rollback to fail.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ContinueUpdateRollbackRequest", "variableName" : "continueUpdateRollbackRequest", "variableType" : "ContinueUpdateRollbackRequest", "documentation" : "

The input for the ContinueUpdateRollback action.

", "simpleType" : "ContinueUpdateRollbackRequest", "variableSetterType" : "ContinueUpdateRollbackRequest" }, "inputStreamPropertyName" : null, "methodName" : "continueUpdateRollback", "operationName" : "ContinueUpdateRollback", "returnType" : { "returnType" : "ContinueUpdateRollbackResult", "documentation" : "

The output for a ContinueUpdateRollback action.

" }, "syncReturnType" : "ContinueUpdateRollbackResult" }, "CreateChangeSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateChangeSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a list of changes for a stack. AWS CloudFormation generates the change set by comparing the template's information with the information that you submit. A change set can help you understand which resources AWS CloudFormation will change, and how it will change them, before you update your stack. Change sets allow you to check before making a change to avoid deleting or replacing critical resources.

AWS CloudFormation doesn't make any changes to the stack when you create a change set. To make the specified changes, you must execute the change set by using the ExecuteChangeSet action.

After the call successfully completes, AWS CloudFormation starts creating the change set. To check the status of the change set, use the DescribeChangeSet action.

", "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

Resource with the name requested already exists.

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

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

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Quota for the resource has already been reached.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateChangeSetRequest", "variableName" : "createChangeSetRequest", "variableType" : "CreateChangeSetRequest", "documentation" : "

The input for the CreateChangeSet action.

", "simpleType" : "CreateChangeSetRequest", "variableSetterType" : "CreateChangeSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "createChangeSet", "operationName" : "CreateChangeSet", "returnType" : { "returnType" : "CreateChangeSetResult", "documentation" : "

The output for the CreateChangeSet action.

" }, "syncReturnType" : "CreateChangeSetResult" }, "CreateStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateStackResult", "authenticated" : true, "deprecated" : false, "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.

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

Quota for the resource has already been reached.

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

Resource with the name requested already exists.

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

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

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStackRequest", "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "documentation" : "

The input for CreateStack action.

", "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStack", "operationName" : "CreateStack", "returnType" : { "returnType" : "CreateStackResult", "documentation" : "

The output for a CreateStack action.

" }, "syncReturnType" : "CreateStackResult" }, "DeleteChangeSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteChangeSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.

If the call successfully completes, AWS CloudFormation successfully deleted the change set.

", "exceptions" : [ { "exceptionName" : "InvalidChangeSetStatusException", "documentation" : "

The specified change set cannot be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS or the stack status might be UPDATE_IN_PROGRESS.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteChangeSetRequest", "variableName" : "deleteChangeSetRequest", "variableType" : "DeleteChangeSetRequest", "documentation" : "

The input for the DeleteChangeSet action.

", "simpleType" : "DeleteChangeSetRequest", "variableSetterType" : "DeleteChangeSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteChangeSet", "operationName" : "DeleteChangeSet", "returnType" : { "returnType" : "DeleteChangeSetResult", "documentation" : "

The output for the DeleteChangeSet action.

" }, "syncReturnType" : "DeleteChangeSetResult" }, "DeleteStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteStackResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStackRequest", "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "documentation" : "

The input for DeleteStack action.

", "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteStack", "operationName" : "DeleteStack", "returnType" : { "returnType" : "DeleteStackResult", "documentation" : null }, "syncReturnType" : "DeleteStackResult" }, "DescribeAccountLimits" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeAccountLimitsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : "

The input for the DescribeAccountLimits action.

", "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAccountLimits", "operationName" : "DescribeAccountLimits", "returnType" : { "returnType" : "DescribeAccountLimitsResult", "documentation" : "

The output for the DescribeAccountLimits action.

" }, "syncReturnType" : "DescribeAccountLimitsResult" }, "DescribeChangeSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeChangeSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set. For more information, see Updating Stacks Using Change Sets in the AWS CloudFormation User Guide.

", "exceptions" : [ { "exceptionName" : "ChangeSetNotFoundException", "documentation" : "

The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets action.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeChangeSetRequest", "variableName" : "describeChangeSetRequest", "variableType" : "DescribeChangeSetRequest", "documentation" : "

The input for the DescribeChangeSet action.

", "simpleType" : "DescribeChangeSetRequest", "variableSetterType" : "DescribeChangeSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeChangeSet", "operationName" : "DescribeChangeSet", "returnType" : { "returnType" : "DescribeChangeSetResult", "documentation" : "

The output for the DescribeChangeSet action.

" }, "syncReturnType" : "DescribeChangeSetResult" }, "DescribeStackEvents" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStackEventsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStackEventsRequest", "variableName" : "describeStackEventsRequest", "variableType" : "DescribeStackEventsRequest", "documentation" : "

The input for DescribeStackEvents action.

", "simpleType" : "DescribeStackEventsRequest", "variableSetterType" : "DescribeStackEventsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStackEvents", "operationName" : "DescribeStackEvents", "returnType" : { "returnType" : "DescribeStackEventsResult", "documentation" : "

The output for a DescribeStackEvents action.

" }, "syncReturnType" : "DescribeStackEventsResult" }, "DescribeStackResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStackResourceResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStackResourceRequest", "variableName" : "describeStackResourceRequest", "variableType" : "DescribeStackResourceRequest", "documentation" : "

The input for DescribeStackResource action.

", "simpleType" : "DescribeStackResourceRequest", "variableSetterType" : "DescribeStackResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStackResource", "operationName" : "DescribeStackResource", "returnType" : { "returnType" : "DescribeStackResourceResult", "documentation" : "

The output for a DescribeStackResource action.

" }, "syncReturnType" : "DescribeStackResourceResult" }, "DescribeStackResources" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStackResourcesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStackResourcesRequest", "variableName" : "describeStackResourcesRequest", "variableType" : "DescribeStackResourcesRequest", "documentation" : "

The input for DescribeStackResources action.

", "simpleType" : "DescribeStackResourcesRequest", "variableSetterType" : "DescribeStackResourcesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStackResources", "operationName" : "DescribeStackResources", "returnType" : { "returnType" : "DescribeStackResourcesResult", "documentation" : "

The output for a DescribeStackResources action.

" }, "syncReturnType" : "DescribeStackResourcesResult" }, "DescribeStacks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStacksResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

If the stack does not exist, an AmazonCloudFormationException is returned.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStacksRequest", "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "documentation" : "

The input for DescribeStacks action.

", "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStacks", "operationName" : "DescribeStacks", "returnType" : { "returnType" : "DescribeStacksResult", "documentation" : "

The output for a DescribeStacks action.

" }, "syncReturnType" : "DescribeStacksResult" }, "EstimateTemplateCost" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "EstimateTemplateCostResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EstimateTemplateCostRequest", "variableName" : "estimateTemplateCostRequest", "variableType" : "EstimateTemplateCostRequest", "documentation" : "

The input for an EstimateTemplateCost action.

", "simpleType" : "EstimateTemplateCostRequest", "variableSetterType" : "EstimateTemplateCostRequest" }, "inputStreamPropertyName" : null, "methodName" : "estimateTemplateCost", "operationName" : "EstimateTemplateCost", "returnType" : { "returnType" : "EstimateTemplateCostResult", "documentation" : "

The output for a EstimateTemplateCost action.

" }, "syncReturnType" : "EstimateTemplateCostResult" }, "ExecuteChangeSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ExecuteChangeSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a stack using the input information that was provided when the specified change set was created. After the call successfully completes, AWS CloudFormation starts updating the stack. Use the DescribeStacks action to view the status of the update.

When you execute a change set, AWS CloudFormation deletes all other change sets associated with the stack because they aren't valid for the updated stack.

If a stack policy is associated with the stack, AWS CloudFormation enforces the policy during the update. You can't specify a temporary stack policy that overrides the current policy.

", "exceptions" : [ { "exceptionName" : "InvalidChangeSetStatusException", "documentation" : "

The specified change set cannot be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS or the stack status might be UPDATE_IN_PROGRESS.

", "httpStatusCode" : 400 }, { "exceptionName" : "ChangeSetNotFoundException", "documentation" : "

The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets action.

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

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

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ExecuteChangeSetRequest", "variableName" : "executeChangeSetRequest", "variableType" : "ExecuteChangeSetRequest", "documentation" : "

The input for the ExecuteChangeSet action.

", "simpleType" : "ExecuteChangeSetRequest", "variableSetterType" : "ExecuteChangeSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "executeChangeSet", "operationName" : "ExecuteChangeSet", "returnType" : { "returnType" : "ExecuteChangeSetResult", "documentation" : "

The output for the ExecuteChangeSet action.

" }, "syncReturnType" : "ExecuteChangeSetResult" }, "GetStackPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetStackPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetStackPolicyRequest", "variableName" : "getStackPolicyRequest", "variableType" : "GetStackPolicyRequest", "documentation" : "

The input for the GetStackPolicy action.

", "simpleType" : "GetStackPolicyRequest", "variableSetterType" : "GetStackPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "getStackPolicy", "operationName" : "GetStackPolicy", "returnType" : { "returnType" : "GetStackPolicyResult", "documentation" : "

The output for the GetStackPolicy action.

" }, "syncReturnType" : "GetStackPolicyResult" }, "GetTemplate" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetTemplateResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "ChangeSetNotFoundException", "documentation" : "

The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets action.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTemplateRequest", "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "documentation" : "

The input for a GetTemplate action.

", "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "inputStreamPropertyName" : null, "methodName" : "getTemplate", "operationName" : "GetTemplate", "returnType" : { "returnType" : "GetTemplateResult", "documentation" : "

The output for GetTemplate action.

" }, "syncReturnType" : "GetTemplateResult" }, "GetTemplateSummary" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetTemplateSummaryResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTemplateSummaryRequest", "variableName" : "getTemplateSummaryRequest", "variableType" : "GetTemplateSummaryRequest", "documentation" : "

The input for the GetTemplateSummary action.

", "simpleType" : "GetTemplateSummaryRequest", "variableSetterType" : "GetTemplateSummaryRequest" }, "inputStreamPropertyName" : null, "methodName" : "getTemplateSummary", "operationName" : "GetTemplateSummary", "returnType" : { "returnType" : "GetTemplateSummaryResult", "documentation" : "

The output for the GetTemplateSummary action.

" }, "syncReturnType" : "GetTemplateSummaryResult" }, "ListChangeSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListChangeSetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChangeSetsRequest", "variableName" : "listChangeSetsRequest", "variableType" : "ListChangeSetsRequest", "documentation" : "

The input for the ListChangeSets action.

", "simpleType" : "ListChangeSetsRequest", "variableSetterType" : "ListChangeSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listChangeSets", "operationName" : "ListChangeSets", "returnType" : { "returnType" : "ListChangeSetsResult", "documentation" : "

The output for the ListChangeSets action.

" }, "syncReturnType" : "ListChangeSetsResult" }, "ListExports" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListExportsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all exported output values in the account and region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function.

For more information, see AWS CloudFormation Export Stack Output Values.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListExportsRequest", "variableName" : "listExportsRequest", "variableType" : "ListExportsRequest", "documentation" : "", "simpleType" : "ListExportsRequest", "variableSetterType" : "ListExportsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listExports", "operationName" : "ListExports", "returnType" : { "returnType" : "ListExportsResult", "documentation" : null }, "syncReturnType" : "ListExportsResult" }, "ListImports" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListImportsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports.

For more information about importing an exported output value, see the Fn::ImportValue function.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListImportsRequest", "variableName" : "listImportsRequest", "variableType" : "ListImportsRequest", "documentation" : "", "simpleType" : "ListImportsRequest", "variableSetterType" : "ListImportsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listImports", "operationName" : "ListImports", "returnType" : { "returnType" : "ListImportsResult", "documentation" : null }, "syncReturnType" : "ListImportsResult" }, "ListStackResources" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListStackResourcesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStackResourcesRequest", "variableName" : "listStackResourcesRequest", "variableType" : "ListStackResourcesRequest", "documentation" : "

The input for the ListStackResource action.

", "simpleType" : "ListStackResourcesRequest", "variableSetterType" : "ListStackResourcesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listStackResources", "operationName" : "ListStackResources", "returnType" : { "returnType" : "ListStackResourcesResult", "documentation" : "

The output for a ListStackResources action.

" }, "syncReturnType" : "ListStackResourcesResult" }, "ListStacks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListStacksResult", "authenticated" : true, "deprecated" : false, "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).

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStacksRequest", "variableName" : "listStacksRequest", "variableType" : "ListStacksRequest", "documentation" : "

The input for ListStacks action.

", "simpleType" : "ListStacksRequest", "variableSetterType" : "ListStacksRequest" }, "inputStreamPropertyName" : null, "methodName" : "listStacks", "operationName" : "ListStacks", "returnType" : { "returnType" : "ListStacksResult", "documentation" : "

The output for ListStacks action.

" }, "syncReturnType" : "ListStacksResult" }, "SetStackPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetStackPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets a stack policy for a specified stack.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetStackPolicyRequest", "variableName" : "setStackPolicyRequest", "variableType" : "SetStackPolicyRequest", "documentation" : "

The input for the SetStackPolicy action.

", "simpleType" : "SetStackPolicyRequest", "variableSetterType" : "SetStackPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "setStackPolicy", "operationName" : "SetStackPolicy", "returnType" : { "returnType" : "SetStackPolicyResult", "documentation" : null }, "syncReturnType" : "SetStackPolicyResult" }, "SignalResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SignalResourceResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SignalResourceRequest", "variableName" : "signalResourceRequest", "variableType" : "SignalResourceRequest", "documentation" : "

The input for the SignalResource action.

", "simpleType" : "SignalResourceRequest", "variableSetterType" : "SignalResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "signalResource", "operationName" : "SignalResource", "returnType" : { "returnType" : "SignalResourceResult", "documentation" : null }, "syncReturnType" : "SignalResourceResult" }, "UpdateStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateStackResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.

To get a copy of the template for an existing stack, you can use the GetTemplate action.

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

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

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

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateStackRequest", "variableName" : "updateStackRequest", "variableType" : "UpdateStackRequest", "documentation" : "

The input for an UpdateStack action.

", "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateStack", "operationName" : "UpdateStack", "returnType" : { "returnType" : "UpdateStackResult", "documentation" : "

The output for an UpdateStack action.

" }, "syncReturnType" : "UpdateStackResult" }, "ValidateTemplate" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ValidateTemplateResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Validates a specified template. AWS CloudFormation first checks if the template is valid JSON. If it isn't, AWS CloudFormation checks if the template is valid YAML. If both these checks fail, AWS CloudFormation returns a template validation error.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ValidateTemplateRequest", "variableName" : "validateTemplateRequest", "variableType" : "ValidateTemplateRequest", "documentation" : "

The input for ValidateTemplate action.

", "simpleType" : "ValidateTemplateRequest", "variableSetterType" : "ValidateTemplateRequest" }, "inputStreamPropertyName" : null, "methodName" : "validateTemplate", "operationName" : "ValidateTemplate", "returnType" : { "returnType" : "ValidateTemplateResult", "documentation" : "

The output for ValidateTemplate action.

" }, "syncReturnType" : "ValidateTemplateResult" } }, "shapes" : { "AccountLimit" : { "c2jName" : "AccountLimit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The AccountLimit data type.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "LimitName", "deprecated" : false, "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withName", "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.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "LimitValue", "deprecated" : false, "documentation" : "

The value that is associated with the account limit name.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

The value that is associated with the account limit name.

\n@return The value that is associated with the account limit name.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "

The value that is associated with the account limit name.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "LimitName", "deprecated" : false, "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withName", "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.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the account limit. Currently, the only account limit is StackLimit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "LimitValue", "deprecated" : false, "documentation" : "

The value that is associated with the account limit name.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

The value that is associated with the account limit name.

\n@return The value that is associated with the account limit name.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

The value that is associated with the account limit name.

\n@param value The value that is associated with the account limit name.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "

The value that is associated with the account limit name.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountLimit", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : null, "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "wrapper" : false }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Resource with the name requested already exists.

", "enums" : null, "errorCode" : "AlreadyExistsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyExistsException", "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "wrapper" : false }, "CancelUpdateStackRequest" : { "c2jName" : "CancelUpdateStackInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the CancelUpdateStack action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CancelUpdateStack", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "CancelUpdateStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelUpdateStackRequest", "variableName" : "cancelUpdateStackRequest", "variableType" : "CancelUpdateStackRequest", "documentation" : null, "simpleType" : "CancelUpdateStackRequest", "variableSetterType" : "CancelUpdateStackRequest" }, "wrapper" : false }, "CancelUpdateStackResult" : { "c2jName" : "CancelUpdateStackResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelUpdateStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelUpdateStackResult", "variableName" : "cancelUpdateStackResult", "variableType" : "CancelUpdateStackResult", "documentation" : null, "simpleType" : "CancelUpdateStackResult", "variableSetterType" : "CancelUpdateStackResult" }, "wrapper" : false }, "Capability" : { "c2jName" : "Capability", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CAPABILITY_IAM", "value" : "CAPABILITY_IAM" }, { "name" : "CAPABILITY_NAMED_IAM", "value" : "CAPABILITY_NAMED_IAM" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Capability", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Capability", "variableName" : "capability", "variableType" : "Capability", "documentation" : null, "simpleType" : "Capability", "variableSetterType" : "Capability" }, "wrapper" : false }, "Change" : { "c2jName" : "Change", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Change structure describes the changes AWS CloudFormation will perform if you execute the change set.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "ChangeType", "deprecated" : false, "documentation" : "

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

", "enumType" : "ChangeType", "fluentSetterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "fluentSetterMethodName" : "withType", "getterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@return The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@see ChangeType*/", "getterMethodName" : "getType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@see ChangeType*/", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceChange", "c2jShape" : "ResourceChange", "deprecated" : false, "documentation" : "

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceChange", "getterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@return A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.*/", "getterMethodName" : "getResourceChange", "getterModel" : { "returnType" : "ResourceChange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceChange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceChange", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceChange", "setterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.*/", "setterMethodName" : "setResourceChange", "setterModel" : { "variableDeclarationType" : "ResourceChange", "variableName" : "resourceChange", "variableType" : "ResourceChange", "documentation" : "", "simpleType" : "ResourceChange", "variableSetterType" : "ResourceChange" }, "simple" : false, "varargSetterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceChange", "variableName" : "resourceChange", "variableType" : "ResourceChange", "documentation" : "

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

", "simpleType" : "ResourceChange", "variableSetterType" : "ResourceChange" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceChange" : { "c2jName" : "ResourceChange", "c2jShape" : "ResourceChange", "deprecated" : false, "documentation" : "

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceChange", "getterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@return A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.*/", "getterMethodName" : "getResourceChange", "getterModel" : { "returnType" : "ResourceChange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceChange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceChange", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceChange", "setterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.*/", "setterMethodName" : "setResourceChange", "setterModel" : { "variableDeclarationType" : "ResourceChange", "variableName" : "resourceChange", "variableType" : "ResourceChange", "documentation" : "", "simpleType" : "ResourceChange", "variableSetterType" : "ResourceChange" }, "simple" : false, "varargSetterDocumentation" : "/**

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

\n@param resourceChange A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceChange", "variableName" : "resourceChange", "variableType" : "ResourceChange", "documentation" : "

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

", "simpleType" : "ResourceChange", "variableSetterType" : "ResourceChange" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "ChangeType", "deprecated" : false, "documentation" : "

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

", "enumType" : "ChangeType", "fluentSetterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "fluentSetterMethodName" : "withType", "getterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@return The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@see ChangeType*/", "getterMethodName" : "getType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@see ChangeType*/", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

\n@param type The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Change", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Change", "variableName" : "change", "variableType" : "Change", "documentation" : null, "simpleType" : "Change", "variableSetterType" : "Change" }, "wrapper" : false }, "ChangeAction" : { "c2jName" : "ChangeAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Add", "value" : "Add" }, { "name" : "Modify", "value" : "Modify" }, { "name" : "Remove", "value" : "Remove" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeAction", "variableName" : "changeAction", "variableType" : "ChangeAction", "documentation" : null, "simpleType" : "ChangeAction", "variableSetterType" : "ChangeAction" }, "wrapper" : false }, "ChangeSetNotFoundException" : { "c2jName" : "ChangeSetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets action.

", "enums" : null, "errorCode" : "ChangeSetNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeSetNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChangeSetNotFoundException", "variableName" : "changeSetNotFoundException", "variableType" : "ChangeSetNotFoundException", "documentation" : null, "simpleType" : "ChangeSetNotFoundException", "variableSetterType" : "ChangeSetNotFoundException" }, "wrapper" : false }, "ChangeSetStatus" : { "c2jName" : "ChangeSetStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATE_PENDING", "value" : "CREATE_PENDING" }, { "name" : "CREATE_IN_PROGRESS", "value" : "CREATE_IN_PROGRESS" }, { "name" : "CREATE_COMPLETE", "value" : "CREATE_COMPLETE" }, { "name" : "DELETE_COMPLETE", "value" : "DELETE_COMPLETE" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeSetStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeSetStatus", "variableName" : "changeSetStatus", "variableType" : "ChangeSetStatus", "documentation" : null, "simpleType" : "ChangeSetStatus", "variableSetterType" : "ChangeSetStatus" }, "wrapper" : false }, "ChangeSetSummary" : { "c2jName" : "ChangeSetSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The ID of the stack with which the change set is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@return The ID of the stack with which the change set is associated.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

The ID of the stack with which the change set is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name of the stack with which the change set is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@return The name of the stack with which the change set is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack with which the change set is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The ID of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

The ID of the change set.

\n@return The ID of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

The ID of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set.

\n@return The name of the change set.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExecutionStatus", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "enumType" : "ExecutionStatus", "fluentSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "fluentSetterMethodName" : "withExecutionStatus", "getterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@return If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "getterMethodName" : "getExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExecutionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExecutionStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExecutionStatus", "setterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "setterMethodName" : "setExecutionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "ChangeSetStatus", "deprecated" : false, "documentation" : "

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "enumType" : "ChangeSetStatus", "fluentSetterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@return The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusReason", "c2jShape" : "ChangeSetStatusReason", "deprecated" : false, "documentation" : "

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusReason", "getterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@return A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.*/", "getterMethodName" : "getStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReason", "setterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.*/", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

The start time when the change set was created, in UTC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@return The start time when the change set was created, in UTC.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

The start time when the change set was created, in UTC.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Descriptive information about the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

Descriptive information about the change set.

\n@return Descriptive information about the change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Descriptive information about the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeSetId" : { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The ID of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

The ID of the change set.

\n@return The ID of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the change set.

\n@param changeSetId The ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

The ID of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set.

\n@return The name of the change set.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

The start time when the change set was created, in UTC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@return The start time when the change set was created, in UTC.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

The start time when the change set was created, in UTC.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Descriptive information about the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

Descriptive information about the change set.

\n@return Descriptive information about the change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Descriptive information about the change set.

\n@param description Descriptive information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Descriptive information about the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExecutionStatus" : { "c2jName" : "ExecutionStatus", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "enumType" : "ExecutionStatus", "fluentSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "fluentSetterMethodName" : "withExecutionStatus", "getterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@return If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "getterMethodName" : "getExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExecutionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExecutionStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExecutionStatus", "setterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "setterMethodName" : "setExecutionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The ID of the stack with which the change set is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@return The ID of the stack with which the change set is associated.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the stack with which the change set is associated.

\n@param stackId The ID of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

The ID of the stack with which the change set is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name of the stack with which the change set is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@return The name of the stack with which the change set is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack with which the change set is associated.

\n@param stackName The name of the stack with which the change set is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack with which the change set is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "ChangeSetStatus", "deprecated" : false, "documentation" : "

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "enumType" : "ChangeSetStatus", "fluentSetterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@return The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusReason" : { "c2jName" : "StatusReason", "c2jShape" : "ChangeSetStatusReason", "deprecated" : false, "documentation" : "

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusReason", "getterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@return A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.*/", "getterMethodName" : "getStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReason", "setterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.*/", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

A description of the change set's status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeSetSummary", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeSetSummary", "variableName" : "changeSetSummary", "variableType" : "ChangeSetSummary", "documentation" : null, "simpleType" : "ChangeSetSummary", "variableSetterType" : "ChangeSetSummary" }, "wrapper" : false }, "ChangeSetType" : { "c2jName" : "ChangeSetType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATE", "value" : "CREATE" }, { "name" : "UPDATE", "value" : "UPDATE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeSetType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeSetType", "variableName" : "changeSetType", "variableType" : "ChangeSetType", "documentation" : null, "simpleType" : "ChangeSetType", "variableSetterType" : "ChangeSetType" }, "wrapper" : false }, "ChangeSource" : { "c2jName" : "ChangeSource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ResourceReference", "value" : "ResourceReference" }, { "name" : "ParameterReference", "value" : "ParameterReference" }, { "name" : "ResourceAttribute", "value" : "ResourceAttribute" }, { "name" : "DirectModification", "value" : "DirectModification" }, { "name" : "Automatic", "value" : "Automatic" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeSource", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeSource", "variableName" : "changeSource", "variableType" : "ChangeSource", "documentation" : null, "simpleType" : "ChangeSource", "variableSetterType" : "ChangeSource" }, "wrapper" : false }, "ChangeType" : { "c2jName" : "ChangeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Resource", "value" : "Resource" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChangeType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeType", "variableName" : "changeType", "variableType" : "ChangeType", "documentation" : null, "simpleType" : "ChangeType", "variableSetterType" : "ChangeType" }, "wrapper" : false }, "ContinueUpdateRollbackRequest" : { "c2jName" : "ContinueUpdateRollbackInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the ContinueUpdateRollback action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ContinueUpdateRollback", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourcesToSkip", "c2jShape" : "ResourcesToSkip", "deprecated" : false, "documentation" : "

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourcesToSkip", "getterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@return A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.*/", "getterMethodName" : "getResourcesToSkip", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcesToSkip", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcesToSkip", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceToSkip", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourcesToSkip", "setterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.*/", "setterMethodName" : "setResourcesToSkip", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourcesToSkip", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n

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

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourcesToSkip", "variableType" : "java.util.List", "documentation" : "

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourcesToSkip" : { "c2jName" : "ResourcesToSkip", "c2jShape" : "ResourcesToSkip", "deprecated" : false, "documentation" : "

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourcesToSkip", "getterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@return A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.*/", "getterMethodName" : "getResourcesToSkip", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcesToSkip", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcesToSkip", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceToSkip", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourcesToSkip", "setterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.*/", "setterMethodName" : "setResourcesToSkip", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourcesToSkip", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

\n

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

\n@param resourcesToSkip A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourcesToSkip", "variableType" : "java.util.List", "documentation" : "

A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that AWS CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. AWS CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To specify resources in a nested stack, use the following format: NestedStackName.ResourceLogicalID. You can specify a nested stack resource (the logical ID of an AWS::CloudFormation::Stack resource) only if it's in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@param stackName The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "ContinueUpdateRollbackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ContinueUpdateRollbackRequest", "variableName" : "continueUpdateRollbackRequest", "variableType" : "ContinueUpdateRollbackRequest", "documentation" : null, "simpleType" : "ContinueUpdateRollbackRequest", "variableSetterType" : "ContinueUpdateRollbackRequest" }, "wrapper" : false }, "ContinueUpdateRollbackResult" : { "c2jName" : "ContinueUpdateRollbackOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a ContinueUpdateRollback action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ContinueUpdateRollbackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ContinueUpdateRollbackResult" }, "variable" : { "variableDeclarationType" : "ContinueUpdateRollbackResult", "variableName" : "continueUpdateRollbackResult", "variableType" : "ContinueUpdateRollbackResult", "documentation" : null, "simpleType" : "ContinueUpdateRollbackResult", "variableSetterType" : "ContinueUpdateRollbackResult" }, "wrapper" : false }, "CreateChangeSetRequest" : { "c2jName" : "CreateChangeSetInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the CreateChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateChangeSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@return The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "documentation" : "

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateBody", "getterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@return A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "setterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "documentation" : "

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateURL", "getterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@return The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "setterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "deprecated" : false, "documentation" : "

Whether to reuse the template that is associated with the stack to create the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUsePreviousTemplate", "getterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@return Whether to reuse the template that is associated with the stack to create the change set.*/", "getterMethodName" : "getUsePreviousTemplate", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousTemplate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousTemplate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousTemplate", "setterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.*/", "setterMethodName" : "setUsePreviousTemplate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "

Whether to reuse the template that is associated with the stack to create the change set.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@return A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. 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 change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\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 values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "documentation" : "

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceTypes", "getterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@return The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "setterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\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 if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@return The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\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 Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@return The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withClientToken", "getterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@return A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.*/", "getterMethodName" : "getClientToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.*/", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A description to help you identify this change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A description to help you identify this change set.

\n@return A description to help you identify this change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A description to help you identify this change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetType", "c2jShape" : "ChangeSetType", "deprecated" : false, "documentation" : "

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

", "enumType" : "ChangeSetType", "fluentSetterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetType*/", "fluentSetterMethodName" : "withChangeSetType", "getterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@return The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@see ChangeSetType*/", "getterMethodName" : "getChangeSetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetType", "setterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@see ChangeSetType*/", "setterMethodName" : "setChangeSetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetType", "variableType" : "String", "documentation" : "

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\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 values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@return The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

\n@param changeSetName The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters and hyphens. It must start with an alphabetic character and cannot exceed 128 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ChangeSetType" : { "c2jName" : "ChangeSetType", "c2jShape" : "ChangeSetType", "deprecated" : false, "documentation" : "

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

", "enumType" : "ChangeSetType", "fluentSetterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetType*/", "fluentSetterMethodName" : "withChangeSetType", "getterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@return The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@see ChangeSetType*/", "getterMethodName" : "getChangeSetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetType", "setterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@see ChangeSetType*/", "setterMethodName" : "setChangeSetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

\n@param changeSetType The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetType", "variableType" : "String", "documentation" : "

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE.

If you create a change set for a new stack, AWS Cloudformation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, AWS CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ClientToken" : { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withClientToken", "getterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@return A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.*/", "getterMethodName" : "getClientToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.*/", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

\n@param clientToken A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that AWS CloudFormation successfully received them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A description to help you identify this change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A description to help you identify this change set.

\n@return A description to help you identify this change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description to help you identify this change set.

\n@param description A description to help you identify this change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A description to help you identify this change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationARNs" : { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@return The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\n@param notificationARNs The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

\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 Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@return A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Parameter structures that specify input parameters for the change set. 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 change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourceTypes" : { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "documentation" : "

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceTypes", "getterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@return The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "setterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\n@param resourceTypes The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

\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 if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for AWS CloudFormation. For more information, see Controlling Access with AWS Identity and Access Management in the AWS CloudFormation User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@return The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

\n@param stackName The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

\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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 10 tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "documentation" : "

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateBody", "getterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@return A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "setterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateBody A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. AWS CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "documentation" : "

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateURL", "getterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@return The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "setterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

\n@param templateURL The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket. AWS CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UsePreviousTemplate" : { "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "deprecated" : false, "documentation" : "

Whether to reuse the template that is associated with the stack to create the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUsePreviousTemplate", "getterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@return Whether to reuse the template that is associated with the stack to create the change set.*/", "getterMethodName" : "getUsePreviousTemplate", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousTemplate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousTemplate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousTemplate", "setterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.*/", "setterMethodName" : "setUsePreviousTemplate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to reuse the template that is associated with the stack to create the change set.

\n@param usePreviousTemplate Whether to reuse the template that is associated with the stack to create the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "

Whether to reuse the template that is associated with the stack to create the change set.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "ChangeSetName" ], "shapeName" : "CreateChangeSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateChangeSetRequest", "variableName" : "createChangeSetRequest", "variableType" : "CreateChangeSetRequest", "documentation" : null, "simpleType" : "CreateChangeSetRequest", "variableSetterType" : "CreateChangeSetRequest" }, "wrapper" : false }, "CreateChangeSetResult" : { "c2jName" : "CreateChangeSetOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the CreateChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withId", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@return The Amazon Resource Name (ARN) of the change set.*/", "getterMethodName" : "getId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.*/", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The unique ID of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique ID of the stack.

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

The unique ID of the stack.

\n@return The unique ID of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The unique ID of the stack.

\n@param stackId The unique ID of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique ID of the stack.

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

The unique ID of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withId", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@return The Amazon Resource Name (ARN) of the change set.*/", "getterMethodName" : "getId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.*/", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the change set.

\n@param id The Amazon Resource Name (ARN) of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The unique ID of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique ID of the stack.

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

The unique ID of the stack.

\n@return The unique ID of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The unique ID of the stack.

\n@param stackId The unique ID of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique ID of the stack.

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

The unique ID of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateChangeSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateChangeSetResult" }, "variable" : { "variableDeclarationType" : "CreateChangeSetResult", "variableName" : "createChangeSetResult", "variableType" : "CreateChangeSetResult", "documentation" : null, "simpleType" : "CreateChangeSetResult", "variableSetterType" : "CreateChangeSetResult" }, "wrapper" : false }, "CreateStackRequest" : { "c2jName" : "CreateStackInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for CreateStack action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStack", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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 128 characters.

", "enumType" : null, "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 128 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 128 characters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "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 128 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 128 characters.

*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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 128 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 128 characters.

*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 128 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 128 characters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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 128 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "deprecated" : false, "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

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDisableRollback", "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*/", "getterMethodName" : "getDisableRollback", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DisableRollback", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisableRollback", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DisableRollback", "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*/", "setterMethodName" : "setDisableRollback", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimeoutInMinutes", "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.*/", "getterMethodName" : "getTimeoutInMinutes", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeoutInMinutes", "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.*/", "setterMethodName" : "setTimeoutInMinutes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "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).

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNotificationARNs", "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).*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "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).*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n

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 values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceTypes", "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.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "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.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "OnFailure", "c2jShape" : "OnFailure", "deprecated" : false, "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

", "enumType" : "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*/", "fluentSetterMethodName" : "withOnFailure", "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*/", "getterMethodName" : "getOnFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OnFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OnFailure", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OnFailure", "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*/", "setterMethodName" : "setOnFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "onFailure", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "documentation" : "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackPolicyURL", "getterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n

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 values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

A list of values that you must specify before AWS CloudFormation can create certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DisableRollback" : { "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "deprecated" : false, "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

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDisableRollback", "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*/", "getterMethodName" : "getDisableRollback", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DisableRollback", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisableRollback", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DisableRollback", "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*/", "setterMethodName" : "setDisableRollback", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationARNs" : { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "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).

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNotificationARNs", "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).*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "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).*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "OnFailure" : { "c2jName" : "OnFailure", "c2jShape" : "OnFailure", "deprecated" : false, "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

", "enumType" : "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*/", "fluentSetterMethodName" : "withOnFailure", "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*/", "getterMethodName" : "getOnFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OnFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OnFailure", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OnFailure", "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*/", "setterMethodName" : "setOnFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "onFailure", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "ResourceTypes" : { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceTypes", "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.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "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.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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 128 characters.

", "enumType" : null, "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 128 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 128 characters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "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 128 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 128 characters.

*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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 128 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 128 characters.

*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 128 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 128 characters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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 128 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackPolicyBody" : { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackPolicyURL" : { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "documentation" : "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackPolicyURL", "getterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "setterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

\n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

\n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TimeoutInMinutes" : { "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimeoutInMinutes", "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.*/", "getterMethodName" : "getTimeoutInMinutes", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeoutInMinutes", "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.*/", "setterMethodName" : "setTimeoutInMinutes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "CreateStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStackRequest", "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "documentation" : null, "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "wrapper" : false }, "CreateStackResult" : { "c2jName" : "CreateStackOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a CreateStack action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

Unique identifier of the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

Unique identifier of the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

Unique identifier of the stack.

\n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

Unique identifier of the stack.

\n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

Unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateStackResult" }, "variable" : { "variableDeclarationType" : "CreateStackResult", "variableName" : "createStackResult", "variableType" : "CreateStackResult", "documentation" : null, "simpleType" : "CreateStackResult", "variableSetterType" : "CreateStackResult" }, "wrapper" : false }, "DeleteChangeSetRequest" : { "c2jName" : "DeleteChangeSetInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the DeleteChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteChangeSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@return The name or Amazon Resource Name (ARN) of the change set that you want to delete.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@return If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@return The name or Amazon Resource Name (ARN) of the change set that you want to delete.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@return If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

\n@param stackName If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ChangeSetName" ], "shapeName" : "DeleteChangeSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteChangeSetRequest", "variableName" : "deleteChangeSetRequest", "variableType" : "DeleteChangeSetRequest", "documentation" : null, "simpleType" : "DeleteChangeSetRequest", "variableSetterType" : "DeleteChangeSetRequest" }, "wrapper" : false }, "DeleteChangeSetResult" : { "c2jName" : "DeleteChangeSetOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the DeleteChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteChangeSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteChangeSetResult" }, "variable" : { "variableDeclarationType" : "DeleteChangeSetResult", "variableName" : "deleteChangeSetResult", "variableType" : "DeleteChangeSetResult", "documentation" : null, "simpleType" : "DeleteChangeSetResult", "variableSetterType" : "DeleteChangeSetResult" }, "wrapper" : false }, "DeleteStackRequest" : { "c2jName" : "DeleteStackInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for DeleteStack action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteStack", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RetainResources", "c2jShape" : "RetainResources", "deprecated" : false, "documentation" : "

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetainResources", "getterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@return For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.*/", "getterMethodName" : "getRetainResources", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetainResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetainResources", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RetainResources", "setterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.*/", "setterMethodName" : "setRetainResources", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "retainResources", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n

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

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "retainResources", "variableType" : "java.util.List", "documentation" : "

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RetainResources" : { "c2jName" : "RetainResources", "c2jShape" : "RetainResources", "deprecated" : false, "documentation" : "

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetainResources", "getterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@return For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.*/", "getterMethodName" : "getRetainResources", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetainResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetainResources", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RetainResources", "setterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.*/", "setterMethodName" : "setRetainResources", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "retainResources", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

\n

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

\n@param retainResources For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "retainResources", "variableType" : "java.util.List", "documentation" : "

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.

Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

\n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the unique stack ID that is associated with the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "DeleteStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStackRequest", "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "documentation" : null, "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "wrapper" : false }, "DeleteStackResult" : { "c2jName" : "DeleteStackResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStackResult", "variableName" : "deleteStackResult", "variableType" : "DeleteStackResult", "documentation" : null, "simpleType" : "DeleteStackResult", "variableSetterType" : "DeleteStackResult" }, "wrapper" : false }, "DescribeAccountLimitsRequest" : { "c2jName" : "DescribeAccountLimitsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the DescribeAccountLimits action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAccountLimits", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNextToken", "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.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "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.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNextToken", "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.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "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.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of limits that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountLimitsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "wrapper" : false }, "DescribeAccountLimitsResult" : { "c2jName" : "DescribeAccountLimitsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the DescribeAccountLimits action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AccountLimits", "c2jShape" : "AccountLimitList", "deprecated" : false, "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withAccountLimits", "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.*/", "getterMethodName" : "getAccountLimits", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountLimits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountLimits", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AccountLimit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AccountLimit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountLimit", "variableName" : "member", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "member", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AccountLimit", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AccountLimit", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AccountLimits", "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.*/", "setterMethodName" : "setAccountLimits", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "accountLimits", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "accountLimits", "variableType" : "java.util.List", "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountLimits" : { "c2jName" : "AccountLimits", "c2jShape" : "AccountLimitList", "deprecated" : false, "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withAccountLimits", "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.*/", "getterMethodName" : "getAccountLimits", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountLimits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountLimits", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AccountLimit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AccountLimit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountLimit", "variableName" : "member", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "member", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AccountLimit", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AccountLimit", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AccountLimits", "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.*/", "setterMethodName" : "setAccountLimits", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "accountLimits", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "accountLimits", "variableType" : "java.util.List", "documentation" : "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountLimitsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAccountLimitsResult" }, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsResult", "variableName" : "describeAccountLimitsResult", "variableType" : "DescribeAccountLimitsResult", "documentation" : null, "simpleType" : "DescribeAccountLimitsResult", "variableSetterType" : "DescribeAccountLimitsResult" }, "wrapper" : false }, "DescribeChangeSetRequest" : { "c2jName" : "DescribeChangeSetInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the DescribeChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeChangeSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@return The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@return If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@return A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@return The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

\n@param changeSetName The name or Amazon Resource Name (ARN) of the change set that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@return A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

\n@param nextToken A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@return If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ChangeSetName" ], "shapeName" : "DescribeChangeSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeChangeSetRequest", "variableName" : "describeChangeSetRequest", "variableType" : "DescribeChangeSetRequest", "documentation" : null, "simpleType" : "DescribeChangeSetRequest", "variableSetterType" : "DescribeChangeSetRequest" }, "wrapper" : false }, "DescribeChangeSetResult" : { "c2jName" : "DescribeChangeSetOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the DescribeChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set.

\n@return The name of the change set.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The ARN of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

The ARN of the change set.

\n@return The ARN of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

The ARN of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The ARN of the stack that is associated with the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@return The ARN of the stack that is associated with the change set.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

The ARN of the stack that is associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name of the stack that is associated with the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack that is associated with the change set.

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

The name of the stack that is associated with the change set.

\n@return The name of the stack that is associated with the change set.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name of the stack that is associated with the change set.

\n@param stackName The name of the stack that is associated with the change set.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack that is associated with the change set.

\n@param stackName The name of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack that is associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Information about the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

Information about the change set.

\n@return Information about the change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Information about the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@return A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. 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 describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

The start time when the change set was created, in UTC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@return The start time when the change set was created, in UTC.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

The start time when the change set was created, in UTC.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExecutionStatus", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "enumType" : "ExecutionStatus", "fluentSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "fluentSetterMethodName" : "withExecutionStatus", "getterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@return If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "getterMethodName" : "getExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExecutionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExecutionStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExecutionStatus", "setterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "setterMethodName" : "setExecutionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "ChangeSetStatus", "deprecated" : false, "documentation" : "

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "enumType" : "ChangeSetStatus", "fluentSetterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@return The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusReason", "c2jShape" : "ChangeSetStatusReason", "deprecated" : false, "documentation" : "

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusReason", "getterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@return A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.*/", "getterMethodName" : "getStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReason", "setterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.*/", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@param notificationARNs The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@return The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@param notificationARNs The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\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 ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@param capabilities If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@return If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@param capabilities If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\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 If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

If you execute the change set, the tags that will be associated with the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@param tags If you execute the change set, the tags that will be associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@return If you execute the change set, the tags that will be associated with the stack.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@param tags If you execute the change set, the tags that will be associated with the stack.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

If you execute the change set, the tags that will be associated with 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 If you execute the change set, the tags that will be associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

If you execute the change set, the tags that will be associated with the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChanges", "getterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@return A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.*/", "getterMethodName" : "getChanges", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.*/", "setterMethodName" : "setChanges", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n

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

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@param capabilities If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@return If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\n@param capabilities If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

\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 If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ChangeSetId" : { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

The ARN of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

The ARN of the change set.

\n@return The ARN of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the change set.

\n@param changeSetId The ARN of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

The ARN of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetName", "deprecated" : false, "documentation" : "

The name of the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name of the change set.

\n@return The name of the change set.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the change set.

\n@param changeSetName The name of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name of the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Changes" : { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChanges", "getterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@return A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.*/", "getterMethodName" : "getChanges", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.*/", "setterMethodName" : "setChanges", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

\n

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

\n@param changes A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

The start time when the change set was created, in UTC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@return The start time when the change set was created, in UTC.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The start time when the change set was created, in UTC.

\n@param creationTime The start time when the change set was created, in UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

The start time when the change set was created, in UTC.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Information about the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

Information about the change set.

\n@return Information about the change set.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Information about the change set.

\n@param description Information about the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Information about the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExecutionStatus" : { "c2jName" : "ExecutionStatus", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "enumType" : "ExecutionStatus", "fluentSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "fluentSetterMethodName" : "withExecutionStatus", "getterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@return If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "getterMethodName" : "getExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExecutionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExecutionStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExecutionStatus", "setterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@see ExecutionStatus*/", "setterMethodName" : "setExecutionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

\n@param executionStatus If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionStatus", "variableType" : "String", "documentation" : "

If the change set execution status is AVAILABLE, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationARNs" : { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@param notificationARNs The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@return The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\n@param notificationARNs The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

\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 ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@return A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

\n@param parameters A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Parameter structures that describes the input parameters and their values used to create the change set. 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 describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The ARN of the stack that is associated with the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@return The ARN of the stack that is associated with the change set.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the stack that is associated with the change set.

\n@param stackId The ARN of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

The ARN of the stack that is associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name of the stack that is associated with the change set.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack that is associated with the change set.

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

The name of the stack that is associated with the change set.

\n@return The name of the stack that is associated with the change set.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name of the stack that is associated with the change set.

\n@param stackName The name of the stack that is associated with the change set.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack that is associated with the change set.

\n@param stackName The name of the stack that is associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack that is associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "ChangeSetStatus", "deprecated" : false, "documentation" : "

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "enumType" : "ChangeSetStatus", "fluentSetterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@return The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@see ChangeSetStatus*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

\n@param status The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSetStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusReason" : { "c2jName" : "StatusReason", "c2jShape" : "ChangeSetStatusReason", "deprecated" : false, "documentation" : "

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusReason", "getterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@return A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.*/", "getterMethodName" : "getStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReason", "setterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.*/", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

\n@param statusReason A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

If you execute the change set, the tags that will be associated with the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@param tags If you execute the change set, the tags that will be associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@return If you execute the change set, the tags that will be associated with the stack.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

If you execute the change set, the tags that will be associated with the stack.

\n@param tags If you execute the change set, the tags that will be associated with the stack.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

If you execute the change set, the tags that will be associated with 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 If you execute the change set, the tags that will be associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

If you execute the change set, the tags that will be associated with the stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeChangeSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeChangeSetResult" }, "variable" : { "variableDeclarationType" : "DescribeChangeSetResult", "variableName" : "describeChangeSetResult", "variableType" : "DescribeChangeSetResult", "documentation" : null, "simpleType" : "DescribeChangeSetResult", "variableSetterType" : "DescribeChangeSetResult" }, "wrapper" : false }, "DescribeStackEventsRequest" : { "c2jName" : "DescribeStackEventsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for DescribeStackEvents action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStackEvents", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of events that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@return A string that identifies the next page of events that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of events that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of events that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@return A string that identifies the next page of events that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of events that you want to retrieve.

\n@param nextToken A string that identifies the next page of events that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of events that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStackEventsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStackEventsRequest", "variableName" : "describeStackEventsRequest", "variableType" : "DescribeStackEventsRequest", "documentation" : null, "simpleType" : "DescribeStackEventsRequest", "variableSetterType" : "DescribeStackEventsRequest" }, "wrapper" : false }, "DescribeStackEventsResult" : { "c2jName" : "DescribeStackEventsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a DescribeStackEvents action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackEvents", "c2jShape" : "StackEvents", "deprecated" : false, "documentation" : "

A list of StackEvents structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackEvents", "getterDocumentation" : "/**

A list of StackEvents structures.

\n@return A list of StackEvents structures.*/", "getterMethodName" : "getStackEvents", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackEvents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackEvents", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackEvent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackEvent", "variableName" : "member", "variableType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackEvent", "variableName" : "member", "variableType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackEvent", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackEvent", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackEvents", "setterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.*/", "setterMethodName" : "setStackEvents", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackEvents", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackEvents", "variableType" : "java.util.List", "documentation" : "

A list of StackEvents structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of events. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackEvents" : { "c2jName" : "StackEvents", "c2jShape" : "StackEvents", "deprecated" : false, "documentation" : "

A list of StackEvents structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackEvents", "getterDocumentation" : "/**

A list of StackEvents structures.

\n@return A list of StackEvents structures.*/", "getterMethodName" : "getStackEvents", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackEvents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackEvents", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackEvent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackEvent", "variableName" : "member", "variableType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackEvent", "variableName" : "member", "variableType" : "StackEvent", "documentation" : "", "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackEvent", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackEvent", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackEvents", "setterDocumentation" : "/**

A list of StackEvents structures.

\n@param stackEvents A list of StackEvents structures.*/", "setterMethodName" : "setStackEvents", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackEvents", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackEvents", "variableType" : "java.util.List", "documentation" : "

A list of StackEvents structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStackEventsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeStackEventsResult" }, "variable" : { "variableDeclarationType" : "DescribeStackEventsResult", "variableName" : "describeStackEventsResult", "variableType" : "DescribeStackEventsResult", "documentation" : null, "simpleType" : "DescribeStackEventsResult", "variableSetterType" : "DescribeStackEventsResult" }, "wrapper" : false }, "DescribeStackResourceRequest" : { "c2jName" : "DescribeStackResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for DescribeStackResource action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStackResource", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

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

Default: There is no default value.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

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

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

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

Default: There is no default value.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

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

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "LogicalResourceId" ], "shapeName" : "DescribeStackResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStackResourceRequest", "variableName" : "describeStackResourceRequest", "variableType" : "DescribeStackResourceRequest", "documentation" : null, "simpleType" : "DescribeStackResourceRequest", "variableSetterType" : "DescribeStackResourceRequest" }, "wrapper" : false }, "DescribeStackResourceResult" : { "c2jName" : "DescribeStackResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a DescribeStackResource action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackResourceDetail", "c2jShape" : "StackResourceDetail", "deprecated" : false, "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResourceDetail", "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.*/", "getterMethodName" : "getStackResourceDetail", "getterModel" : { "returnType" : "StackResourceDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResourceDetail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResourceDetail", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackResourceDetail", "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.*/", "setterMethodName" : "setStackResourceDetail", "setterModel" : { "variableDeclarationType" : "StackResourceDetail", "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "documentation" : "", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "StackResourceDetail", "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackResourceDetail" : { "c2jName" : "StackResourceDetail", "c2jShape" : "StackResourceDetail", "deprecated" : false, "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResourceDetail", "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.*/", "getterMethodName" : "getStackResourceDetail", "getterModel" : { "returnType" : "StackResourceDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResourceDetail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResourceDetail", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackResourceDetail", "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.*/", "setterMethodName" : "setStackResourceDetail", "setterModel" : { "variableDeclarationType" : "StackResourceDetail", "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "documentation" : "", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "StackResourceDetail", "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "documentation" : "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

", "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStackResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeStackResourceResult" }, "variable" : { "variableDeclarationType" : "DescribeStackResourceResult", "variableName" : "describeStackResourceResult", "variableType" : "DescribeStackResourceResult", "documentation" : null, "simpleType" : "DescribeStackResourceResult", "variableSetterType" : "DescribeStackResourceResult" }, "wrapper" : false }, "DescribeStackResourcesRequest" : { "c2jName" : "DescribeStackResourcesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for DescribeStackResources action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStackResources", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

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

Default: There is no default value.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

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

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

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

Default: There is no default value.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

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

Default: There is no default value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStackResourcesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStackResourcesRequest", "variableName" : "describeStackResourcesRequest", "variableType" : "DescribeStackResourcesRequest", "documentation" : null, "simpleType" : "DescribeStackResourcesRequest", "variableSetterType" : "DescribeStackResourcesRequest" }, "wrapper" : false }, "DescribeStackResourcesResult" : { "c2jName" : "DescribeStackResourcesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a DescribeStackResources action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackResources", "c2jShape" : "StackResources", "deprecated" : false, "documentation" : "

A list of StackResource structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResources", "getterDocumentation" : "/**

A list of StackResource structures.

\n@return A list of StackResource structures.*/", "getterMethodName" : "getStackResources", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResources", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackResource", "variableName" : "member", "variableType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackResource", "variableName" : "member", "variableType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackResource", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackResource", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackResources", "setterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.*/", "setterMethodName" : "setStackResources", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResources", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResources", "variableType" : "java.util.List", "documentation" : "

A list of StackResource structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackResources" : { "c2jName" : "StackResources", "c2jShape" : "StackResources", "deprecated" : false, "documentation" : "

A list of StackResource structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResources", "getterDocumentation" : "/**

A list of StackResource structures.

\n@return A list of StackResource structures.*/", "getterMethodName" : "getStackResources", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResources", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackResource", "variableName" : "member", "variableType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackResource", "variableName" : "member", "variableType" : "StackResource", "documentation" : "", "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackResource", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackResource", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackResources", "setterDocumentation" : "/**

A list of StackResource structures.

\n@param stackResources A list of StackResource structures.*/", "setterMethodName" : "setStackResources", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResources", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResources", "variableType" : "java.util.List", "documentation" : "

A list of StackResource structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStackResourcesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeStackResourcesResult" }, "variable" : { "variableDeclarationType" : "DescribeStackResourcesResult", "variableName" : "describeStackResourcesResult", "variableType" : "DescribeStackResourcesResult", "documentation" : null, "simpleType" : "DescribeStackResourcesResult", "variableSetterType" : "DescribeStackResourcesResult" }, "wrapper" : false }, "DescribeStacksRequest" : { "c2jName" : "DescribeStacksInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for DescribeStacks action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStacks", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@return A string that identifies the next page of stacks that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@return A string that identifies the next page of stacks that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStacksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStacksRequest", "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "documentation" : null, "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "wrapper" : false }, "DescribeStacksResult" : { "c2jName" : "DescribeStacksOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a DescribeStacks action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Stacks", "c2jShape" : "Stacks", "deprecated" : false, "documentation" : "

A list of stack structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStacks", "getterDocumentation" : "/**

A list of stack structures.

\n@return A list of stack structures.*/", "getterMethodName" : "getStacks", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Stacks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stacks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stack", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Stack", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Stacks", "setterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.*/", "setterMethodName" : "setStacks", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "

A list of stack structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Stacks" : { "c2jName" : "Stacks", "c2jShape" : "Stacks", "deprecated" : false, "documentation" : "

A list of stack structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStacks", "getterDocumentation" : "/**

A list of stack structures.

\n@return A list of stack structures.*/", "getterMethodName" : "getStacks", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Stacks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stacks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stack", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Stack", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Stacks", "setterDocumentation" : "/**

A list of stack structures.

\n@param stacks A list of stack structures.*/", "setterMethodName" : "setStacks", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "

A list of stack structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStacksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeStacksResult" }, "variable" : { "variableDeclarationType" : "DescribeStacksResult", "variableName" : "describeStacksResult", "variableType" : "DescribeStacksResult", "documentation" : null, "simpleType" : "DescribeStacksResult", "variableSetterType" : "DescribeStacksResult" }, "wrapper" : false }, "EstimateTemplateCostRequest" : { "c2jName" : "EstimateTemplateCostInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for an EstimateTemplateCost action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EstimateTemplateCost", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@return A list of Parameter structures that specify input parameters.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that specify input parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

A list of Parameter structures that specify input parameters.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@return A list of Parameter structures that specify input parameters.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

A list of Parameter structures that specify input parameters.

\n@param parameters A list of Parameter structures that specify input parameters.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of Parameter structures that specify input parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EstimateTemplateCostRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EstimateTemplateCostRequest", "variableName" : "estimateTemplateCostRequest", "variableType" : "EstimateTemplateCostRequest", "documentation" : null, "simpleType" : "EstimateTemplateCostRequest", "variableSetterType" : "EstimateTemplateCostRequest" }, "wrapper" : false }, "EstimateTemplateCostResult" : { "c2jName" : "EstimateTemplateCostOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a EstimateTemplateCost action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Url", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUrl", "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.*/", "getterMethodName" : "getUrl", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Url", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Url", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Url", "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.*/", "setterMethodName" : "setUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "url", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "url", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Url" : { "c2jName" : "Url", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUrl", "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.*/", "getterMethodName" : "getUrl", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Url", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Url", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Url", "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.*/", "setterMethodName" : "setUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "url", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "url", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EstimateTemplateCostResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "EstimateTemplateCostResult" }, "variable" : { "variableDeclarationType" : "EstimateTemplateCostResult", "variableName" : "estimateTemplateCostResult", "variableType" : "EstimateTemplateCostResult", "documentation" : null, "simpleType" : "EstimateTemplateCostResult", "variableSetterType" : "EstimateTemplateCostResult" }, "wrapper" : false }, "EvaluationType" : { "c2jName" : "EvaluationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Static", "value" : "Static" }, { "name" : "Dynamic", "value" : "Dynamic" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EvaluationType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EvaluationType", "variableName" : "evaluationType", "variableType" : "EvaluationType", "documentation" : null, "simpleType" : "EvaluationType", "variableSetterType" : "EvaluationType" }, "wrapper" : false }, "ExecuteChangeSetRequest" : { "c2jName" : "ExecuteChangeSetInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the ExecuteChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ExecuteChangeSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or ARN of the change set that you want use to update the specified stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@return The name or ARN of the change set that you want use to update the specified stack.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or ARN of the change set that you want use to update the specified stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@return If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or ARN of the change set that you want use to update the specified stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@return The name or ARN of the change set that you want use to update the specified stack.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or ARN of the change set that you want use to update the specified stack.

\n@param changeSetName The name or ARN of the change set that you want use to update the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or ARN of the change set that you want use to update the specified stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@return If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

\n@param stackName If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ChangeSetName" ], "shapeName" : "ExecuteChangeSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecuteChangeSetRequest", "variableName" : "executeChangeSetRequest", "variableType" : "ExecuteChangeSetRequest", "documentation" : null, "simpleType" : "ExecuteChangeSetRequest", "variableSetterType" : "ExecuteChangeSetRequest" }, "wrapper" : false }, "ExecuteChangeSetResult" : { "c2jName" : "ExecuteChangeSetOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the ExecuteChangeSet action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecuteChangeSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ExecuteChangeSetResult" }, "variable" : { "variableDeclarationType" : "ExecuteChangeSetResult", "variableName" : "executeChangeSetResult", "variableType" : "ExecuteChangeSetResult", "documentation" : null, "simpleType" : "ExecuteChangeSetResult", "variableSetterType" : "ExecuteChangeSetResult" }, "wrapper" : false }, "ExecutionStatus" : { "c2jName" : "ExecutionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UNAVAILABLE", "value" : "UNAVAILABLE" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "EXECUTE_IN_PROGRESS", "value" : "EXECUTE_IN_PROGRESS" }, { "name" : "EXECUTE_COMPLETE", "value" : "EXECUTE_COMPLETE" }, { "name" : "EXECUTE_FAILED", "value" : "EXECUTE_FAILED" }, { "name" : "OBSOLETE", "value" : "OBSOLETE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionStatus", "variableName" : "executionStatus", "variableType" : "ExecutionStatus", "documentation" : null, "simpleType" : "ExecutionStatus", "variableSetterType" : "ExecutionStatus" }, "wrapper" : false }, "Export" : { "c2jName" : "Export", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Export structure describes the exported output values for a stack.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ExportingStackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The stack that contains the exported output name and value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExportingStackId", "getterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@return The stack that contains the exported output name and value.*/", "getterMethodName" : "getExportingStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExportingStackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExportingStackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportingStackId", "setterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.*/", "setterMethodName" : "setExportingStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportingStackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportingStackId", "variableType" : "String", "documentation" : "

The stack that contains the exported output name and value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "ExportName", "deprecated" : false, "documentation" : "

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@return The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "ExportValue", "deprecated" : false, "documentation" : "

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@return The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExportingStackId" : { "c2jName" : "ExportingStackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

The stack that contains the exported output name and value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExportingStackId", "getterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@return The stack that contains the exported output name and value.*/", "getterMethodName" : "getExportingStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExportingStackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExportingStackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportingStackId", "setterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.*/", "setterMethodName" : "setExportingStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportingStackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The stack that contains the exported output name and value.

\n@param exportingStackId The stack that contains the exported output name and value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportingStackId", "variableType" : "String", "documentation" : "

The stack that contains the exported output name and value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "ExportName", "deprecated" : false, "documentation" : "

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@return The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

\n@param name The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "ExportValue", "deprecated" : false, "documentation" : "

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@return The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

\n@param value The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Export", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Export", "variableName" : "export", "variableType" : "Export", "documentation" : null, "simpleType" : "Export", "variableSetterType" : "Export" }, "wrapper" : false }, "GetStackPolicyRequest" : { "c2jName" : "GetStackPolicyInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the GetStackPolicy action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetStackPolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "GetStackPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetStackPolicyRequest", "variableName" : "getStackPolicyRequest", "variableType" : "GetStackPolicyRequest", "documentation" : null, "simpleType" : "GetStackPolicyRequest", "variableSetterType" : "GetStackPolicyRequest" }, "wrapper" : false }, "GetStackPolicyResult" : { "c2jName" : "GetStackPolicyOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the GetStackPolicy action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.)*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.)*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackPolicyBody" : { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.)*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.)*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetStackPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetStackPolicyResult" }, "variable" : { "variableDeclarationType" : "GetStackPolicyResult", "variableName" : "getStackPolicyResult", "variableType" : "GetStackPolicyResult", "documentation" : null, "simpleType" : "GetStackPolicyResult", "variableSetterType" : "GetStackPolicyResult" }, "wrapper" : false }, "GetTemplateRequest" : { "c2jName" : "GetTemplateInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for a GetTemplate action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetTemplate", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@return The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateStage", "c2jShape" : "TemplateStage", "deprecated" : false, "documentation" : "

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withTemplateStage", "getterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@return For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@see TemplateStage*/", "getterMethodName" : "getTemplateStage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateStage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateStage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateStage", "setterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@see TemplateStage*/", "setterMethodName" : "setTemplateStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateStage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateStage", "variableType" : "String", "documentation" : "

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeSetName" : { "c2jName" : "ChangeSetName", "c2jShape" : "ChangeSetNameOrId", "deprecated" : false, "documentation" : "

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetName", "getterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@return The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.*/", "getterMethodName" : "getChangeSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetName", "setterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.*/", "setterMethodName" : "setChangeSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

\n@param changeSetName The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetName", "variableType" : "String", "documentation" : "

The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateStage" : { "c2jName" : "TemplateStage", "c2jShape" : "TemplateStage", "deprecated" : false, "documentation" : "

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withTemplateStage", "getterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@return For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@see TemplateStage*/", "getterMethodName" : "getTemplateStage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateStage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateStage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateStage", "setterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@see TemplateStage*/", "setterMethodName" : "setTemplateStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateStage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

\n@param templateStage For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateStage", "variableType" : "String", "documentation" : "

For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the user-submitted template, specify Original. To get the template after AWS CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, AWS CloudFormation specifies Original.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTemplateRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTemplateRequest", "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "documentation" : null, "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "wrapper" : false }, "GetTemplateResult" : { "c2jName" : "GetTemplateOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for GetTemplate action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateBody", "getterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "setterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StagesAvailable", "c2jShape" : "StageList", "deprecated" : false, "documentation" : "

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withStagesAvailable", "getterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@return The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@see TemplateStage*/", "getterMethodName" : "getStagesAvailable", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StagesAvailable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StagesAvailable", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TemplateStage", "deprecated" : false, "documentation" : "", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see TemplateStage*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see TemplateStage*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StagesAvailable", "setterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@see TemplateStage*/", "setterMethodName" : "setStagesAvailable", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stagesAvailable", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n

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

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stagesAvailable", "variableType" : "java.util.List", "documentation" : "

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StagesAvailable" : { "c2jName" : "StagesAvailable", "c2jShape" : "StageList", "deprecated" : false, "documentation" : "

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withStagesAvailable", "getterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@return The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@see TemplateStage*/", "getterMethodName" : "getStagesAvailable", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StagesAvailable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StagesAvailable", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TemplateStage", "deprecated" : false, "documentation" : "", "enumType" : "TemplateStage", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see TemplateStage*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see TemplateStage*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StagesAvailable", "setterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@see TemplateStage*/", "setterMethodName" : "setStagesAvailable", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stagesAvailable", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

\n

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

\n@param stagesAvailable The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TemplateStage*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stagesAvailable", "variableType" : "java.util.List", "documentation" : "

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTemplateBody", "getterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "setterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTemplateResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetTemplateResult" }, "variable" : { "variableDeclarationType" : "GetTemplateResult", "variableName" : "getTemplateResult", "variableType" : "GetTemplateResult", "documentation" : null, "simpleType" : "GetTemplateResult", "variableSetterType" : "GetTemplateResult" }, "wrapper" : false }, "GetTemplateSummaryRequest" : { "c2jName" : "GetTemplateSummaryInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the GetTemplateSummary action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetTemplateSummary", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTemplateSummaryRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTemplateSummaryRequest", "variableName" : "getTemplateSummaryRequest", "variableType" : "GetTemplateSummaryRequest", "documentation" : null, "simpleType" : "GetTemplateSummaryRequest", "variableSetterType" : "GetTemplateSummaryRequest" }, "wrapper" : false }, "GetTemplateSummaryResult" : { "c2jName" : "GetTemplateSummaryOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the GetTemplateSummary action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Parameters", "c2jShape" : "ParameterDeclarations", "deprecated" : false, "documentation" : "

A list of parameter declarations that describe various properties for each parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ParameterDeclaration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ParameterDeclaration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ParameterDeclaration", "variableName" : "member", "variableType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ParameterDeclaration", "variableName" : "member", "variableType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ParameterDeclaration", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ParameterDeclaration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of parameter declarations that describe various properties for each parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The value that is defined in the Description property of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "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.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "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.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The value that is defined in the Description property of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\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. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CapabilitiesReason", "c2jShape" : "CapabilitiesReason", "deprecated" : false, "documentation" : "

The list of resources that generated the values in the Capabilities response element.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCapabilitiesReason", "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.*/", "getterMethodName" : "getCapabilitiesReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapabilitiesReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapabilitiesReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapabilitiesReason", "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.*/", "setterMethodName" : "setCapabilitiesReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "

The list of resources that generated the values in the Capabilities response element.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceTypes", "getterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@return A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "setterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.

\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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The AWS template format version, which identifies the capabilities of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withVersion", "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.*/", "getterMethodName" : "getVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The AWS template format version, which identifies the capabilities of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

The value that is defined for the Metadata property of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMetadata", "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.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metadata", "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.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "

The value that is defined for the Metadata property of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeclaredTransforms", "c2jShape" : "TransformsList", "deprecated" : false, "documentation" : "

A list of the transforms that are declared in the template.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeclaredTransforms", "getterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@return A list of the transforms that are declared in the template.*/", "getterMethodName" : "getDeclaredTransforms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeclaredTransforms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeclaredTransforms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TransformName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DeclaredTransforms", "setterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@param declaredTransforms A list of the transforms that are declared in the template.*/", "setterMethodName" : "setDeclaredTransforms", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n

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

\n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "

A list of the transforms that are declared in the template.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

\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. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CapabilitiesReason" : { "c2jName" : "CapabilitiesReason", "c2jShape" : "CapabilitiesReason", "deprecated" : false, "documentation" : "

The list of resources that generated the values in the Capabilities response element.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCapabilitiesReason", "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.*/", "getterMethodName" : "getCapabilitiesReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapabilitiesReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapabilitiesReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapabilitiesReason", "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.*/", "setterMethodName" : "setCapabilitiesReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "

The list of resources that generated the values in the Capabilities response element.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DeclaredTransforms" : { "c2jName" : "DeclaredTransforms", "c2jShape" : "TransformsList", "deprecated" : false, "documentation" : "

A list of the transforms that are declared in the template.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeclaredTransforms", "getterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@return A list of the transforms that are declared in the template.*/", "getterMethodName" : "getDeclaredTransforms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeclaredTransforms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeclaredTransforms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TransformName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DeclaredTransforms", "setterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n@param declaredTransforms A list of the transforms that are declared in the template.*/", "setterMethodName" : "setDeclaredTransforms", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the transforms that are declared in the template.

\n

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

\n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "

A list of the transforms that are declared in the template.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The value that is defined in the Description property of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "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.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "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.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The value that is defined in the Description property of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metadata" : { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

The value that is defined for the Metadata property of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMetadata", "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.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metadata", "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.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "

The value that is defined for the Metadata property of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "ParameterDeclarations", "deprecated" : false, "documentation" : "

A list of parameter declarations that describe various properties for each parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ParameterDeclaration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ParameterDeclaration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ParameterDeclaration", "variableName" : "member", "variableType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ParameterDeclaration", "variableName" : "member", "variableType" : "ParameterDeclaration", "documentation" : "", "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ParameterDeclaration", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ParameterDeclaration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

A list of parameter declarations that describe various properties for each parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourceTypes" : { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceTypes", "getterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@return A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "setterDocumentation" : "/**

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

\n@param resourceTypes A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.

\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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The AWS template format version, which identifies the capabilities of the template.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withVersion", "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.*/", "getterMethodName" : "getVersion", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The AWS template format version, which identifies the capabilities of the template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTemplateSummaryResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetTemplateSummaryResult" }, "variable" : { "variableDeclarationType" : "GetTemplateSummaryResult", "variableName" : "getTemplateSummaryResult", "variableType" : "GetTemplateSummaryResult", "documentation" : null, "simpleType" : "GetTemplateSummaryResult", "variableSetterType" : "GetTemplateSummaryResult" }, "wrapper" : false }, "InsufficientCapabilitiesException" : { "c2jName" : "InsufficientCapabilitiesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : "InsufficientCapabilitiesException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InsufficientCapabilitiesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InsufficientCapabilitiesException", "variableName" : "insufficientCapabilitiesException", "variableType" : "InsufficientCapabilitiesException", "documentation" : null, "simpleType" : "InsufficientCapabilitiesException", "variableSetterType" : "InsufficientCapabilitiesException" }, "wrapper" : false }, "InvalidChangeSetStatusException" : { "c2jName" : "InvalidChangeSetStatusException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified change set cannot be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS or the stack status might be UPDATE_IN_PROGRESS.

", "enums" : null, "errorCode" : "InvalidChangeSetStatus", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidChangeSetStatusException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidChangeSetStatusException", "variableName" : "invalidChangeSetStatusException", "variableType" : "InvalidChangeSetStatusException", "documentation" : null, "simpleType" : "InvalidChangeSetStatusException", "variableSetterType" : "InvalidChangeSetStatusException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Quota for the resource has already been reached.

", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListChangeSetsRequest" : { "c2jName" : "ListChangeSetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the ListChangeSets action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListChangeSets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@return The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@return A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@return A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

\n@param nextToken A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@return The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

\n@param stackName The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "ListChangeSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChangeSetsRequest", "variableName" : "listChangeSetsRequest", "variableType" : "ListChangeSetsRequest", "documentation" : null, "simpleType" : "ListChangeSetsRequest", "variableSetterType" : "ListChangeSetsRequest" }, "wrapper" : false }, "ListChangeSetsResult" : { "c2jName" : "ListChangeSetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for the ListChangeSets action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Summaries", "c2jShape" : "ChangeSetSummaries", "deprecated" : false, "documentation" : "

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSummaries", "getterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@return A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.*/", "getterMethodName" : "getSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Summaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Summaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeSetSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ChangeSetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ChangeSetSummary", "variableName" : "member", "variableType" : "ChangeSetSummary", "documentation" : "", "simpleType" : "ChangeSetSummary", "variableSetterType" : "ChangeSetSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeSetSummary", "variableName" : "member", "variableType" : "ChangeSetSummary", "documentation" : "", "simpleType" : "ChangeSetSummary", "variableSetterType" : "ChangeSetSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChangeSetSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeSetSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Summaries", "setterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.*/", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n

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

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Summaries" : { "c2jName" : "Summaries", "c2jShape" : "ChangeSetSummaries", "deprecated" : false, "documentation" : "

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSummaries", "getterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@return A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.*/", "getterMethodName" : "getSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Summaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Summaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeSetSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ChangeSetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ChangeSetSummary", "variableName" : "member", "variableType" : "ChangeSetSummary", "documentation" : "", "simpleType" : "ChangeSetSummary", "variableSetterType" : "ChangeSetSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeSetSummary", "variableName" : "member", "variableType" : "ChangeSetSummary", "documentation" : "", "simpleType" : "ChangeSetSummary", "variableSetterType" : "ChangeSetSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChangeSetSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeSetSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Summaries", "setterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.*/", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

\n

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

\n@param summaries A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListChangeSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListChangeSetsResult" }, "variable" : { "variableDeclarationType" : "ListChangeSetsResult", "variableName" : "listChangeSetsResult", "variableType" : "ListChangeSetsResult", "documentation" : null, "simpleType" : "ListChangeSetsResult", "variableSetterType" : "ListChangeSetsResult" }, "wrapper" : false }, "ListExportsRequest" : { "c2jName" : "ListExportsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListExports", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@return A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@return A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

\n@param nextToken A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListExportsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListExportsRequest", "variableName" : "listExportsRequest", "variableType" : "ListExportsRequest", "documentation" : null, "simpleType" : "ListExportsRequest", "variableSetterType" : "ListExportsRequest" }, "wrapper" : false }, "ListExportsResult" : { "c2jName" : "ListExportsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Exports", "c2jShape" : "Exports", "deprecated" : false, "documentation" : "

The output for the ListExports action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The output for the ListExports action.

\n@param exports The output for the ListExports action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExports", "getterDocumentation" : "/**

The output for the ListExports action.

\n@return The output for the ListExports action.*/", "getterMethodName" : "getExports", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Exports", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exports", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Export", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Export", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Export", "variableName" : "member", "variableType" : "Export", "documentation" : "", "simpleType" : "Export", "variableSetterType" : "Export" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Export", "variableName" : "member", "variableType" : "Export", "documentation" : "", "simpleType" : "Export", "variableSetterType" : "Export" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Export", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Export", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Exports", "setterDocumentation" : "/**

The output for the ListExports action.

\n@param exports The output for the ListExports action.*/", "setterMethodName" : "setExports", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "exports", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The output for the ListExports action.

\n

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

\n@param exports The output for the ListExports action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "exports", "variableType" : "java.util.List", "documentation" : "

The output for the ListExports action.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@return If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Exports" : { "c2jName" : "Exports", "c2jShape" : "Exports", "deprecated" : false, "documentation" : "

The output for the ListExports action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The output for the ListExports action.

\n@param exports The output for the ListExports action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExports", "getterDocumentation" : "/**

The output for the ListExports action.

\n@return The output for the ListExports action.*/", "getterMethodName" : "getExports", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Exports", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exports", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Export", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Export", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Export", "variableName" : "member", "variableType" : "Export", "documentation" : "", "simpleType" : "Export", "variableSetterType" : "Export" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Export", "variableName" : "member", "variableType" : "Export", "documentation" : "", "simpleType" : "Export", "variableSetterType" : "Export" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Export", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Export", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Exports", "setterDocumentation" : "/**

The output for the ListExports action.

\n@param exports The output for the ListExports action.*/", "setterMethodName" : "setExports", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "exports", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The output for the ListExports action.

\n

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

\n@param exports The output for the ListExports action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "exports", "variableType" : "java.util.List", "documentation" : "

The output for the ListExports action.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@return If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListExportsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListExportsResult" }, "variable" : { "variableDeclarationType" : "ListExportsResult", "variableName" : "listExportsResult", "variableType" : "ListExportsResult", "documentation" : null, "simpleType" : "ListExportsResult", "variableSetterType" : "ListExportsResult" }, "wrapper" : false }, "ListImportsRequest" : { "c2jName" : "ListImportsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListImports", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ExportName", "c2jShape" : "ExportName", "deprecated" : false, "documentation" : "

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExportName", "getterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@return The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.*/", "getterMethodName" : "getExportName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExportName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExportName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportName", "setterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.*/", "setterMethodName" : "setExportName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportName", "variableType" : "String", "documentation" : "

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@return A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExportName" : { "c2jName" : "ExportName", "c2jShape" : "ExportName", "deprecated" : false, "documentation" : "

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExportName", "getterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@return The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.*/", "getterMethodName" : "getExportName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExportName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExportName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportName", "setterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.*/", "setterMethodName" : "setExportName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

\n@param exportName The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportName", "variableType" : "String", "documentation" : "

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@return A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

\n@param nextToken A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ExportName" ], "shapeName" : "ListImportsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListImportsRequest", "variableName" : "listImportsRequest", "variableType" : "ListImportsRequest", "documentation" : null, "simpleType" : "ListImportsRequest", "variableSetterType" : "ListImportsRequest" }, "wrapper" : false }, "ListImportsResult" : { "c2jName" : "ListImportsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Imports", "c2jShape" : "Imports", "deprecated" : false, "documentation" : "

A list of stack names that are importing the specified exported output value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@param imports A list of stack names that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImports", "getterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@return A list of stack names that are importing the specified exported output value.*/", "getterMethodName" : "getImports", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Imports", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Imports", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Imports", "setterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@param imports A list of stack names that are importing the specified exported output value.*/", "setterMethodName" : "setImports", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "imports", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n

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

\n@param imports A list of stack names that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "imports", "variableType" : "java.util.List", "documentation" : "

A list of stack names that are importing the specified exported output value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of exports. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@return A string that identifies the next page of exports. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of exports. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Imports" : { "c2jName" : "Imports", "c2jShape" : "Imports", "deprecated" : false, "documentation" : "

A list of stack names that are importing the specified exported output value.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@param imports A list of stack names that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImports", "getterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@return A list of stack names that are importing the specified exported output value.*/", "getterMethodName" : "getImports", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Imports", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Imports", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Imports", "setterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n@param imports A list of stack names that are importing the specified exported output value.*/", "setterMethodName" : "setImports", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "imports", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of stack names that are importing the specified exported output value.

\n

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

\n@param imports A list of stack names that are importing the specified exported output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "imports", "variableType" : "java.util.List", "documentation" : "

A list of stack names that are importing the specified exported output value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of exports. If there is no additional page, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@return A string that identifies the next page of exports. If there is no additional page, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of exports. If there is no additional page, this value is null.

\n@param nextToken A string that identifies the next page of exports. If there is no additional page, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of exports. If there is no additional page, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListImportsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListImportsResult" }, "variable" : { "variableDeclarationType" : "ListImportsResult", "variableName" : "listImportsResult", "variableType" : "ListImportsResult", "documentation" : null, "simpleType" : "ListImportsResult", "variableSetterType" : "ListImportsResult" }, "wrapper" : false }, "ListStackResourcesRequest" : { "c2jName" : "ListStackResourcesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for the ListStackResource action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListStackResources", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stack resources that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@return A string that identifies the next page of stack resources that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stack resources that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stack resources that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@return A string that identifies the next page of stack resources that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stack resources that you want to retrieve.

\n@param nextToken A string that identifies the next page of stack resources that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stack resources that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "ListStackResourcesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStackResourcesRequest", "variableName" : "listStackResourcesRequest", "variableType" : "ListStackResourcesRequest", "documentation" : null, "simpleType" : "ListStackResourcesRequest", "variableSetterType" : "ListStackResourcesRequest" }, "wrapper" : false }, "ListStackResourcesResult" : { "c2jName" : "ListStackResourcesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for a ListStackResources action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackResourceSummaries", "c2jShape" : "StackResourceSummaries", "deprecated" : false, "documentation" : "

A list of StackResourceSummary structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResourceSummaries", "getterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@return A list of StackResourceSummary structures.*/", "getterMethodName" : "getStackResourceSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResourceSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResourceSummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackResourceSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackResourceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackResourceSummary", "variableName" : "member", "variableType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackResourceSummary", "variableName" : "member", "variableType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackResourceSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackResourceSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackResourceSummaries", "setterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.*/", "setterMethodName" : "setStackResourceSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "documentation" : "

A list of StackResourceSummary structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB, a string that identifies the next page of stack resources. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackResourceSummaries" : { "c2jName" : "StackResourceSummaries", "c2jShape" : "StackResourceSummaries", "deprecated" : false, "documentation" : "

A list of StackResourceSummary structures.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackResourceSummaries", "getterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@return A list of StackResourceSummary structures.*/", "getterMethodName" : "getStackResourceSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackResourceSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackResourceSummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackResourceSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackResourceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackResourceSummary", "variableName" : "member", "variableType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackResourceSummary", "variableName" : "member", "variableType" : "StackResourceSummary", "documentation" : "", "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackResourceSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackResourceSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackResourceSummaries", "setterDocumentation" : "/**

A list of StackResourceSummary structures.

\n@param stackResourceSummaries A list of StackResourceSummary structures.*/", "setterMethodName" : "setStackResourceSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackResourceSummaries", "variableType" : "java.util.List", "documentation" : "

A list of StackResourceSummary structures.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStackResourcesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListStackResourcesResult" }, "variable" : { "variableDeclarationType" : "ListStackResourcesResult", "variableName" : "listStackResourcesResult", "variableType" : "ListStackResourcesResult", "documentation" : null, "simpleType" : "ListStackResourcesResult", "variableSetterType" : "ListStackResourcesResult" }, "wrapper" : false }, "ListStacksRequest" : { "c2jName" : "ListStacksInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The input for ListStacks action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListStacks", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@return A string that identifies the next page of stacks that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "stackStatusFilters", "c2jShape" : "StackStatusFilter", "deprecated" : false, "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.

", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatusFilters", "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*/", "getterMethodName" : "getStackStatusFilters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusFilter", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "", "enumType" : "StackStatus", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see StackStatus*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see StackStatus*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackStatusFilters", "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*/", "setterMethodName" : "setStackStatusFilters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@return A string that identifies the next page of stacks that you want to retrieve.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that identifies the next page of stacks that you want to retrieve.

\n@param nextToken A string that identifies the next page of stacks that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A string that identifies the next page of stacks that you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackStatusFilters" : { "c2jName" : "stackStatusFilters", "c2jShape" : "StackStatusFilter", "deprecated" : false, "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.

", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatusFilters", "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*/", "getterMethodName" : "getStackStatusFilters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusFilter", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "", "enumType" : "StackStatus", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see StackStatus*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see StackStatus*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackStatusFilters", "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*/", "setterMethodName" : "setStackStatusFilters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackStatusFilters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStacksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStacksRequest", "variableName" : "listStacksRequest", "variableType" : "ListStacksRequest", "documentation" : null, "simpleType" : "ListStacksRequest", "variableSetterType" : "ListStacksRequest" }, "wrapper" : false }, "ListStacksResult" : { "c2jName" : "ListStacksOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The output for ListStacks action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackSummaries", "c2jShape" : "StackSummaries", "deprecated" : false, "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackSummaries", "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.*/", "getterMethodName" : "getStackSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackSummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackSummary", "variableName" : "member", "variableType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackSummary", "variableName" : "member", "variableType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackSummaries", "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.*/", "setterMethodName" : "setStackSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackSummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackSummaries", "variableType" : "java.util.List", "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@return If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

\n@param nextToken If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackSummaries" : { "c2jName" : "StackSummaries", "c2jShape" : "StackSummaries", "deprecated" : false, "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackSummaries", "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.*/", "getterMethodName" : "getStackSummaries", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackSummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StackSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "StackSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StackSummary", "variableName" : "member", "variableType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StackSummary", "variableName" : "member", "variableType" : "StackSummary", "documentation" : "", "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StackSummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StackSummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StackSummaries", "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.*/", "setterMethodName" : "setStackSummaries", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackSummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stackSummaries", "variableType" : "java.util.List", "documentation" : "

A list of StackSummary structures containing information about the specified stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStacksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListStacksResult" }, "variable" : { "variableDeclarationType" : "ListStacksResult", "variableName" : "listStacksResult", "variableType" : "ListStacksResult", "documentation" : null, "simpleType" : "ListStacksResult", "variableSetterType" : "ListStacksResult" }, "wrapper" : false }, "OnFailure" : { "c2jName" : "OnFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "DO_NOTHING", "value" : "DO_NOTHING" }, { "name" : "ROLLBACK", "value" : "ROLLBACK" }, { "name" : "DELETE", "value" : "DELETE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OnFailure", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OnFailure", "variableName" : "onFailure", "variableType" : "OnFailure", "documentation" : null, "simpleType" : "OnFailure", "variableSetterType" : "OnFailure" }, "wrapper" : false }, "Output" : { "c2jName" : "Output", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Output data type.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "deprecated" : false, "documentation" : "

The key associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputKey", "getterDocumentation" : "/**

The key associated with the output.

\n@return The key associated with the output.*/", "getterMethodName" : "getOutputKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputKey", "setterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.*/", "setterMethodName" : "setOutputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKey", "variableType" : "String", "documentation" : "

The key associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "deprecated" : false, "documentation" : "

The value associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputValue", "getterDocumentation" : "/**

The value associated with the output.

\n@return The value associated with the output.*/", "getterMethodName" : "getOutputValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputValue", "setterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.*/", "setterMethodName" : "setOutputValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputValue", "variableType" : "String", "documentation" : "

The value associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

User defined description associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

User defined description associated with the output.

\n@return User defined description associated with the output.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

User defined description associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

User defined description associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

User defined description associated with the output.

\n@return User defined description associated with the output.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

User defined description associated with the output.

\n@param description User defined description associated with the output.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

User defined description associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputKey" : { "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "deprecated" : false, "documentation" : "

The key associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputKey", "getterDocumentation" : "/**

The key associated with the output.

\n@return The key associated with the output.*/", "getterMethodName" : "getOutputKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputKey", "setterDocumentation" : "/**

The key associated with the output.

\n@param outputKey The key associated with the output.*/", "setterMethodName" : "setOutputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKey", "variableType" : "String", "documentation" : "

The key associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputValue" : { "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "deprecated" : false, "documentation" : "

The value associated with the output.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputValue", "getterDocumentation" : "/**

The value associated with the output.

\n@return The value associated with the output.*/", "getterMethodName" : "getOutputValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputValue", "setterDocumentation" : "/**

The value associated with the output.

\n@param outputValue The value associated with the output.*/", "setterMethodName" : "setOutputValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputValue", "variableType" : "String", "documentation" : "

The value associated with the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Output", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "wrapper" : false }, "Parameter" : { "c2jName" : "Parameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Parameter data type.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "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.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "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.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ParameterValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

The value associated with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterValue", "getterDocumentation" : "/**

The value associated with the parameter.

\n@return The value associated with the parameter.*/", "getterMethodName" : "getParameterValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterValue", "setterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.*/", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

The value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUsePreviousValue", "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.*/", "getterMethodName" : "getUsePreviousValue", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousValue", "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.*/", "setterMethodName" : "setUsePreviousValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousValue", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousValue", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterKey" : { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "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.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "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.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ParameterValue" : { "c2jName" : "ParameterValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

The value associated with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterValue", "getterDocumentation" : "/**

The value associated with the parameter.

\n@return The value associated with the parameter.*/", "getterMethodName" : "getParameterValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterValue", "setterDocumentation" : "/**

The value associated with the parameter.

\n@param parameterValue The value associated with the parameter.*/", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

The value associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UsePreviousValue" : { "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUsePreviousValue", "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.*/", "getterMethodName" : "getUsePreviousValue", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousValue", "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.*/", "setterMethodName" : "setUsePreviousValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousValue", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousValue", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Parameter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "parameter", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "wrapper" : false }, "ParameterConstraints" : { "c2jName" : "ParameterConstraints", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "deprecated" : false, "documentation" : "

A list of values that are permitted for a parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withAllowedValues", "getterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@return A list of values that are permitted for a parameter.*/", "getterMethodName" : "getAllowedValues", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AllowedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AllowedValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AllowedValues", "setterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.*/", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

A list of values that are permitted for a parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "deprecated" : false, "documentation" : "

A list of values that are permitted for a parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withAllowedValues", "getterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@return A list of values that are permitted for a parameter.*/", "getterMethodName" : "getAllowedValues", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AllowedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AllowedValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AllowedValues", "setterDocumentation" : "/**

A list of values that are permitted for a parameter.

\n@param allowedValues A list of values that are permitted for a parameter.*/", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

A list of values that are permitted for a parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParameterConstraints", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterConstraints", "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "documentation" : null, "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "wrapper" : false }, "ParameterDeclaration" : { "c2jName" : "ParameterDeclaration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The ParameterDeclaration data type.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "documentation" : "

The name that is associated with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "getterDocumentation" : "/**

The name that is associated with the parameter.

\n@return The name that is associated with the parameter.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "setterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "

The name that is associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

The default value of the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

The default value of the parameter.

\n@return The default value of the parameter.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "deprecated" : false, "documentation" : "

The type of parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterType", "getterDocumentation" : "/**

The type of parameter.

\n@return The type of parameter.*/", "getterMethodName" : "getParameterType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterType", "setterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.*/", "setterMethodName" : "setParameterType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "

The type of parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "deprecated" : false, "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNoEcho", "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.*/", "getterMethodName" : "getNoEcho", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoEcho", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoEcho", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoEcho", "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.*/", "setterMethodName" : "setNoEcho", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description that is associate with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description that is associate with the parameter.

\n@return The description that is associate with the parameter.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description that is associate with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "deprecated" : false, "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterConstraints", "getterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@return The criteria that AWS CloudFormation uses to validate parameter values.*/", "getterMethodName" : "getParameterConstraints", "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterConstraints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterConstraints", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterConstraints", "setterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.*/", "setterMethodName" : "setParameterConstraints", "setterModel" : { "variableDeclarationType" : "ParameterConstraints", "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ParameterConstraints", "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

The default value of the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

The default value of the parameter.

\n@return The default value of the parameter.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

The default value of the parameter.

\n@param defaultValue The default value of the parameter.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description that is associate with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description that is associate with the parameter.

\n@return The description that is associate with the parameter.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The description that is associate with the parameter.

\n@param description The description that is associate with the parameter.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description that is associate with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NoEcho" : { "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "deprecated" : false, "documentation" : "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNoEcho", "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.*/", "getterMethodName" : "getNoEcho", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoEcho", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoEcho", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoEcho", "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.*/", "setterMethodName" : "setNoEcho", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ParameterConstraints" : { "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "deprecated" : false, "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterConstraints", "getterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@return The criteria that AWS CloudFormation uses to validate parameter values.*/", "getterMethodName" : "getParameterConstraints", "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterConstraints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterConstraints", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterConstraints", "setterDocumentation" : "/**

The criteria that AWS CloudFormation uses to validate parameter values.

\n@param parameterConstraints The criteria that AWS CloudFormation uses to validate parameter values.*/", "setterMethodName" : "setParameterConstraints", "setterModel" : { "variableDeclarationType" : "ParameterConstraints", "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ParameterConstraints", "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "documentation" : "

The criteria that AWS CloudFormation uses to validate parameter values.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "xmlNameSpaceUri" : null }, "ParameterKey" : { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "documentation" : "

The name that is associated with the parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "getterDocumentation" : "/**

The name that is associated with the parameter.

\n@return The name that is associated with the parameter.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "setterDocumentation" : "/**

The name that is associated with the parameter.

\n@param parameterKey The name that is associated with the parameter.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "

The name that is associated with the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterType" : { "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "deprecated" : false, "documentation" : "

The type of parameter.

", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterType", "getterDocumentation" : "/**

The type of parameter.

\n@return The type of parameter.*/", "getterMethodName" : "getParameterType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterType", "setterDocumentation" : "/**

The type of parameter.

\n@param parameterType The type of parameter.*/", "setterMethodName" : "setParameterType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "

The type of parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParameterDeclaration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterDeclaration", "variableName" : "parameterDeclaration", "variableType" : "ParameterDeclaration", "documentation" : null, "simpleType" : "ParameterDeclaration", "variableSetterType" : "ParameterDeclaration" }, "wrapper" : false }, "Replacement" : { "c2jName" : "Replacement", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "True", "value" : "True" }, { "name" : "False", "value" : "False" }, { "name" : "Conditional", "value" : "Conditional" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Replacement", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Replacement", "variableName" : "replacement", "variableType" : "Replacement", "documentation" : null, "simpleType" : "Replacement", "variableSetterType" : "Replacement" }, "wrapper" : false }, "RequiresRecreation" : { "c2jName" : "RequiresRecreation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Never", "value" : "Never" }, { "name" : "Conditionally", "value" : "Conditionally" }, { "name" : "Always", "value" : "Always" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RequiresRecreation", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RequiresRecreation", "variableName" : "requiresRecreation", "variableType" : "RequiresRecreation", "documentation" : null, "simpleType" : "RequiresRecreation", "variableSetterType" : "RequiresRecreation" }, "wrapper" : false }, "ResourceAttribute" : { "c2jName" : "ResourceAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Properties", "value" : "Properties" }, { "name" : "Metadata", "value" : "Metadata" }, { "name" : "CreationPolicy", "value" : "CreationPolicy" }, { "name" : "UpdatePolicy", "value" : "UpdatePolicy" }, { "name" : "DeletionPolicy", "value" : "DeletionPolicy" }, { "name" : "Tags", "value" : "Tags" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceAttribute", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceAttribute", "variableName" : "resourceAttribute", "variableType" : "ResourceAttribute", "documentation" : null, "simpleType" : "ResourceAttribute", "variableSetterType" : "ResourceAttribute" }, "wrapper" : false }, "ResourceChange" : { "c2jName" : "ResourceChange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The ResourceChange structure describes the resource and the action that AWS CloudFormation will perform on it if you execute this change set.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Action", "c2jShape" : "ChangeAction", "deprecated" : false, "documentation" : "

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

", "enumType" : "ChangeAction", "fluentSetterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "fluentSetterMethodName" : "withAction", "getterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@return The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@see ChangeAction*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@see ChangeAction*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

The resource's logical ID, which is defined in the stack's template.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@return The resource's logical ID, which is defined in the stack's template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

The resource's logical ID, which is defined in the stack's template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "getterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@return The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "setterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceType", "getterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@return The type of AWS CloudFormation resource, such as AWS::S3::Bucket.*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Replacement", "c2jShape" : "Replacement", "deprecated" : false, "documentation" : "

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

", "enumType" : "Replacement", "fluentSetterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Replacement*/", "fluentSetterMethodName" : "withReplacement", "getterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@return For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@see Replacement*/", "getterMethodName" : "getReplacement", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Replacement", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Replacement", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Replacement", "setterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@see Replacement*/", "setterMethodName" : "setReplacement", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replacement", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Replacement*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "replacement", "variableType" : "String", "documentation" : "

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Scope", "c2jShape" : "Scope", "deprecated" : false, "documentation" : "

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withScope", "getterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@return For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "getterMethodName" : "getScope", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scope", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceAttribute", "deprecated" : false, "documentation" : "", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see ResourceAttribute*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see ResourceAttribute*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Scope", "setterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scope", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n

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

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scope", "variableType" : "java.util.List", "documentation" : "

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Details", "c2jShape" : "ResourceChangeDetails", "deprecated" : false, "documentation" : "

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

", "enumType" : null, "fluentSetterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDetails", "getterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@return For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.*/", "getterMethodName" : "getDetails", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Details", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Details", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceChangeDetail", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ResourceChangeDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResourceChangeDetail", "variableName" : "member", "variableType" : "ResourceChangeDetail", "documentation" : "", "simpleType" : "ResourceChangeDetail", "variableSetterType" : "ResourceChangeDetail" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceChangeDetail", "variableName" : "member", "variableType" : "ResourceChangeDetail", "documentation" : "", "simpleType" : "ResourceChangeDetail", "variableSetterType" : "ResourceChangeDetail" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResourceChangeDetail", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceChangeDetail", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Details", "setterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.*/", "setterMethodName" : "setDetails", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "details", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n

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

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "details", "variableType" : "java.util.List", "documentation" : "

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "c2jName" : "Action", "c2jShape" : "ChangeAction", "deprecated" : false, "documentation" : "

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

", "enumType" : "ChangeAction", "fluentSetterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "fluentSetterMethodName" : "withAction", "getterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@return The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@see ChangeAction*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@see ChangeAction*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

\n@param action The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Details" : { "c2jName" : "Details", "c2jShape" : "ResourceChangeDetails", "deprecated" : false, "documentation" : "

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

", "enumType" : null, "fluentSetterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDetails", "getterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@return For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.*/", "getterMethodName" : "getDetails", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Details", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Details", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceChangeDetail", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ResourceChangeDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResourceChangeDetail", "variableName" : "member", "variableType" : "ResourceChangeDetail", "documentation" : "", "simpleType" : "ResourceChangeDetail", "variableSetterType" : "ResourceChangeDetail" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceChangeDetail", "variableName" : "member", "variableType" : "ResourceChangeDetail", "documentation" : "", "simpleType" : "ResourceChangeDetail", "variableSetterType" : "ResourceChangeDetail" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResourceChangeDetail", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceChangeDetail", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Details", "setterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.*/", "setterMethodName" : "setDetails", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "details", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

\n

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

\n@param details For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "details", "variableType" : "java.util.List", "documentation" : "

For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

The resource's logical ID, which is defined in the stack's template.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@return The resource's logical ID, which is defined in the stack's template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource's logical ID, which is defined in the stack's template.

\n@param logicalResourceId The resource's logical ID, which is defined in the stack's template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

The resource's logical ID, which is defined in the stack's template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "getterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@return The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "setterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

\n@param physicalResourceId The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Replacement" : { "c2jName" : "Replacement", "c2jShape" : "Replacement", "deprecated" : false, "documentation" : "

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

", "enumType" : "Replacement", "fluentSetterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Replacement*/", "fluentSetterMethodName" : "withReplacement", "getterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@return For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@see Replacement*/", "getterMethodName" : "getReplacement", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Replacement", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Replacement", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Replacement", "setterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@see Replacement*/", "setterMethodName" : "setReplacement", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replacement", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

\n@param replacement For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Replacement*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "replacement", "variableType" : "String", "documentation" : "

For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditionally.

If you have multiple changes with different RequiresRecreation values, the Replacement value depends on the change with the most impact. A RequiresRecreation value of Always has the most impact, followed by Conditionally, and then Never.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceType", "getterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@return The type of AWS CloudFormation resource, such as AWS::S3::Bucket.*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

\n@param resourceType The type of AWS CloudFormation resource, such as AWS::S3::Bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

The type of AWS CloudFormation resource, such as AWS::S3::Bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Scope" : { "c2jName" : "Scope", "c2jShape" : "Scope", "deprecated" : false, "documentation" : "

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withScope", "getterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@return For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "getterMethodName" : "getScope", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scope", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceAttribute", "deprecated" : false, "documentation" : "", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see ResourceAttribute*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see ResourceAttribute*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Scope", "setterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scope", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

\n

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

\n@param scope For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "scope", "variableType" : "java.util.List", "documentation" : "

For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceChange", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceChange", "variableName" : "resourceChange", "variableType" : "ResourceChange", "documentation" : null, "simpleType" : "ResourceChange", "variableSetterType" : "ResourceChange" }, "wrapper" : false }, "ResourceChangeDetail" : { "c2jName" : "ResourceChangeDetail", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

For a resource with Modify as the action, the ResourceChange structure describes the changes AWS CloudFormation will make to that resource.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Target", "c2jShape" : "ResourceTargetDefinition", "deprecated" : false, "documentation" : "

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

\n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTarget", "getterDocumentation" : "/**

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

\n@return A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/", "getterMethodName" : "getTarget", "getterModel" : { "returnType" : "ResourceTargetDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

\n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "ResourceTargetDefinition", "variableName" : "target", "variableType" : "ResourceTargetDefinition", "documentation" : "", "simpleType" : "ResourceTargetDefinition", "variableSetterType" : "ResourceTargetDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

\n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceTargetDefinition", "variableName" : "target", "variableType" : "ResourceTargetDefinition", "documentation" : "

A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

", "simpleType" : "ResourceTargetDefinition", "variableSetterType" : "ResourceTargetDefinition" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Evaluation", "c2jShape" : "EvaluationType", "deprecated" : false, "documentation" : "

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

", "enumType" : "EvaluationType", "fluentSetterDocumentation" : "/**

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/", "fluentSetterMethodName" : "withEvaluation", "getterDocumentation" : "/**

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

\n@return Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/", "getterMethodName" : "getEvaluation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Evaluation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Evaluation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Evaluation", "setterDocumentation" : "/**

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/", "setterMethodName" : "setEvaluation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "evaluation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

\n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "evaluation", "variableType" : "String", "documentation" : "

Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSource", "c2jShape" : "ChangeSource", "deprecated" : false, "documentation" : "

The group to which the CausingEntity value belongs. There are five entity groups:

  • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

  • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

  • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

  • DirectModification entities are changes that are made directly to the template.

  • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

", "enumType" : "ChangeSource", "fluentSetterDocumentation" : "/**

The group to which the CausingEntity value belongs. There are five entity groups:

  • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

  • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

  • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

  • DirectModification entities are changes that are made directly to the template.

  • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

\n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

  • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

  • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

  • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

  • DirectModification entities are changes that are made directly to the template.

  • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSource*/", "fluentSetterMethodName" : "withChangeSource", "getterDocumentation" : "/**

    The group to which the CausingEntity value belongs. There are five entity groups:

    • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

    • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

    • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

    • DirectModification entities are changes that are made directly to the template.

    • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

    \n@return The group to which the CausingEntity value belongs. There are five entity groups:

    • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

    • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

    • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

    • DirectModification entities are changes that are made directly to the template.

    • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

    • \n@see ChangeSource*/", "getterMethodName" : "getChangeSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSource", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSource", "setterDocumentation" : "/**

      The group to which the CausingEntity value belongs. There are five entity groups:

      • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

      • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

      • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

      • DirectModification entities are changes that are made directly to the template.

      • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

      \n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

      • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

      • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

      • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

      • DirectModification entities are changes that are made directly to the template.

      • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

      • \n@see ChangeSource*/", "setterMethodName" : "setChangeSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

        The group to which the CausingEntity value belongs. There are five entity groups:

        • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

        • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

        • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

        • DirectModification entities are changes that are made directly to the template.

        • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

        \n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

        • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

        • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

        • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

        • DirectModification entities are changes that are made directly to the template.

        • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSource*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSource", "variableType" : "String", "documentation" : "

          The group to which the CausingEntity value belongs. There are five entity groups:

          • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

          • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

          • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

          • DirectModification entities are changes that are made directly to the template.

          • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CausingEntity", "c2jShape" : "CausingEntity", "deprecated" : false, "documentation" : "

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCausingEntity", "getterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@return The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.*/", "getterMethodName" : "getCausingEntity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CausingEntity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CausingEntity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CausingEntity", "setterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.*/", "setterMethodName" : "setCausingEntity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causingEntity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "causingEntity", "variableType" : "String", "documentation" : "

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CausingEntity" : { "c2jName" : "CausingEntity", "c2jShape" : "CausingEntity", "deprecated" : false, "documentation" : "

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCausingEntity", "getterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@return The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.*/", "getterMethodName" : "getCausingEntity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CausingEntity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CausingEntity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CausingEntity", "setterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.*/", "setterMethodName" : "setCausingEntity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causingEntity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          \n@param causingEntity The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "causingEntity", "variableType" : "String", "documentation" : "

          The identity of the entity that triggered this change. This entity is a member of the group that is specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

          If the ChangeSource value is DirectModification, no value is given for CausingEntity.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ChangeSource" : { "c2jName" : "ChangeSource", "c2jShape" : "ChangeSource", "deprecated" : false, "documentation" : "

          The group to which the CausingEntity value belongs. There are five entity groups:

          • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

          • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

          • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

          • DirectModification entities are changes that are made directly to the template.

          • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

          ", "enumType" : "ChangeSource", "fluentSetterDocumentation" : "/**

          The group to which the CausingEntity value belongs. There are five entity groups:

          • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

          • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

          • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

          • DirectModification entities are changes that are made directly to the template.

          • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

          \n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

          • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

          • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

          • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

          • DirectModification entities are changes that are made directly to the template.

          • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSource*/", "fluentSetterMethodName" : "withChangeSource", "getterDocumentation" : "/**

            The group to which the CausingEntity value belongs. There are five entity groups:

            • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

            • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

            • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

            • DirectModification entities are changes that are made directly to the template.

            • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

            \n@return The group to which the CausingEntity value belongs. There are five entity groups:

            • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

            • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

            • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

            • DirectModification entities are changes that are made directly to the template.

            • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

            • \n@see ChangeSource*/", "getterMethodName" : "getChangeSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSource", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSource", "setterDocumentation" : "/**

              The group to which the CausingEntity value belongs. There are five entity groups:

              • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

              • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

              • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

              • DirectModification entities are changes that are made directly to the template.

              • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

              \n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

              • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

              • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

              • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

              • DirectModification entities are changes that are made directly to the template.

              • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

              • \n@see ChangeSource*/", "setterMethodName" : "setChangeSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                The group to which the CausingEntity value belongs. There are five entity groups:

                • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

                • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

                • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

                • DirectModification entities are changes that are made directly to the template.

                • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

                \n@param changeSource The group to which the CausingEntity value belongs. There are five entity groups:

                • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

                • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

                • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

                • DirectModification entities are changes that are made directly to the template.

                • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeSource*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSource", "variableType" : "String", "documentation" : "

                  The group to which the CausingEntity value belongs. There are five entity groups:

                  • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { \"Ref\" : \"MyEC2InstanceResource\" }.

                  • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { \"Ref\" : \"MyPasswordParameter\" }.

                  • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { \"Fn::GetAtt\" : [ \"MyEC2InstanceResource\", \"PublicDnsName\" ] }.

                  • DirectModification entities are changes that are made directly to the template.

                  • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, AWS CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to AWS CloudFormation until you run an update on the parent stack.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Evaluation" : { "c2jName" : "Evaluation", "c2jShape" : "EvaluationType", "deprecated" : false, "documentation" : "

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  ", "enumType" : "EvaluationType", "fluentSetterDocumentation" : "/**

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  \n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/", "fluentSetterMethodName" : "withEvaluation", "getterDocumentation" : "/**

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  \n@return Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/", "getterMethodName" : "getEvaluation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Evaluation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Evaluation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Evaluation", "setterDocumentation" : "/**

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  \n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@see EvaluationType*/", "setterMethodName" : "setEvaluation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "evaluation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  \n@param evaluation Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EvaluationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "evaluation", "variableType" : "String", "documentation" : "

                  Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

                  For Static evaluations, AWS CloudFormation can determine that the target value will change, and its value. For example, if you directly modify the InstanceType property of an EC2 instance, AWS CloudFormation knows that this property value will change, and its value, so this is a Static evaluation.

                  For Dynamic evaluations, cannot determine the target value because it depends on the result of an intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is updated. For example, if your template includes a reference to a resource that is conditionally recreated, the value of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the resource is recreated, it will have a new physical ID, so all references to that resource will also be updated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Target" : { "c2jName" : "Target", "c2jShape" : "ResourceTargetDefinition", "deprecated" : false, "documentation" : "

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  \n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTarget", "getterDocumentation" : "/**

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  \n@return A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/", "getterMethodName" : "getTarget", "getterModel" : { "returnType" : "ResourceTargetDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  \n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.*/", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "ResourceTargetDefinition", "variableName" : "target", "variableType" : "ResourceTargetDefinition", "documentation" : "", "simpleType" : "ResourceTargetDefinition", "variableSetterType" : "ResourceTargetDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  \n@param target A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceTargetDefinition", "variableName" : "target", "variableType" : "ResourceTargetDefinition", "documentation" : "

                  A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.

                  ", "simpleType" : "ResourceTargetDefinition", "variableSetterType" : "ResourceTargetDefinition" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceChangeDetail", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceChangeDetail", "variableName" : "resourceChangeDetail", "variableType" : "ResourceChangeDetail", "documentation" : null, "simpleType" : "ResourceChangeDetail", "variableSetterType" : "ResourceChangeDetail" }, "wrapper" : false }, "ResourceSignalStatus" : { "c2jName" : "ResourceSignalStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SUCCESS", "value" : "SUCCESS" }, { "name" : "FAILURE", "value" : "FAILURE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceSignalStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceSignalStatus", "variableName" : "resourceSignalStatus", "variableType" : "ResourceSignalStatus", "documentation" : null, "simpleType" : "ResourceSignalStatus", "variableSetterType" : "ResourceSignalStatus" }, "wrapper" : false }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceStatus", "variableName" : "resourceStatus", "variableType" : "ResourceStatus", "documentation" : null, "simpleType" : "ResourceStatus", "variableSetterType" : "ResourceStatus" }, "wrapper" : false }, "ResourceTargetDefinition" : { "c2jName" : "ResourceTargetDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The field that AWS CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attribute", "c2jShape" : "ResourceAttribute", "deprecated" : false, "documentation" : "

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  ", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withAttribute", "getterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@return Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "getterMethodName" : "getAttribute", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Attribute", "setterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "PropertyName", "deprecated" : false, "documentation" : "

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@return If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RequiresRecreation", "c2jShape" : "RequiresRecreation", "deprecated" : false, "documentation" : "

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  ", "enumType" : "RequiresRecreation", "fluentSetterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiresRecreation*/", "fluentSetterMethodName" : "withRequiresRecreation", "getterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@return If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@see RequiresRecreation*/", "getterMethodName" : "getRequiresRecreation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequiresRecreation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresRecreation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequiresRecreation", "setterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@see RequiresRecreation*/", "setterMethodName" : "setRequiresRecreation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiresRecreation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiresRecreation*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "requiresRecreation", "variableType" : "String", "documentation" : "

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "c2jName" : "Attribute", "c2jShape" : "ResourceAttribute", "deprecated" : false, "documentation" : "

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  ", "enumType" : "ResourceAttribute", "fluentSetterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "fluentSetterMethodName" : "withAttribute", "getterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@return Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "getterMethodName" : "getAttribute", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Attribute", "setterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@see ResourceAttribute*/", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  \n@param attribute Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

                  Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "PropertyName", "deprecated" : false, "documentation" : "

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@return If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  \n@param name If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RequiresRecreation" : { "c2jName" : "RequiresRecreation", "c2jShape" : "RequiresRecreation", "deprecated" : false, "documentation" : "

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  ", "enumType" : "RequiresRecreation", "fluentSetterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiresRecreation*/", "fluentSetterMethodName" : "withRequiresRecreation", "getterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@return If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@see RequiresRecreation*/", "getterMethodName" : "getRequiresRecreation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequiresRecreation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresRecreation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequiresRecreation", "setterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@see RequiresRecreation*/", "setterMethodName" : "setRequiresRecreation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiresRecreation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  \n@param requiresRecreation If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiresRecreation*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "requiresRecreation", "variableType" : "String", "documentation" : "

                  If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceTargetDefinition", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceTargetDefinition", "variableName" : "resourceTargetDefinition", "variableType" : "ResourceTargetDefinition", "documentation" : null, "simpleType" : "ResourceTargetDefinition", "variableSetterType" : "ResourceTargetDefinition" }, "wrapper" : false }, "SetStackPolicyRequest" : { "c2jName" : "SetStackPolicyInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The input for the SetStackPolicy action.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetStackPolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                  The name or unique stack ID that you want to associate a policy with.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                  The name or unique stack ID that you want to associate a policy with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "documentation" : "

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackPolicyURL", "getterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "setterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                  The name or unique stack ID that you want to associate a policy with.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                  The name or unique stack ID that you want to associate a policy with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackPolicyBody" : { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackPolicyURL" : { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "documentation" : "

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackPolicyURL", "getterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@return Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "setterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  \n@param stackPolicyURL Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "

                  Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "SetStackPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetStackPolicyRequest", "variableName" : "setStackPolicyRequest", "variableType" : "SetStackPolicyRequest", "documentation" : null, "simpleType" : "SetStackPolicyRequest", "variableSetterType" : "SetStackPolicyRequest" }, "wrapper" : false }, "SetStackPolicyResult" : { "c2jName" : "SetStackPolicyResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetStackPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetStackPolicyResult", "variableName" : "setStackPolicyResult", "variableType" : "SetStackPolicyResult", "documentation" : null, "simpleType" : "SetStackPolicyResult", "variableSetterType" : "SetStackPolicyResult" }, "wrapper" : false }, "SignalResourceRequest" : { "c2jName" : "SignalResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The input for the SignalResource action.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SignalResource", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

                  The stack name or unique stack ID that includes the resource that you want to signal.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                  The stack name or unique stack ID that includes the resource that you want to signal.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UniqueId", "c2jShape" : "ResourceSignalUniqueId", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUniqueId", "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.*/", "getterMethodName" : "getUniqueId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UniqueId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UniqueId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UniqueId", "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.*/", "setterMethodName" : "setUniqueId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uniqueId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uniqueId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "ResourceSignalStatus", "deprecated" : false, "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.

                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStatus", "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*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "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.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "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.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackNameOrId", "deprecated" : false, "documentation" : "

                  The stack name or unique stack ID that includes the resource that you want to signal.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                  The stack name or unique stack ID that includes the resource that you want to signal.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "ResourceSignalStatus", "deprecated" : false, "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.

                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStatus", "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*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "UniqueId" : { "c2jName" : "UniqueId", "c2jShape" : "ResourceSignalUniqueId", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUniqueId", "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.*/", "getterMethodName" : "getUniqueId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UniqueId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UniqueId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UniqueId", "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.*/", "setterMethodName" : "setUniqueId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uniqueId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uniqueId", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "LogicalResourceId", "UniqueId", "Status" ], "shapeName" : "SignalResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SignalResourceRequest", "variableName" : "signalResourceRequest", "variableType" : "SignalResourceRequest", "documentation" : null, "simpleType" : "SignalResourceRequest", "variableSetterType" : "SignalResourceRequest" }, "wrapper" : false }, "SignalResourceResult" : { "c2jName" : "SignalResourceResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SignalResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SignalResourceResult", "variableName" : "signalResourceResult", "variableType" : "SignalResourceResult", "documentation" : null, "simpleType" : "SignalResourceResult", "variableSetterType" : "SignalResourceResult" }, "wrapper" : false }, "Stack" : { "c2jName" : "Stack", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The Stack data type.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                  Unique identifier of the stack.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                  Unique identifier of the stack.

                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                  Unique identifier of the stack.

                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                  Unique identifier of the stack.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                  The name associated with the stack.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                  The name associated with the stack.

                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                  The name associated with the stack.

                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                  The name associated with the stack.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

                  The unique ID of the change set.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique ID of the change set.

                  \n@param changeSetId The unique ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

                  The unique ID of the change set.

                  \n@return The unique ID of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

                  The unique ID of the change set.

                  \n@param changeSetId The unique ID of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique ID of the change set.

                  \n@param changeSetId The unique ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

                  The unique ID of the change set.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  A user-defined description associated with the stack.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                  A user-defined description associated with the stack.

                  \n@return A user-defined description associated with the stack.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                  A user-defined description associated with the stack.

                  \n@param description A user-defined description associated with the stack.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  A user-defined description associated with the stack.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

                  A list of Parameter structures.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

                  A list of Parameter structures.

                  \n@return A list of Parameter structures.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

                  A list of Parameter structures.

                  \n@param parameters A list of Parameter structures.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                  A list of Parameter structures.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

                  The time at which the stack was created.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                  The time at which the stack was created.

                  \n@return The time at which the stack was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                  The time at which the stack was created.

                  \n@param creationTime The time at which the stack was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                  The time at which the stack was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "deprecated" : false, "documentation" : "

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

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTime", "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.*/", "getterMethodName" : "getLastUpdatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTime", "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.*/", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "

                  Current status of the stack.

                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatus", "getterDocumentation" : "/**

                  Current status of the stack.

                  \n@return Current status of the stack.\n@see StackStatus*/", "getterMethodName" : "getStackStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatus", "setterDocumentation" : "/**

                  Current status of the stack.

                  \n@param stackStatus Current status of the stack.\n@see StackStatus*/", "setterMethodName" : "setStackStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "

                  Current status of the stack.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "deprecated" : false, "documentation" : "

                  Success/failure message associated with the stack status.

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackStatusReason", "getterDocumentation" : "/**

                  Success/failure message associated with the stack status.

                  \n@return Success/failure message associated with the stack status.*/", "getterMethodName" : "getStackStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatusReason", "setterDocumentation" : "/**

                  Success/failure message associated with the stack status.

                  \n@param stackStatusReason Success/failure message associated with the stack status.*/", "setterMethodName" : "setStackStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "

                  Success/failure message associated with the stack status.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "deprecated" : false, "documentation" : "

                  Boolean to enable or disable rollback on stack creation failures:

                  • true: disable rollback

                  • false: enable rollback

                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDisableRollback", "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

                    • */", "getterMethodName" : "getDisableRollback", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DisableRollback", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisableRollback", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DisableRollback", "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

                      • */", "setterMethodName" : "setDisableRollback", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "

                          Boolean to enable or disable rollback on stack creation failures:

                          • true: disable rollback

                          • false: enable rollback

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

                          SNS topic ARNs to which stack related events are published.

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

                          SNS topic ARNs to which stack related events are published.

                          \n@return SNS topic ARNs to which stack related events are published.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

                          SNS topic ARNs to which stack related events are published.

                          \n@param notificationARNs SNS topic ARNs to which stack related events are published.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

                          SNS topic ARNs to which stack related events are published.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "deprecated" : false, "documentation" : "

                          The amount of time within which stack creation should complete.

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimeoutInMinutes", "getterDocumentation" : "/**

                          The amount of time within which stack creation should complete.

                          \n@return The amount of time within which stack creation should complete.*/", "getterMethodName" : "getTimeoutInMinutes", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeoutInMinutes", "setterDocumentation" : "/**

                          The amount of time within which stack creation should complete.

                          \n@param timeoutInMinutes The amount of time within which stack creation should complete.*/", "setterMethodName" : "setTimeoutInMinutes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "

                          The amount of time within which stack creation should complete.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                          The capabilities allowed in the stack.

                          ", "enumType" : "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*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                          The capabilities allowed in the stack.

                          \n@return The capabilities allowed in the stack.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                          The capabilities allowed in the stack.

                          \n@param capabilities The capabilities allowed in the stack.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                          The capabilities allowed in the stack.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Outputs", "c2jShape" : "Outputs", "deprecated" : false, "documentation" : "

                          A list of output structures.

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputs", "getterDocumentation" : "/**

                          A list of output structures.

                          \n@return A list of output structures.*/", "getterMethodName" : "getOutputs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Outputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Outputs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Output", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Output", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Output", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Outputs", "setterDocumentation" : "/**

                          A list of output structures.

                          \n@param outputs A list of output structures.*/", "setterMethodName" : "setOutputs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "

                          A list of output structures.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          \n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                          A list of Tags that specify information about the stack.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          A list of Tags that specify information about the stack.

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

                          A list of Tags that specify information about the stack.

                          \n@return A list of Tags that specify information about the stack.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                          A list of Tags that specify information about the stack.

                          \n@param tags A list of Tags that specify information about the stack.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                          A list of Tags that specify information about 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 information about the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                          A list of Tags that specify information about the stack.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                          The capabilities allowed in the stack.

                          ", "enumType" : "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*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                          The capabilities allowed in the stack.

                          \n@return The capabilities allowed in the stack.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                          The capabilities allowed in the stack.

                          \n@param capabilities The capabilities allowed in the stack.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                          The capabilities allowed in the stack.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ChangeSetId" : { "c2jName" : "ChangeSetId", "c2jShape" : "ChangeSetId", "deprecated" : false, "documentation" : "

                          The unique ID of the change set.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The unique ID of the change set.

                          \n@param changeSetId The unique ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withChangeSetId", "getterDocumentation" : "/**

                          The unique ID of the change set.

                          \n@return The unique ID of the change set.*/", "getterMethodName" : "getChangeSetId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeSetId", "setterDocumentation" : "/**

                          The unique ID of the change set.

                          \n@param changeSetId The unique ID of the change set.*/", "setterMethodName" : "setChangeSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The unique ID of the change set.

                          \n@param changeSetId The unique ID of the change set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "changeSetId", "variableType" : "String", "documentation" : "

                          The unique ID of the change set.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

                          The time at which the stack was created.

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                          The time at which the stack was created.

                          \n@return The time at which the stack was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                          The time at which the stack was created.

                          \n@param creationTime The time at which the stack was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                          The time at which the stack was created.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                          A user-defined description associated with the stack.

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                          A user-defined description associated with the stack.

                          \n@return A user-defined description associated with the stack.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                          A user-defined description associated with the stack.

                          \n@param description A user-defined description associated with the stack.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                          A user-defined description associated with the stack.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisableRollback" : { "c2jName" : "DisableRollback", "c2jShape" : "DisableRollback", "deprecated" : false, "documentation" : "

                          Boolean to enable or disable rollback on stack creation failures:

                          • true: disable rollback

                          • false: enable rollback

                          ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDisableRollback", "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

                            • */", "getterMethodName" : "getDisableRollback", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DisableRollback", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisableRollback", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DisableRollback", "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

                              • */", "setterMethodName" : "setDisableRollback", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "disableRollback", "variableType" : "Boolean", "documentation" : "

                                  Boolean to enable or disable rollback on stack creation failures:

                                  • true: disable rollback

                                  • false: enable rollback

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "LastUpdatedTime" : { "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTime", "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.*/", "getterMethodName" : "getLastUpdatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTime", "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.*/", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NotificationARNs" : { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

                                  SNS topic ARNs to which stack related events are published.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

                                  SNS topic ARNs to which stack related events are published.

                                  \n@return SNS topic ARNs to which stack related events are published.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

                                  SNS topic ARNs to which stack related events are published.

                                  \n@param notificationARNs SNS topic ARNs to which stack related events are published.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

                                  SNS topic ARNs to which stack related events are published.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Outputs" : { "c2jName" : "Outputs", "c2jShape" : "Outputs", "deprecated" : false, "documentation" : "

                                  A list of output structures.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withOutputs", "getterDocumentation" : "/**

                                  A list of output structures.

                                  \n@return A list of output structures.*/", "getterMethodName" : "getOutputs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Outputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Outputs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Output", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Output", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Output", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Outputs", "setterDocumentation" : "/**

                                  A list of output structures.

                                  \n@param outputs A list of output structures.*/", "setterMethodName" : "setOutputs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "

                                  A list of output structures.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

                                  A list of Parameter structures.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

                                  A list of Parameter structures.

                                  \n@return A list of Parameter structures.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

                                  A list of Parameter structures.

                                  \n@param parameters A list of Parameter structures.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                  A list of Parameter structures.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  \n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, AWS CloudFormation uses this role's credentials to make calls on your behalf.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackStatus" : { "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "

                                  Current status of the stack.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatus", "getterDocumentation" : "/**

                                  Current status of the stack.

                                  \n@return Current status of the stack.\n@see StackStatus*/", "getterMethodName" : "getStackStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatus", "setterDocumentation" : "/**

                                  Current status of the stack.

                                  \n@param stackStatus Current status of the stack.\n@see StackStatus*/", "setterMethodName" : "setStackStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "

                                  Current status of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackStatusReason" : { "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the stack status.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the stack status.

                                  \n@return Success/failure message associated with the stack status.*/", "getterMethodName" : "getStackStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the stack status.

                                  \n@param stackStatusReason Success/failure message associated with the stack status.*/", "setterMethodName" : "setStackStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the stack status.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                                  A list of Tags that specify information about the stack.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A list of Tags that specify information about the stack.

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

                                  A list of Tags that specify information about the stack.

                                  \n@return A list of Tags that specify information about the stack.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  A list of Tags that specify information about the stack.

                                  \n@param tags A list of Tags that specify information about the stack.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of Tags that specify information about 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 information about the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  A list of Tags that specify information about the stack.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TimeoutInMinutes" : { "c2jName" : "TimeoutInMinutes", "c2jShape" : "TimeoutMinutes", "deprecated" : false, "documentation" : "

                                  The amount of time within which stack creation should complete.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimeoutInMinutes", "getterDocumentation" : "/**

                                  The amount of time within which stack creation should complete.

                                  \n@return The amount of time within which stack creation should complete.*/", "getterMethodName" : "getTimeoutInMinutes", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeoutInMinutes", "setterDocumentation" : "/**

                                  The amount of time within which stack creation should complete.

                                  \n@param timeoutInMinutes The amount of time within which stack creation should complete.*/", "setterMethodName" : "setTimeoutInMinutes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeoutInMinutes", "variableType" : "Integer", "documentation" : "

                                  The amount of time within which stack creation should complete.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "CreationTime", "StackStatus" ], "shapeName" : "Stack", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : null, "simpleType" : "Stack", "variableSetterType" : "Stack" }, "wrapper" : false }, "StackEvent" : { "c2jName" : "StackEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The StackEvent data type.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  The unique ID name of the instance of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  The unique ID name of the instance of the stack.

                                  \n@return The unique ID name of the instance of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  The unique ID name of the instance of the stack.

                                  \n@param stackId The unique ID name of the instance of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  The unique ID name of the instance of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventId", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

                                  The unique ID of this event.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withEventId", "getterDocumentation" : "/**

                                  The unique ID of this event.

                                  \n@return The unique ID of this event.*/", "getterMethodName" : "getEventId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventId", "setterDocumentation" : "/**

                                  The unique ID of this event.

                                  \n@param eventId The unique ID of this event.*/", "setterMethodName" : "setEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "

                                  The unique ID of this event.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with a stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with a stack.

                                  \n@return The name associated with a stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with a stack.

                                  \n@param stackName The name associated with a stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with a stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param timestamp Time the status was updated.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceProperties", "c2jShape" : "ResourceProperties", "deprecated" : false, "documentation" : "

                                  BLOB of the properties used to create the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceProperties", "getterDocumentation" : "/**

                                  BLOB of the properties used to create the resource.

                                  \n@return BLOB of the properties used to create the resource.*/", "getterMethodName" : "getResourceProperties", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceProperties", "setterDocumentation" : "/**

                                  BLOB of the properties used to create the resource.

                                  \n@param resourceProperties BLOB of the properties used to create the resource.*/", "setterMethodName" : "setResourceProperties", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceProperties", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceProperties", "variableType" : "String", "documentation" : "

                                  BLOB of the properties used to create the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventId" : { "c2jName" : "EventId", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

                                  The unique ID of this event.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withEventId", "getterDocumentation" : "/**

                                  The unique ID of this event.

                                  \n@return The unique ID of this event.*/", "getterMethodName" : "getEventId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventId", "setterDocumentation" : "/**

                                  The unique ID of this event.

                                  \n@param eventId The unique ID of this event.*/", "setterMethodName" : "setEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "

                                  The unique ID of this event.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceProperties" : { "c2jName" : "ResourceProperties", "c2jShape" : "ResourceProperties", "deprecated" : false, "documentation" : "

                                  BLOB of the properties used to create the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceProperties", "getterDocumentation" : "/**

                                  BLOB of the properties used to create the resource.

                                  \n@return BLOB of the properties used to create the resource.*/", "getterMethodName" : "getResourceProperties", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceProperties", "setterDocumentation" : "/**

                                  BLOB of the properties used to create the resource.

                                  \n@param resourceProperties BLOB of the properties used to create the resource.*/", "setterMethodName" : "setResourceProperties", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceProperties", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceProperties", "variableType" : "String", "documentation" : "

                                  BLOB of the properties used to create the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatusReason" : { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  The unique ID name of the instance of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  The unique ID name of the instance of the stack.

                                  \n@return The unique ID name of the instance of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  The unique ID name of the instance of the stack.

                                  \n@param stackId The unique ID name of the instance of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  The unique ID name of the instance of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with a stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with a stack.

                                  \n@return The name associated with a stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with a stack.

                                  \n@param stackName The name associated with a stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with a stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param timestamp Time the status was updated.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackId", "EventId", "StackName", "Timestamp" ], "shapeName" : "StackEvent", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackEvent", "variableName" : "stackEvent", "variableType" : "StackEvent", "documentation" : null, "simpleType" : "StackEvent", "variableSetterType" : "StackEvent" }, "wrapper" : false }, "StackResource" : { "c2jName" : "StackResource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The StackResource data type.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param timestamp Time the status was updated.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@return User defined description associated with the resource.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@param description User defined description associated with the resource.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@return User defined description associated with the resource.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@param description User defined description associated with the resource.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatusReason" : { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param timestamp Time the status was updated.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LogicalResourceId", "ResourceType", "Timestamp", "ResourceStatus" ], "shapeName" : "StackResource", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackResource", "variableName" : "stackResource", "variableType" : "StackResource", "documentation" : null, "simpleType" : "StackResource", "variableSetterType" : "StackResource" }, "wrapper" : false }, "StackResourceDetail" : { "c2jName" : "StackResourceDetail", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains detailed information about the specified stack resource.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getLastUpdatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTimestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param lastUpdatedTimestamp Time the status was updated.*/", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@return User defined description associated with the resource.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@param description User defined description associated with the resource.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

                                  The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The 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 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.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                  The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

                                  \n@return The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metadata", "setterDocumentation" : "/**

                                  The 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 content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The 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 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "

                                  The 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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@return User defined description associated with the resource.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the resource.

                                  \n@param description User defined description associated with the resource.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastUpdatedTimestamp" : { "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getLastUpdatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTimestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param lastUpdatedTimestamp Time the status was updated.*/", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metadata" : { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

                                  The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The 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 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.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                  The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

                                  \n@return The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Metadata", "setterDocumentation" : "/**

                                  The 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 content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The 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 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metadata", "variableType" : "String", "documentation" : "

                                  The 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" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatusReason" : { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "shapeName" : "StackResourceDetail", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackResourceDetail", "variableName" : "stackResourceDetail", "variableType" : "StackResourceDetail", "documentation" : null, "simpleType" : "StackResourceDetail", "variableSetterType" : "StackResourceDetail" }, "wrapper" : false }, "StackResourceSummary" : { "c2jName" : "StackResourceSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains high-level information about the specified stack resource.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

                                  The name or unique identifier that corresponds to a physical instance ID of the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

                                  The name or unique identifier that corresponds to a physical instance ID of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getLastUpdatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTimestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param lastUpdatedTimestamp Time the status was updated.*/", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastUpdatedTimestamp" : { "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                  Time the status was updated.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTimestamp", "getterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@return Time the status was updated.*/", "getterMethodName" : "getLastUpdatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTimestamp", "setterDocumentation" : "/**

                                  Time the status was updated.

                                  \n@param lastUpdatedTimestamp Time the status was updated.*/", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                  Time the status was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LogicalResourceId" : { "c2jName" : "LogicalResourceId", "c2jShape" : "LogicalResourceId", "deprecated" : false, "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLogicalResourceId", "getterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@return The logical name of the resource specified in the template.*/", "getterMethodName" : "getLogicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LogicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogicalResourceId", "setterDocumentation" : "/**

                                  The logical name of the resource specified in the template.

                                  \n@param logicalResourceId The logical name of the resource specified in the template.*/", "setterMethodName" : "setLogicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalResourceId", "variableType" : "String", "documentation" : "

                                  The logical name of the resource specified in the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PhysicalResourceId" : { "c2jName" : "PhysicalResourceId", "c2jShape" : "PhysicalResourceId", "deprecated" : false, "documentation" : "

                                  The name or unique identifier that corresponds to a physical instance ID of the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPhysicalResourceId", "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.*/", "getterMethodName" : "getPhysicalResourceId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PhysicalResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PhysicalResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PhysicalResourceId", "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.*/", "setterMethodName" : "setPhysicalResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "physicalResourceId", "variableType" : "String", "documentation" : "

                                  The name or unique identifier that corresponds to a physical instance ID of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatus" : { "c2jName" : "ResourceStatus", "c2jShape" : "ResourceStatus", "deprecated" : false, "documentation" : "

                                  Current status of the resource.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withResourceStatus", "getterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@return Current status of the resource.\n@see ResourceStatus*/", "getterMethodName" : "getResourceStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatus", "setterDocumentation" : "/**

                                  Current status of the resource.

                                  \n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/", "setterMethodName" : "setResourceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatus", "variableType" : "String", "documentation" : "

                                  Current status of the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceStatusReason" : { "c2jName" : "ResourceStatusReason", "c2jShape" : "ResourceStatusReason", "deprecated" : false, "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceStatusReason", "getterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@return Success/failure message associated with the resource.*/", "getterMethodName" : "getResourceStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceStatusReason", "setterDocumentation" : "/**

                                  Success/failure message associated with the resource.

                                  \n@param resourceStatusReason Success/failure message associated with the resource.*/", "setterMethodName" : "setResourceStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceStatusReason", "variableType" : "String", "documentation" : "

                                  Success/failure message associated with the resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceType", "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.)*/", "getterMethodName" : "getResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "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.)*/", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "shapeName" : "StackResourceSummary", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackResourceSummary", "variableName" : "stackResourceSummary", "variableType" : "StackResourceSummary", "documentation" : null, "simpleType" : "StackResourceSummary", "variableSetterType" : "StackResourceSummary" }, "wrapper" : false }, "StackStatus" : { "c2jName" : "StackStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" }, { "name" : "REVIEW_IN_PROGRESS", "value" : "REVIEW_IN_PROGRESS" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StackStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackStatus", "variableName" : "stackStatus", "variableType" : "StackStatus", "documentation" : null, "simpleType" : "StackStatus", "variableSetterType" : "StackStatus" }, "wrapper" : false }, "StackSummary" : { "c2jName" : "StackSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The StackSummary Data Type

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique stack identifier.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique stack identifier.

                                  \n@return Unique stack identifier.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique stack identifier.

                                  \n@param stackId Unique stack identifier.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique stack identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateDescription", "c2jShape" : "TemplateDescription", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateDescription", "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.*/", "getterMethodName" : "getTemplateDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateDescription", "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.*/", "setterMethodName" : "setTemplateDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateDescription", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

                                  The time the stack was created.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                  The time the stack was created.

                                  \n@return The time the stack was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                  The time the stack was created.

                                  \n@param creationTime The time the stack was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                  The time the stack was created.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTime", "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.*/", "getterMethodName" : "getLastUpdatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTime", "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.*/", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeletionTime", "c2jShape" : "DeletionTime", "deprecated" : false, "documentation" : "

                                  The time the stack was deleted.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDeletionTime", "getterDocumentation" : "/**

                                  The time the stack was deleted.

                                  \n@return The time the stack was deleted.*/", "getterMethodName" : "getDeletionTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeletionTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeletionTime", "setterDocumentation" : "/**

                                  The time the stack was deleted.

                                  \n@param deletionTime The time the stack was deleted.*/", "setterMethodName" : "setDeletionTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "deletionTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "deletionTime", "variableType" : "java.util.Date", "documentation" : "

                                  The time the stack was deleted.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "

                                  The current status of the stack.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatus", "getterDocumentation" : "/**

                                  The current status of the stack.

                                  \n@return The current status of the stack.\n@see StackStatus*/", "getterMethodName" : "getStackStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatus", "setterDocumentation" : "/**

                                  The current status of the stack.

                                  \n@param stackStatus The current status of the stack.\n@see StackStatus*/", "setterMethodName" : "setStackStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "

                                  The current status of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "deprecated" : false, "documentation" : "

                                  Success/Failure message associated with the stack status.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackStatusReason", "getterDocumentation" : "/**

                                  Success/Failure message associated with the stack status.

                                  \n@return Success/Failure message associated with the stack status.*/", "getterMethodName" : "getStackStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatusReason", "setterDocumentation" : "/**

                                  Success/Failure message associated with the stack status.

                                  \n@param stackStatusReason Success/Failure message associated with the stack status.*/", "setterMethodName" : "setStackStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "

                                  Success/Failure message associated with the stack status.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "c2jName" : "CreationTime", "c2jShape" : "CreationTime", "deprecated" : false, "documentation" : "

                                  The time the stack was created.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCreationTime", "getterDocumentation" : "/**

                                  The time the stack was created.

                                  \n@return The time the stack was created.*/", "getterMethodName" : "getCreationTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationTime", "setterDocumentation" : "/**

                                  The time the stack was created.

                                  \n@param creationTime The time the stack was created.*/", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationTime", "variableType" : "java.util.Date", "documentation" : "

                                  The time the stack was created.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "DeletionTime" : { "c2jName" : "DeletionTime", "c2jShape" : "DeletionTime", "deprecated" : false, "documentation" : "

                                  The time the stack was deleted.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDeletionTime", "getterDocumentation" : "/**

                                  The time the stack was deleted.

                                  \n@return The time the stack was deleted.*/", "getterMethodName" : "getDeletionTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeletionTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeletionTime", "setterDocumentation" : "/**

                                  The time the stack was deleted.

                                  \n@param deletionTime The time the stack was deleted.*/", "setterMethodName" : "setDeletionTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "deletionTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "deletionTime", "variableType" : "java.util.Date", "documentation" : "

                                  The time the stack was deleted.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastUpdatedTime" : { "c2jName" : "LastUpdatedTime", "c2jShape" : "LastUpdatedTime", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastUpdatedTime", "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.*/", "getterMethodName" : "getLastUpdatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastUpdatedTime", "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.*/", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastUpdatedTime", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique stack identifier.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique stack identifier.

                                  \n@return Unique stack identifier.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique stack identifier.

                                  \n@param stackId Unique stack identifier.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique stack identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name associated with the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@return The name associated with the stack.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "setterDocumentation" : "/**

                                  The name associated with the stack.

                                  \n@param stackName The name associated with the stack.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name associated with the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackStatus" : { "c2jName" : "StackStatus", "c2jShape" : "StackStatus", "deprecated" : false, "documentation" : "

                                  The current status of the stack.

                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withStackStatus", "getterDocumentation" : "/**

                                  The current status of the stack.

                                  \n@return The current status of the stack.\n@see StackStatus*/", "getterMethodName" : "getStackStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatus", "setterDocumentation" : "/**

                                  The current status of the stack.

                                  \n@param stackStatus The current status of the stack.\n@see StackStatus*/", "setterMethodName" : "setStackStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatus", "variableType" : "String", "documentation" : "

                                  The current status of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackStatusReason" : { "c2jName" : "StackStatusReason", "c2jShape" : "StackStatusReason", "deprecated" : false, "documentation" : "

                                  Success/Failure message associated with the stack status.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackStatusReason", "getterDocumentation" : "/**

                                  Success/Failure message associated with the stack status.

                                  \n@return Success/Failure message associated with the stack status.*/", "getterMethodName" : "getStackStatusReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackStatusReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackStatusReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackStatusReason", "setterDocumentation" : "/**

                                  Success/Failure message associated with the stack status.

                                  \n@param stackStatusReason Success/Failure message associated with the stack status.*/", "setterMethodName" : "setStackStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackStatusReason", "variableType" : "String", "documentation" : "

                                  Success/Failure message associated with the stack status.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TemplateDescription" : { "c2jName" : "TemplateDescription", "c2jShape" : "TemplateDescription", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateDescription", "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.*/", "getterMethodName" : "getTemplateDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateDescription", "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.*/", "setterMethodName" : "setTemplateDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateDescription", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "CreationTime", "StackStatus" ], "shapeName" : "StackSummary", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StackSummary", "variableName" : "stackSummary", "variableType" : "StackSummary", "documentation" : null, "simpleType" : "StackSummary", "variableSetterType" : "StackSummary" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation stack.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "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:.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withKey", "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:.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "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:.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

                                  ", "enumType" : null, "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "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:.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withKey", "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:.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "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:.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

                                  ", "enumType" : null, "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TemplateParameter" : { "c2jName" : "TemplateParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The TemplateParameter data type.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "documentation" : "

                                  The name associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "getterDocumentation" : "/**

                                  The name associated with the parameter.

                                  \n@return The name associated with the parameter.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "setterDocumentation" : "/**

                                  The name associated with the parameter.

                                  \n@param parameterKey The name associated with the parameter.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "

                                  The name associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

                                  The default value associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

                                  The default value associated with the parameter.

                                  \n@return The default value associated with the parameter.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

                                  The default value associated with the parameter.

                                  \n@param defaultValue The default value associated with the parameter.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

                                  The default value associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "deprecated" : false, "documentation" : "

                                  Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNoEcho", "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.*/", "getterMethodName" : "getNoEcho", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoEcho", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoEcho", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoEcho", "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.*/", "setterMethodName" : "setNoEcho", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "

                                  Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the parameter.

                                  \n@return User defined description associated with the parameter.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the parameter.

                                  \n@param description User defined description associated with the parameter.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "ParameterValue", "deprecated" : false, "documentation" : "

                                  The default value associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

                                  The default value associated with the parameter.

                                  \n@return The default value associated with the parameter.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

                                  The default value associated with the parameter.

                                  \n@param defaultValue The default value associated with the parameter.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

                                  The default value associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  User defined description associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  User defined description associated with the parameter.

                                  \n@return User defined description associated with the parameter.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  User defined description associated with the parameter.

                                  \n@param description User defined description associated with the parameter.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  User defined description associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NoEcho" : { "c2jName" : "NoEcho", "c2jShape" : "NoEcho", "deprecated" : false, "documentation" : "

                                  Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withNoEcho", "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.*/", "getterMethodName" : "getNoEcho", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NoEcho", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NoEcho", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NoEcho", "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.*/", "setterMethodName" : "setNoEcho", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "noEcho", "variableType" : "Boolean", "documentation" : "

                                  Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ParameterKey" : { "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "deprecated" : false, "documentation" : "

                                  The name associated with the parameter.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameterKey", "getterDocumentation" : "/**

                                  The name associated with the parameter.

                                  \n@return The name associated with the parameter.*/", "getterMethodName" : "getParameterKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ParameterKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ParameterKey", "setterDocumentation" : "/**

                                  The name associated with the parameter.

                                  \n@param parameterKey The name associated with the parameter.*/", "setterMethodName" : "setParameterKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterKey", "variableType" : "String", "documentation" : "

                                  The name associated with the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TemplateParameter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TemplateParameter", "variableName" : "templateParameter", "variableType" : "TemplateParameter", "documentation" : null, "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "wrapper" : false }, "TemplateStage" : { "c2jName" : "TemplateStage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Original", "value" : "Original" }, { "name" : "Processed", "value" : "Processed" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TemplateStage", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TemplateStage", "variableName" : "templateStage", "variableType" : "TemplateStage", "documentation" : null, "simpleType" : "TemplateStage", "variableSetterType" : "TemplateStage" }, "wrapper" : false }, "UpdateStackRequest" : { "c2jName" : "UpdateStackInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The input for an UpdateStack action.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateStack", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name or unique stack ID of the stack to update.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name or unique stack ID of the stack to update.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "deprecated" : false, "documentation" : "

                                  Reuse the existing template that is associated with the stack that you are updating.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUsePreviousTemplate", "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.*/", "getterMethodName" : "getUsePreviousTemplate", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousTemplate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousTemplate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousTemplate", "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.*/", "setterMethodName" : "setUsePreviousTemplate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "

                                  Reuse the existing template that is associated with the stack that you are updating.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyDuringUpdateBody", "c2jShape" : "StackPolicyDuringUpdateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyDuringUpdateBody", "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.*/", "getterMethodName" : "getStackPolicyDuringUpdateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyDuringUpdateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyDuringUpdateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyDuringUpdateBody", "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.*/", "setterMethodName" : "setStackPolicyDuringUpdateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyDuringUpdateURL", "c2jShape" : "StackPolicyDuringUpdateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyDuringUpdateURL", "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.*/", "getterMethodName" : "getStackPolicyDuringUpdateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyDuringUpdateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyDuringUpdateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyDuringUpdateURL", "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.*/", "setterMethodName" : "setStackPolicyDuringUpdateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

                                  A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \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 values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceTypes", "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.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "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.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyURL", "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.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "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.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@param notificationARNs Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@return Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@param notificationARNs Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \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 Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@return A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \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 values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                                  A list of values that you must specify before AWS CloudFormation can update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

                                  The only valid values are CAPABILITY_IAM and CAPABILITY_NAMED_IAM. The following resources require you to specify this parameter: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

                                  If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NotificationARNs" : { "c2jName" : "NotificationARNs", "c2jShape" : "NotificationARNs", "deprecated" : false, "documentation" : "

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@param notificationARNs Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationARNs", "getterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@return Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.*/", "getterMethodName" : "getNotificationARNs", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NotificationARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NotificationARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NotificationARNs", "setterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \n@param notificationARNs Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.*/", "setterMethodName" : "setNotificationARNs", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  \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 Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "notificationARNs", "variableType" : "java.util.List", "documentation" : "

                                  Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "Parameters", "deprecated" : false, "documentation" : "

                                  A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "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.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Parameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "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.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "ResourceTypes" : { "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withResourceTypes", "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.*/", "getterMethodName" : "getResourceTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTypes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTypes", "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.*/", "setterMethodName" : "setResourceTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTypes", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRoleARN", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@return The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "getterMethodName" : "getRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RoleARN", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.*/", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  \n@param roleARN The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

                                  If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "StackName", "deprecated" : false, "documentation" : "

                                  The name or unique stack ID of the stack to update.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackName", "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.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackName", "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.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

                                  The name or unique stack ID of the stack to update.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackPolicyBody" : { "c2jName" : "StackPolicyBody", "c2jShape" : "StackPolicyBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyBody", "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.*/", "getterMethodName" : "getStackPolicyBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyBody", "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.*/", "setterMethodName" : "setStackPolicyBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackPolicyDuringUpdateBody" : { "c2jName" : "StackPolicyDuringUpdateBody", "c2jShape" : "StackPolicyDuringUpdateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyDuringUpdateBody", "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.*/", "getterMethodName" : "getStackPolicyDuringUpdateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyDuringUpdateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyDuringUpdateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyDuringUpdateBody", "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.*/", "setterMethodName" : "setStackPolicyDuringUpdateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackPolicyDuringUpdateURL" : { "c2jName" : "StackPolicyDuringUpdateURL", "c2jShape" : "StackPolicyDuringUpdateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyDuringUpdateURL", "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.*/", "getterMethodName" : "getStackPolicyDuringUpdateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyDuringUpdateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyDuringUpdateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyDuringUpdateURL", "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.*/", "setterMethodName" : "setStackPolicyDuringUpdateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyDuringUpdateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StackPolicyURL" : { "c2jName" : "StackPolicyURL", "c2jShape" : "StackPolicyURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackPolicyURL", "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.*/", "getterMethodName" : "getStackPolicyURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackPolicyURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackPolicyURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackPolicyURL", "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.*/", "setterMethodName" : "setStackPolicyURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackPolicyURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@return Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \n@param tags Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  \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 Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags.

                                  If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "UsePreviousTemplate" : { "c2jName" : "UsePreviousTemplate", "c2jShape" : "UsePreviousTemplate", "deprecated" : false, "documentation" : "

                                  Reuse the existing template that is associated with the stack that you are updating.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withUsePreviousTemplate", "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.*/", "getterMethodName" : "getUsePreviousTemplate", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UsePreviousTemplate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UsePreviousTemplate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UsePreviousTemplate", "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.*/", "setterMethodName" : "setUsePreviousTemplate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "usePreviousTemplate", "variableType" : "Boolean", "documentation" : "

                                  Reuse the existing template that is associated with the stack that you are updating.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "UpdateStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateStackRequest", "variableName" : "updateStackRequest", "variableType" : "UpdateStackRequest", "documentation" : null, "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "wrapper" : false }, "UpdateStackResult" : { "c2jName" : "UpdateStackOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The output for an UpdateStack action.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StackId" : { "c2jName" : "StackId", "c2jShape" : "StackId", "deprecated" : false, "documentation" : "

                                  Unique identifier of the stack.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStackId", "getterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@return Unique identifier of the stack.*/", "getterMethodName" : "getStackId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StackId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StackId", "setterDocumentation" : "/**

                                  Unique identifier of the stack.

                                  \n@param stackId Unique identifier of the stack.*/", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

                                  Unique identifier of the stack.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateStackResult" }, "variable" : { "variableDeclarationType" : "UpdateStackResult", "variableName" : "updateStackResult", "variableType" : "UpdateStackResult", "documentation" : null, "simpleType" : "UpdateStackResult", "variableSetterType" : "UpdateStackResult" }, "wrapper" : false }, "ValidateTemplateRequest" : { "c2jName" : "ValidateTemplateInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The input for ValidateTemplate action.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ValidateTemplate", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateBody" : { "c2jName" : "TemplateBody", "c2jShape" : "TemplateBody", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateBody", "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.*/", "getterMethodName" : "getTemplateBody", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateBody", "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.*/", "setterMethodName" : "setTemplateBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateBody", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TemplateURL" : { "c2jName" : "TemplateURL", "c2jShape" : "TemplateURL", "deprecated" : false, "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.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withTemplateURL", "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.*/", "getterMethodName" : "getTemplateURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TemplateURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateURL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TemplateURL", "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.*/", "setterMethodName" : "setTemplateURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "templateURL", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidateTemplateRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidateTemplateRequest", "variableName" : "validateTemplateRequest", "variableType" : "ValidateTemplateRequest", "documentation" : null, "simpleType" : "ValidateTemplateRequest", "variableSetterType" : "ValidateTemplateRequest" }, "wrapper" : false }, "ValidateTemplateResult" : { "c2jName" : "ValidateTemplateOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The output for ValidateTemplate action.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Parameters", "c2jShape" : "TemplateParameters", "deprecated" : false, "documentation" : "

                                  A list of TemplateParameter structures.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

                                  A list of TemplateParameter structures.

                                  \n@return A list of TemplateParameter structures.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TemplateParameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "TemplateParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TemplateParameter", "variableName" : "member", "variableType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TemplateParameter", "variableName" : "member", "variableType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TemplateParameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TemplateParameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

                                  A list of TemplateParameter structures.

                                  \n@param parameters A list of TemplateParameter structures.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                  A list of TemplateParameter structures.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  The description found within the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  The description found within the template.

                                  \n@return The description found within the template.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  The description found within the template.

                                  \n@param description The description found within the template.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  The description found within the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \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. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CapabilitiesReason", "c2jShape" : "CapabilitiesReason", "deprecated" : false, "documentation" : "

                                  The list of resources that generated the values in the Capabilities response element.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCapabilitiesReason", "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.*/", "getterMethodName" : "getCapabilitiesReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapabilitiesReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapabilitiesReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapabilitiesReason", "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.*/", "setterMethodName" : "setCapabilitiesReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "

                                  The list of resources that generated the values in the Capabilities response element.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeclaredTransforms", "c2jShape" : "TransformsList", "deprecated" : false, "documentation" : "

                                  A list of the transforms that are declared in the template.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeclaredTransforms", "getterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@return A list of the transforms that are declared in the template.*/", "getterMethodName" : "getDeclaredTransforms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeclaredTransforms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeclaredTransforms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TransformName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DeclaredTransforms", "setterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.*/", "setterMethodName" : "setDeclaredTransforms", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n

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

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "

                                  A list of the transforms that are declared in the template.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capabilities" : { "c2jName" : "Capabilities", "c2jShape" : "Capabilities", "deprecated" : false, "documentation" : "

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "enumType" : "Capability", "fluentSetterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withCapabilities", "getterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@return The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "getterMethodName" : "getCapabilities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capabilities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capabilities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Capability", "deprecated" : false, "documentation" : "", "enumType" : "Capability", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see Capability*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see Capability*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Capabilities", "setterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \n@param capabilities The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@see Capability*/", "setterMethodName" : "setCapabilities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  \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. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "capabilities", "variableType" : "java.util.List", "documentation" : "

                                  The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

                                  For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CapabilitiesReason" : { "c2jName" : "CapabilitiesReason", "c2jShape" : "CapabilitiesReason", "deprecated" : false, "documentation" : "

                                  The list of resources that generated the values in the Capabilities response element.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withCapabilitiesReason", "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.*/", "getterMethodName" : "getCapabilitiesReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapabilitiesReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapabilitiesReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapabilitiesReason", "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.*/", "setterMethodName" : "setCapabilitiesReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capabilitiesReason", "variableType" : "String", "documentation" : "

                                  The list of resources that generated the values in the Capabilities response element.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DeclaredTransforms" : { "c2jName" : "DeclaredTransforms", "c2jShape" : "TransformsList", "deprecated" : false, "documentation" : "

                                  A list of the transforms that are declared in the template.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeclaredTransforms", "getterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@return A list of the transforms that are declared in the template.*/", "getterMethodName" : "getDeclaredTransforms", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeclaredTransforms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeclaredTransforms", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TransformName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DeclaredTransforms", "setterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.*/", "setterMethodName" : "setDeclaredTransforms", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of the transforms that are declared in the template.

                                  \n

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

                                  \n@param declaredTransforms A list of the transforms that are declared in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "declaredTransforms", "variableType" : "java.util.List", "documentation" : "

                                  A list of the transforms that are declared in the template.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  The description found within the template.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

                                  The description found within the template.

                                  \n@return The description found within the template.*/", "getterMethodName" : "getDescription", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  The description found within the template.

                                  \n@param description The description found within the template.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  The description found within the template.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parameters" : { "c2jName" : "Parameters", "c2jShape" : "TemplateParameters", "deprecated" : false, "documentation" : "

                                  A list of TemplateParameter structures.

                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withParameters", "getterDocumentation" : "/**

                                  A list of TemplateParameter structures.

                                  \n@return A list of TemplateParameter structures.*/", "getterMethodName" : "getParameters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TemplateParameter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "TemplateParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TemplateParameter", "variableName" : "member", "variableType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TemplateParameter", "variableName" : "member", "variableType" : "TemplateParameter", "documentation" : "", "simpleType" : "TemplateParameter", "variableSetterType" : "TemplateParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TemplateParameter", "map" : false, "marshallNonAutoConstructedEmptyLists" : true, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TemplateParameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Parameters", "setterDocumentation" : "/**

                                  A list of TemplateParameter structures.

                                  \n@param parameters A list of TemplateParameter structures.*/", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                  A list of TemplateParameter structures.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidateTemplateResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ValidateTemplateResult" }, "variable" : { "variableDeclarationType" : "ValidateTemplateResult", "variableName" : "validateTemplateResult", "variableType" : "ValidateTemplateResult", "documentation" : null, "simpleType" : "ValidateTemplateResult", "variableSetterType" : "ValidateTemplateResult" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { "CancelUpdateStack" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example cancels an update of the specified stack.", "id" : "to-cancel-a-stack-update-that-is-in-progress-1472747085196", "input" : { "StackName" : "MyStack" }, "output" : null, "title" : "To cancel a stack update in progress" } ], "UpdateStack" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example updates the template and input parameters for the specified stack.", "id" : "to-update-an-aws-cloudformation-stack-1472841931621", "input" : { "StackName" : "MyStack", "TemplateURL" : "https://s3.amazonaws.com/example/updated.template", "Parameters" : [ { "ParameterKey" : "KeyPairName", "ParameterValue" : "ExampleKeyPair" }, { "ParameterKey" : "SubnetIDs", "ParameterValue" : "ExampleSubnetID1, ExampleSubnetID2" } ], "ResourceTypes" : [ ], "NotificationARNs" : [ ], "Tags" : [ ] }, "output" : { "StackId" : "" }, "title" : "To update an AWS CloudFormation stack" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example updates only the the specified parameter value for the specified stack. If you don't specify a parameter value, AWS CloudFormation uses the default value from the template.", "id" : "to-update-an-aws-cloudformation-stack-1472841931621", "input" : { "StackName" : "MyStack", "TemplateURL" : "https://s3.amazonaws.com/example/updated.template", "Parameters" : [ { "ParameterKey" : "KeyPairName", "UsePreviousValue" : true }, { "ParameterKey" : "SubnetIDs", "ParameterValue" : "SampleSubnetID1, UpdatedSampleSubnetID2" } ], "ResourceTypes" : [ ], "NotificationARNs" : [ ], "Tags" : [ ] }, "output" : { "StackId" : "" }, "title" : "To update an AWS CloudFormation stack" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds two stack notification topics to the specified stack.", "id" : "to-update-an-aws-cloudformation-stack-1472841931621", "input" : { "StackName" : "MyStack", "TemplateURL" : "https://s3.amazonaws.com/example/updated.template", "UsePreviousTemplate" : true, "Parameters" : [ ], "Capabilities" : [ ], "ResourceTypes" : [ ], "NotificationARNs" : [ "arn:aws:sns:use-east-1:123456789012:mytopic1", "arn:aws:sns:us-east-1:123456789012:mytopic2" ], "Tags" : [ ] }, "output" : { "StackId" : "" }, "title" : "To update an AWS CloudFormation stack" } ], "ValidateTemplate" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example validates the specified template.", "id" : "to-validate-an-aws-cloudformation-template-1472839072307", "input" : { "TemplateBody" : "MyTemplate.json" }, "output" : { "Parameters" : [ ], "Description" : "AWS CloudFormation Example Template S3_Bucket: An example template that shows how to create a publicly-accessible S3 bucket. IMPORTANT: This template creates an S3 bucket. You will be billed for the AWS resources used if you create a stack from this template.", "Capabilities" : [ ], "CapabilitiesReason" : "" }, "title" : "To validate an AWS CloudFormation template" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonCloudFormationException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.cloudformation.model.AmazonCloudFormationException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.cloudformation.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy