Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
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
{
"metadata" : {
"apiVersion" : "2010-05-15",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "AWS CloudFormation AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure.
With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.
For more information about this product, go to the CloudFormation Product Page .
Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at http://aws.amazon.com/documentation/ .
",
"defaultEndpoint" : "https://cloudformation.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "cloudformation.us-east-1.amazonaws.com",
"syncInterface" : "AmazonCloudFormation",
"syncClient" : "AmazonCloudFormationClient",
"asyncInterface" : "AmazonCloudFormationAsync",
"asyncClient" : "AmazonCloudFormationAsyncClient",
"packageName" : "com.amazonaws.services.cloudformation",
"packagePath" : "com/amazonaws/services/cloudformation",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS CloudFormation",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"endpointPrefix" : "cloudformation",
"signingName" : "cloudformation",
"serviceName" : "AWS CloudFormation",
"jsonProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
},
"operations" : {
"CancelUpdateStack" : {
"documentation" : "Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state. ",
"operationName" : "CancelUpdateStack",
"deprecated" : false,
"input" : {
"variableName" : "cancelUpdateStackRequest",
"variableType" : "CancelUpdateStackRequest",
"variableDeclarationType" : "CancelUpdateStackRequest",
"documentation" : "The input for the CancelUpdateStack action.
",
"simpleType" : "CancelUpdateStackRequest",
"variableSetterType" : "CancelUpdateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state. \n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.*/",
"asyncDocumentation" : "/**Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state. \n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.*/",
"asyncDocumentationWithHandler" : "/**Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state. \n@param cancelUpdateStackRequest The input for the CancelUpdateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "cancelUpdateStack"
},
"CreateStack" : {
"documentation" : "Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.
",
"operationName" : "CreateStack",
"deprecated" : false,
"input" : {
"variableName" : "createStackRequest",
"variableType" : "CreateStackRequest",
"variableDeclarationType" : "CreateStackRequest",
"documentation" : "The input for CreateStack action.
",
"simpleType" : "CreateStackRequest",
"variableSetterType" : "CreateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateStackResult",
"documentation" : "The output for a CreateStack action.
"
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Quota for the resource has already been reached.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Resource with the name requested already exists.
"
}, {
"exceptionName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.
\n@param createStackRequest The input for CreateStack action.\n@return Result of the CreateStack operation returned by the service.\n@throws LimitExceededException Quota for the resource has already been reached.\n@throws AlreadyExistsException Resource with the name requested already exists.\n@throws InsufficientCapabilitiesException The template contains resources with capabilities that were not specified in the Capabilities parameter.*/",
"asyncDocumentation" : "/**Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.
\n@param createStackRequest The input for CreateStack action.\n@return A Java Future containing the result of the CreateStack operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the DescribeStacks API.
\n@param createStackRequest The input for CreateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the CreateStack operation returned by the service.*/",
"syncReturnType" : "CreateStackResult",
"asyncReturnType" : "CreateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createStack"
},
"DeleteStack" : {
"documentation" : "Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
",
"operationName" : "DeleteStack",
"deprecated" : false,
"input" : {
"variableName" : "deleteStackRequest",
"variableType" : "DeleteStackRequest",
"variableDeclarationType" : "DeleteStackRequest",
"documentation" : "The input for DeleteStack action.
",
"simpleType" : "DeleteStackRequest",
"variableSetterType" : "DeleteStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
\n@param deleteStackRequest The input for DeleteStack action.*/",
"asyncDocumentation" : "/**Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
\n@param deleteStackRequest The input for DeleteStack action.*/",
"asyncDocumentationWithHandler" : "/**Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
\n@param deleteStackRequest The input for DeleteStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteStack"
},
"DescribeAccountLimits" : {
"documentation" : "Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
",
"operationName" : "DescribeAccountLimits",
"deprecated" : false,
"input" : {
"variableName" : "describeAccountLimitsRequest",
"variableType" : "DescribeAccountLimitsRequest",
"variableDeclarationType" : "DescribeAccountLimitsRequest",
"documentation" : "The input for the DescribeAccountLimits action.
",
"simpleType" : "DescribeAccountLimitsRequest",
"variableSetterType" : "DescribeAccountLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAccountLimitsResult",
"documentation" : "The output for the DescribeAccountLimits action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@return Result of the DescribeAccountLimits operation returned by the service.*/",
"asyncDocumentation" : "/**Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@return A Java Future containing the result of the DescribeAccountLimits operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
\n@param describeAccountLimitsRequest The input for the DescribeAccountLimits action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeAccountLimits operation returned by the service.*/",
"syncReturnType" : "DescribeAccountLimitsResult",
"asyncReturnType" : "DescribeAccountLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAccountLimits"
},
"DescribeStackEvents" : {
"documentation" : "Returns all stack related events for a specified stack. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID). ",
"operationName" : "DescribeStackEvents",
"deprecated" : false,
"input" : {
"variableName" : "describeStackEventsRequest",
"variableType" : "DescribeStackEventsRequest",
"variableDeclarationType" : "DescribeStackEventsRequest",
"documentation" : "The input for DescribeStackEvents action.
",
"simpleType" : "DescribeStackEventsRequest",
"variableSetterType" : "DescribeStackEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackEventsResult",
"documentation" : "The output for a DescribeStackEvents action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns all stack related events for a specified stack. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID). \n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@return Result of the DescribeStackEvents operation returned by the service.*/",
"asyncDocumentation" : "/**Returns all stack related events for a specified stack. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID). \n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@return A Java Future containing the result of the DescribeStackEvents operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns all stack related events for a specified stack. For more information about a stack's event history, go to Stacks in the AWS CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID). \n@param describeStackEventsRequest The input for DescribeStackEvents action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackEvents operation returned by the service.*/",
"syncReturnType" : "DescribeStackEventsResult",
"asyncReturnType" : "DescribeStackEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeStackEvents"
},
"DescribeStackResource" : {
"documentation" : "Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
",
"operationName" : "DescribeStackResource",
"deprecated" : false,
"input" : {
"variableName" : "describeStackResourceRequest",
"variableType" : "DescribeStackResourceRequest",
"variableDeclarationType" : "DescribeStackResourceRequest",
"documentation" : "The input for DescribeStackResource action.
",
"simpleType" : "DescribeStackResourceRequest",
"variableSetterType" : "DescribeStackResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackResourceResult",
"documentation" : "The output for a DescribeStackResource action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@return Result of the DescribeStackResource operation returned by the service.*/",
"asyncDocumentation" : "/**Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@return A Java Future containing the result of the DescribeStackResource operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
\n@param describeStackResourceRequest The input for DescribeStackResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackResource operation returned by the service.*/",
"syncReturnType" : "DescribeStackResourceResult",
"asyncReturnType" : "DescribeStackResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeStackResource"
},
"DescribeStackResources" : {
"documentation" : "Returns AWS resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources
instead. For deleted stacks, DescribeStackResources
returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName
or PhysicalResourceId
, but not both. In addition, you can specify LogicalResourceId
to filter the returned result. For more information about resources, the LogicalResourceId
and PhysicalResourceId
, go to the AWS CloudFormation User Guide .
A ValidationError
is returned if you specify both StackName
and PhysicalResourceId
in the same request. ",
"operationName" : "DescribeStackResources",
"deprecated" : false,
"input" : {
"variableName" : "describeStackResourcesRequest",
"variableType" : "DescribeStackResourcesRequest",
"variableDeclarationType" : "DescribeStackResourcesRequest",
"documentation" : "The input for DescribeStackResources action.
",
"simpleType" : "DescribeStackResourcesRequest",
"variableSetterType" : "DescribeStackResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStackResourcesResult",
"documentation" : "The output for a DescribeStackResources action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns AWS resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources
instead. For deleted stacks, DescribeStackResources
returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName
or PhysicalResourceId
, but not both. In addition, you can specify LogicalResourceId
to filter the returned result. For more information about resources, the LogicalResourceId
and PhysicalResourceId
, go to the AWS CloudFormation User Guide .
A ValidationError
is returned if you specify both StackName
and PhysicalResourceId
in the same request. \n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@return Result of the DescribeStackResources operation returned by the service.*/",
"asyncDocumentation" : "/**Returns AWS resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources
instead. For deleted stacks, DescribeStackResources
returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName
or PhysicalResourceId
, but not both. In addition, you can specify LogicalResourceId
to filter the returned result. For more information about resources, the LogicalResourceId
and PhysicalResourceId
, go to the AWS CloudFormation User Guide .
A ValidationError
is returned if you specify both StackName
and PhysicalResourceId
in the same request. \n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@return A Java Future containing the result of the DescribeStackResources operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns AWS resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources
instead. For deleted stacks, DescribeStackResources
returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName
or PhysicalResourceId
, but not both. In addition, you can specify LogicalResourceId
to filter the returned result. For more information about resources, the LogicalResourceId
and PhysicalResourceId
, go to the AWS CloudFormation User Guide .
A ValidationError
is returned if you specify both StackName
and PhysicalResourceId
in the same request. \n@param describeStackResourcesRequest The input for DescribeStackResources action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStackResources operation returned by the service.*/",
"syncReturnType" : "DescribeStackResourcesResult",
"asyncReturnType" : "DescribeStackResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeStackResources"
},
"DescribeStacks" : {
"documentation" : "Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
",
"operationName" : "DescribeStacks",
"deprecated" : false,
"input" : {
"variableName" : "describeStacksRequest",
"variableType" : "DescribeStacksRequest",
"variableDeclarationType" : "DescribeStacksRequest",
"documentation" : "The input for DescribeStacks action.
",
"simpleType" : "DescribeStacksRequest",
"variableSetterType" : "DescribeStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeStacksResult",
"documentation" : "The output for a DescribeStacks action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
\n@param describeStacksRequest The input for DescribeStacks action.\n@return Result of the DescribeStacks operation returned by the service.*/",
"asyncDocumentation" : "/**Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
\n@param describeStacksRequest The input for DescribeStacks action.\n@return A Java Future containing the result of the DescribeStacks operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
\n@param describeStacksRequest The input for DescribeStacks action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the DescribeStacks operation returned by the service.*/",
"syncReturnType" : "DescribeStacksResult",
"asyncReturnType" : "DescribeStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeStacks"
},
"EstimateTemplateCost" : {
"documentation" : "Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"operationName" : "EstimateTemplateCost",
"deprecated" : false,
"input" : {
"variableName" : "estimateTemplateCostRequest",
"variableType" : "EstimateTemplateCostRequest",
"variableDeclarationType" : "EstimateTemplateCostRequest",
"documentation" : "",
"simpleType" : "EstimateTemplateCostRequest",
"variableSetterType" : "EstimateTemplateCostRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EstimateTemplateCostResult",
"documentation" : "The output for a EstimateTemplateCost action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param estimateTemplateCostRequest \n@return Result of the EstimateTemplateCost operation returned by the service.*/",
"asyncDocumentation" : "/**Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param estimateTemplateCostRequest \n@return A Java Future containing the result of the EstimateTemplateCost operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param estimateTemplateCostRequest \n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the EstimateTemplateCost operation returned by the service.*/",
"syncReturnType" : "EstimateTemplateCostResult",
"asyncReturnType" : "EstimateTemplateCostResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "estimateTemplateCost"
},
"GetStackPolicy" : {
"documentation" : "Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
",
"operationName" : "GetStackPolicy",
"deprecated" : false,
"input" : {
"variableName" : "getStackPolicyRequest",
"variableType" : "GetStackPolicyRequest",
"variableDeclarationType" : "GetStackPolicyRequest",
"documentation" : "The input for the GetStackPolicy action.
",
"simpleType" : "GetStackPolicyRequest",
"variableSetterType" : "GetStackPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetStackPolicyResult",
"documentation" : "The output for the GetStackPolicy action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@return Result of the GetStackPolicy operation returned by the service.*/",
"asyncDocumentation" : "/**Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@return A Java Future containing the result of the GetStackPolicy operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
\n@param getStackPolicyRequest The input for the GetStackPolicy action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetStackPolicy operation returned by the service.*/",
"syncReturnType" : "GetStackPolicyResult",
"asyncReturnType" : "GetStackPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getStackPolicy"
},
"GetTemplate" : {
"documentation" : "Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
If the template does not exist, a ValidationError
is returned. ",
"operationName" : "GetTemplate",
"deprecated" : false,
"input" : {
"variableName" : "getTemplateRequest",
"variableType" : "GetTemplateRequest",
"variableDeclarationType" : "GetTemplateRequest",
"documentation" : "The input for a GetTemplate action.
",
"simpleType" : "GetTemplateRequest",
"variableSetterType" : "GetTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTemplateResult",
"documentation" : "The output for GetTemplate action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
If the template does not exist, a ValidationError
is returned. \n@param getTemplateRequest The input for a GetTemplate action.\n@return Result of the GetTemplate operation returned by the service.*/",
"asyncDocumentation" : "/**Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
If the template does not exist, a ValidationError
is returned. \n@param getTemplateRequest The input for a GetTemplate action.\n@return A Java Future containing the result of the GetTemplate operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
If the template does not exist, a ValidationError
is returned. \n@param getTemplateRequest The input for a GetTemplate action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetTemplate operation returned by the service.*/",
"syncReturnType" : "GetTemplateResult",
"asyncReturnType" : "GetTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTemplate"
},
"GetTemplateSummary" : {
"documentation" : "Returns information about a new or existing template. The GetTemplateSummary
action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.
You can use the GetTemplateSummary
action when you submit a template, or you can get template information for a running or deleted stack.
For deleted stacks, GetTemplateSummary
returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError
is returned.
",
"operationName" : "GetTemplateSummary",
"deprecated" : false,
"input" : {
"variableName" : "getTemplateSummaryRequest",
"variableType" : "GetTemplateSummaryRequest",
"variableDeclarationType" : "GetTemplateSummaryRequest",
"documentation" : "The input for the GetTemplateSummary action.
",
"simpleType" : "GetTemplateSummaryRequest",
"variableSetterType" : "GetTemplateSummaryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTemplateSummaryResult",
"documentation" : "The output for the GetTemplateSummary action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns information about a new or existing template. The GetTemplateSummary
action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.
You can use the GetTemplateSummary
action when you submit a template, or you can get template information for a running or deleted stack.
For deleted stacks, GetTemplateSummary
returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError
is returned.
\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@return Result of the GetTemplateSummary operation returned by the service.*/",
"asyncDocumentation" : "/**Returns information about a new or existing template. The GetTemplateSummary
action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.
You can use the GetTemplateSummary
action when you submit a template, or you can get template information for a running or deleted stack.
For deleted stacks, GetTemplateSummary
returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError
is returned.
\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@return A Java Future containing the result of the GetTemplateSummary operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns information about a new or existing template. The GetTemplateSummary
action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack.
You can use the GetTemplateSummary
action when you submit a template, or you can get template information for a running or deleted stack.
For deleted stacks, GetTemplateSummary
returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a ValidationError
is returned.
\n@param getTemplateSummaryRequest The input for the GetTemplateSummary action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the GetTemplateSummary operation returned by the service.*/",
"syncReturnType" : "GetTemplateSummaryResult",
"asyncReturnType" : "GetTemplateSummaryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTemplateSummary"
},
"ListStackResources" : {
"documentation" : "Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
",
"operationName" : "ListStackResources",
"deprecated" : false,
"input" : {
"variableName" : "listStackResourcesRequest",
"variableType" : "ListStackResourcesRequest",
"variableDeclarationType" : "ListStackResourcesRequest",
"documentation" : "The input for the ListStackResource action.
",
"simpleType" : "ListStackResourcesRequest",
"variableSetterType" : "ListStackResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListStackResourcesResult",
"documentation" : "The output for a ListStackResources action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
\n@param listStackResourcesRequest The input for the ListStackResource action.\n@return Result of the ListStackResources operation returned by the service.*/",
"asyncDocumentation" : "/**Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
\n@param listStackResourcesRequest The input for the ListStackResource action.\n@return A Java Future containing the result of the ListStackResources operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
\n@param listStackResourcesRequest The input for the ListStackResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ListStackResources operation returned by the service.*/",
"syncReturnType" : "ListStackResourcesResult",
"asyncReturnType" : "ListStackResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listStackResources"
},
"ListStacks" : {
"documentation" : "Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
",
"operationName" : "ListStacks",
"deprecated" : false,
"input" : {
"variableName" : "listStacksRequest",
"variableType" : "ListStacksRequest",
"variableDeclarationType" : "ListStacksRequest",
"documentation" : "The input for ListStacks action.
",
"simpleType" : "ListStacksRequest",
"variableSetterType" : "ListStacksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListStacksResult",
"documentation" : "The output for ListStacks action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
\n@param listStacksRequest The input for ListStacks action.\n@return Result of the ListStacks operation returned by the service.*/",
"asyncDocumentation" : "/**Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
\n@param listStacksRequest The input for ListStacks action.\n@return A Java Future containing the result of the ListStacks operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
\n@param listStacksRequest The input for ListStacks action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ListStacks operation returned by the service.*/",
"syncReturnType" : "ListStacksResult",
"asyncReturnType" : "ListStacksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listStacks"
},
"SetStackPolicy" : {
"documentation" : "Sets a stack policy for a specified stack.
",
"operationName" : "SetStackPolicy",
"deprecated" : false,
"input" : {
"variableName" : "setStackPolicyRequest",
"variableType" : "SetStackPolicyRequest",
"variableDeclarationType" : "SetStackPolicyRequest",
"documentation" : "The input for the SetStackPolicy action.
",
"simpleType" : "SetStackPolicyRequest",
"variableSetterType" : "SetStackPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Sets a stack policy for a specified stack.
\n@param setStackPolicyRequest The input for the SetStackPolicy action.*/",
"asyncDocumentation" : "/**Sets a stack policy for a specified stack.
\n@param setStackPolicyRequest The input for the SetStackPolicy action.*/",
"asyncDocumentationWithHandler" : "/**Sets a stack policy for a specified stack.
\n@param setStackPolicyRequest The input for the SetStackPolicy action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setStackPolicy"
},
"SignalResource" : {
"documentation" : "Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.
",
"operationName" : "SignalResource",
"deprecated" : false,
"input" : {
"variableName" : "signalResourceRequest",
"variableType" : "SignalResourceRequest",
"variableDeclarationType" : "SignalResourceRequest",
"documentation" : "The input for the SignalResource action.
",
"simpleType" : "SignalResourceRequest",
"variableSetterType" : "SignalResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.
\n@param signalResourceRequest The input for the SignalResource action.*/",
"asyncDocumentation" : "/**Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.
\n@param signalResourceRequest The input for the SignalResource action.*/",
"asyncDocumentationWithHandler" : "/**Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.
\n@param signalResourceRequest The input for the SignalResource action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.*/",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "signalResource"
},
"UpdateStack" : {
"documentation" : "Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack
operation.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack .
",
"operationName" : "UpdateStack",
"deprecated" : false,
"input" : {
"variableName" : "updateStackRequest",
"variableType" : "UpdateStackRequest",
"variableDeclarationType" : "UpdateStackRequest",
"documentation" : "The input for UpdateStack action.
",
"simpleType" : "UpdateStackRequest",
"variableSetterType" : "UpdateStackRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateStackResult",
"documentation" : "The output for a UpdateStack action.
"
},
"exceptions" : [ {
"exceptionName" : "InsufficientCapabilitiesException",
"documentation" : "The template contains resources with capabilities that were not specified in the Capabilities parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack
operation.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack .
\n@param updateStackRequest The input for UpdateStack action.\n@return Result of the UpdateStack operation returned by the service.\n@throws InsufficientCapabilitiesException The template contains resources with capabilities that were not specified in the Capabilities parameter.*/",
"asyncDocumentation" : "/**Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack
operation.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack .
\n@param updateStackRequest The input for UpdateStack action.\n@return A Java Future containing the result of the UpdateStack operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the DescribeStacks action.
To get a copy of the template for an existing stack, you can use the GetTemplate action.
Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack
operation.
For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack .
\n@param updateStackRequest The input for UpdateStack action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the UpdateStack operation returned by the service.*/",
"syncReturnType" : "UpdateStackResult",
"asyncReturnType" : "UpdateStackResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateStack"
},
"ValidateTemplate" : {
"documentation" : "Validates a specified template.
",
"operationName" : "ValidateTemplate",
"deprecated" : false,
"input" : {
"variableName" : "validateTemplateRequest",
"variableType" : "ValidateTemplateRequest",
"variableDeclarationType" : "ValidateTemplateRequest",
"documentation" : "The input for ValidateTemplate action.
",
"simpleType" : "ValidateTemplateRequest",
"variableSetterType" : "ValidateTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ValidateTemplateResult",
"documentation" : "The output for ValidateTemplate action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncDocumentation" : "/**Validates a specified template.
\n@param validateTemplateRequest The input for ValidateTemplate action.\n@return Result of the ValidateTemplate operation returned by the service.*/",
"asyncDocumentation" : "/**Validates a specified template.
\n@param validateTemplateRequest The input for ValidateTemplate action.\n@return A Java Future containing the result of the ValidateTemplate operation returned by the service.*/",
"asyncDocumentationWithHandler" : "/**Validates a specified template.
\n@param validateTemplateRequest The input for ValidateTemplate action.\n@param asyncHandler Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.\n@return A Java Future containing the result of the ValidateTemplate operation returned by the service.*/",
"syncReturnType" : "ValidateTemplateResult",
"asyncReturnType" : "ValidateTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "validateTemplate"
}
},
"shapes" : {
"Stack" : {
"c2jName" : "Stack",
"documentation" : "The Stack data type.
",
"shapeName" : "Stack",
"deprecated" : false,
"required" : [ "StackName", "CreationTime", "StackStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-defined description associated with the stack.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-defined description associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.*/",
"getterDocumentation" : "/**A user-defined description associated with the stack.
\n@return A user-defined description associated with the stack.*/",
"fluentSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of Parameter
structures.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Parameter
structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Parameters",
"marshallLocationName" : "Parameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Parameter",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Parameter",
"variable" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"getterModel" : {
"returnType" : "Parameter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Parameter",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.*/",
"getterDocumentation" : "/**A list of Parameter
structures.
\n@return A list of Parameter
structures.*/",
"fluentSetterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Parameter
structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time at which the stack was created.
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "CreationTime",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the stack was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.*/",
"getterDocumentation" : "/**The time at which the stack was created.
\n@return The time at which the stack was created.*/",
"fluentSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"name" : "LastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "LastUpdatedTime",
"variable" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTime",
"marshallLocationName" : "LastUpdatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"getterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"fluentSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the stack.
",
"name" : "StackStatus",
"c2jName" : "StackStatus",
"c2jShape" : "StackStatus",
"variable" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatus",
"marshallLocationName" : "StackStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StackStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@see StackStatus*/",
"getterDocumentation" : "/**Current status of the stack.
\n@return Current status of the stack.\n@see StackStatus*/",
"fluentSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/",
"varargSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/"
}, {
"documentation" : "Success/failure message associated with the stack status.
",
"name" : "StackStatusReason",
"c2jName" : "StackStatusReason",
"c2jShape" : "StackStatusReason",
"variable" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the stack status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatusReason",
"marshallLocationName" : "StackStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.*/",
"getterDocumentation" : "/**Success/failure message associated with the stack status.
\n@return Success/failure message associated with the stack status.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback ",
"name" : "DisableRollback",
"c2jName" : "DisableRollback",
"c2jShape" : "DisableRollback",
"variable" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback ",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DisableRollback",
"marshallLocationName" : "DisableRollback",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback */",
"getterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback */",
"fluentSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"name" : "NotificationARNs",
"c2jName" : "NotificationARNs",
"c2jShape" : "NotificationARNs",
"variable" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationARNs",
"marshallLocationName" : "NotificationARNs",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : null,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.*/",
"getterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@return SNS topic ARNs to which stack related events are published.*/",
"fluentSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationARNs(java.util.Collection)} or {@link #withNotificationARNs(java.util.Collection)} if you want to override the existing values.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time within which stack creation should complete.
",
"name" : "TimeoutInMinutes",
"c2jName" : "TimeoutInMinutes",
"c2jShape" : "TimeoutMinutes",
"variable" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time within which stack creation should complete.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TimeoutInMinutes",
"marshallLocationName" : "TimeoutInMinutes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.*/",
"getterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@return The amount of time within which stack creation should complete.*/",
"fluentSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The capabilities allowed in the stack.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The capabilities allowed in the stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Capabilities",
"marshallLocationName" : "Capabilities",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Capability",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see Capability*/",
"getterDocumentation" : "/**\n@return \n@see Capability*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@see Capability*/",
"getterDocumentation" : "/**The capabilities allowed in the stack.
\n@return The capabilities allowed in the stack.\n@see Capability*/",
"fluentSetterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**The capabilities allowed in the stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilities(java.util.Collection)} or {@link #withCapabilities(java.util.Collection)} if you want to override the existing values.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
}, {
"documentation" : "A list of output structures.
",
"name" : "Outputs",
"c2jName" : "Outputs",
"c2jShape" : "Outputs",
"variable" : {
"variableName" : "outputs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of output structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "outputs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Outputs",
"marshallLocationName" : "Outputs",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Output",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Output",
"variable" : {
"variableName" : "member",
"variableType" : "Output",
"variableDeclarationType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Output",
"variableDeclarationType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Output",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of output structures.
\n@param outputs A list of output structures.*/",
"getterDocumentation" : "/**A list of output structures.
\n@return A list of output structures.*/",
"fluentSetterDocumentation" : "/**A list of output structures.
\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of output structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of Tag
s that specify cost allocation information for the stack.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Tag
s that specify cost allocation information for the stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Tag",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.*/",
"getterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@return A list of Tag
s that specify cost allocation information for the stack.*/",
"fluentSetterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stack",
"variableType" : "Stack",
"variableDeclarationType" : "Stack",
"documentation" : null,
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Outputs" : {
"documentation" : "A list of output structures.
",
"name" : "Outputs",
"c2jName" : "Outputs",
"c2jShape" : "Outputs",
"variable" : {
"variableName" : "outputs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of output structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "outputs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Outputs",
"marshallLocationName" : "Outputs",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Output",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Output",
"variable" : {
"variableName" : "member",
"variableType" : "Output",
"variableDeclarationType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Output",
"variableDeclarationType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Output",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of output structures.
\n@param outputs A list of output structures.*/",
"getterDocumentation" : "/**A list of output structures.
\n@return A list of output structures.*/",
"fluentSetterDocumentation" : "/**A list of output structures.
\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of output structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs A list of output structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Parameters" : {
"documentation" : "A list of Parameter
structures.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Parameter
structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Parameters",
"marshallLocationName" : "Parameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Parameter",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Parameter",
"variable" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Parameter",
"variableDeclarationType" : "Parameter",
"documentation" : "",
"simpleType" : "Parameter",
"variableSetterType" : "Parameter"
},
"getterModel" : {
"returnType" : "Parameter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Parameter",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.*/",
"getterDocumentation" : "/**A list of Parameter
structures.
\n@return A list of Parameter
structures.*/",
"fluentSetterDocumentation" : "/**A list of Parameter
structures.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Parameter
structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.
\n@param parameters A list of Parameter
structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "A user-defined description associated with the stack.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-defined description associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.*/",
"getterDocumentation" : "/**A user-defined description associated with the stack.
\n@return A user-defined description associated with the stack.*/",
"fluentSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-defined description associated with the stack.
\n@param description A user-defined description associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TimeoutInMinutes" : {
"documentation" : "The amount of time within which stack creation should complete.
",
"name" : "TimeoutInMinutes",
"c2jName" : "TimeoutInMinutes",
"c2jShape" : "TimeoutMinutes",
"variable" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time within which stack creation should complete.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "timeoutInMinutes",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TimeoutInMinutes",
"marshallLocationName" : "TimeoutInMinutes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.*/",
"getterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@return The amount of time within which stack creation should complete.*/",
"fluentSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time within which stack creation should complete.
\n@param timeoutInMinutes The amount of time within which stack creation should complete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackId" : {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DisableRollback" : {
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback ",
"name" : "DisableRollback",
"c2jName" : "DisableRollback",
"c2jShape" : "DisableRollback",
"variable" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback ",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "disableRollback",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DisableRollback",
"marshallLocationName" : "DisableRollback",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback */",
"getterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback */",
"fluentSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@param disableRollback Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback false
: enable rollback \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreationTime" : {
"documentation" : "The time at which the stack was created.
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "CreationTime",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the stack was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.*/",
"getterDocumentation" : "/**The time at which the stack was created.
\n@return The time at which the stack was created.*/",
"fluentSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the stack was created.
\n@param creationTime The time at which the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Tags" : {
"documentation" : "A list of Tag
s that specify cost allocation information for the stack.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Tag
s that specify cost allocation information for the stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Tag",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.*/",
"getterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@return A list of Tag
s that specify cost allocation information for the stack.*/",
"fluentSetterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Tag
s that specify cost allocation information for the stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags A list of Tag
s that specify cost allocation information for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NotificationARNs" : {
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"name" : "NotificationARNs",
"c2jName" : "NotificationARNs",
"c2jShape" : "NotificationARNs",
"variable" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "SNS topic ARNs to which stack related events are published.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationARNs",
"marshallLocationName" : "NotificationARNs",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : null,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.*/",
"getterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@return SNS topic ARNs to which stack related events are published.*/",
"fluentSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**SNS topic ARNs to which stack related events are published.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationARNs(java.util.Collection)} or {@link #withNotificationARNs(java.util.Collection)} if you want to override the existing values.
\n@param notificationARNs SNS topic ARNs to which stack related events are published.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackStatus" : {
"documentation" : "Current status of the stack.
",
"name" : "StackStatus",
"c2jName" : "StackStatus",
"c2jShape" : "StackStatus",
"variable" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatus",
"marshallLocationName" : "StackStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StackStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@see StackStatus*/",
"getterDocumentation" : "/**Current status of the stack.
\n@return Current status of the stack.\n@see StackStatus*/",
"fluentSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/",
"varargSetterDocumentation" : "/**Current status of the stack.
\n@param stackStatus Current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/"
},
"Capabilities" : {
"documentation" : "The capabilities allowed in the stack.
",
"name" : "Capabilities",
"c2jName" : "Capabilities",
"c2jShape" : "Capabilities",
"variable" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The capabilities allowed in the stack.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "capabilities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Capabilities",
"marshallLocationName" : "Capabilities",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Capability",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see Capability*/",
"getterDocumentation" : "/**\n@return \n@see Capability*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "Capability",
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@see Capability*/",
"getterDocumentation" : "/**The capabilities allowed in the stack.
\n@return The capabilities allowed in the stack.\n@see Capability*/",
"fluentSetterDocumentation" : "/**The capabilities allowed in the stack.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/",
"varargSetterDocumentation" : "/**The capabilities allowed in the stack.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilities(java.util.Collection)} or {@link #withCapabilities(java.util.Collection)} if you want to override the existing values.
\n@param capabilities The capabilities allowed in the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Capability*/"
},
"StackStatusReason" : {
"documentation" : "Success/failure message associated with the stack status.
",
"name" : "StackStatusReason",
"c2jName" : "StackStatusReason",
"c2jShape" : "StackStatusReason",
"variable" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the stack status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatusReason",
"marshallLocationName" : "StackStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.*/",
"getterDocumentation" : "/**Success/failure message associated with the stack status.
\n@return Success/failure message associated with the stack status.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the stack status.
\n@param stackStatusReason Success/failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastUpdatedTime" : {
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"name" : "LastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "LastUpdatedTime",
"variable" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTime",
"marshallLocationName" : "LastUpdatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"getterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"fluentSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeStackResourcesRequest" : {
"c2jName" : "DescribeStackResourcesInput",
"documentation" : "The input for DescribeStackResources action.
",
"shapeName" : "DescribeStackResourcesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The logical name of the resource as specified in the template.
Default: There is no default value.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource as specified in the template.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.*/",
"getterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@return The logical name of the resource as specified in the template. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeStackResourcesRequest",
"variableType" : "DescribeStackResourcesRequest",
"variableDeclarationType" : "DescribeStackResourcesRequest",
"documentation" : null,
"simpleType" : "DescribeStackResourcesRequest",
"variableSetterType" : "DescribeStackResourcesRequest"
},
"marshaller" : {
"action" : "DescribeStackResources",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PhysicalResourceId" : {
"documentation" : "
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId
. You can pass the EC2 InstanceId
to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you do not specify PhysicalResourceId
, you must specify StackName
.
Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogicalResourceId" : {
"documentation" : "
The logical name of the resource as specified in the template.
Default: There is no default value.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource as specified in the template.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.*/",
"getterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@return The logical name of the resource as specified in the template. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The logical name of the resource as specified in the template.
Default: There is no default value.
\n@param logicalResourceId The logical name of the resource as specified in the template. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Required: Conditional. If you do not specify StackName
, you must specify PhysicalResourceId
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StackSummary" : {
"c2jName" : "StackSummary",
"documentation" : "
The StackSummary Data Type
",
"shapeName" : "StackSummary",
"deprecated" : false,
"required" : [ "StackName", "CreationTime", "StackStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Unique stack identifier.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique stack identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.*/",
"getterDocumentation" : "/**Unique stack identifier.
\n@return Unique stack identifier.*/",
"fluentSetterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The template description of the template used to create the stack.
",
"name" : "TemplateDescription",
"c2jName" : "TemplateDescription",
"c2jShape" : "TemplateDescription",
"variable" : {
"variableName" : "templateDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The template description of the template used to create the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateDescription",
"marshallLocationName" : "TemplateDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.*/",
"getterDocumentation" : "/**The template description of the template used to create the stack.
\n@return The template description of the template used to create the stack.*/",
"fluentSetterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the stack was created.
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "CreationTime",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.*/",
"getterDocumentation" : "/**The time the stack was created.
\n@return The time the stack was created.*/",
"fluentSetterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"name" : "LastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "LastUpdatedTime",
"variable" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTime",
"marshallLocationName" : "LastUpdatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"getterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"fluentSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the stack was deleted.
",
"name" : "DeletionTime",
"c2jName" : "DeletionTime",
"c2jShape" : "DeletionTime",
"variable" : {
"variableName" : "deletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was deleted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "deletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeletionTime",
"marshallLocationName" : "DeletionTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.*/",
"getterDocumentation" : "/**The time the stack was deleted.
\n@return The time the stack was deleted.*/",
"fluentSetterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current status of the stack.
",
"name" : "StackStatus",
"c2jName" : "StackStatus",
"c2jShape" : "StackStatus",
"variable" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatus",
"marshallLocationName" : "StackStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StackStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@see StackStatus*/",
"getterDocumentation" : "/**The current status of the stack.
\n@return The current status of the stack.\n@see StackStatus*/",
"fluentSetterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/",
"varargSetterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/"
}, {
"documentation" : "Success/Failure message associated with the stack status.
",
"name" : "StackStatusReason",
"c2jName" : "StackStatusReason",
"c2jShape" : "StackStatusReason",
"variable" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/Failure message associated with the stack status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatusReason",
"marshallLocationName" : "StackStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.*/",
"getterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@return Success/Failure message associated with the stack status.*/",
"fluentSetterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stackSummary",
"variableType" : "StackSummary",
"variableDeclarationType" : "StackSummary",
"documentation" : null,
"simpleType" : "StackSummary",
"variableSetterType" : "StackSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CreationTime" : {
"documentation" : "The time the stack was created.
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "CreationTime",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.*/",
"getterDocumentation" : "/**The time the stack was created.
\n@return The time the stack was created.*/",
"fluentSetterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was created.
\n@param creationTime The time the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateDescription" : {
"documentation" : "The template description of the template used to create the stack.
",
"name" : "TemplateDescription",
"c2jName" : "TemplateDescription",
"c2jShape" : "TemplateDescription",
"variable" : {
"variableName" : "templateDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The template description of the template used to create the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateDescription",
"marshallLocationName" : "TemplateDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.*/",
"getterDocumentation" : "/**The template description of the template used to create the stack.
\n@return The template description of the template used to create the stack.*/",
"fluentSetterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The template description of the template used to create the stack.
\n@param templateDescription The template description of the template used to create the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackStatus" : {
"documentation" : "The current status of the stack.
",
"name" : "StackStatus",
"c2jName" : "StackStatus",
"c2jShape" : "StackStatus",
"variable" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatus",
"marshallLocationName" : "StackStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StackStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@see StackStatus*/",
"getterDocumentation" : "/**The current status of the stack.
\n@return The current status of the stack.\n@see StackStatus*/",
"fluentSetterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/",
"varargSetterDocumentation" : "/**The current status of the stack.
\n@param stackStatus The current status of the stack.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StackStatus*/"
},
"StackId" : {
"documentation" : "Unique stack identifier.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique stack identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.*/",
"getterDocumentation" : "/**Unique stack identifier.
\n@return Unique stack identifier.*/",
"fluentSetterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique stack identifier.
\n@param stackId Unique stack identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackStatusReason" : {
"documentation" : "Success/Failure message associated with the stack status.
",
"name" : "StackStatusReason",
"c2jName" : "StackStatusReason",
"c2jShape" : "StackStatusReason",
"variable" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/Failure message associated with the stack status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackStatusReason",
"marshallLocationName" : "StackStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.*/",
"getterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@return Success/Failure message associated with the stack status.*/",
"fluentSetterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/Failure message associated with the stack status.
\n@param stackStatusReason Success/Failure message associated with the stack status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeletionTime" : {
"documentation" : "The time the stack was deleted.
",
"name" : "DeletionTime",
"c2jName" : "DeletionTime",
"c2jShape" : "DeletionTime",
"variable" : {
"variableName" : "deletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was deleted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "deletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeletionTime",
"marshallLocationName" : "DeletionTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.*/",
"getterDocumentation" : "/**The time the stack was deleted.
\n@return The time the stack was deleted.*/",
"fluentSetterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was deleted.
\n@param deletionTime The time the stack was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastUpdatedTime" : {
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"name" : "LastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "LastUpdatedTime",
"variable" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTime",
"marshallLocationName" : "LastUpdatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"getterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@return The time the stack was last updated. This field will only be returned if the stack has been updated at least once.*/",
"fluentSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
\n@param lastUpdatedTime The time the stack was last updated. This field will only be returned if the stack has been updated at least once.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Output" : {
"c2jName" : "Output",
"documentation" : "The Output data type.
",
"shapeName" : "Output",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The key associated with the output.
",
"name" : "OutputKey",
"c2jName" : "OutputKey",
"c2jShape" : "OutputKey",
"variable" : {
"variableName" : "outputKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The key associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputKey",
"marshallLocationName" : "OutputKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.*/",
"getterDocumentation" : "/**The key associated with the output.
\n@return The key associated with the output.*/",
"fluentSetterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value associated with the output.
",
"name" : "OutputValue",
"c2jName" : "OutputValue",
"c2jShape" : "OutputValue",
"variable" : {
"variableName" : "outputValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputValue",
"marshallLocationName" : "OutputValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.*/",
"getterDocumentation" : "/**The value associated with the output.
\n@return The value associated with the output.*/",
"fluentSetterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "User defined description associated with the output.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.*/",
"getterDocumentation" : "/**User defined description associated with the output.
\n@return User defined description associated with the output.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "output",
"variableType" : "Output",
"variableDeclarationType" : "Output",
"documentation" : null,
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Description" : {
"documentation" : "User defined description associated with the output.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.*/",
"getterDocumentation" : "/**User defined description associated with the output.
\n@return User defined description associated with the output.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the output.
\n@param description User defined description associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OutputValue" : {
"documentation" : "The value associated with the output.
",
"name" : "OutputValue",
"c2jName" : "OutputValue",
"c2jShape" : "OutputValue",
"variable" : {
"variableName" : "outputValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputValue",
"marshallLocationName" : "OutputValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.*/",
"getterDocumentation" : "/**The value associated with the output.
\n@return The value associated with the output.*/",
"fluentSetterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value associated with the output.
\n@param outputValue The value associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OutputKey" : {
"documentation" : "The key associated with the output.
",
"name" : "OutputKey",
"c2jName" : "OutputKey",
"c2jShape" : "OutputKey",
"variable" : {
"variableName" : "outputKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The key associated with the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputKey",
"marshallLocationName" : "OutputKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.*/",
"getterDocumentation" : "/**The key associated with the output.
\n@return The key associated with the output.*/",
"fluentSetterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The key associated with the output.
\n@param outputKey The key associated with the output.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetStackPolicyResult" : {
"c2jName" : "GetStackPolicyOutput",
"documentation" : "The output for the GetStackPolicy action.
",
"shapeName" : "GetStackPolicyResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
",
"name" : "StackPolicyBody",
"c2jName" : "StackPolicyBody",
"c2jShape" : "StackPolicyBody",
"variable" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyBody",
"marshallLocationName" : "StackPolicyBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@return Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getStackPolicyResult",
"variableType" : "GetStackPolicyResult",
"variableDeclarationType" : "GetStackPolicyResult",
"documentation" : null,
"simpleType" : "GetStackPolicyResult",
"variableSetterType" : "GetStackPolicyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "GetStackPolicyResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StackPolicyBody" : {
"documentation" : "Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
",
"name" : "StackPolicyBody",
"c2jName" : "StackPolicyBody",
"c2jShape" : "StackPolicyBody",
"variable" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackPolicyBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackPolicyBody",
"marshallLocationName" : "StackPolicyBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@return Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
\n@param stackPolicyBody Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StackEvent" : {
"c2jName" : "StackEvent",
"documentation" : "The StackEvent data type.
",
"shapeName" : "StackEvent",
"deprecated" : false,
"required" : [ "StackId", "EventId", "StackName", "Timestamp" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The unique ID name of the instance of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID name of the instance of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.*/",
"getterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@return The unique ID name of the instance of the stack.*/",
"fluentSetterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The unique ID of this event.
",
"name" : "EventId",
"c2jName" : "EventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventId",
"marshallLocationName" : "EventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.*/",
"getterDocumentation" : "/**The unique ID of this event.
\n@return The unique ID of this event.*/",
"fluentSetterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name associated with a stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with a stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.*/",
"getterDocumentation" : "/**The name associated with a stack.
\n@return The name associated with a stack.*/",
"fluentSetterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name or unique identifier associated with the physical instance of the resource.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier associated with the physical instance of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.*/",
"getterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@return The name or unique identifier associated with the physical instance of the resource.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Time the status was updated.
",
"name" : "Timestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "timestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "timestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Timestamp",
"marshallLocationName" : "Timestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
}, {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "BLOB of the properties used to create the resource.
",
"name" : "ResourceProperties",
"c2jName" : "ResourceProperties",
"c2jShape" : "ResourceProperties",
"variable" : {
"variableName" : "resourceProperties",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "BLOB of the properties used to create the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceProperties",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceProperties",
"marshallLocationName" : "ResourceProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.*/",
"getterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@return BLOB of the properties used to create the resource.*/",
"fluentSetterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stackEvent",
"variableType" : "StackEvent",
"variableDeclarationType" : "StackEvent",
"documentation" : null,
"simpleType" : "StackEvent",
"variableSetterType" : "StackEvent"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceStatus" : {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
},
"PhysicalResourceId" : {
"documentation" : "The name or unique identifier associated with the physical instance of the resource.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier associated with the physical instance of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.*/",
"getterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@return The name or unique identifier associated with the physical instance of the resource.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier associated with the physical instance of the resource.
\n@param physicalResourceId The name or unique identifier associated with the physical instance of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogicalResourceId" : {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceType" : {
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceStatusReason" : {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackId" : {
"documentation" : "The unique ID name of the instance of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID name of the instance of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.*/",
"getterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@return The unique ID name of the instance of the stack.*/",
"fluentSetterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID name of the instance of the stack.
\n@param stackId The unique ID name of the instance of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EventId" : {
"documentation" : "The unique ID of this event.
",
"name" : "EventId",
"c2jName" : "EventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventId",
"marshallLocationName" : "EventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.*/",
"getterDocumentation" : "/**The unique ID of this event.
\n@return The unique ID of this event.*/",
"fluentSetterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of this event.
\n@param eventId The unique ID of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceProperties" : {
"documentation" : "BLOB of the properties used to create the resource.
",
"name" : "ResourceProperties",
"c2jName" : "ResourceProperties",
"c2jShape" : "ResourceProperties",
"variable" : {
"variableName" : "resourceProperties",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "BLOB of the properties used to create the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceProperties",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceProperties",
"marshallLocationName" : "ResourceProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.*/",
"getterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@return BLOB of the properties used to create the resource.*/",
"fluentSetterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**BLOB of the properties used to create the resource.
\n@param resourceProperties BLOB of the properties used to create the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Timestamp" : {
"documentation" : "Time the status was updated.
",
"name" : "Timestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "timestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "timestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Timestamp",
"marshallLocationName" : "Timestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param timestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name associated with a stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with a stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.*/",
"getterDocumentation" : "/**The name associated with a stack.
\n@return The name associated with a stack.*/",
"fluentSetterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with a stack.
\n@param stackName The name associated with a stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetStackPolicyRequest" : {
"c2jName" : "GetStackPolicyInput",
"documentation" : "The input for the GetStackPolicy action.
",
"shapeName" : "GetStackPolicyRequest",
"deprecated" : false,
"required" : [ "StackName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name or unique stack ID that is associated with the stack whose policy you want to get.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique stack ID that is associated with the stack whose policy you want to get.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.*/",
"getterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@return The name or unique stack ID that is associated with the stack whose policy you want to get.*/",
"fluentSetterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getStackPolicyRequest",
"variableType" : "GetStackPolicyRequest",
"variableDeclarationType" : "GetStackPolicyRequest",
"documentation" : null,
"simpleType" : "GetStackPolicyRequest",
"variableSetterType" : "GetStackPolicyRequest"
},
"marshaller" : {
"action" : "GetStackPolicy",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StackName" : {
"documentation" : "The name or unique stack ID that is associated with the stack whose policy you want to get.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique stack ID that is associated with the stack whose policy you want to get.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.*/",
"getterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@return The name or unique stack ID that is associated with the stack whose policy you want to get.*/",
"fluentSetterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique stack ID that is associated with the stack whose policy you want to get.
\n@param stackName The name or unique stack ID that is associated with the stack whose policy you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ValidateTemplateRequest" : {
"c2jName" : "ValidateTemplateInput",
"documentation" : "The input for ValidateTemplate action.
",
"shapeName" : "ValidateTemplateRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"getterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"fluentSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"getterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"fluentSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "validateTemplateRequest",
"variableType" : "ValidateTemplateRequest",
"variableDeclarationType" : "ValidateTemplateRequest",
"documentation" : null,
"simpleType" : "ValidateTemplateRequest",
"variableSetterType" : "ValidateTemplateRequest"
},
"marshaller" : {
"action" : "ValidateTemplate",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TemplateBody" : {
"documentation" : "
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"getterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"fluentSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateURL" : {
"documentation" : "
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"getterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.*/",
"fluentSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass TemplateURL
or TemplateBody
. If both are passed, only TemplateBody
is used.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"documentation" : "
Quota for the resource has already been reached.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateStackResult" : {
"c2jName" : "UpdateStackOutput",
"documentation" : "The output for a UpdateStack action.
",
"shapeName" : "UpdateStackResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateStackResult",
"variableType" : "UpdateStackResult",
"variableDeclarationType" : "UpdateStackResult",
"documentation" : null,
"simpleType" : "UpdateStackResult",
"variableSetterType" : "UpdateStackResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "UpdateStackResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StackId" : {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StackStatus" : {
"c2jName" : "StackStatus",
"documentation" : "",
"shapeName" : "StackStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "CREATE_IN_PROGRESS",
"value" : "CREATE_IN_PROGRESS"
}, {
"name" : "CREATE_FAILED",
"value" : "CREATE_FAILED"
}, {
"name" : "CREATE_COMPLETE",
"value" : "CREATE_COMPLETE"
}, {
"name" : "ROLLBACK_IN_PROGRESS",
"value" : "ROLLBACK_IN_PROGRESS"
}, {
"name" : "ROLLBACK_FAILED",
"value" : "ROLLBACK_FAILED"
}, {
"name" : "ROLLBACK_COMPLETE",
"value" : "ROLLBACK_COMPLETE"
}, {
"name" : "DELETE_IN_PROGRESS",
"value" : "DELETE_IN_PROGRESS"
}, {
"name" : "DELETE_FAILED",
"value" : "DELETE_FAILED"
}, {
"name" : "DELETE_COMPLETE",
"value" : "DELETE_COMPLETE"
}, {
"name" : "UPDATE_IN_PROGRESS",
"value" : "UPDATE_IN_PROGRESS"
}, {
"name" : "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
"value" : "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"
}, {
"name" : "UPDATE_COMPLETE",
"value" : "UPDATE_COMPLETE"
}, {
"name" : "UPDATE_ROLLBACK_IN_PROGRESS",
"value" : "UPDATE_ROLLBACK_IN_PROGRESS"
}, {
"name" : "UPDATE_ROLLBACK_FAILED",
"value" : "UPDATE_ROLLBACK_FAILED"
}, {
"name" : "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
"value" : "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"
}, {
"name" : "UPDATE_ROLLBACK_COMPLETE",
"value" : "UPDATE_ROLLBACK_COMPLETE"
} ],
"variable" : {
"variableName" : "stackStatus",
"variableType" : "StackStatus",
"variableDeclarationType" : "StackStatus",
"documentation" : null,
"simpleType" : "StackStatus",
"variableSetterType" : "StackStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"Tag" : {
"c2jName" : "Tag",
"documentation" : "The Tag type is used by CreateStack
in the Tags
parameter. It allows you to specify a key/value pair that can be used to store information related to cost allocation for an AWS CloudFormation stack.
",
"shapeName" : "Tag",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/",
"getterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@return Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/",
"fluentSetterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "TagValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required*/",
"getterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@return Required*/",
"fluentSetterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "tag",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Value" : {
"documentation" : "Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "TagValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required*/",
"getterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@return Required*/",
"fluentSetterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required . A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
\n@param value Required\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Key" : {
"documentation" : "Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/",
"getterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@return Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:*/",
"fluentSetterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required . A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:
.
\n@param key Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeStacksResult" : {
"c2jName" : "DescribeStacksOutput",
"documentation" : "The output for a DescribeStacks action.
",
"shapeName" : "DescribeStacksResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A list of stack structures.
",
"name" : "Stacks",
"c2jName" : "Stacks",
"c2jShape" : "Stacks",
"variable" : {
"variableName" : "stacks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of stack structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "stacks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Stacks",
"marshallLocationName" : "Stacks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Stack",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Stack",
"variable" : {
"variableName" : "member",
"variableType" : "Stack",
"variableDeclarationType" : "Stack",
"documentation" : "",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Stack",
"variableDeclarationType" : "Stack",
"documentation" : "",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"getterModel" : {
"returnType" : "Stack",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Stack",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of stack structures.
\n@param stacks A list of stack structures.*/",
"getterDocumentation" : "/**A list of stack structures.
\n@return A list of stack structures.*/",
"fluentSetterDocumentation" : "/**A list of stack structures.
\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of stack structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStacks(java.util.Collection)} or {@link #withStacks(java.util.Collection)} if you want to override the existing values.
\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/",
"getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/",
"fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeStacksResult",
"variableType" : "DescribeStacksResult",
"variableDeclarationType" : "DescribeStacksResult",
"documentation" : null,
"simpleType" : "DescribeStacksResult",
"variableSetterType" : "DescribeStacksResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeStacksResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/",
"getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/",
"fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Stacks" : {
"documentation" : "A list of stack structures.
",
"name" : "Stacks",
"c2jName" : "Stacks",
"c2jShape" : "Stacks",
"variable" : {
"variableName" : "stacks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of stack structures.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "stacks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Stacks",
"marshallLocationName" : "Stacks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Stack",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Stack",
"variable" : {
"variableName" : "member",
"variableType" : "Stack",
"variableDeclarationType" : "Stack",
"documentation" : "",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Stack",
"variableDeclarationType" : "Stack",
"documentation" : "",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"getterModel" : {
"returnType" : "Stack",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "Stack",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of stack structures.
\n@param stacks A list of stack structures.*/",
"getterDocumentation" : "/**A list of stack structures.
\n@return A list of stack structures.*/",
"fluentSetterDocumentation" : "/**A list of stack structures.
\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of stack structures.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStacks(java.util.Collection)} or {@link #withStacks(java.util.Collection)} if you want to override the existing values.
\n@param stacks A list of stack structures.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StackResourceDetail" : {
"c2jName" : "StackResourceDetail",
"documentation" : "Contains detailed information about the specified stack resource.
",
"shapeName" : "StackResourceDetail",
"deprecated" : false,
"required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/",
"getterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Time the status was updated.
",
"name" : "LastUpdatedTimestamp",
"c2jName" : "LastUpdatedTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTimestamp",
"marshallLocationName" : "LastUpdatedTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
}, {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "User defined description associated with the resource.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.*/",
"getterDocumentation" : "/**User defined description associated with the resource.
\n@return User defined description associated with the resource.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
",
"name" : "Metadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"variable" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metadata",
"marshallLocationName" : "Metadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/",
"getterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@return The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/",
"fluentSetterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stackResourceDetail",
"variableType" : "StackResourceDetail",
"variableDeclarationType" : "StackResourceDetail",
"documentation" : null,
"simpleType" : "StackResourceDetail",
"variableSetterType" : "StackResourceDetail"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceStatus" : {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
},
"PhysicalResourceId" : {
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/",
"getterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@return The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogicalResourceId" : {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "User defined description associated with the resource.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.*/",
"getterDocumentation" : "/**User defined description associated with the resource.
\n@return User defined description associated with the resource.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the resource.
\n@param description User defined description associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastUpdatedTimestamp" : {
"documentation" : "Time the status was updated.
",
"name" : "LastUpdatedTimestamp",
"c2jName" : "LastUpdatedTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTimestamp",
"marshallLocationName" : "LastUpdatedTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceType" : {
"documentation" : "Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceStatusReason" : {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackId" : {
"documentation" : "Unique identifier of the stack.
",
"name" : "StackId",
"c2jName" : "StackId",
"c2jShape" : "StackId",
"variable" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackId",
"marshallLocationName" : "StackId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.*/",
"getterDocumentation" : "/**Unique identifier of the stack.
\n@return Unique identifier of the stack.*/",
"fluentSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier of the stack.
\n@param stackId Unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Metadata" : {
"documentation" : "The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
",
"name" : "Metadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"variable" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Metadata",
"marshallLocationName" : "Metadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/",
"getterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@return The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.*/",
"fluentSetterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.
\n@param metadata The JSON format content of the Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "The name associated with the stack.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.*/",
"getterDocumentation" : "/**The name associated with the stack.
\n@return The name associated with the stack.*/",
"fluentSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the stack.
\n@param stackName The name associated with the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeAccountLimitsResult" : {
"c2jName" : "DescribeAccountLimitsOutput",
"documentation" : "The output for the DescribeAccountLimits action.
",
"shapeName" : "DescribeAccountLimitsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "An account limit structure that contain a list of AWS CloudFormation account limits and their values.
",
"name" : "AccountLimits",
"c2jName" : "AccountLimits",
"c2jShape" : "AccountLimitList",
"variable" : {
"variableName" : "accountLimits",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An account limit structure that contain a list of AWS CloudFormation account limits and their values.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountLimits",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountLimits",
"marshallLocationName" : "AccountLimits",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AccountLimit",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountLimit",
"variable" : {
"variableName" : "member",
"variableType" : "AccountLimit",
"variableDeclarationType" : "AccountLimit",
"documentation" : "",
"simpleType" : "AccountLimit",
"variableSetterType" : "AccountLimit"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AccountLimit",
"variableDeclarationType" : "AccountLimit",
"documentation" : "",
"simpleType" : "AccountLimit",
"variableSetterType" : "AccountLimit"
},
"getterModel" : {
"returnType" : "AccountLimit",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "AccountLimit",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/",
"getterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@return An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/",
"fluentSetterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountLimits(java.util.Collection)} or {@link #withAccountLimits(java.util.Collection)} if you want to override the existing values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A string that identifies the next page of limits. If no additional page exists, this value is null.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that identifies the next page of limits. If no additional page exists, this value is null.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.*/",
"getterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@return A string that identifies the next page of limits. If no additional page exists, this value is null.*/",
"fluentSetterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAccountLimitsResult",
"variableType" : "DescribeAccountLimitsResult",
"variableDeclarationType" : "DescribeAccountLimitsResult",
"documentation" : null,
"simpleType" : "DescribeAccountLimitsResult",
"variableSetterType" : "DescribeAccountLimitsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeAccountLimitsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A string that identifies the next page of limits. If no additional page exists, this value is null.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that identifies the next page of limits. If no additional page exists, this value is null.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.*/",
"getterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@return A string that identifies the next page of limits. If no additional page exists, this value is null.*/",
"fluentSetterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that identifies the next page of limits. If no additional page exists, this value is null.
\n@param nextToken A string that identifies the next page of limits. If no additional page exists, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AccountLimits" : {
"documentation" : "An account limit structure that contain a list of AWS CloudFormation account limits and their values.
",
"name" : "AccountLimits",
"c2jName" : "AccountLimits",
"c2jShape" : "AccountLimitList",
"variable" : {
"variableName" : "accountLimits",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An account limit structure that contain a list of AWS CloudFormation account limits and their values.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountLimits",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountLimits",
"marshallLocationName" : "AccountLimits",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AccountLimit",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountLimit",
"variable" : {
"variableName" : "member",
"variableType" : "AccountLimit",
"variableDeclarationType" : "AccountLimit",
"documentation" : "",
"simpleType" : "AccountLimit",
"variableSetterType" : "AccountLimit"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AccountLimit",
"variableDeclarationType" : "AccountLimit",
"documentation" : "",
"simpleType" : "AccountLimit",
"variableSetterType" : "AccountLimit"
},
"getterModel" : {
"returnType" : "AccountLimit",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "AccountLimit",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/",
"getterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@return An account limit structure that contain a list of AWS CloudFormation account limits and their values.*/",
"fluentSetterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An account limit structure that contain a list of AWS CloudFormation account limits and their values.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountLimits(java.util.Collection)} or {@link #withAccountLimits(java.util.Collection)} if you want to override the existing values.
\n@param accountLimits An account limit structure that contain a list of AWS CloudFormation account limits and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListStackResourcesRequest" : {
"c2jName" : "ListStackResourcesInput",
"documentation" : "The input for the ListStackResource action.
",
"shapeName" : "ListStackResourcesRequest",
"deprecated" : false,
"required" : [ "StackName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.*/",
"getterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@return String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listStackResourcesRequest",
"variableType" : "ListStackResourcesRequest",
"variableDeclarationType" : "ListStackResourcesRequest",
"documentation" : null,
"simpleType" : "ListStackResourcesRequest",
"variableSetterType" : "ListStackResourcesRequest"
},
"marshaller" : {
"action" : "ListStackResources",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.*/",
"getterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@return String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
\n@param nextToken String that identifies the start of the next list of stack resource summaries, if there is one. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EstimateTemplateCostResult" : {
"c2jName" : "EstimateTemplateCostOutput",
"documentation" : "
The output for a EstimateTemplateCost action.
",
"shapeName" : "EstimateTemplateCostResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"name" : "Url",
"c2jName" : "Url",
"c2jShape" : "Url",
"variable" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Url",
"marshallLocationName" : "Url",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"getterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@return An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"fluentSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "estimateTemplateCostResult",
"variableType" : "EstimateTemplateCostResult",
"variableDeclarationType" : "EstimateTemplateCostResult",
"documentation" : null,
"simpleType" : "EstimateTemplateCostResult",
"variableSetterType" : "EstimateTemplateCostResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "EstimateTemplateCostResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Url" : {
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"name" : "Url",
"c2jName" : "Url",
"c2jShape" : "Url",
"variable" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "url",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Url",
"marshallLocationName" : "Url",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"getterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@return An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.*/",
"fluentSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
\n@param url An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetTemplateResult" : {
"c2jName" : "GetTemplateOutput",
"documentation" : "The output for GetTemplate action.
",
"shapeName" : "GetTemplateResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getTemplateResult",
"variableType" : "GetTemplateResult",
"variableDeclarationType" : "GetTemplateResult",
"documentation" : null,
"simpleType" : "GetTemplateResult",
"variableSetterType" : "GetTemplateResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "GetTemplateResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TemplateBody" : {
"documentation" : "Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@return Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
\n@param templateBody Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StackResourceSummary" : {
"c2jName" : "StackResourceSummary",
"documentation" : "Contains high-level information about the specified stack resource.
",
"shapeName" : "StackResourceSummary",
"deprecated" : false,
"required" : [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of the resource.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.*/",
"getterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@return The name or unique identifier that corresponds to a physical instance ID of the resource.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Time the status was updated.
",
"name" : "LastUpdatedTimestamp",
"c2jName" : "LastUpdatedTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTimestamp",
"marshallLocationName" : "LastUpdatedTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
}, {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stackResourceSummary",
"variableType" : "StackResourceSummary",
"variableDeclarationType" : "StackResourceSummary",
"documentation" : null,
"simpleType" : "StackResourceSummary",
"variableSetterType" : "StackResourceSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceStatus" : {
"documentation" : "Current status of the resource.
",
"name" : "ResourceStatus",
"c2jName" : "ResourceStatus",
"c2jShape" : "ResourceStatus",
"variable" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatus",
"marshallLocationName" : "ResourceStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceStatus",
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@see ResourceStatus*/",
"getterDocumentation" : "/**Current status of the resource.
\n@return Current status of the resource.\n@see ResourceStatus*/",
"fluentSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/",
"varargSetterDocumentation" : "/**Current status of the resource.
\n@param resourceStatus Current status of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceStatus*/"
},
"PhysicalResourceId" : {
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of the resource.
",
"name" : "PhysicalResourceId",
"c2jName" : "PhysicalResourceId",
"c2jShape" : "PhysicalResourceId",
"variable" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or unique identifier that corresponds to a physical instance ID of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "physicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PhysicalResourceId",
"marshallLocationName" : "PhysicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.*/",
"getterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@return The name or unique identifier that corresponds to a physical instance ID of the resource.*/",
"fluentSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name or unique identifier that corresponds to a physical instance ID of the resource.
\n@param physicalResourceId The name or unique identifier that corresponds to a physical instance ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogicalResourceId" : {
"documentation" : "The logical name of the resource specified in the template.
",
"name" : "LogicalResourceId",
"c2jName" : "LogicalResourceId",
"c2jShape" : "LogicalResourceId",
"variable" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The logical name of the resource specified in the template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logicalResourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogicalResourceId",
"marshallLocationName" : "LogicalResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.*/",
"getterDocumentation" : "/**The logical name of the resource specified in the template.
\n@return The logical name of the resource specified in the template.*/",
"fluentSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The logical name of the resource specified in the template.
\n@param logicalResourceId The logical name of the resource specified in the template.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastUpdatedTimestamp" : {
"documentation" : "Time the status was updated.
",
"name" : "LastUpdatedTimestamp",
"c2jName" : "LastUpdatedTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time the status was updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedTimestamp",
"marshallLocationName" : "LastUpdatedTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.*/",
"getterDocumentation" : "/**Time the status was updated.
\n@return Time the status was updated.*/",
"fluentSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time the status was updated.
\n@param lastUpdatedTimestamp Time the status was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceType" : {
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"getterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@return Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)*/",
"fluentSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
\n@param resourceType Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceStatusReason" : {
"documentation" : "Success/failure message associated with the resource.
",
"name" : "ResourceStatusReason",
"c2jName" : "ResourceStatusReason",
"c2jShape" : "ResourceStatusReason",
"variable" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Success/failure message associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceStatusReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceStatusReason",
"marshallLocationName" : "ResourceStatusReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.*/",
"getterDocumentation" : "/**Success/failure message associated with the resource.
\n@return Success/failure message associated with the resource.*/",
"fluentSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Success/failure message associated with the resource.
\n@param resourceStatusReason Success/failure message associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetTemplateSummaryRequest" : {
"c2jName" : "GetTemplateSummaryInput",
"documentation" : "The input for the GetTemplateSummary action.
",
"shapeName" : "GetTemplateSummaryRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getTemplateSummaryRequest",
"variableType" : "GetTemplateSummaryRequest",
"variableDeclarationType" : "GetTemplateSummaryRequest",
"documentation" : null,
"simpleType" : "GetTemplateSummaryRequest",
"variableSetterType" : "GetTemplateSummaryRequest"
},
"marshaller" : {
"action" : "GetTemplateSummary",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TemplateBody" : {
"documentation" : "
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "TemplateBody",
"c2jName" : "TemplateBody",
"c2jShape" : "TemplateBody",
"variable" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateBody",
"marshallLocationName" : "TemplateBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateBody Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TemplateURL" : {
"documentation" : "
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "TemplateURL",
"c2jName" : "TemplateURL",
"c2jShape" : "TemplateURL",
"variable" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "templateURL",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TemplateURL",
"marshallLocationName" : "TemplateURL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param templateURL Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackNameOrId",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"getterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@return The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.*/",
"fluentSetterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.
\n@param stackName The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. Conditional: You must specify only one of the following parameters: StackName
, TemplateBody
, or TemplateURL
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TemplateParameter" : {
"c2jName" : "TemplateParameter",
"documentation" : "
The TemplateParameter data type.
",
"shapeName" : "TemplateParameter",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name associated with the parameter.
",
"name" : "ParameterKey",
"c2jName" : "ParameterKey",
"c2jShape" : "ParameterKey",
"variable" : {
"variableName" : "parameterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "parameterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ParameterKey",
"marshallLocationName" : "ParameterKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.*/",
"getterDocumentation" : "/**The name associated with the parameter.
\n@return The name associated with the parameter.*/",
"fluentSetterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The default value associated with the parameter.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "ParameterValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The default value associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.*/",
"getterDocumentation" : "/**The default value associated with the parameter.
\n@return The default value associated with the parameter.*/",
"fluentSetterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
",
"name" : "NoEcho",
"c2jName" : "NoEcho",
"c2jShape" : "NoEcho",
"variable" : {
"variableName" : "noEcho",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "noEcho",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NoEcho",
"marshallLocationName" : "NoEcho",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/",
"getterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@return Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/",
"fluentSetterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "User defined description associated with the parameter.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.*/",
"getterDocumentation" : "/**User defined description associated with the parameter.
\n@return User defined description associated with the parameter.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "templateParameter",
"variableType" : "TemplateParameter",
"variableDeclarationType" : "TemplateParameter",
"documentation" : null,
"simpleType" : "TemplateParameter",
"variableSetterType" : "TemplateParameter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NoEcho" : {
"documentation" : "Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
",
"name" : "NoEcho",
"c2jName" : "NoEcho",
"c2jShape" : "NoEcho",
"variable" : {
"variableName" : "noEcho",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "noEcho",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NoEcho",
"marshallLocationName" : "NoEcho",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/",
"getterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@return Flag indicating whether the parameter should be displayed as plain text in logs and UIs.*/",
"fluentSetterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
\n@param noEcho Flag indicating whether the parameter should be displayed as plain text in logs and UIs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "User defined description associated with the parameter.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "User defined description associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.*/",
"getterDocumentation" : "/**User defined description associated with the parameter.
\n@return User defined description associated with the parameter.*/",
"fluentSetterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User defined description associated with the parameter.
\n@param description User defined description associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DefaultValue" : {
"documentation" : "The default value associated with the parameter.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "ParameterValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The default value associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.*/",
"getterDocumentation" : "/**The default value associated with the parameter.
\n@return The default value associated with the parameter.*/",
"fluentSetterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The default value associated with the parameter.
\n@param defaultValue The default value associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ParameterKey" : {
"documentation" : "The name associated with the parameter.
",
"name" : "ParameterKey",
"c2jName" : "ParameterKey",
"c2jShape" : "ParameterKey",
"variable" : {
"variableName" : "parameterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name associated with the parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "parameterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ParameterKey",
"marshallLocationName" : "ParameterKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.*/",
"getterDocumentation" : "/**The name associated with the parameter.
\n@return The name associated with the parameter.*/",
"fluentSetterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name associated with the parameter.
\n@param parameterKey The name associated with the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ParameterConstraints" : {
"c2jName" : "ParameterConstraints",
"documentation" : "A set of criteria that AWS CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, AWS CloudFormation returns only the AllowedValues
property.
",
"shapeName" : "ParameterConstraints",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A list of values that are permitted for a parameter.
",
"name" : "AllowedValues",
"c2jName" : "AllowedValues",
"c2jShape" : "AllowedValues",
"variable" : {
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of values that are permitted for a parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllowedValues",
"marshallLocationName" : "AllowedValues",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : null,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@param allowedValues A list of values that are permitted for a parameter.*/",
"getterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@return A list of values that are permitted for a parameter.*/",
"fluentSetterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of values that are permitted for a parameter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.
\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "parameterConstraints",
"variableType" : "ParameterConstraints",
"variableDeclarationType" : "ParameterConstraints",
"documentation" : null,
"simpleType" : "ParameterConstraints",
"variableSetterType" : "ParameterConstraints"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AllowedValues" : {
"documentation" : "A list of values that are permitted for a parameter.
",
"name" : "AllowedValues",
"c2jName" : "AllowedValues",
"c2jShape" : "AllowedValues",
"variable" : {
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of values that are permitted for a parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllowedValues",
"marshallLocationName" : "AllowedValues",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : null,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@param allowedValues A list of values that are permitted for a parameter.*/",
"getterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@return A list of values that are permitted for a parameter.*/",
"fluentSetterDocumentation" : "/**A list of values that are permitted for a parameter.
\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of values that are permitted for a parameter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.
\n@param allowedValues A list of values that are permitted for a parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeStacksRequest" : {
"c2jName" : "DescribeStacksInput",
"documentation" : "The input for DescribeStacks action.
",
"shapeName" : "DescribeStacksRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/",
"getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/",
"fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeStacksRequest",
"variableType" : "DescribeStacksRequest",
"variableDeclarationType" : "DescribeStacksRequest",
"documentation" : null,
"simpleType" : "DescribeStacksRequest",
"variableSetterType" : "DescribeStacksRequest"
},
"marshaller" : {
"action" : "DescribeStacks",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "String that identifies the start of the next list of stacks, if there is one.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.*/",
"getterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@return String that identifies the start of the next list of stacks, if there is one.*/",
"fluentSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**String that identifies the start of the next list of stacks, if there is one.\n@param nextToken String that identifies the start of the next list of stacks, if there is one.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StackName" : {
"documentation" : "
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"name" : "StackName",
"c2jName" : "StackName",
"c2jShape" : "StackName",
"variable" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "stackName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackName",
"marshallLocationName" : "StackName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"getterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@return The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.*/",
"fluentSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
\n@param stackName The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OnFailure" : {
"c2jName" : "OnFailure",
"documentation" : "",
"shapeName" : "OnFailure",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "DO_NOTHING",
"value" : "DO_NOTHING"
}, {
"name" : "ROLLBACK",
"value" : "ROLLBACK"
}, {
"name" : "DELETE",
"value" : "DELETE"
} ],
"variable" : {
"variableName" : "onFailure",
"variableType" : "OnFailure",
"variableDeclarationType" : "OnFailure",
"documentation" : null,
"simpleType" : "OnFailure",
"variableSetterType" : "OnFailure"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeAccountLimitsRequest" : {
"c2jName" : "DescribeAccountLimitsInput",
"documentation" : "
The input for the DescribeAccountLimits action.
",
"shapeName" : "DescribeAccountLimitsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A string that identifies the next page of limits that you want to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that identifies the next page of limits that you want to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.*/",
"getterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@return A string that identifies the next page of limits that you want to retrieve.*/",
"fluentSetterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAccountLimitsRequest",
"variableType" : "DescribeAccountLimitsRequest",
"variableDeclarationType" : "DescribeAccountLimitsRequest",
"documentation" : null,
"simpleType" : "DescribeAccountLimitsRequest",
"variableSetterType" : "DescribeAccountLimitsRequest"
},
"marshaller" : {
"action" : "DescribeAccountLimits",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A string that identifies the next page of limits that you want to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that identifies the next page of limits that you want to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.*/",
"getterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@return A string that identifies the next page of limits that you want to retrieve.*/",
"fluentSetterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that identifies the next page of limits that you want to retrieve.
\n@param nextToken A string that identifies the next page of limits that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListStacksResult" : {
"c2jName" : "ListStacksOutput",
"documentation" : "The output for ListStacks action.
",
"shapeName" : "ListStacksResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A list of StackSummary
structures containing information about the specified stacks.
",
"name" : "StackSummaries",
"c2jName" : "StackSummaries",
"c2jShape" : "StackSummaries",
"variable" : {
"variableName" : "stackSummaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of StackSummary
structures containing information about the specified stacks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "stackSummaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StackSummaries",
"marshallLocationName" : "StackSummaries",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "StackSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StackSummary",
"variable" : {
"variableName" : "member",
"variableType" : "StackSummary",
"variableDeclarationType" : "StackSummary",
"documentation" : "",
"simpleType" : "StackSummary",
"variableSetterType" : "StackSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "StackSummary",
"variableDeclarationType" : "StackSummary",
"documentation" : "",
"simpleType" : "StackSummary",
"variableSetterType" : "StackSummary"
},
"getterModel" : {
"returnType" : "StackSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simpleType" : "StackSummary",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of