From a65069ad4e213ec743755d63590f9d675025b0cb Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Thu, 21 Jan 2016 16:14:07 -0800 Subject: [PATCH] Update CloudFormation models for next release --- CHANGELOG.md | 1 + src/CloudFormation/CloudFormationClient.php | 2 + src/data/cloudformation/2010-05-15/api-2.json | 64 +- .../cloudformation/2010-05-15/api-2.json.php | 2 +- .../cloudformation/2010-05-15/docs-2.json | 1014 ++++++++++------- .../cloudformation/2010-05-15/docs-2.json.php | 2 +- .../2010-05-15/paginators-1.json | 38 +- 7 files changed, 640 insertions(+), 483 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84e38089b..518c9447df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## next release * `Aws\ACM` - Added support for the **AWS Certificate Manager** service. +* `Aws\CloudFormation` - Added support for continuing update rollbacks. * `Aws\CloudFront` - Added support using AWS ACM certificates with CloudFront distributions. * `Aws\IoT` - Added support for topic rules. diff --git a/src/CloudFormation/CloudFormationClient.php b/src/CloudFormation/CloudFormationClient.php index 52ac804fe9..740fce8e8b 100644 --- a/src/CloudFormation/CloudFormationClient.php +++ b/src/CloudFormation/CloudFormationClient.php @@ -8,6 +8,8 @@ * * @method \Aws\Result cancelUpdateStack(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelUpdateStackAsync(array $args = []) + * @method \Aws\Result continueUpdateRollback(array $args = []) + * @method \GuzzleHttp\Promise\Promise continueUpdateRollbackAsync(array $args = []) * @method \Aws\Result createStack(array $args = []) * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = []) * @method \Aws\Result deleteStack(array $args = []) diff --git a/src/data/cloudformation/2010-05-15/api-2.json b/src/data/cloudformation/2010-05-15/api-2.json index a49c6b5420..27d0c7d1bc 100644 --- a/src/data/cloudformation/2010-05-15/api-2.json +++ b/src/data/cloudformation/2010-05-15/api-2.json @@ -17,6 +17,18 @@ }, "input":{"shape":"CancelUpdateStackInput"} }, + "ContinueUpdateRollback":{ + "name":"ContinueUpdateRollback", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ContinueUpdateRollbackInput"}, + "output":{ + "shape":"ContinueUpdateRollbackOutput", + "resultWrapper":"ContinueUpdateRollbackResult" + } + }, "CreateStack":{ "name":"CreateStack", "http":{ @@ -29,33 +41,9 @@ "resultWrapper":"CreateStackResult" }, "errors":[ - { - "shape":"LimitExceededException", - "error":{ - "code":"LimitExceededException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"AlreadyExistsException", - "error":{ - "code":"AlreadyExistsException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - { - "shape":"InsufficientCapabilitiesException", - "error":{ - "code":"InsufficientCapabilitiesException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"LimitExceededException"}, + {"shape":"AlreadyExistsException"}, + {"shape":"InsufficientCapabilitiesException"} ] }, "DeleteStack":{ @@ -226,15 +214,7 @@ "resultWrapper":"UpdateStackResult" }, "errors":[ - { - "shape":"InsufficientCapabilitiesException", - "error":{ - "code":"InsufficientCapabilitiesException", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - } + {"shape":"InsufficientCapabilitiesException"} ] }, "ValidateTemplate":{ @@ -294,6 +274,18 @@ "type":"string", "enum":["CAPABILITY_IAM"] }, + "ContinueUpdateRollbackInput":{ + "type":"structure", + "required":["StackName"], + "members":{ + "StackName":{"shape":"StackNameOrId"} + } + }, + "ContinueUpdateRollbackOutput":{ + "type":"structure", + "members":{ + } + }, "CreateStackInput":{ "type":"structure", "required":["StackName"], diff --git a/src/data/cloudformation/2010-05-15/api-2.json.php b/src/data/cloudformation/2010-05-15/api-2.json.php index b53b8ab5af..5acacf66e3 100644 --- a/src/data/cloudformation/2010-05-15/api-2.json.php +++ b/src/data/cloudformation/2010-05-15/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2010-05-15', 'endpointPrefix' => 'cloudformation', 'protocol' => 'query', 'serviceFullName' => 'AWS CloudFormation', 'signatureVersion' => 'v4', 'xmlNamespace' => 'http://cloudformation.amazonaws.com/doc/2010-05-15/', ], 'operations' => [ 'CancelUpdateStack' => [ 'name' => 'CancelUpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelUpdateStackInput', ], ], 'CreateStack' => [ 'name' => 'CreateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStackInput', ], 'output' => [ 'shape' => 'CreateStackOutput', 'resultWrapper' => 'CreateStackResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', 'error' => [ 'code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], [ 'shape' => 'AlreadyExistsException', 'error' => [ 'code' => 'AlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], [ 'shape' => 'InsufficientCapabilitiesException', 'error' => [ 'code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], ], ], 'DeleteStack' => [ 'name' => 'DeleteStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStackInput', ], ], 'DescribeAccountLimits' => [ 'name' => 'DescribeAccountLimits', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAccountLimitsInput', ], 'output' => [ 'shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult', ], ], 'DescribeStackEvents' => [ 'name' => 'DescribeStackEvents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackEventsInput', ], 'output' => [ 'shape' => 'DescribeStackEventsOutput', 'resultWrapper' => 'DescribeStackEventsResult', ], ], 'DescribeStackResource' => [ 'name' => 'DescribeStackResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackResourceInput', ], 'output' => [ 'shape' => 'DescribeStackResourceOutput', 'resultWrapper' => 'DescribeStackResourceResult', ], ], 'DescribeStackResources' => [ 'name' => 'DescribeStackResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackResourcesInput', ], 'output' => [ 'shape' => 'DescribeStackResourcesOutput', 'resultWrapper' => 'DescribeStackResourcesResult', ], ], 'DescribeStacks' => [ 'name' => 'DescribeStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStacksInput', ], 'output' => [ 'shape' => 'DescribeStacksOutput', 'resultWrapper' => 'DescribeStacksResult', ], ], 'EstimateTemplateCost' => [ 'name' => 'EstimateTemplateCost', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EstimateTemplateCostInput', ], 'output' => [ 'shape' => 'EstimateTemplateCostOutput', 'resultWrapper' => 'EstimateTemplateCostResult', ], ], 'GetStackPolicy' => [ 'name' => 'GetStackPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetStackPolicyInput', ], 'output' => [ 'shape' => 'GetStackPolicyOutput', 'resultWrapper' => 'GetStackPolicyResult', ], ], 'GetTemplate' => [ 'name' => 'GetTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTemplateInput', ], 'output' => [ 'shape' => 'GetTemplateOutput', 'resultWrapper' => 'GetTemplateResult', ], ], 'GetTemplateSummary' => [ 'name' => 'GetTemplateSummary', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTemplateSummaryInput', ], 'output' => [ 'shape' => 'GetTemplateSummaryOutput', 'resultWrapper' => 'GetTemplateSummaryResult', ], ], 'ListStackResources' => [ 'name' => 'ListStackResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStackResourcesInput', ], 'output' => [ 'shape' => 'ListStackResourcesOutput', 'resultWrapper' => 'ListStackResourcesResult', ], ], 'ListStacks' => [ 'name' => 'ListStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStacksInput', ], 'output' => [ 'shape' => 'ListStacksOutput', 'resultWrapper' => 'ListStacksResult', ], ], 'SetStackPolicy' => [ 'name' => 'SetStackPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SetStackPolicyInput', ], ], 'SignalResource' => [ 'name' => 'SignalResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SignalResourceInput', ], ], 'UpdateStack' => [ 'name' => 'UpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateStackInput', ], 'output' => [ 'shape' => 'UpdateStackOutput', 'resultWrapper' => 'UpdateStackResult', ], 'errors' => [ [ 'shape' => 'InsufficientCapabilitiesException', 'error' => [ 'code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], ], ], 'ValidateTemplate' => [ 'name' => 'ValidateTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ValidateTemplateInput', ], 'output' => [ 'shape' => 'ValidateTemplateOutput', 'resultWrapper' => 'ValidateTemplateResult', ], ], ], 'shapes' => [ 'AccountLimit' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'LimitName', ], 'Value' => [ 'shape' => 'LimitValue', ], ], ], 'AccountLimitList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AccountLimit', ], ], 'AllowedValue' => [ 'type' => 'string', ], 'AllowedValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'AllowedValue', ], ], 'AlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'AlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'CancelUpdateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'Capabilities' => [ 'type' => 'list', 'member' => [ 'shape' => 'Capability', ], ], 'CapabilitiesReason' => [ 'type' => 'string', ], 'Capability' => [ 'type' => 'string', 'enum' => [ 'CAPABILITY_IAM', ], ], 'CreateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'DisableRollback' => [ 'shape' => 'DisableRollback', ], 'TimeoutInMinutes' => [ 'shape' => 'TimeoutMinutes', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'OnFailure' => [ 'shape' => 'OnFailure', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'CreateStackOutput' => [ 'type' => 'structure', 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'DeleteStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'DeletionTime' => [ 'type' => 'timestamp', ], 'DescribeAccountLimitsInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeAccountLimitsOutput' => [ 'type' => 'structure', 'members' => [ 'AccountLimits' => [ 'shape' => 'AccountLimitList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackEventsInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackEventsOutput' => [ 'type' => 'structure', 'members' => [ 'StackEvents' => [ 'shape' => 'StackEvents', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackResourceInput' => [ 'type' => 'structure', 'required' => [ 'StackName', 'LogicalResourceId', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], ], ], 'DescribeStackResourceOutput' => [ 'type' => 'structure', 'members' => [ 'StackResourceDetail' => [ 'shape' => 'StackResourceDetail', ], ], ], 'DescribeStackResourcesInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], ], ], 'DescribeStackResourcesOutput' => [ 'type' => 'structure', 'members' => [ 'StackResources' => [ 'shape' => 'StackResources', ], ], ], 'DescribeStacksInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStacksOutput' => [ 'type' => 'structure', 'members' => [ 'Stacks' => [ 'shape' => 'Stacks', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'Description' => [ 'type' => 'string', ], 'DisableRollback' => [ 'type' => 'boolean', ], 'EstimateTemplateCostInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], ], ], 'EstimateTemplateCostOutput' => [ 'type' => 'structure', 'members' => [ 'Url' => [ 'shape' => 'Url', ], ], ], 'EventId' => [ 'type' => 'string', ], 'GetStackPolicyInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'GetStackPolicyOutput' => [ 'type' => 'structure', 'members' => [ 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], ], ], 'GetTemplateInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'GetTemplateOutput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], ], ], 'GetTemplateSummaryInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'StackName' => [ 'shape' => 'StackNameOrId', ], ], ], 'GetTemplateSummaryOutput' => [ 'type' => 'structure', 'members' => [ 'Parameters' => [ 'shape' => 'ParameterDeclarations', ], 'Description' => [ 'shape' => 'Description', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'CapabilitiesReason' => [ 'shape' => 'CapabilitiesReason', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'Version' => [ 'shape' => 'Version', ], 'Metadata' => [ 'shape' => 'Metadata', ], ], ], 'InsufficientCapabilitiesException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'LastUpdatedTime' => [ 'type' => 'timestamp', ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'LimitName' => [ 'type' => 'string', ], 'LimitValue' => [ 'type' => 'integer', ], 'ListStackResourcesInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStackResourcesOutput' => [ 'type' => 'structure', 'members' => [ 'StackResourceSummaries' => [ 'shape' => 'StackResourceSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStacksInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'StackStatusFilter' => [ 'shape' => 'StackStatusFilter', ], ], ], 'ListStacksOutput' => [ 'type' => 'structure', 'members' => [ 'StackSummaries' => [ 'shape' => 'StackSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogicalResourceId' => [ 'type' => 'string', ], 'Metadata' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NoEcho' => [ 'type' => 'boolean', ], 'NotificationARN' => [ 'type' => 'string', ], 'NotificationARNs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotificationARN', ], 'max' => 5, ], 'OnFailure' => [ 'type' => 'string', 'enum' => [ 'DO_NOTHING', 'ROLLBACK', 'DELETE', ], ], 'Output' => [ 'type' => 'structure', 'members' => [ 'OutputKey' => [ 'shape' => 'OutputKey', ], 'OutputValue' => [ 'shape' => 'OutputValue', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'OutputKey' => [ 'type' => 'string', ], 'OutputValue' => [ 'type' => 'string', ], 'Outputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Output', ], ], 'Parameter' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'ParameterValue' => [ 'shape' => 'ParameterValue', ], 'UsePreviousValue' => [ 'shape' => 'UsePreviousValue', ], ], ], 'ParameterConstraints' => [ 'type' => 'structure', 'members' => [ 'AllowedValues' => [ 'shape' => 'AllowedValues', ], ], ], 'ParameterDeclaration' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'DefaultValue' => [ 'shape' => 'ParameterValue', ], 'ParameterType' => [ 'shape' => 'ParameterType', ], 'NoEcho' => [ 'shape' => 'NoEcho', ], 'Description' => [ 'shape' => 'Description', ], 'ParameterConstraints' => [ 'shape' => 'ParameterConstraints', ], ], ], 'ParameterDeclarations' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParameterDeclaration', ], ], 'ParameterKey' => [ 'type' => 'string', ], 'ParameterType' => [ 'type' => 'string', ], 'ParameterValue' => [ 'type' => 'string', ], 'Parameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parameter', ], ], 'PhysicalResourceId' => [ 'type' => 'string', ], 'ResourceProperties' => [ 'type' => 'string', ], 'ResourceSignalStatus' => [ 'type' => 'string', 'enum' => [ 'SUCCESS', 'FAILURE', ], ], 'ResourceSignalUniqueId' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'ResourceStatus' => [ 'type' => 'string', 'enum' => [ 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'DELETE_SKIPPED', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED', 'UPDATE_COMPLETE', ], ], 'ResourceStatusReason' => [ 'type' => 'string', ], 'ResourceType' => [ 'type' => 'string', ], 'ResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceType', ], ], 'SetStackPolicyInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], ], ], 'SignalResourceInput' => [ 'type' => 'structure', 'required' => [ 'StackName', 'LogicalResourceId', 'UniqueId', 'Status', ], 'members' => [ 'StackName' => [ 'shape' => 'StackNameOrId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'UniqueId' => [ 'shape' => 'ResourceSignalUniqueId', ], 'Status' => [ 'shape' => 'ResourceSignalStatus', ], ], ], 'Stack' => [ 'type' => 'structure', 'required' => [ 'StackName', 'CreationTime', 'StackStatus', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'StackName' => [ 'shape' => 'StackName', ], 'Description' => [ 'shape' => 'Description', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastUpdatedTime' => [ 'shape' => 'LastUpdatedTime', ], 'StackStatus' => [ 'shape' => 'StackStatus', ], 'StackStatusReason' => [ 'shape' => 'StackStatusReason', ], 'DisableRollback' => [ 'shape' => 'DisableRollback', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], 'TimeoutInMinutes' => [ 'shape' => 'TimeoutMinutes', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'Outputs' => [ 'shape' => 'Outputs', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'StackEvent' => [ 'type' => 'structure', 'required' => [ 'StackId', 'EventId', 'StackName', 'Timestamp', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'EventId' => [ 'shape' => 'EventId', ], 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'ResourceProperties' => [ 'shape' => 'ResourceProperties', ], ], ], 'StackEvents' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackEvent', ], ], 'StackId' => [ 'type' => 'string', ], 'StackName' => [ 'type' => 'string', ], 'StackNameOrId' => [ 'type' => 'string', 'min' => 1, 'pattern' => '([a-zA-Z][-a-zA-Z0-9]*]|(arn:\\b(aws|aws-us-gov|aws-cn]\\b:[-a-zA-Z0-9:/._+]*]', ], 'StackPolicyBody' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], 'StackPolicyDuringUpdateBody' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], 'StackPolicyDuringUpdateURL' => [ 'type' => 'string', 'max' => 1350, 'min' => 1, ], 'StackPolicyURL' => [ 'type' => 'string', 'max' => 1350, 'min' => 1, ], 'StackResource' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'Timestamp', 'ResourceStatus', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackId' => [ 'shape' => 'StackId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'StackResourceDetail' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackId' => [ 'shape' => 'StackId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'LastUpdatedTimestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'Description' => [ 'shape' => 'Description', ], 'Metadata' => [ 'shape' => 'Metadata', ], ], ], 'StackResourceSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackResourceSummary', ], ], 'StackResourceSummary' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus', ], 'members' => [ 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'LastUpdatedTimestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], ], ], 'StackResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackResource', ], ], 'StackStatus' => [ 'type' => 'string', 'enum' => [ 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'ROLLBACK_IN_PROGRESS', 'ROLLBACK_FAILED', 'ROLLBACK_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'UPDATE_IN_PROGRESS', 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_COMPLETE', 'UPDATE_ROLLBACK_IN_PROGRESS', 'UPDATE_ROLLBACK_FAILED', 'UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_ROLLBACK_COMPLETE', ], ], 'StackStatusFilter' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackStatus', ], ], 'StackStatusReason' => [ 'type' => 'string', ], 'StackSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackSummary', ], ], 'StackSummary' => [ 'type' => 'structure', 'required' => [ 'StackName', 'CreationTime', 'StackStatus', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'StackName' => [ 'shape' => 'StackName', ], 'TemplateDescription' => [ 'shape' => 'TemplateDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastUpdatedTime' => [ 'shape' => 'LastUpdatedTime', ], 'DeletionTime' => [ 'shape' => 'DeletionTime', ], 'StackStatus' => [ 'shape' => 'StackStatus', ], 'StackStatusReason' => [ 'shape' => 'StackStatusReason', ], ], ], 'Stacks' => [ 'type' => 'list', 'member' => [ 'shape' => 'Stack', ], ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', ], 'TagValue' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TemplateBody' => [ 'type' => 'string', 'min' => 1, ], 'TemplateDescription' => [ 'type' => 'string', ], 'TemplateParameter' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'DefaultValue' => [ 'shape' => 'ParameterValue', ], 'NoEcho' => [ 'shape' => 'NoEcho', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'TemplateParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'TemplateParameter', ], ], 'TemplateURL' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'TimeoutMinutes' => [ 'type' => 'integer', 'min' => 1, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UpdateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'UsePreviousTemplate' => [ 'shape' => 'UsePreviousTemplate', ], 'StackPolicyDuringUpdateBody' => [ 'shape' => 'StackPolicyDuringUpdateBody', ], 'StackPolicyDuringUpdateURL' => [ 'shape' => 'StackPolicyDuringUpdateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], ], ], 'UpdateStackOutput' => [ 'type' => 'structure', 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], ], ], 'Url' => [ 'type' => 'string', ], 'UsePreviousTemplate' => [ 'type' => 'boolean', ], 'UsePreviousValue' => [ 'type' => 'boolean', ], 'ValidateTemplateInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], ], ], 'ValidateTemplateOutput' => [ 'type' => 'structure', 'members' => [ 'Parameters' => [ 'shape' => 'TemplateParameters', ], 'Description' => [ 'shape' => 'Description', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'CapabilitiesReason' => [ 'shape' => 'CapabilitiesReason', ], ], ], 'Version' => [ 'type' => 'string', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2010-05-15', 'endpointPrefix' => 'cloudformation', 'protocol' => 'query', 'serviceFullName' => 'AWS CloudFormation', 'signatureVersion' => 'v4', 'xmlNamespace' => 'http://cloudformation.amazonaws.com/doc/2010-05-15/', ], 'operations' => [ 'CancelUpdateStack' => [ 'name' => 'CancelUpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelUpdateStackInput', ], ], 'ContinueUpdateRollback' => [ 'name' => 'ContinueUpdateRollback', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ContinueUpdateRollbackInput', ], 'output' => [ 'shape' => 'ContinueUpdateRollbackOutput', 'resultWrapper' => 'ContinueUpdateRollbackResult', ], ], 'CreateStack' => [ 'name' => 'CreateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStackInput', ], 'output' => [ 'shape' => 'CreateStackOutput', 'resultWrapper' => 'CreateStackResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InsufficientCapabilitiesException', ], ], ], 'DeleteStack' => [ 'name' => 'DeleteStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStackInput', ], ], 'DescribeAccountLimits' => [ 'name' => 'DescribeAccountLimits', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAccountLimitsInput', ], 'output' => [ 'shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult', ], ], 'DescribeStackEvents' => [ 'name' => 'DescribeStackEvents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackEventsInput', ], 'output' => [ 'shape' => 'DescribeStackEventsOutput', 'resultWrapper' => 'DescribeStackEventsResult', ], ], 'DescribeStackResource' => [ 'name' => 'DescribeStackResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackResourceInput', ], 'output' => [ 'shape' => 'DescribeStackResourceOutput', 'resultWrapper' => 'DescribeStackResourceResult', ], ], 'DescribeStackResources' => [ 'name' => 'DescribeStackResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStackResourcesInput', ], 'output' => [ 'shape' => 'DescribeStackResourcesOutput', 'resultWrapper' => 'DescribeStackResourcesResult', ], ], 'DescribeStacks' => [ 'name' => 'DescribeStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStacksInput', ], 'output' => [ 'shape' => 'DescribeStacksOutput', 'resultWrapper' => 'DescribeStacksResult', ], ], 'EstimateTemplateCost' => [ 'name' => 'EstimateTemplateCost', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EstimateTemplateCostInput', ], 'output' => [ 'shape' => 'EstimateTemplateCostOutput', 'resultWrapper' => 'EstimateTemplateCostResult', ], ], 'GetStackPolicy' => [ 'name' => 'GetStackPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetStackPolicyInput', ], 'output' => [ 'shape' => 'GetStackPolicyOutput', 'resultWrapper' => 'GetStackPolicyResult', ], ], 'GetTemplate' => [ 'name' => 'GetTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTemplateInput', ], 'output' => [ 'shape' => 'GetTemplateOutput', 'resultWrapper' => 'GetTemplateResult', ], ], 'GetTemplateSummary' => [ 'name' => 'GetTemplateSummary', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTemplateSummaryInput', ], 'output' => [ 'shape' => 'GetTemplateSummaryOutput', 'resultWrapper' => 'GetTemplateSummaryResult', ], ], 'ListStackResources' => [ 'name' => 'ListStackResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStackResourcesInput', ], 'output' => [ 'shape' => 'ListStackResourcesOutput', 'resultWrapper' => 'ListStackResourcesResult', ], ], 'ListStacks' => [ 'name' => 'ListStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStacksInput', ], 'output' => [ 'shape' => 'ListStacksOutput', 'resultWrapper' => 'ListStacksResult', ], ], 'SetStackPolicy' => [ 'name' => 'SetStackPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SetStackPolicyInput', ], ], 'SignalResource' => [ 'name' => 'SignalResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SignalResourceInput', ], ], 'UpdateStack' => [ 'name' => 'UpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateStackInput', ], 'output' => [ 'shape' => 'UpdateStackOutput', 'resultWrapper' => 'UpdateStackResult', ], 'errors' => [ [ 'shape' => 'InsufficientCapabilitiesException', ], ], ], 'ValidateTemplate' => [ 'name' => 'ValidateTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ValidateTemplateInput', ], 'output' => [ 'shape' => 'ValidateTemplateOutput', 'resultWrapper' => 'ValidateTemplateResult', ], ], ], 'shapes' => [ 'AccountLimit' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'LimitName', ], 'Value' => [ 'shape' => 'LimitValue', ], ], ], 'AccountLimitList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AccountLimit', ], ], 'AllowedValue' => [ 'type' => 'string', ], 'AllowedValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'AllowedValue', ], ], 'AlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'AlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'CancelUpdateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'Capabilities' => [ 'type' => 'list', 'member' => [ 'shape' => 'Capability', ], ], 'CapabilitiesReason' => [ 'type' => 'string', ], 'Capability' => [ 'type' => 'string', 'enum' => [ 'CAPABILITY_IAM', ], ], 'ContinueUpdateRollbackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackNameOrId', ], ], ], 'ContinueUpdateRollbackOutput' => [ 'type' => 'structure', 'members' => [], ], 'CreateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'DisableRollback' => [ 'shape' => 'DisableRollback', ], 'TimeoutInMinutes' => [ 'shape' => 'TimeoutMinutes', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'OnFailure' => [ 'shape' => 'OnFailure', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'CreateStackOutput' => [ 'type' => 'structure', 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'DeleteStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'DeletionTime' => [ 'type' => 'timestamp', ], 'DescribeAccountLimitsInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeAccountLimitsOutput' => [ 'type' => 'structure', 'members' => [ 'AccountLimits' => [ 'shape' => 'AccountLimitList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackEventsInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackEventsOutput' => [ 'type' => 'structure', 'members' => [ 'StackEvents' => [ 'shape' => 'StackEvents', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStackResourceInput' => [ 'type' => 'structure', 'required' => [ 'StackName', 'LogicalResourceId', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], ], ], 'DescribeStackResourceOutput' => [ 'type' => 'structure', 'members' => [ 'StackResourceDetail' => [ 'shape' => 'StackResourceDetail', ], ], ], 'DescribeStackResourcesInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], ], ], 'DescribeStackResourcesOutput' => [ 'type' => 'structure', 'members' => [ 'StackResources' => [ 'shape' => 'StackResources', ], ], ], 'DescribeStacksInput' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeStacksOutput' => [ 'type' => 'structure', 'members' => [ 'Stacks' => [ 'shape' => 'Stacks', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'Description' => [ 'type' => 'string', ], 'DisableRollback' => [ 'type' => 'boolean', ], 'EstimateTemplateCostInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], ], ], 'EstimateTemplateCostOutput' => [ 'type' => 'structure', 'members' => [ 'Url' => [ 'shape' => 'Url', ], ], ], 'EventId' => [ 'type' => 'string', ], 'GetStackPolicyInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'GetStackPolicyOutput' => [ 'type' => 'structure', 'members' => [ 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], ], ], 'GetTemplateInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], ], ], 'GetTemplateOutput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], ], ], 'GetTemplateSummaryInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'StackName' => [ 'shape' => 'StackNameOrId', ], ], ], 'GetTemplateSummaryOutput' => [ 'type' => 'structure', 'members' => [ 'Parameters' => [ 'shape' => 'ParameterDeclarations', ], 'Description' => [ 'shape' => 'Description', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'CapabilitiesReason' => [ 'shape' => 'CapabilitiesReason', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'Version' => [ 'shape' => 'Version', ], 'Metadata' => [ 'shape' => 'Metadata', ], ], ], 'InsufficientCapabilitiesException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'LastUpdatedTime' => [ 'type' => 'timestamp', ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [], 'error' => [ 'code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'LimitName' => [ 'type' => 'string', ], 'LimitValue' => [ 'type' => 'integer', ], 'ListStackResourcesInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStackResourcesOutput' => [ 'type' => 'structure', 'members' => [ 'StackResourceSummaries' => [ 'shape' => 'StackResourceSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStacksInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'StackStatusFilter' => [ 'shape' => 'StackStatusFilter', ], ], ], 'ListStacksOutput' => [ 'type' => 'structure', 'members' => [ 'StackSummaries' => [ 'shape' => 'StackSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogicalResourceId' => [ 'type' => 'string', ], 'Metadata' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NoEcho' => [ 'type' => 'boolean', ], 'NotificationARN' => [ 'type' => 'string', ], 'NotificationARNs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotificationARN', ], 'max' => 5, ], 'OnFailure' => [ 'type' => 'string', 'enum' => [ 'DO_NOTHING', 'ROLLBACK', 'DELETE', ], ], 'Output' => [ 'type' => 'structure', 'members' => [ 'OutputKey' => [ 'shape' => 'OutputKey', ], 'OutputValue' => [ 'shape' => 'OutputValue', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'OutputKey' => [ 'type' => 'string', ], 'OutputValue' => [ 'type' => 'string', ], 'Outputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Output', ], ], 'Parameter' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'ParameterValue' => [ 'shape' => 'ParameterValue', ], 'UsePreviousValue' => [ 'shape' => 'UsePreviousValue', ], ], ], 'ParameterConstraints' => [ 'type' => 'structure', 'members' => [ 'AllowedValues' => [ 'shape' => 'AllowedValues', ], ], ], 'ParameterDeclaration' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'DefaultValue' => [ 'shape' => 'ParameterValue', ], 'ParameterType' => [ 'shape' => 'ParameterType', ], 'NoEcho' => [ 'shape' => 'NoEcho', ], 'Description' => [ 'shape' => 'Description', ], 'ParameterConstraints' => [ 'shape' => 'ParameterConstraints', ], ], ], 'ParameterDeclarations' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParameterDeclaration', ], ], 'ParameterKey' => [ 'type' => 'string', ], 'ParameterType' => [ 'type' => 'string', ], 'ParameterValue' => [ 'type' => 'string', ], 'Parameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parameter', ], ], 'PhysicalResourceId' => [ 'type' => 'string', ], 'ResourceProperties' => [ 'type' => 'string', ], 'ResourceSignalStatus' => [ 'type' => 'string', 'enum' => [ 'SUCCESS', 'FAILURE', ], ], 'ResourceSignalUniqueId' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'ResourceStatus' => [ 'type' => 'string', 'enum' => [ 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'DELETE_SKIPPED', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED', 'UPDATE_COMPLETE', ], ], 'ResourceStatusReason' => [ 'type' => 'string', ], 'ResourceType' => [ 'type' => 'string', ], 'ResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceType', ], ], 'SetStackPolicyInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], ], ], 'SignalResourceInput' => [ 'type' => 'structure', 'required' => [ 'StackName', 'LogicalResourceId', 'UniqueId', 'Status', ], 'members' => [ 'StackName' => [ 'shape' => 'StackNameOrId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'UniqueId' => [ 'shape' => 'ResourceSignalUniqueId', ], 'Status' => [ 'shape' => 'ResourceSignalStatus', ], ], ], 'Stack' => [ 'type' => 'structure', 'required' => [ 'StackName', 'CreationTime', 'StackStatus', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'StackName' => [ 'shape' => 'StackName', ], 'Description' => [ 'shape' => 'Description', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastUpdatedTime' => [ 'shape' => 'LastUpdatedTime', ], 'StackStatus' => [ 'shape' => 'StackStatus', ], 'StackStatusReason' => [ 'shape' => 'StackStatusReason', ], 'DisableRollback' => [ 'shape' => 'DisableRollback', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], 'TimeoutInMinutes' => [ 'shape' => 'TimeoutMinutes', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'Outputs' => [ 'shape' => 'Outputs', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'StackEvent' => [ 'type' => 'structure', 'required' => [ 'StackId', 'EventId', 'StackName', 'Timestamp', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'EventId' => [ 'shape' => 'EventId', ], 'StackName' => [ 'shape' => 'StackName', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'ResourceProperties' => [ 'shape' => 'ResourceProperties', ], ], ], 'StackEvents' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackEvent', ], ], 'StackId' => [ 'type' => 'string', ], 'StackName' => [ 'type' => 'string', ], 'StackNameOrId' => [ 'type' => 'string', 'min' => 1, 'pattern' => '([a-zA-Z][-a-zA-Z0-9]*]|(arn:\\b(aws|aws-us-gov|aws-cn]\\b:[-a-zA-Z0-9:/._+]*]', ], 'StackPolicyBody' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], 'StackPolicyDuringUpdateBody' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], 'StackPolicyDuringUpdateURL' => [ 'type' => 'string', 'max' => 1350, 'min' => 1, ], 'StackPolicyURL' => [ 'type' => 'string', 'max' => 1350, 'min' => 1, ], 'StackResource' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'Timestamp', 'ResourceStatus', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackId' => [ 'shape' => 'StackId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'StackResourceDetail' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'StackId' => [ 'shape' => 'StackId', ], 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'LastUpdatedTimestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], 'Description' => [ 'shape' => 'Description', ], 'Metadata' => [ 'shape' => 'Metadata', ], ], ], 'StackResourceSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackResourceSummary', ], ], 'StackResourceSummary' => [ 'type' => 'structure', 'required' => [ 'LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus', ], 'members' => [ 'LogicalResourceId' => [ 'shape' => 'LogicalResourceId', ], 'PhysicalResourceId' => [ 'shape' => 'PhysicalResourceId', ], 'ResourceType' => [ 'shape' => 'ResourceType', ], 'LastUpdatedTimestamp' => [ 'shape' => 'Timestamp', ], 'ResourceStatus' => [ 'shape' => 'ResourceStatus', ], 'ResourceStatusReason' => [ 'shape' => 'ResourceStatusReason', ], ], ], 'StackResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackResource', ], ], 'StackStatus' => [ 'type' => 'string', 'enum' => [ 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'ROLLBACK_IN_PROGRESS', 'ROLLBACK_FAILED', 'ROLLBACK_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'UPDATE_IN_PROGRESS', 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_COMPLETE', 'UPDATE_ROLLBACK_IN_PROGRESS', 'UPDATE_ROLLBACK_FAILED', 'UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_ROLLBACK_COMPLETE', ], ], 'StackStatusFilter' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackStatus', ], ], 'StackStatusReason' => [ 'type' => 'string', ], 'StackSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackSummary', ], ], 'StackSummary' => [ 'type' => 'structure', 'required' => [ 'StackName', 'CreationTime', 'StackStatus', ], 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], 'StackName' => [ 'shape' => 'StackName', ], 'TemplateDescription' => [ 'shape' => 'TemplateDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastUpdatedTime' => [ 'shape' => 'LastUpdatedTime', ], 'DeletionTime' => [ 'shape' => 'DeletionTime', ], 'StackStatus' => [ 'shape' => 'StackStatus', ], 'StackStatusReason' => [ 'shape' => 'StackStatusReason', ], ], ], 'Stacks' => [ 'type' => 'list', 'member' => [ 'shape' => 'Stack', ], ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', ], 'TagValue' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TemplateBody' => [ 'type' => 'string', 'min' => 1, ], 'TemplateDescription' => [ 'type' => 'string', ], 'TemplateParameter' => [ 'type' => 'structure', 'members' => [ 'ParameterKey' => [ 'shape' => 'ParameterKey', ], 'DefaultValue' => [ 'shape' => 'ParameterValue', ], 'NoEcho' => [ 'shape' => 'NoEcho', ], 'Description' => [ 'shape' => 'Description', ], ], ], 'TemplateParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'TemplateParameter', ], ], 'TemplateURL' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'TimeoutMinutes' => [ 'type' => 'integer', 'min' => 1, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UpdateStackInput' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'StackName', ], 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], 'UsePreviousTemplate' => [ 'shape' => 'UsePreviousTemplate', ], 'StackPolicyDuringUpdateBody' => [ 'shape' => 'StackPolicyDuringUpdateBody', ], 'StackPolicyDuringUpdateURL' => [ 'shape' => 'StackPolicyDuringUpdateURL', ], 'Parameters' => [ 'shape' => 'Parameters', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], 'StackPolicyBody' => [ 'shape' => 'StackPolicyBody', ], 'StackPolicyURL' => [ 'shape' => 'StackPolicyURL', ], 'NotificationARNs' => [ 'shape' => 'NotificationARNs', ], ], ], 'UpdateStackOutput' => [ 'type' => 'structure', 'members' => [ 'StackId' => [ 'shape' => 'StackId', ], ], ], 'Url' => [ 'type' => 'string', ], 'UsePreviousTemplate' => [ 'type' => 'boolean', ], 'UsePreviousValue' => [ 'type' => 'boolean', ], 'ValidateTemplateInput' => [ 'type' => 'structure', 'members' => [ 'TemplateBody' => [ 'shape' => 'TemplateBody', ], 'TemplateURL' => [ 'shape' => 'TemplateURL', ], ], ], 'ValidateTemplateOutput' => [ 'type' => 'structure', 'members' => [ 'Parameters' => [ 'shape' => 'TemplateParameters', ], 'Description' => [ 'shape' => 'Description', ], 'Capabilities' => [ 'shape' => 'Capabilities', ], 'CapabilitiesReason' => [ 'shape' => 'CapabilitiesReason', ], ], ], 'Version' => [ 'type' => 'string', ], ],]; diff --git a/src/data/cloudformation/2010-05-15/docs-2.json b/src/data/cloudformation/2010-05-15/docs-2.json index a557ce5757..6ecf91adca 100644 --- a/src/data/cloudformation/2010-05-15/docs-2.json +++ b/src/data/cloudformation/2010-05-15/docs-2.json @@ -1,623 +1,783 @@ { - "version":"2.0", - "operations":{ - "CancelUpdateStack":"

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.", - "CreateStack":"

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.

", - "DeleteStack":"

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.

", - "DescribeAccountLimits":"

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

", - "DescribeStackEvents":"

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

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.

", - "DescribeStackResources":"

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.", - "DescribeStacks":"

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

", - "EstimateTemplateCost":"

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.

", - "GetStackPolicy":"

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

", - "GetTemplate":"

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. ", - "GetTemplateSummary":"

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.

", - "ListStackResources":"

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.

", - "ListStacks":"

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

", - "SetStackPolicy":"

Sets a stack policy for a specified stack.

", - "SignalResource":"

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.

", - "UpdateStack":"

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.

", - "ValidateTemplate":"

Validates a specified template.

" + "version": "2.0", + "service": "AWS CloudFormation

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

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

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

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

", + "operations": { + "CancelUpdateStack": "

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.", + "ContinueUpdateRollback": "

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

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

", + "CreateStack": "

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.

", + "DeleteStack": "

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.

", + "DescribeAccountLimits": "

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

", + "DescribeStackEvents": "

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

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.

", + "DescribeStackResources": "

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.", + "DescribeStacks": "

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

", + "EstimateTemplateCost": "

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.

", + "GetStackPolicy": "

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

", + "GetTemplate": "

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. ", + "GetTemplateSummary": "

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.

", + "ListStackResources": "

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.

", + "ListStacks": "

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

", + "SetStackPolicy": "

Sets a stack policy for a specified stack.

", + "SignalResource": "

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.

", + "UpdateStack": "

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.

", + "ValidateTemplate": "

Validates a specified template.

" }, - "shapes":{ - "AccountLimit":{ - "base":"

The AccountLimit data type.

", - "refs":{ + "shapes": { + "AccountLimit": { + "base": "

The AccountLimit data type.

", + "refs": { + "AccountLimitList$member": null } }, - "AccountLimitList":{ - "refs":{"DescribeAccountLimitsOutput$AccountLimits":"

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

"} + "AccountLimitList": { + "base": null, + "refs": { + "DescribeAccountLimitsOutput$AccountLimits": "

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

" + } }, - "AllowedValue":{ - "refs":{ + "AllowedValue": { + "base": null, + "refs": { + "AllowedValues$member": null } }, - "AllowedValues":{ - "refs":{"ParameterConstraints$AllowedValues":"

A list of values that are permitted for a parameter.

"} + "AllowedValues": { + "base": null, + "refs": { + "ParameterConstraints$AllowedValues": "

A list of values that are permitted for a parameter.

" + } }, - "AlreadyExistsException":{ - "base":"

Resource with the name requested already exists.

", - "refs":{ + "AlreadyExistsException": { + "base": "

Resource with the name requested already exists.

", + "refs": { } }, - "CancelUpdateStackInput":{ - "base":"

The input for the CancelUpdateStack action.

", - "refs":{ + "CancelUpdateStackInput": { + "base": "

The input for the CancelUpdateStack action.

", + "refs": { } }, - "Capabilities":{ - "refs":{ - "CreateStackInput$Capabilities":"

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", - "GetTemplateSummaryOutput$Capabilities":"

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", - "Stack$Capabilities":"

The capabilities allowed in the stack.

", - "UpdateStackInput$Capabilities":"

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", - "ValidateTemplateOutput$Capabilities":"

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

" + "Capabilities": { + "base": null, + "refs": { + "CreateStackInput$Capabilities": "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", + "GetTemplateSummaryOutput$Capabilities": "

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

", + "Stack$Capabilities": "

The capabilities allowed in the stack.

", + "UpdateStackInput$Capabilities": "

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error.

", + "ValidateTemplateOutput$Capabilities": "

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

" } }, - "CapabilitiesReason":{ - "refs":{ - "GetTemplateSummaryOutput$CapabilitiesReason":"

The list of resources that generated the values in the Capabilities response element.

", - "ValidateTemplateOutput$CapabilitiesReason":"

The list of resources that generated the values in the Capabilities response element.

" + "CapabilitiesReason": { + "base": null, + "refs": { + "GetTemplateSummaryOutput$CapabilitiesReason": "

The list of resources that generated the values in the Capabilities response element.

", + "ValidateTemplateOutput$CapabilitiesReason": "

The list of resources that generated the values in the Capabilities response element.

" } }, - "Capability":{ - "refs":{ + "Capability": { + "base": null, + "refs": { + "Capabilities$member": null } }, - "CreateStackInput":{ - "base":"

The input for CreateStack action.

", - "refs":{ + "ContinueUpdateRollbackInput": { + "base": "

The input for the ContinueUpdateRollback action.

", + "refs": { } }, - "CreateStackOutput":{ - "base":"

The output for a CreateStack action.

", - "refs":{ + "ContinueUpdateRollbackOutput": { + "base": "

The output for a ContinueUpdateRollback action.

", + "refs": { } }, - "CreationTime":{ - "refs":{ - "Stack$CreationTime":"

The time at which the stack was created.

", - "StackSummary$CreationTime":"

The time the stack was created.

" + "CreateStackInput": { + "base": "

The input for CreateStack action.

", + "refs": { } }, - "DeleteStackInput":{ - "base":"

The input for DeleteStack action.

", - "refs":{ + "CreateStackOutput": { + "base": "

The output for a CreateStack action.

", + "refs": { } }, - "DeletionTime":{ - "refs":{"StackSummary$DeletionTime":"

The time the stack was deleted.

"} + "CreationTime": { + "base": null, + "refs": { + "Stack$CreationTime": "

The time at which the stack was created.

", + "StackSummary$CreationTime": "

The time the stack was created.

" + } }, - "DescribeAccountLimitsInput":{ - "base":"

The input for the DescribeAccountLimits action.

", - "refs":{ + "DeleteStackInput": { + "base": "

The input for DeleteStack action.

", + "refs": { } }, - "DescribeAccountLimitsOutput":{ - "base":"

The output for the DescribeAccountLimits action.

", - "refs":{ + "DeletionTime": { + "base": null, + "refs": { + "StackSummary$DeletionTime": "

The time the stack was deleted.

" } }, - "DescribeStackEventsInput":{ - "base":"

The input for DescribeStackEvents action.

", - "refs":{ + "DescribeAccountLimitsInput": { + "base": "

The input for the DescribeAccountLimits action.

", + "refs": { } }, - "DescribeStackEventsOutput":{ - "base":"

The output for a DescribeStackEvents action.

", - "refs":{ + "DescribeAccountLimitsOutput": { + "base": "

The output for the DescribeAccountLimits action.

", + "refs": { } }, - "DescribeStackResourceInput":{ - "base":"

The input for DescribeStackResource action.

", - "refs":{ + "DescribeStackEventsInput": { + "base": "

The input for DescribeStackEvents action.

", + "refs": { } }, - "DescribeStackResourceOutput":{ - "base":"

The output for a DescribeStackResource action.

", - "refs":{ + "DescribeStackEventsOutput": { + "base": "

The output for a DescribeStackEvents action.

", + "refs": { } }, - "DescribeStackResourcesInput":{ - "base":"

The input for DescribeStackResources action.

", - "refs":{ + "DescribeStackResourceInput": { + "base": "

The input for DescribeStackResource action.

", + "refs": { } }, - "DescribeStackResourcesOutput":{ - "base":"

The output for a DescribeStackResources action.

", - "refs":{ + "DescribeStackResourceOutput": { + "base": "

The output for a DescribeStackResource action.

", + "refs": { } }, - "DescribeStacksInput":{ - "base":"

The input for DescribeStacks action.

", - "refs":{ + "DescribeStackResourcesInput": { + "base": "

The input for DescribeStackResources action.

", + "refs": { } }, - "DescribeStacksOutput":{ - "base":"

The output for a DescribeStacks action.

", - "refs":{ + "DescribeStackResourcesOutput": { + "base": "

The output for a DescribeStackResources action.

", + "refs": { } }, - "Description":{ - "refs":{ - "GetTemplateSummaryOutput$Description":"

The value that is defined in the Description property of the template.

", - "Output$Description":"

User defined description associated with the output.

", - "ParameterDeclaration$Description":"

The description that is associate with the parameter.

", - "Stack$Description":"

A user-defined description associated with the stack.

", - "StackResource$Description":"

User defined description associated with the resource.

", - "StackResourceDetail$Description":"

User defined description associated with the resource.

", - "TemplateParameter$Description":"

User defined description associated with the parameter.

", - "ValidateTemplateOutput$Description":"

The description found within the template.

" + "DescribeStacksInput": { + "base": "

The input for DescribeStacks action.

", + "refs": { } }, - "DisableRollback":{ - "refs":{ - "CreateStackInput$DisableRollback":"

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", - "Stack$DisableRollback":"

Boolean to enable or disable rollback on stack creation failures:

" + "DescribeStacksOutput": { + "base": "

The output for a DescribeStacks action.

", + "refs": { } }, - "EstimateTemplateCostInput":{ - "refs":{ + "Description": { + "base": null, + "refs": { + "GetTemplateSummaryOutput$Description": "

The value that is defined in the Description property of the template.

", + "Output$Description": "

User defined description associated with the output.

", + "ParameterDeclaration$Description": "

The description that is associate with the parameter.

", + "Stack$Description": "

A user-defined description associated with the stack.

", + "StackResource$Description": "

User defined description associated with the resource.

", + "StackResourceDetail$Description": "

User defined description associated with the resource.

", + "TemplateParameter$Description": "

User defined description associated with the parameter.

", + "ValidateTemplateOutput$Description": "

The description found within the template.

" } }, - "EstimateTemplateCostOutput":{ - "base":"

The output for a EstimateTemplateCost action.

", - "refs":{ + "DisableRollback": { + "base": null, + "refs": { + "CreateStackInput$DisableRollback": "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

", + "Stack$DisableRollback": "

Boolean to enable or disable rollback on stack creation failures:

" } }, - "EventId":{ - "refs":{"StackEvent$EventId":"

The unique ID of this event.

"} + "EstimateTemplateCostInput": { + "base": null, + "refs": { + } }, - "GetStackPolicyInput":{ - "base":"

The input for the GetStackPolicy action.

", - "refs":{ + "EstimateTemplateCostOutput": { + "base": "

The output for a EstimateTemplateCost action.

", + "refs": { } }, - "GetStackPolicyOutput":{ - "base":"

The output for the GetStackPolicy action.

", - "refs":{ + "EventId": { + "base": null, + "refs": { + "StackEvent$EventId": "

The unique ID of this event.

" } }, - "GetTemplateInput":{ - "base":"

The input for a GetTemplate action.

", - "refs":{ + "GetStackPolicyInput": { + "base": "

The input for the GetStackPolicy action.

", + "refs": { } }, - "GetTemplateOutput":{ - "base":"

The output for GetTemplate action.

", - "refs":{ + "GetStackPolicyOutput": { + "base": "

The output for the GetStackPolicy action.

", + "refs": { } }, - "GetTemplateSummaryInput":{ - "base":"

The input for the GetTemplateSummary action.

", - "refs":{ + "GetTemplateInput": { + "base": "

The input for a GetTemplate action.

", + "refs": { } }, - "GetTemplateSummaryOutput":{ - "base":"

The output for the GetTemplateSummary action.

", - "refs":{ + "GetTemplateOutput": { + "base": "

The output for GetTemplate action.

", + "refs": { } }, - "InsufficientCapabilitiesException":{ - "base":"

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

", - "refs":{ + "GetTemplateSummaryInput": { + "base": "

The input for the GetTemplateSummary action.

", + "refs": { } }, - "LastUpdatedTime":{ - "refs":{ - "Stack$LastUpdatedTime":"

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

", - "StackSummary$LastUpdatedTime":"

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

" + "GetTemplateSummaryOutput": { + "base": "

The output for the GetTemplateSummary action.

", + "refs": { } }, - "LimitExceededException":{ - "base":"

Quota for the resource has already been reached.

", - "refs":{ + "InsufficientCapabilitiesException": { + "base": "

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

", + "refs": { } }, - "LimitName":{ - "refs":{"AccountLimit$Name":"

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

"} + "LastUpdatedTime": { + "base": null, + "refs": { + "Stack$LastUpdatedTime": "

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

", + "StackSummary$LastUpdatedTime": "

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

" + } }, - "LimitValue":{ - "refs":{"AccountLimit$Value":"

The value that is associated with the account limit name.

"} + "LimitExceededException": { + "base": "

Quota for the resource has already been reached.

", + "refs": { + } }, - "ListStackResourcesInput":{ - "base":"

The input for the ListStackResource action.

", - "refs":{ + "LimitName": { + "base": null, + "refs": { + "AccountLimit$Name": "

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

" } }, - "ListStackResourcesOutput":{ - "base":"

The output for a ListStackResources action.

", - "refs":{ + "LimitValue": { + "base": null, + "refs": { + "AccountLimit$Value": "

The value that is associated with the account limit name.

" } }, - "ListStacksInput":{ - "base":"

The input for ListStacks action.

", - "refs":{ + "ListStackResourcesInput": { + "base": "

The input for the ListStackResource action.

", + "refs": { } }, - "ListStacksOutput":{ - "base":"

The output for ListStacks action.

", - "refs":{ + "ListStackResourcesOutput": { + "base": "

The output for a ListStackResources action.

", + "refs": { } }, - "LogicalResourceId":{ - "refs":{ - "DescribeStackResourceInput$LogicalResourceId":"

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

Default: There is no default value.

", - "DescribeStackResourcesInput$LogicalResourceId":"

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

Default: There is no default value.

", - "SignalResourceInput$LogicalResourceId":"

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", - "StackEvent$LogicalResourceId":"

The logical name of the resource specified in the template.

", - "StackResource$LogicalResourceId":"

The logical name of the resource specified in the template.

", - "StackResourceDetail$LogicalResourceId":"

The logical name of the resource specified in the template.

", - "StackResourceSummary$LogicalResourceId":"

The logical name of the resource specified in the template.

" + "ListStacksInput": { + "base": "

The input for ListStacks action.

", + "refs": { } }, - "Metadata":{ - "refs":{ - "GetTemplateSummaryOutput$Metadata":"

The value that is defined for the Metadata property of the template.

", - "StackResourceDetail$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.

" + "ListStacksOutput": { + "base": "

The output for ListStacks action.

", + "refs": { } }, - "NextToken":{ - "refs":{ - "DescribeAccountLimitsInput$NextToken":"

A string that identifies the next page of limits that you want to retrieve.

", - "DescribeAccountLimitsOutput$NextToken":"

A string that identifies the next page of limits. If no additional page exists, this value is null.

", - "DescribeStackEventsInput$NextToken":"

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

", - "DescribeStackEventsOutput$NextToken":"

String that identifies the start of the next list of events, if there is one.

", - "DescribeStacksInput$NextToken":"String that identifies the start of the next list of stacks, if there is one.", - "DescribeStacksOutput$NextToken":"String that identifies the start of the next list of stacks, if there is one.", - "ListStackResourcesInput$NextToken":"

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

", - "ListStackResourcesOutput$NextToken":"

String that identifies the start of the next list of stack resources, if there is one.

", - "ListStacksInput$NextToken":"

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

", - "ListStacksOutput$NextToken":"

String that identifies the start of the next list of stacks, if there is one.

" + "LogicalResourceId": { + "base": null, + "refs": { + "DescribeStackResourceInput$LogicalResourceId": "

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

Default: There is no default value.

", + "DescribeStackResourcesInput$LogicalResourceId": "

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

Default: There is no default value.

", + "SignalResourceInput$LogicalResourceId": "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

", + "StackEvent$LogicalResourceId": "

The logical name of the resource specified in the template.

", + "StackResource$LogicalResourceId": "

The logical name of the resource specified in the template.

", + "StackResourceDetail$LogicalResourceId": "

The logical name of the resource specified in the template.

", + "StackResourceSummary$LogicalResourceId": "

The logical name of the resource specified in the template.

" } }, - "NoEcho":{ - "refs":{ - "ParameterDeclaration$NoEcho":"

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", - "TemplateParameter$NoEcho":"

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

" + "Metadata": { + "base": null, + "refs": { + "GetTemplateSummaryOutput$Metadata": "

The value that is defined for the Metadata property of the template.

", + "StackResourceDetail$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.

" } }, - "NotificationARN":{ - "refs":{ + "NextToken": { + "base": null, + "refs": { + "DescribeAccountLimitsInput$NextToken": "

A string that identifies the next page of limits that you want to retrieve.

", + "DescribeAccountLimitsOutput$NextToken": "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

", + "DescribeStackEventsInput$NextToken": "

A string that identifies the next page of events that you want to retrieve.

", + "DescribeStackEventsOutput$NextToken": "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

", + "DescribeStacksInput$NextToken": "

A string that identifies the next page of stacks that you want to retrieve.

", + "DescribeStacksOutput$NextToken": "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

", + "ListStackResourcesInput$NextToken": "

A string that identifies the next page of stack resources that you want to retrieve.

", + "ListStackResourcesOutput$NextToken": "

If the output exceeds 1 MB in size, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

", + "ListStacksInput$NextToken": "

A string that identifies the next page of stacks that you want to retrieve.

", + "ListStacksOutput$NextToken": "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

" } }, - "NotificationARNs":{ - "refs":{ - "CreateStackInput$NotificationARNs":"

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", - "Stack$NotificationARNs":"

SNS topic ARNs to which stack related events are published.

", - "UpdateStackInput$NotificationARNs":"

Update the ARNs for the Amazon SNS topics that are associated with the stack.

" + "NoEcho": { + "base": null, + "refs": { + "ParameterDeclaration$NoEcho": "

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

", + "TemplateParameter$NoEcho": "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

" } }, - "OnFailure":{ - "refs":{"CreateStackInput$OnFailure":"

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

"} + "NotificationARN": { + "base": null, + "refs": { + "NotificationARNs$member": null + } }, - "Output":{ - "base":"

The Output data type.

", - "refs":{ + "NotificationARNs": { + "base": null, + "refs": { + "CreateStackInput$NotificationARNs": "

The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

", + "Stack$NotificationARNs": "

SNS topic ARNs to which stack related events are published.

", + "UpdateStackInput$NotificationARNs": "

Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

" } }, - "OutputKey":{ - "refs":{"Output$OutputKey":"

The key associated with the output.

"} + "OnFailure": { + "base": null, + "refs": { + "CreateStackInput$OnFailure": "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

" + } }, - "OutputValue":{ - "refs":{"Output$OutputValue":"

The value associated with the output.

"} + "Output": { + "base": "

The Output data type.

", + "refs": { + "Outputs$member": null + } }, - "Outputs":{ - "refs":{"Stack$Outputs":"

A list of output structures.

"} + "OutputKey": { + "base": null, + "refs": { + "Output$OutputKey": "

The key associated with the output.

" + } }, - "Parameter":{ - "base":"

The Parameter data type.

", - "refs":{ + "OutputValue": { + "base": null, + "refs": { + "Output$OutputValue": "

The value associated with the output.

" } }, - "ParameterConstraints":{ - "base":"

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.

", - "refs":{"ParameterDeclaration$ParameterConstraints":"

The criteria that AWS CloudFormation uses to validate parameter values.

"} + "Outputs": { + "base": null, + "refs": { + "Stack$Outputs": "

A list of output structures.

" + } }, - "ParameterDeclaration":{ - "base":"

The ParameterDeclaration data type.

", - "refs":{ + "Parameter": { + "base": "

The Parameter data type.

", + "refs": { + "Parameters$member": null } }, - "ParameterDeclarations":{ - "refs":{"GetTemplateSummaryOutput$Parameters":"

A list of parameter declarations that describe various properties for each parameter.

"} + "ParameterConstraints": { + "base": "

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.

", + "refs": { + "ParameterDeclaration$ParameterConstraints": "

The criteria that AWS CloudFormation uses to validate parameter values.

" + } }, - "ParameterKey":{ - "refs":{ - "Parameter$ParameterKey":"

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", - "ParameterDeclaration$ParameterKey":"

The name that is associated with the parameter.

", - "TemplateParameter$ParameterKey":"

The name associated with the parameter.

" + "ParameterDeclaration": { + "base": "

The ParameterDeclaration data type.

", + "refs": { + "ParameterDeclarations$member": null } }, - "ParameterType":{ - "refs":{"ParameterDeclaration$ParameterType":"

The type of parameter.

"} + "ParameterDeclarations": { + "base": null, + "refs": { + "GetTemplateSummaryOutput$Parameters": "

A list of parameter declarations that describe various properties for each parameter.

" + } }, - "ParameterValue":{ - "refs":{ - "Parameter$ParameterValue":"

The value associated with the parameter.

", - "ParameterDeclaration$DefaultValue":"

The default value of the parameter.

", - "TemplateParameter$DefaultValue":"

The default value associated with the parameter.

" + "ParameterKey": { + "base": null, + "refs": { + "Parameter$ParameterKey": "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

", + "ParameterDeclaration$ParameterKey": "

The name that is associated with the parameter.

", + "TemplateParameter$ParameterKey": "

The name associated with the parameter.

" } }, - "Parameters":{ - "refs":{ - "CreateStackInput$Parameters":"

A list of Parameter structures that specify input parameters for the stack.

", - "EstimateTemplateCostInput$Parameters":"

A list of Parameter structures that specify input parameters.

", - "Stack$Parameters":"

A list of Parameter structures.

", - "UpdateStackInput$Parameters":"

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

" + "ParameterType": { + "base": null, + "refs": { + "ParameterDeclaration$ParameterType": "

The type of parameter.

" } }, - "PhysicalResourceId":{ - "refs":{ - "DescribeStackResourcesInput$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.

", - "StackEvent$PhysicalResourceId":"

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

", - "StackResource$PhysicalResourceId":"

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

", - "StackResourceDetail$PhysicalResourceId":"

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

", - "StackResourceSummary$PhysicalResourceId":"

The name or unique identifier that corresponds to a physical instance ID of the resource.

" + "ParameterValue": { + "base": null, + "refs": { + "Parameter$ParameterValue": "

The value associated with the parameter.

", + "ParameterDeclaration$DefaultValue": "

The default value of the parameter.

", + "TemplateParameter$DefaultValue": "

The default value associated with the parameter.

" } }, - "ResourceProperties":{ - "refs":{"StackEvent$ResourceProperties":"

BLOB of the properties used to create the resource.

"} + "Parameters": { + "base": null, + "refs": { + "CreateStackInput$Parameters": "

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

", + "EstimateTemplateCostInput$Parameters": "

A list of Parameter structures that specify input parameters.

", + "Stack$Parameters": "

A list of Parameter structures.

", + "UpdateStackInput$Parameters": "

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

" + } }, - "ResourceSignalStatus":{ - "refs":{"SignalResourceInput$Status":"

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

"} + "PhysicalResourceId": { + "base": null, + "refs": { + "DescribeStackResourcesInput$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.

", + "StackEvent$PhysicalResourceId": "

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

", + "StackResource$PhysicalResourceId": "

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

", + "StackResourceDetail$PhysicalResourceId": "

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

", + "StackResourceSummary$PhysicalResourceId": "

The name or unique identifier that corresponds to a physical instance ID of the resource.

" + } + }, + "ResourceProperties": { + "base": null, + "refs": { + "StackEvent$ResourceProperties": "

BLOB of the properties used to create the resource.

" + } + }, + "ResourceSignalStatus": { + "base": null, + "refs": { + "SignalResourceInput$Status": "

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

" + } }, - "ResourceSignalUniqueId":{ - "refs":{"SignalResourceInput$UniqueId":"

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

"} + "ResourceSignalUniqueId": { + "base": null, + "refs": { + "SignalResourceInput$UniqueId": "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

" + } }, - "ResourceStatus":{ - "refs":{ - "StackEvent$ResourceStatus":"

Current status of the resource.

", - "StackResource$ResourceStatus":"

Current status of the resource.

", - "StackResourceDetail$ResourceStatus":"

Current status of the resource.

", - "StackResourceSummary$ResourceStatus":"

Current status of the resource.

" + "ResourceStatus": { + "base": null, + "refs": { + "StackEvent$ResourceStatus": "

Current status of the resource.

", + "StackResource$ResourceStatus": "

Current status of the resource.

", + "StackResourceDetail$ResourceStatus": "

Current status of the resource.

", + "StackResourceSummary$ResourceStatus": "

Current status of the resource.

" } }, - "ResourceStatusReason":{ - "refs":{ - "StackEvent$ResourceStatusReason":"

Success/failure message associated with the resource.

", - "StackResource$ResourceStatusReason":"

Success/failure message associated with the resource.

", - "StackResourceDetail$ResourceStatusReason":"

Success/failure message associated with the resource.

", - "StackResourceSummary$ResourceStatusReason":"

Success/failure message associated with the resource.

" + "ResourceStatusReason": { + "base": null, + "refs": { + "StackEvent$ResourceStatusReason": "

Success/failure message associated with the resource.

", + "StackResource$ResourceStatusReason": "

Success/failure message associated with the resource.

", + "StackResourceDetail$ResourceStatusReason": "

Success/failure message associated with the resource.

", + "StackResourceSummary$ResourceStatusReason": "

Success/failure message associated with the resource.

" } }, - "ResourceType":{ - "refs":{ - "StackEvent$ResourceType":"

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

", - "StackResource$ResourceType":"

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

", - "StackResourceDetail$ResourceType":"

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

", - "StackResourceSummary$ResourceType":"

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

" + "ResourceType": { + "base": null, + "refs": { + "ResourceTypes$member": null, + "StackEvent$ResourceType": "

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

", + "StackResource$ResourceType": "

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

", + "StackResourceDetail$ResourceType": "

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

", + "StackResourceSummary$ResourceType": "

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

" } }, - "ResourceTypes":{ - "refs":{ - "CreateStackInput$ResourceTypes":"

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

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

", - "GetTemplateSummaryOutput$ResourceTypes":"

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

", - "UpdateStackInput$ResourceTypes":"

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

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

" + "ResourceTypes": { + "base": null, + "refs": { + "CreateStackInput$ResourceTypes": "

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular AWS service), and AWS::service_name::resource_logical_ID (for a specific AWS resource).

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

", + "GetTemplateSummaryOutput$ResourceTypes": "

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

", + "UpdateStackInput$ResourceTypes": "

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

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

" } }, - "SetStackPolicyInput":{ - "base":"

The input for the SetStackPolicy action.

", - "refs":{ + "SetStackPolicyInput": { + "base": "

The input for the SetStackPolicy action.

", + "refs": { } }, - "SignalResourceInput":{ - "base":"

The input for the SignalResource action.

", - "refs":{ + "SignalResourceInput": { + "base": "

The input for the SignalResource action.

", + "refs": { } }, - "Stack":{ - "base":"

The Stack data type.

", - "refs":{ + "Stack": { + "base": "

The Stack data type.

", + "refs": { + "Stacks$member": null } }, - "StackEvent":{ - "base":"

The StackEvent data type.

", - "refs":{ + "StackEvent": { + "base": "

The StackEvent data type.

", + "refs": { + "StackEvents$member": null } }, - "StackEvents":{ - "refs":{"DescribeStackEventsOutput$StackEvents":"

A list of StackEvents structures.

"} + "StackEvents": { + "base": null, + "refs": { + "DescribeStackEventsOutput$StackEvents": "

A list of StackEvents structures.

" + } }, - "StackId":{ - "refs":{ - "CreateStackOutput$StackId":"

Unique identifier of the stack.

", - "Stack$StackId":"

Unique identifier of the stack.

", - "StackEvent$StackId":"

The unique ID name of the instance of the stack.

", - "StackResource$StackId":"

Unique identifier of the stack.

", - "StackResourceDetail$StackId":"

Unique identifier of the stack.

", - "StackSummary$StackId":"

Unique stack identifier.

", - "UpdateStackOutput$StackId":"

Unique identifier of the stack.

" + "StackId": { + "base": null, + "refs": { + "CreateStackOutput$StackId": "

Unique identifier of the stack.

", + "Stack$StackId": "

Unique identifier of the stack.

", + "StackEvent$StackId": "

The unique ID name of the instance of the stack.

", + "StackResource$StackId": "

Unique identifier of the stack.

", + "StackResourceDetail$StackId": "

Unique identifier of the stack.

", + "StackSummary$StackId": "

Unique stack identifier.

", + "UpdateStackOutput$StackId": "

Unique identifier of the stack.

" } }, - "StackName":{ - "refs":{ - "CancelUpdateStackInput$StackName":"

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

", - "CreateStackInput$StackName":"

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.", - "DeleteStackInput$StackName":"

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

", - "DescribeStackEventsInput$StackName":"

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

Default: There is no default value.

", - "DescribeStackResourceInput$StackName":"

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

Default: There is no default value.

", - "DescribeStackResourcesInput$StackName":"

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

Default: There is no default value.

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

", - "DescribeStacksInput$StackName":"

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

Default: There is no default value.

", - "GetStackPolicyInput$StackName":"

The name or unique stack ID that is associated with the stack whose policy you want to get.

", - "GetTemplateInput$StackName":"

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

Default: There is no default value.

", - "ListStackResourcesInput$StackName":"

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

Default: There is no default value.

", - "SetStackPolicyInput$StackName":"

The name or unique stack ID that you want to associate a policy with.

", - "Stack$StackName":"

The name associated with the stack.

", - "StackEvent$StackName":"

The name associated with a stack.

", - "StackResource$StackName":"

The name associated with the stack.

", - "StackResourceDetail$StackName":"

The name associated with the stack.

", - "StackSummary$StackName":"

The name associated with the stack.

", - "UpdateStackInput$StackName":"

The name or unique stack ID of the stack to update.

" + "StackName": { + "base": null, + "refs": { + "CancelUpdateStackInput$StackName": "

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

", + "CreateStackInput$StackName": "

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 128 characters.", + "DeleteStackInput$StackName": "

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

", + "DescribeStackEventsInput$StackName": "

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

Default: There is no default value.

", + "DescribeStackResourceInput$StackName": "

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

Default: There is no default value.

", + "DescribeStackResourcesInput$StackName": "

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

Default: There is no default value.

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

", + "DescribeStacksInput$StackName": "

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

Default: There is no default value.

", + "GetStackPolicyInput$StackName": "

The name or unique stack ID that is associated with the stack whose policy you want to get.

", + "GetTemplateInput$StackName": "

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

Default: There is no default value.

", + "ListStackResourcesInput$StackName": "

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

Default: There is no default value.

", + "SetStackPolicyInput$StackName": "

The name or unique stack ID that you want to associate a policy with.

", + "Stack$StackName": "

The name associated with the stack.

", + "StackEvent$StackName": "

The name associated with a stack.

", + "StackResource$StackName": "

The name associated with the stack.

", + "StackResourceDetail$StackName": "

The name associated with the stack.

", + "StackSummary$StackName": "

The name associated with the stack.

", + "UpdateStackInput$StackName": "

The name or unique stack ID of the stack to update.

" } }, - "StackNameOrId":{ - "refs":{ - "GetTemplateSummaryInput$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.

", - "SignalResourceInput$StackName":"

The stack name or unique stack ID that includes the resource that you want to signal.

" + "StackNameOrId": { + "base": null, + "refs": { + "ContinueUpdateRollbackInput$StackName": "

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

", + "GetTemplateSummaryInput$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.

", + "SignalResourceInput$StackName": "

The stack name or unique stack ID that includes the resource that you want to signal.

" } }, - "StackPolicyBody":{ - "refs":{ - "CreateStackInput$StackPolicyBody":"

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", - "GetStackPolicyOutput$StackPolicyBody":"

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

", - "SetStackPolicyInput$StackPolicyBody":"

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", - "UpdateStackInput$StackPolicyBody":"

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

" + "StackPolicyBody": { + "base": null, + "refs": { + "CreateStackInput$StackPolicyBody": "

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", + "GetStackPolicyOutput$StackPolicyBody": "

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

", + "SetStackPolicyInput$StackPolicyBody": "

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", + "UpdateStackInput$StackPolicyBody": "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

" } }, - "StackPolicyDuringUpdateBody":{ - "refs":{"UpdateStackInput$StackPolicyDuringUpdateBody":"

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

"} + "StackPolicyDuringUpdateBody": { + "base": null, + "refs": { + "UpdateStackInput$StackPolicyDuringUpdateBody": "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

" + } }, - "StackPolicyDuringUpdateURL":{ - "refs":{"UpdateStackInput$StackPolicyDuringUpdateURL":"

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

"} + "StackPolicyDuringUpdateURL": { + "base": null, + "refs": { + "UpdateStackInput$StackPolicyDuringUpdateURL": "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

" + } }, - "StackPolicyURL":{ - "refs":{ - "CreateStackInput$StackPolicyURL":"

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", - "SetStackPolicyInput$StackPolicyURL":"

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", - "UpdateStackInput$StackPolicyURL":"

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

" + "StackPolicyURL": { + "base": null, + "refs": { + "CreateStackInput$StackPolicyURL": "

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", + "SetStackPolicyInput$StackPolicyURL": "

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

", + "UpdateStackInput$StackPolicyURL": "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

" } }, - "StackResource":{ - "base":"

The StackResource data type.

", - "refs":{ + "StackResource": { + "base": "

The StackResource data type.

", + "refs": { + "StackResources$member": null } }, - "StackResourceDetail":{ - "base":"

Contains detailed information about the specified stack resource.

", - "refs":{"DescribeStackResourceOutput$StackResourceDetail":"

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

"} + "StackResourceDetail": { + "base": "

Contains detailed information about the specified stack resource.

", + "refs": { + "DescribeStackResourceOutput$StackResourceDetail": "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

" + } }, - "StackResourceSummaries":{ - "refs":{"ListStackResourcesOutput$StackResourceSummaries":"

A list of StackResourceSummary structures.

"} + "StackResourceSummaries": { + "base": null, + "refs": { + "ListStackResourcesOutput$StackResourceSummaries": "

A list of StackResourceSummary structures.

" + } }, - "StackResourceSummary":{ - "base":"

Contains high-level information about the specified stack resource.

", - "refs":{ + "StackResourceSummary": { + "base": "

Contains high-level information about the specified stack resource.

", + "refs": { + "StackResourceSummaries$member": null } }, - "StackResources":{ - "refs":{"DescribeStackResourcesOutput$StackResources":"

A list of StackResource structures.

"} + "StackResources": { + "base": null, + "refs": { + "DescribeStackResourcesOutput$StackResources": "

A list of StackResource structures.

" + } }, - "StackStatus":{ - "refs":{ - "Stack$StackStatus":"

Current status of the stack.

", - "StackSummary$StackStatus":"

The current status of the stack.

" + "StackStatus": { + "base": null, + "refs": { + "Stack$StackStatus": "

Current status of the stack.

", + "StackStatusFilter$member": null, + "StackSummary$StackStatus": "

The current status of the stack.

" } }, - "StackStatusFilter":{ - "refs":{"ListStacksInput$StackStatusFilter":"

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

"} + "StackStatusFilter": { + "base": null, + "refs": { + "ListStacksInput$StackStatusFilter": "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

" + } }, - "StackStatusReason":{ - "refs":{ - "Stack$StackStatusReason":"

Success/failure message associated with the stack status.

", - "StackSummary$StackStatusReason":"

Success/Failure message associated with the stack status.

" + "StackStatusReason": { + "base": null, + "refs": { + "Stack$StackStatusReason": "

Success/failure message associated with the stack status.

", + "StackSummary$StackStatusReason": "

Success/Failure message associated with the stack status.

" } }, - "StackSummaries":{ - "refs":{"ListStacksOutput$StackSummaries":"

A list of StackSummary structures containing information about the specified stacks.

"} + "StackSummaries": { + "base": null, + "refs": { + "ListStacksOutput$StackSummaries": "

A list of StackSummary structures containing information about the specified stacks.

" + } }, - "StackSummary":{ - "base":"

The StackSummary Data Type

", - "refs":{ + "StackSummary": { + "base": "

The StackSummary Data Type

", + "refs": { + "StackSummaries$member": null } }, - "Stacks":{ - "refs":{"DescribeStacksOutput$Stacks":"

A list of stack structures.

"} + "Stacks": { + "base": null, + "refs": { + "DescribeStacksOutput$Stacks": "

A list of stack structures.

" + } }, - "Tag":{ - "base":"

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.

", - "refs":{ + "Tag": { + "base": "

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.

", + "refs": { + "Tags$member": null } }, - "TagKey":{ - "refs":{"Tag$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:.

"} + "TagKey": { + "base": null, + "refs": { + "Tag$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:.

" + } }, - "TagValue":{ - "refs":{"Tag$Value":"

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

"} + "TagValue": { + "base": null, + "refs": { + "Tag$Value": "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

" + } }, - "Tags":{ - "refs":{ - "CreateStackInput$Tags":"

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

", - "Stack$Tags":"

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

" + "Tags": { + "base": null, + "refs": { + "CreateStackInput$Tags": "

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

", + "Stack$Tags": "

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

" } }, - "TemplateBody":{ - "refs":{ - "CreateStackInput$TemplateBody":"

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", - "EstimateTemplateCostInput$TemplateBody":"

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", - "GetTemplateOutput$TemplateBody":"

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", - "GetTemplateSummaryInput$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.

", - "UpdateStackInput$TemplateBody":"

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", - "ValidateTemplateInput$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.

" + "TemplateBody": { + "base": null, + "refs": { + "CreateStackInput$TemplateBody": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", + "EstimateTemplateCostInput$TemplateBody": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

", + "GetTemplateOutput$TemplateBody": "

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

", + "GetTemplateSummaryInput$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.

", + "UpdateStackInput$TemplateBody": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", + "ValidateTemplateInput$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.

" } }, - "TemplateDescription":{ - "refs":{"StackSummary$TemplateDescription":"

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

"} + "TemplateDescription": { + "base": null, + "refs": { + "StackSummary$TemplateDescription": "

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

" + } }, - "TemplateParameter":{ - "base":"

The TemplateParameter data type.

", - "refs":{ + "TemplateParameter": { + "base": "

The TemplateParameter data type.

", + "refs": { + "TemplateParameters$member": null } }, - "TemplateParameters":{ - "refs":{"ValidateTemplateOutput$Parameters":"

A list of TemplateParameter structures.

"} + "TemplateParameters": { + "base": null, + "refs": { + "ValidateTemplateOutput$Parameters": "

A list of TemplateParameter structures.

" + } }, - "TemplateURL":{ - "refs":{ - "CreateStackInput$TemplateURL":"

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", - "EstimateTemplateCostInput$TemplateURL":"

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", - "GetTemplateSummaryInput$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.

", - "UpdateStackInput$TemplateURL":"

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", - "ValidateTemplateInput$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.

" + "TemplateURL": { + "base": null, + "refs": { + "CreateStackInput$TemplateURL": "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", + "EstimateTemplateCostInput$TemplateURL": "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

", + "GetTemplateSummaryInput$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.

", + "UpdateStackInput$TemplateURL": "

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

", + "ValidateTemplateInput$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.

" } }, - "TimeoutMinutes":{ - "refs":{ - "CreateStackInput$TimeoutInMinutes":"

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", - "Stack$TimeoutInMinutes":"

The amount of time within which stack creation should complete.

" + "TimeoutMinutes": { + "base": null, + "refs": { + "CreateStackInput$TimeoutInMinutes": "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

", + "Stack$TimeoutInMinutes": "

The amount of time within which stack creation should complete.

" } }, - "Timestamp":{ - "refs":{ - "StackEvent$Timestamp":"

Time the status was updated.

", - "StackResource$Timestamp":"

Time the status was updated.

", - "StackResourceDetail$LastUpdatedTimestamp":"

Time the status was updated.

", - "StackResourceSummary$LastUpdatedTimestamp":"

Time the status was updated.

" + "Timestamp": { + "base": null, + "refs": { + "StackEvent$Timestamp": "

Time the status was updated.

", + "StackResource$Timestamp": "

Time the status was updated.

", + "StackResourceDetail$LastUpdatedTimestamp": "

Time the status was updated.

", + "StackResourceSummary$LastUpdatedTimestamp": "

Time the status was updated.

" } }, - "UpdateStackInput":{ - "base":"

The input for UpdateStack action.

", - "refs":{ + "UpdateStackInput": { + "base": "

The input for UpdateStack action.

", + "refs": { } }, - "UpdateStackOutput":{ - "base":"

The output for a UpdateStack action.

", - "refs":{ + "UpdateStackOutput": { + "base": "

The output for a UpdateStack action.

", + "refs": { } }, - "Url":{ - "refs":{"EstimateTemplateCostOutput$Url":"

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

"} + "Url": { + "base": null, + "refs": { + "EstimateTemplateCostOutput$Url": "

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

" + } }, - "UsePreviousTemplate":{ - "refs":{"UpdateStackInput$UsePreviousTemplate":"

Reuse the existing template that is associated with the stack that you are updating.

"} + "UsePreviousTemplate": { + "base": null, + "refs": { + "UpdateStackInput$UsePreviousTemplate": "

Reuse the existing template that is associated with the stack that you are updating.

" + } }, - "UsePreviousValue":{ - "refs":{"Parameter$UsePreviousValue":"

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

"} + "UsePreviousValue": { + "base": null, + "refs": { + "Parameter$UsePreviousValue": "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

" + } }, - "ValidateTemplateInput":{ - "base":"

The input for ValidateTemplate action.

", - "refs":{ + "ValidateTemplateInput": { + "base": "

The input for ValidateTemplate action.

", + "refs": { } }, - "ValidateTemplateOutput":{ - "base":"

The output for ValidateTemplate action.

", - "refs":{ + "ValidateTemplateOutput": { + "base": "

The output for ValidateTemplate action.

", + "refs": { } }, - "Version":{ - "refs":{"GetTemplateSummaryOutput$Version":"

The AWS template format version, which identifies the capabilities of the template.

"} + "Version": { + "base": null, + "refs": { + "GetTemplateSummaryOutput$Version": "

The AWS template format version, which identifies the capabilities of the template.

" + } } - }, - "service":"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/.

" + } } diff --git a/src/data/cloudformation/2010-05-15/docs-2.json.php b/src/data/cloudformation/2010-05-15/docs-2.json.php index d3a87b3199..2e492183fb 100644 --- a/src/data/cloudformation/2010-05-15/docs-2.json.php +++ b/src/data/cloudformation/2010-05-15/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'operations' => [ 'CancelUpdateStack' => '

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.', 'CreateStack' => '

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.

', 'DeleteStack' => '

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.

', 'DescribeAccountLimits' => '

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

', 'DescribeStackEvents' => '

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].', 'DescribeStackResource' => '

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.

', 'DescribeStackResources' => '

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.', 'DescribeStacks' => '

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

', 'EstimateTemplateCost' => '

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.

', 'GetStackPolicy' => '

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

', 'GetTemplate' => '

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. ', 'GetTemplateSummary' => '

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.

', 'ListStackResources' => '

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.

', 'ListStacks' => '

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

', 'SetStackPolicy' => '

Sets a stack policy for a specified stack.

', 'SignalResource' => '

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.

', 'UpdateStack' => '

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.

', 'ValidateTemplate' => '

Validates a specified template.

', ], 'shapes' => [ 'AccountLimit' => [ 'base' => '

The AccountLimit data type.

', 'refs' => [], ], 'AccountLimitList' => [ 'refs' => [ 'DescribeAccountLimitsOutput$AccountLimits' => '

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

', ], ], 'AllowedValue' => [ 'refs' => [], ], 'AllowedValues' => [ 'refs' => [ 'ParameterConstraints$AllowedValues' => '

A list of values that are permitted for a parameter.

', ], ], 'AlreadyExistsException' => [ 'base' => '

Resource with the name requested already exists.

', 'refs' => [], ], 'CancelUpdateStackInput' => [ 'base' => '

The input for the CancelUpdateStack action.

', 'refs' => [], ], 'Capabilities' => [ 'refs' => [ 'CreateStackInput$Capabilities' => '

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don\'t specify this parameter, this action returns an InsufficientCapabilities error.

', 'GetTemplateSummaryOutput$Capabilities' => '

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

', 'Stack$Capabilities' => '

The capabilities allowed in the stack.

', 'UpdateStackInput$Capabilities' => '

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don\'t specify this parameter, this action returns an InsufficientCapabilities error.

', 'ValidateTemplateOutput$Capabilities' => '

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

', ], ], 'CapabilitiesReason' => [ 'refs' => [ 'GetTemplateSummaryOutput$CapabilitiesReason' => '

The list of resources that generated the values in the Capabilities response element.

', 'ValidateTemplateOutput$CapabilitiesReason' => '

The list of resources that generated the values in the Capabilities response element.

', ], ], 'Capability' => [ 'refs' => [], ], 'CreateStackInput' => [ 'base' => '

The input for CreateStack action.

', 'refs' => [], ], 'CreateStackOutput' => [ 'base' => '

The output for a CreateStack action.

', 'refs' => [], ], 'CreationTime' => [ 'refs' => [ 'Stack$CreationTime' => '

The time at which the stack was created.

', 'StackSummary$CreationTime' => '

The time the stack was created.

', ], ], 'DeleteStackInput' => [ 'base' => '

The input for DeleteStack action.

', 'refs' => [], ], 'DeletionTime' => [ 'refs' => [ 'StackSummary$DeletionTime' => '

The time the stack was deleted.

', ], ], 'DescribeAccountLimitsInput' => [ 'base' => '

The input for the DescribeAccountLimits action.

', 'refs' => [], ], 'DescribeAccountLimitsOutput' => [ 'base' => '

The output for the DescribeAccountLimits action.

', 'refs' => [], ], 'DescribeStackEventsInput' => [ 'base' => '

The input for DescribeStackEvents action.

', 'refs' => [], ], 'DescribeStackEventsOutput' => [ 'base' => '

The output for a DescribeStackEvents action.

', 'refs' => [], ], 'DescribeStackResourceInput' => [ 'base' => '

The input for DescribeStackResource action.

', 'refs' => [], ], 'DescribeStackResourceOutput' => [ 'base' => '

The output for a DescribeStackResource action.

', 'refs' => [], ], 'DescribeStackResourcesInput' => [ 'base' => '

The input for DescribeStackResources action.

', 'refs' => [], ], 'DescribeStackResourcesOutput' => [ 'base' => '

The output for a DescribeStackResources action.

', 'refs' => [], ], 'DescribeStacksInput' => [ 'base' => '

The input for DescribeStacks action.

', 'refs' => [], ], 'DescribeStacksOutput' => [ 'base' => '

The output for a DescribeStacks action.

', 'refs' => [], ], 'Description' => [ 'refs' => [ 'GetTemplateSummaryOutput$Description' => '

The value that is defined in the Description property of the template.

', 'Output$Description' => '

User defined description associated with the output.

', 'ParameterDeclaration$Description' => '

The description that is associate with the parameter.

', 'Stack$Description' => '

A user-defined description associated with the stack.

', 'StackResource$Description' => '

User defined description associated with the resource.

', 'StackResourceDetail$Description' => '

User defined description associated with the resource.

', 'TemplateParameter$Description' => '

User defined description associated with the parameter.

', 'ValidateTemplateOutput$Description' => '

The description found within the template.

', ], ], 'DisableRollback' => [ 'refs' => [ 'CreateStackInput$DisableRollback' => '

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

', 'Stack$DisableRollback' => '

Boolean to enable or disable rollback on stack creation failures:

', ], ], 'EstimateTemplateCostInput' => [ 'refs' => [], ], 'EstimateTemplateCostOutput' => [ 'base' => '

The output for a EstimateTemplateCost action.

', 'refs' => [], ], 'EventId' => [ 'refs' => [ 'StackEvent$EventId' => '

The unique ID of this event.

', ], ], 'GetStackPolicyInput' => [ 'base' => '

The input for the GetStackPolicy action.

', 'refs' => [], ], 'GetStackPolicyOutput' => [ 'base' => '

The output for the GetStackPolicy action.

', 'refs' => [], ], 'GetTemplateInput' => [ 'base' => '

The input for a GetTemplate action.

', 'refs' => [], ], 'GetTemplateOutput' => [ 'base' => '

The output for GetTemplate action.

', 'refs' => [], ], 'GetTemplateSummaryInput' => [ 'base' => '

The input for the GetTemplateSummary action.

', 'refs' => [], ], 'GetTemplateSummaryOutput' => [ 'base' => '

The output for the GetTemplateSummary action.

', 'refs' => [], ], 'InsufficientCapabilitiesException' => [ 'base' => '

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

', 'refs' => [], ], 'LastUpdatedTime' => [ 'refs' => [ 'Stack$LastUpdatedTime' => '

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

', 'StackSummary$LastUpdatedTime' => '

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

', ], ], 'LimitExceededException' => [ 'base' => '

Quota for the resource has already been reached.

', 'refs' => [], ], 'LimitName' => [ 'refs' => [ 'AccountLimit$Name' => '

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

', ], ], 'LimitValue' => [ 'refs' => [ 'AccountLimit$Value' => '

The value that is associated with the account limit name.

', ], ], 'ListStackResourcesInput' => [ 'base' => '

The input for the ListStackResource action.

', 'refs' => [], ], 'ListStackResourcesOutput' => [ 'base' => '

The output for a ListStackResources action.

', 'refs' => [], ], 'ListStacksInput' => [ 'base' => '

The input for ListStacks action.

', 'refs' => [], ], 'ListStacksOutput' => [ 'base' => '

The output for ListStacks action.

', 'refs' => [], ], 'LogicalResourceId' => [ 'refs' => [ 'DescribeStackResourceInput$LogicalResourceId' => '

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

Default: There is no default value.

', 'DescribeStackResourcesInput$LogicalResourceId' => '

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

Default: There is no default value.

', 'SignalResourceInput$LogicalResourceId' => '

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

', 'StackEvent$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResource$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResourceDetail$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResourceSummary$LogicalResourceId' => '

The logical name of the resource specified in the template.

', ], ], 'Metadata' => [ 'refs' => [ 'GetTemplateSummaryOutput$Metadata' => '

The value that is defined for the Metadata property of the template.

', 'StackResourceDetail$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.

', ], ], 'NextToken' => [ 'refs' => [ 'DescribeAccountLimitsInput$NextToken' => '

A string that identifies the next page of limits that you want to retrieve.

', 'DescribeAccountLimitsOutput$NextToken' => '

A string that identifies the next page of limits. If no additional page exists, this value is null.

', 'DescribeStackEventsInput$NextToken' => '

String that identifies the start of the next list of events, if there is one.

Default: There is no default value.

', 'DescribeStackEventsOutput$NextToken' => '

String that identifies the start of the next list of events, if there is one.

', 'DescribeStacksInput$NextToken' => 'String that identifies the start of the next list of stacks, if there is one.', 'DescribeStacksOutput$NextToken' => 'String that identifies the start of the next list of stacks, if there is one.', 'ListStackResourcesInput$NextToken' => '

String that identifies the start of the next list of stack resource summaries, if there is one.

Default: There is no default value.

', 'ListStackResourcesOutput$NextToken' => '

String that identifies the start of the next list of stack resources, if there is one.

', 'ListStacksInput$NextToken' => '

String that identifies the start of the next list of stacks, if there is one.

Default: There is no default value.

', 'ListStacksOutput$NextToken' => '

String that identifies the start of the next list of stacks, if there is one.

', ], ], 'NoEcho' => [ 'refs' => [ 'ParameterDeclaration$NoEcho' => '

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

', 'TemplateParameter$NoEcho' => '

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

', ], ], 'NotificationARN' => [ 'refs' => [], ], 'NotificationARNs' => [ 'refs' => [ 'CreateStackInput$NotificationARNs' => '

The Simple Notification Service (SNS] topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI].

', 'Stack$NotificationARNs' => '

SNS topic ARNs to which stack related events are published.

', 'UpdateStackInput$NotificationARNs' => '

Update the ARNs for the Amazon SNS topics that are associated with the stack.

', ], ], 'OnFailure' => [ 'refs' => [ 'CreateStackInput$OnFailure' => '

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

', ], ], 'Output' => [ 'base' => '

The Output data type.

', 'refs' => [], ], 'OutputKey' => [ 'refs' => [ 'Output$OutputKey' => '

The key associated with the output.

', ], ], 'OutputValue' => [ 'refs' => [ 'Output$OutputValue' => '

The value associated with the output.

', ], ], 'Outputs' => [ 'refs' => [ 'Stack$Outputs' => '

A list of output structures.

', ], ], 'Parameter' => [ 'base' => '

The Parameter data type.

', 'refs' => [], ], 'ParameterConstraints' => [ 'base' => '

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.

', 'refs' => [ 'ParameterDeclaration$ParameterConstraints' => '

The criteria that AWS CloudFormation uses to validate parameter values.

', ], ], 'ParameterDeclaration' => [ 'base' => '

The ParameterDeclaration data type.

', 'refs' => [], ], 'ParameterDeclarations' => [ 'refs' => [ 'GetTemplateSummaryOutput$Parameters' => '

A list of parameter declarations that describe various properties for each parameter.

', ], ], 'ParameterKey' => [ 'refs' => [ 'Parameter$ParameterKey' => '

The key associated with the parameter. If you don\'t specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

', 'ParameterDeclaration$ParameterKey' => '

The name that is associated with the parameter.

', 'TemplateParameter$ParameterKey' => '

The name associated with the parameter.

', ], ], 'ParameterType' => [ 'refs' => [ 'ParameterDeclaration$ParameterType' => '

The type of parameter.

', ], ], 'ParameterValue' => [ 'refs' => [ 'Parameter$ParameterValue' => '

The value associated with the parameter.

', 'ParameterDeclaration$DefaultValue' => '

The default value of the parameter.

', 'TemplateParameter$DefaultValue' => '

The default value associated with the parameter.

', ], ], 'Parameters' => [ 'refs' => [ 'CreateStackInput$Parameters' => '

A list of Parameter structures that specify input parameters for the stack.

', 'EstimateTemplateCostInput$Parameters' => '

A list of Parameter structures that specify input parameters.

', 'Stack$Parameters' => '

A list of Parameter structures.

', 'UpdateStackInput$Parameters' => '

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

', ], ], 'PhysicalResourceId' => [ 'refs' => [ 'DescribeStackResourcesInput$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.

', 'StackEvent$PhysicalResourceId' => '

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

', 'StackResource$PhysicalResourceId' => '

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

', 'StackResourceDetail$PhysicalResourceId' => '

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

', 'StackResourceSummary$PhysicalResourceId' => '

The name or unique identifier that corresponds to a physical instance ID of the resource.

', ], ], 'ResourceProperties' => [ 'refs' => [ 'StackEvent$ResourceProperties' => '

BLOB of the properties used to create the resource.

', ], ], 'ResourceSignalStatus' => [ 'refs' => [ 'SignalResourceInput$Status' => '

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

', ], ], 'ResourceSignalUniqueId' => [ 'refs' => [ 'SignalResourceInput$UniqueId' => '

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition], each signal requires a different unique ID.

', ], ], 'ResourceStatus' => [ 'refs' => [ 'StackEvent$ResourceStatus' => '

Current status of the resource.

', 'StackResource$ResourceStatus' => '

Current status of the resource.

', 'StackResourceDetail$ResourceStatus' => '

Current status of the resource.

', 'StackResourceSummary$ResourceStatus' => '

Current status of the resource.

', ], ], 'ResourceStatusReason' => [ 'refs' => [ 'StackEvent$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResource$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResourceDetail$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResourceSummary$ResourceStatusReason' => '

Success/failure message associated with the resource.

', ], ], 'ResourceType' => [ 'refs' => [ 'StackEvent$ResourceType' => '

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

', 'StackResource$ResourceType' => '

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

', 'StackResourceDetail$ResourceType' => '

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

', 'StackResourceSummary$ResourceType' => '

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

', ], ], 'ResourceTypes' => [ 'refs' => [ 'CreateStackInput$ResourceTypes' => '

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource], Custom::* (for all custom resources], Custom::logical_ID (for a specific custom resource], AWS::service_name::* (for all resources of a particular AWS service], and AWS::service_name::resource_logical_ID (for a specific AWS resource].

If the list of resource types doesn\'t include a resource that you\'re creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM] uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

', 'GetTemplateSummaryOutput$ResourceTypes' => '

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resources], Custom::* (for all custom resources], Custom::logical_ID (for a specific custom resource], AWS::service_name::* (for all resources of a particular AWS service], and AWS::service_name::resource_logical_ID (for a specific AWS resource].

', 'UpdateStackInput$ResourceTypes' => '

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

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

', ], ], 'SetStackPolicyInput' => [ 'base' => '

The input for the SetStackPolicy action.

', 'refs' => [], ], 'SignalResourceInput' => [ 'base' => '

The input for the SignalResource action.

', 'refs' => [], ], 'Stack' => [ 'base' => '

The Stack data type.

', 'refs' => [], ], 'StackEvent' => [ 'base' => '

The StackEvent data type.

', 'refs' => [], ], 'StackEvents' => [ 'refs' => [ 'DescribeStackEventsOutput$StackEvents' => '

A list of StackEvents structures.

', ], ], 'StackId' => [ 'refs' => [ 'CreateStackOutput$StackId' => '

Unique identifier of the stack.

', 'Stack$StackId' => '

Unique identifier of the stack.

', 'StackEvent$StackId' => '

The unique ID name of the instance of the stack.

', 'StackResource$StackId' => '

Unique identifier of the stack.

', 'StackResourceDetail$StackId' => '

Unique identifier of the stack.

', 'StackSummary$StackId' => '

Unique stack identifier.

', 'UpdateStackOutput$StackId' => '

Unique identifier of the stack.

', ], ], 'StackName' => [ 'refs' => [ 'CancelUpdateStackInput$StackName' => '

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

', 'CreateStackInput$StackName' => '

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive] and hyphens. It must start with an alphabetic character and cannot be longer than 255 characters.', 'DeleteStackInput$StackName' => '

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

', 'DescribeStackEventsInput$StackName' => '

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

Default: There is no default value.

', 'DescribeStackResourceInput$StackName' => '

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

Default: There is no default value.

', 'DescribeStackResourcesInput$StackName' => '

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

Default: There is no default value.

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

', 'DescribeStacksInput$StackName' => '

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

Default: There is no default value.

', 'GetStackPolicyInput$StackName' => '

The name or unique stack ID that is associated with the stack whose policy you want to get.

', 'GetTemplateInput$StackName' => '

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

Default: There is no default value.

', 'ListStackResourcesInput$StackName' => '

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

Default: There is no default value.

', 'SetStackPolicyInput$StackName' => '

The name or unique stack ID that you want to associate a policy with.

', 'Stack$StackName' => '

The name associated with the stack.

', 'StackEvent$StackName' => '

The name associated with a stack.

', 'StackResource$StackName' => '

The name associated with the stack.

', 'StackResourceDetail$StackName' => '

The name associated with the stack.

', 'StackSummary$StackName' => '

The name associated with the stack.

', 'UpdateStackInput$StackName' => '

The name or unique stack ID of the stack to update.

', ], ], 'StackNameOrId' => [ 'refs' => [ 'GetTemplateSummaryInput$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.

', 'SignalResourceInput$StackName' => '

The stack name or unique stack ID that includes the resource that you want to signal.

', ], ], 'StackPolicyBody' => [ 'refs' => [ 'CreateStackInput$StackPolicyBody' => '

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'GetStackPolicyOutput$StackPolicyBody' => '

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

', 'SetStackPolicyInput$StackPolicyBody' => '

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'UpdateStackInput$StackPolicyBody' => '

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

', ], ], 'StackPolicyDuringUpdateBody' => [ 'refs' => [ 'UpdateStackInput$StackPolicyDuringUpdateBody' => '

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

', ], ], 'StackPolicyDuringUpdateURL' => [ 'refs' => [ 'UpdateStackInput$StackPolicyDuringUpdateURL' => '

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

', ], ], 'StackPolicyURL' => [ 'refs' => [ 'CreateStackInput$StackPolicyURL' => '

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'SetStackPolicyInput$StackPolicyURL' => '

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'UpdateStackInput$StackPolicyURL' => '

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

', ], ], 'StackResource' => [ 'base' => '

The StackResource data type.

', 'refs' => [], ], 'StackResourceDetail' => [ 'base' => '

Contains detailed information about the specified stack resource.

', 'refs' => [ 'DescribeStackResourceOutput$StackResourceDetail' => '

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

', ], ], 'StackResourceSummaries' => [ 'refs' => [ 'ListStackResourcesOutput$StackResourceSummaries' => '

A list of StackResourceSummary structures.

', ], ], 'StackResourceSummary' => [ 'base' => '

Contains high-level information about the specified stack resource.

', 'refs' => [], ], 'StackResources' => [ 'refs' => [ 'DescribeStackResourcesOutput$StackResources' => '

A list of StackResource structures.

', ], ], 'StackStatus' => [ 'refs' => [ 'Stack$StackStatus' => '

Current status of the stack.

', 'StackSummary$StackStatus' => '

The current status of the stack.

', ], ], 'StackStatusFilter' => [ 'refs' => [ 'ListStacksInput$StackStatusFilter' => '

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

', ], ], 'StackStatusReason' => [ 'refs' => [ 'Stack$StackStatusReason' => '

Success/failure message associated with the stack status.

', 'StackSummary$StackStatusReason' => '

Success/Failure message associated with the stack status.

', ], ], 'StackSummaries' => [ 'refs' => [ 'ListStacksOutput$StackSummaries' => '

A list of StackSummary structures containing information about the specified stacks.

', ], ], 'StackSummary' => [ 'base' => '

The StackSummary Data Type

', 'refs' => [], ], 'Stacks' => [ 'refs' => [ 'DescribeStacksOutput$Stacks' => '

A list of stack structures.

', ], ], 'Tag' => [ 'base' => '

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.

', 'refs' => [], ], 'TagKey' => [ 'refs' => [ 'Tag$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:.

', ], ], 'TagValue' => [ 'refs' => [ 'Tag$Value' => '

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

', ], ], 'Tags' => [ 'refs' => [ 'CreateStackInput$Tags' => '

A set of user-defined Tags to associate with this stack, represented by key/value pairs. Tags defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of 10 tags can be specified.

', 'Stack$Tags' => '

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

', ], ], 'TemplateBody' => [ 'refs' => [ 'CreateStackInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'EstimateTemplateCostInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

', 'GetTemplateOutput$TemplateBody' => '

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

', 'GetTemplateSummaryInput$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.

', 'UpdateStackInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'ValidateTemplateInput$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.

', ], ], 'TemplateDescription' => [ 'refs' => [ 'StackSummary$TemplateDescription' => '

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

', ], ], 'TemplateParameter' => [ 'base' => '

The TemplateParameter data type.

', 'refs' => [], ], 'TemplateParameters' => [ 'refs' => [ 'ValidateTemplateOutput$Parameters' => '

A list of TemplateParameter structures.

', ], ], 'TemplateURL' => [ 'refs' => [ 'CreateStackInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes] that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'EstimateTemplateCostInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

', 'GetTemplateSummaryInput$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.

', 'UpdateStackInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'ValidateTemplateInput$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.

', ], ], 'TimeoutMinutes' => [ 'refs' => [ 'CreateStackInput$TimeoutInMinutes' => '

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

', 'Stack$TimeoutInMinutes' => '

The amount of time within which stack creation should complete.

', ], ], 'Timestamp' => [ 'refs' => [ 'StackEvent$Timestamp' => '

Time the status was updated.

', 'StackResource$Timestamp' => '

Time the status was updated.

', 'StackResourceDetail$LastUpdatedTimestamp' => '

Time the status was updated.

', 'StackResourceSummary$LastUpdatedTimestamp' => '

Time the status was updated.

', ], ], 'UpdateStackInput' => [ 'base' => '

The input for UpdateStack action.

', 'refs' => [], ], 'UpdateStackOutput' => [ 'base' => '

The output for a UpdateStack action.

', 'refs' => [], ], 'Url' => [ 'refs' => [ 'EstimateTemplateCostOutput$Url' => '

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

', ], ], 'UsePreviousTemplate' => [ 'refs' => [ 'UpdateStackInput$UsePreviousTemplate' => '

Reuse the existing template that is associated with the stack that you are updating.

', ], ], 'UsePreviousValue' => [ 'refs' => [ 'Parameter$UsePreviousValue' => '

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

', ], ], 'ValidateTemplateInput' => [ 'base' => '

The input for ValidateTemplate action.

', 'refs' => [], ], 'ValidateTemplateOutput' => [ 'base' => '

The output for ValidateTemplate action.

', 'refs' => [], ], 'Version' => [ 'refs' => [ 'GetTemplateSummaryOutput$Version' => '

The AWS template format version, which identifies the capabilities of the template.

', ], ], ], 'service' => '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/.

',]; +return [ 'version' => '2.0', 'service' => 'AWS CloudFormation

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

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

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

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

', 'operations' => [ 'CancelUpdateStack' => '

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.', 'ContinueUpdateRollback' => '

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

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

', 'CreateStack' => '

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.

', 'DeleteStack' => '

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.

', 'DescribeAccountLimits' => '

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

', 'DescribeStackEvents' => '

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].', 'DescribeStackResource' => '

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.

', 'DescribeStackResources' => '

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.', 'DescribeStacks' => '

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

', 'EstimateTemplateCost' => '

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.

', 'GetStackPolicy' => '

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

', 'GetTemplate' => '

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. ', 'GetTemplateSummary' => '

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.

', 'ListStackResources' => '

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.

', 'ListStacks' => '

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

', 'SetStackPolicy' => '

Sets a stack policy for a specified stack.

', 'SignalResource' => '

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.

', 'UpdateStack' => '

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.

', 'ValidateTemplate' => '

Validates a specified template.

', ], 'shapes' => [ 'AccountLimit' => [ 'base' => '

The AccountLimit data type.

', 'refs' => [ 'AccountLimitList$member' => NULL, ], ], 'AccountLimitList' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountLimitsOutput$AccountLimits' => '

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

', ], ], 'AllowedValue' => [ 'base' => NULL, 'refs' => [ 'AllowedValues$member' => NULL, ], ], 'AllowedValues' => [ 'base' => NULL, 'refs' => [ 'ParameterConstraints$AllowedValues' => '

A list of values that are permitted for a parameter.

', ], ], 'AlreadyExistsException' => [ 'base' => '

Resource with the name requested already exists.

', 'refs' => [], ], 'CancelUpdateStackInput' => [ 'base' => '

The input for the CancelUpdateStack action.

', 'refs' => [], ], 'Capabilities' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$Capabilities' => '

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter.

Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don\'t specify this parameter, this action returns an InsufficientCapabilities error.

', 'GetTemplateSummaryOutput$Capabilities' => '

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

', 'Stack$Capabilities' => '

The capabilities allowed in the stack.

', 'UpdateStackInput$Capabilities' => '

A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is CAPABILITY_IAM, which is required for the following resources: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, and AWS::IAM::UserToGroupAddition. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don\'t specify this parameter, this action returns an InsufficientCapabilities error.

', 'ValidateTemplateOutput$Capabilities' => '

The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

', ], ], 'CapabilitiesReason' => [ 'base' => NULL, 'refs' => [ 'GetTemplateSummaryOutput$CapabilitiesReason' => '

The list of resources that generated the values in the Capabilities response element.

', 'ValidateTemplateOutput$CapabilitiesReason' => '

The list of resources that generated the values in the Capabilities response element.

', ], ], 'Capability' => [ 'base' => NULL, 'refs' => [ 'Capabilities$member' => NULL, ], ], 'ContinueUpdateRollbackInput' => [ 'base' => '

The input for the ContinueUpdateRollback action.

', 'refs' => [], ], 'ContinueUpdateRollbackOutput' => [ 'base' => '

The output for a ContinueUpdateRollback action.

', 'refs' => [], ], 'CreateStackInput' => [ 'base' => '

The input for CreateStack action.

', 'refs' => [], ], 'CreateStackOutput' => [ 'base' => '

The output for a CreateStack action.

', 'refs' => [], ], 'CreationTime' => [ 'base' => NULL, 'refs' => [ 'Stack$CreationTime' => '

The time at which the stack was created.

', 'StackSummary$CreationTime' => '

The time the stack was created.

', ], ], 'DeleteStackInput' => [ 'base' => '

The input for DeleteStack action.

', 'refs' => [], ], 'DeletionTime' => [ 'base' => NULL, 'refs' => [ 'StackSummary$DeletionTime' => '

The time the stack was deleted.

', ], ], 'DescribeAccountLimitsInput' => [ 'base' => '

The input for the DescribeAccountLimits action.

', 'refs' => [], ], 'DescribeAccountLimitsOutput' => [ 'base' => '

The output for the DescribeAccountLimits action.

', 'refs' => [], ], 'DescribeStackEventsInput' => [ 'base' => '

The input for DescribeStackEvents action.

', 'refs' => [], ], 'DescribeStackEventsOutput' => [ 'base' => '

The output for a DescribeStackEvents action.

', 'refs' => [], ], 'DescribeStackResourceInput' => [ 'base' => '

The input for DescribeStackResource action.

', 'refs' => [], ], 'DescribeStackResourceOutput' => [ 'base' => '

The output for a DescribeStackResource action.

', 'refs' => [], ], 'DescribeStackResourcesInput' => [ 'base' => '

The input for DescribeStackResources action.

', 'refs' => [], ], 'DescribeStackResourcesOutput' => [ 'base' => '

The output for a DescribeStackResources action.

', 'refs' => [], ], 'DescribeStacksInput' => [ 'base' => '

The input for DescribeStacks action.

', 'refs' => [], ], 'DescribeStacksOutput' => [ 'base' => '

The output for a DescribeStacks action.

', 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'GetTemplateSummaryOutput$Description' => '

The value that is defined in the Description property of the template.

', 'Output$Description' => '

User defined description associated with the output.

', 'ParameterDeclaration$Description' => '

The description that is associate with the parameter.

', 'Stack$Description' => '

A user-defined description associated with the stack.

', 'StackResource$Description' => '

User defined description associated with the resource.

', 'StackResourceDetail$Description' => '

User defined description associated with the resource.

', 'TemplateParameter$Description' => '

User defined description associated with the parameter.

', 'ValidateTemplateOutput$Description' => '

The description found within the template.

', ], ], 'DisableRollback' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$DisableRollback' => '

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

', 'Stack$DisableRollback' => '

Boolean to enable or disable rollback on stack creation failures:

', ], ], 'EstimateTemplateCostInput' => [ 'base' => NULL, 'refs' => [], ], 'EstimateTemplateCostOutput' => [ 'base' => '

The output for a EstimateTemplateCost action.

', 'refs' => [], ], 'EventId' => [ 'base' => NULL, 'refs' => [ 'StackEvent$EventId' => '

The unique ID of this event.

', ], ], 'GetStackPolicyInput' => [ 'base' => '

The input for the GetStackPolicy action.

', 'refs' => [], ], 'GetStackPolicyOutput' => [ 'base' => '

The output for the GetStackPolicy action.

', 'refs' => [], ], 'GetTemplateInput' => [ 'base' => '

The input for a GetTemplate action.

', 'refs' => [], ], 'GetTemplateOutput' => [ 'base' => '

The output for GetTemplate action.

', 'refs' => [], ], 'GetTemplateSummaryInput' => [ 'base' => '

The input for the GetTemplateSummary action.

', 'refs' => [], ], 'GetTemplateSummaryOutput' => [ 'base' => '

The output for the GetTemplateSummary action.

', 'refs' => [], ], 'InsufficientCapabilitiesException' => [ 'base' => '

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

', 'refs' => [], ], 'LastUpdatedTime' => [ 'base' => NULL, 'refs' => [ 'Stack$LastUpdatedTime' => '

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

', 'StackSummary$LastUpdatedTime' => '

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

', ], ], 'LimitExceededException' => [ 'base' => '

Quota for the resource has already been reached.

', 'refs' => [], ], 'LimitName' => [ 'base' => NULL, 'refs' => [ 'AccountLimit$Name' => '

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

', ], ], 'LimitValue' => [ 'base' => NULL, 'refs' => [ 'AccountLimit$Value' => '

The value that is associated with the account limit name.

', ], ], 'ListStackResourcesInput' => [ 'base' => '

The input for the ListStackResource action.

', 'refs' => [], ], 'ListStackResourcesOutput' => [ 'base' => '

The output for a ListStackResources action.

', 'refs' => [], ], 'ListStacksInput' => [ 'base' => '

The input for ListStacks action.

', 'refs' => [], ], 'ListStacksOutput' => [ 'base' => '

The output for ListStacks action.

', 'refs' => [], ], 'LogicalResourceId' => [ 'base' => NULL, 'refs' => [ 'DescribeStackResourceInput$LogicalResourceId' => '

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

Default: There is no default value.

', 'DescribeStackResourcesInput$LogicalResourceId' => '

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

Default: There is no default value.

', 'SignalResourceInput$LogicalResourceId' => '

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

', 'StackEvent$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResource$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResourceDetail$LogicalResourceId' => '

The logical name of the resource specified in the template.

', 'StackResourceSummary$LogicalResourceId' => '

The logical name of the resource specified in the template.

', ], ], 'Metadata' => [ 'base' => NULL, 'refs' => [ 'GetTemplateSummaryOutput$Metadata' => '

The value that is defined for the Metadata property of the template.

', 'StackResourceDetail$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.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountLimitsInput$NextToken' => '

A string that identifies the next page of limits that you want to retrieve.

', 'DescribeAccountLimitsOutput$NextToken' => '

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

', 'DescribeStackEventsInput$NextToken' => '

A string that identifies the next page of events that you want to retrieve.

', 'DescribeStackEventsOutput$NextToken' => '

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

', 'DescribeStacksInput$NextToken' => '

A string that identifies the next page of stacks that you want to retrieve.

', 'DescribeStacksOutput$NextToken' => '

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

', 'ListStackResourcesInput$NextToken' => '

A string that identifies the next page of stack resources that you want to retrieve.

', 'ListStackResourcesOutput$NextToken' => '

If the output exceeds 1 MB in size, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

', 'ListStacksInput$NextToken' => '

A string that identifies the next page of stacks that you want to retrieve.

', 'ListStacksOutput$NextToken' => '

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

', ], ], 'NoEcho' => [ 'base' => NULL, 'refs' => [ 'ParameterDeclaration$NoEcho' => '

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

', 'TemplateParameter$NoEcho' => '

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

', ], ], 'NotificationARN' => [ 'base' => NULL, 'refs' => [ 'NotificationARNs$member' => NULL, ], ], 'NotificationARNs' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$NotificationARNs' => '

The Simple Notification Service (SNS] topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI].

', 'Stack$NotificationARNs' => '

SNS topic ARNs to which stack related events are published.

', 'UpdateStackInput$NotificationARNs' => '

Amazon Simple Notification Service topic Amazon Resource Names (ARNs] that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

', ], ], 'OnFailure' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$OnFailure' => '

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

', ], ], 'Output' => [ 'base' => '

The Output data type.

', 'refs' => [ 'Outputs$member' => NULL, ], ], 'OutputKey' => [ 'base' => NULL, 'refs' => [ 'Output$OutputKey' => '

The key associated with the output.

', ], ], 'OutputValue' => [ 'base' => NULL, 'refs' => [ 'Output$OutputValue' => '

The value associated with the output.

', ], ], 'Outputs' => [ 'base' => NULL, 'refs' => [ 'Stack$Outputs' => '

A list of output structures.

', ], ], 'Parameter' => [ 'base' => '

The Parameter data type.

', 'refs' => [ 'Parameters$member' => NULL, ], ], 'ParameterConstraints' => [ 'base' => '

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.

', 'refs' => [ 'ParameterDeclaration$ParameterConstraints' => '

The criteria that AWS CloudFormation uses to validate parameter values.

', ], ], 'ParameterDeclaration' => [ 'base' => '

The ParameterDeclaration data type.

', 'refs' => [ 'ParameterDeclarations$member' => NULL, ], ], 'ParameterDeclarations' => [ 'base' => NULL, 'refs' => [ 'GetTemplateSummaryOutput$Parameters' => '

A list of parameter declarations that describe various properties for each parameter.

', ], ], 'ParameterKey' => [ 'base' => NULL, 'refs' => [ 'Parameter$ParameterKey' => '

The key associated with the parameter. If you don\'t specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

', 'ParameterDeclaration$ParameterKey' => '

The name that is associated with the parameter.

', 'TemplateParameter$ParameterKey' => '

The name associated with the parameter.

', ], ], 'ParameterType' => [ 'base' => NULL, 'refs' => [ 'ParameterDeclaration$ParameterType' => '

The type of parameter.

', ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'Parameter$ParameterValue' => '

The value associated with the parameter.

', 'ParameterDeclaration$DefaultValue' => '

The default value of the parameter.

', 'TemplateParameter$DefaultValue' => '

The default value associated with the parameter.

', ], ], 'Parameters' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$Parameters' => '

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

', 'EstimateTemplateCostInput$Parameters' => '

A list of Parameter structures that specify input parameters.

', 'Stack$Parameters' => '

A list of Parameter structures.

', 'UpdateStackInput$Parameters' => '

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

', ], ], 'PhysicalResourceId' => [ 'base' => NULL, 'refs' => [ 'DescribeStackResourcesInput$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.

', 'StackEvent$PhysicalResourceId' => '

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

', 'StackResource$PhysicalResourceId' => '

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

', 'StackResourceDetail$PhysicalResourceId' => '

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

', 'StackResourceSummary$PhysicalResourceId' => '

The name or unique identifier that corresponds to a physical instance ID of the resource.

', ], ], 'ResourceProperties' => [ 'base' => NULL, 'refs' => [ 'StackEvent$ResourceProperties' => '

BLOB of the properties used to create the resource.

', ], ], 'ResourceSignalStatus' => [ 'base' => NULL, 'refs' => [ 'SignalResourceInput$Status' => '

The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.

', ], ], 'ResourceSignalUniqueId' => [ 'base' => NULL, 'refs' => [ 'SignalResourceInput$UniqueId' => '

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition], each signal requires a different unique ID.

', ], ], 'ResourceStatus' => [ 'base' => NULL, 'refs' => [ 'StackEvent$ResourceStatus' => '

Current status of the resource.

', 'StackResource$ResourceStatus' => '

Current status of the resource.

', 'StackResourceDetail$ResourceStatus' => '

Current status of the resource.

', 'StackResourceSummary$ResourceStatus' => '

Current status of the resource.

', ], ], 'ResourceStatusReason' => [ 'base' => NULL, 'refs' => [ 'StackEvent$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResource$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResourceDetail$ResourceStatusReason' => '

Success/failure message associated with the resource.

', 'StackResourceSummary$ResourceStatusReason' => '

Success/failure message associated with the resource.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceTypes$member' => NULL, 'StackEvent$ResourceType' => '

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

', 'StackResource$ResourceType' => '

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

', 'StackResourceDetail$ResourceType' => '

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

', 'StackResourceSummary$ResourceType' => '

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

', ], ], 'ResourceTypes' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$ResourceTypes' => '

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all AWS resource], Custom::* (for all custom resources], Custom::logical_ID (for a specific custom resource], AWS::service_name::* (for all resources of a particular AWS service], and AWS::service_name::resource_logical_ID (for a specific AWS resource].

If the list of resource types doesn\'t include a resource that you\'re creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM] uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with AWS Identity and Access Management.

', 'GetTemplateSummaryOutput$ResourceTypes' => '

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

', 'UpdateStackInput$ResourceTypes' => '

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

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

', ], ], 'SetStackPolicyInput' => [ 'base' => '

The input for the SetStackPolicy action.

', 'refs' => [], ], 'SignalResourceInput' => [ 'base' => '

The input for the SignalResource action.

', 'refs' => [], ], 'Stack' => [ 'base' => '

The Stack data type.

', 'refs' => [ 'Stacks$member' => NULL, ], ], 'StackEvent' => [ 'base' => '

The StackEvent data type.

', 'refs' => [ 'StackEvents$member' => NULL, ], ], 'StackEvents' => [ 'base' => NULL, 'refs' => [ 'DescribeStackEventsOutput$StackEvents' => '

A list of StackEvents structures.

', ], ], 'StackId' => [ 'base' => NULL, 'refs' => [ 'CreateStackOutput$StackId' => '

Unique identifier of the stack.

', 'Stack$StackId' => '

Unique identifier of the stack.

', 'StackEvent$StackId' => '

The unique ID name of the instance of the stack.

', 'StackResource$StackId' => '

Unique identifier of the stack.

', 'StackResourceDetail$StackId' => '

Unique identifier of the stack.

', 'StackSummary$StackId' => '

Unique stack identifier.

', 'UpdateStackOutput$StackId' => '

Unique identifier of the stack.

', ], ], 'StackName' => [ 'base' => NULL, 'refs' => [ 'CancelUpdateStackInput$StackName' => '

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

', 'CreateStackInput$StackName' => '

The name that is associated with the stack. The name must be unique in the region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive] and hyphens. It must start with an alphabetic character and cannot be longer than 128 characters.', 'DeleteStackInput$StackName' => '

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

', 'DescribeStackEventsInput$StackName' => '

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

Default: There is no default value.

', 'DescribeStackResourceInput$StackName' => '

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

Default: There is no default value.

', 'DescribeStackResourcesInput$StackName' => '

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

Default: There is no default value.

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

', 'DescribeStacksInput$StackName' => '

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

Default: There is no default value.

', 'GetStackPolicyInput$StackName' => '

The name or unique stack ID that is associated with the stack whose policy you want to get.

', 'GetTemplateInput$StackName' => '

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

Default: There is no default value.

', 'ListStackResourcesInput$StackName' => '

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

Default: There is no default value.

', 'SetStackPolicyInput$StackName' => '

The name or unique stack ID that you want to associate a policy with.

', 'Stack$StackName' => '

The name associated with the stack.

', 'StackEvent$StackName' => '

The name associated with a stack.

', 'StackResource$StackName' => '

The name associated with the stack.

', 'StackResourceDetail$StackName' => '

The name associated with the stack.

', 'StackSummary$StackName' => '

The name associated with the stack.

', 'UpdateStackInput$StackName' => '

The name or unique stack ID of the stack to update.

', ], ], 'StackNameOrId' => [ 'base' => NULL, 'refs' => [ 'ContinueUpdateRollbackInput$StackName' => '

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

', 'GetTemplateSummaryInput$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.

', 'SignalResourceInput$StackName' => '

The stack name or unique stack ID that includes the resource that you want to signal.

', ], ], 'StackPolicyBody' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$StackPolicyBody' => '

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'GetStackPolicyOutput$StackPolicyBody' => '

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

', 'SetStackPolicyInput$StackPolicyBody' => '

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'UpdateStackInput$StackPolicyBody' => '

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

', ], ], 'StackPolicyDuringUpdateBody' => [ 'base' => NULL, 'refs' => [ 'UpdateStackInput$StackPolicyDuringUpdateBody' => '

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

', ], ], 'StackPolicyDuringUpdateURL' => [ 'base' => NULL, 'refs' => [ 'UpdateStackInput$StackPolicyDuringUpdateURL' => '

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used.

', ], ], 'StackPolicyURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$StackPolicyURL' => '

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'SetStackPolicyInput$StackPolicyURL' => '

Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

', 'UpdateStackInput$StackPolicyURL' => '

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB] located in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.

', ], ], 'StackResource' => [ 'base' => '

The StackResource data type.

', 'refs' => [ 'StackResources$member' => NULL, ], ], 'StackResourceDetail' => [ 'base' => '

Contains detailed information about the specified stack resource.

', 'refs' => [ 'DescribeStackResourceOutput$StackResourceDetail' => '

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

', ], ], 'StackResourceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListStackResourcesOutput$StackResourceSummaries' => '

A list of StackResourceSummary structures.

', ], ], 'StackResourceSummary' => [ 'base' => '

Contains high-level information about the specified stack resource.

', 'refs' => [ 'StackResourceSummaries$member' => NULL, ], ], 'StackResources' => [ 'base' => NULL, 'refs' => [ 'DescribeStackResourcesOutput$StackResources' => '

A list of StackResource structures.

', ], ], 'StackStatus' => [ 'base' => NULL, 'refs' => [ 'Stack$StackStatus' => '

Current status of the stack.

', 'StackStatusFilter$member' => NULL, 'StackSummary$StackStatus' => '

The current status of the stack.

', ], ], 'StackStatusFilter' => [ 'base' => NULL, 'refs' => [ 'ListStacksInput$StackStatusFilter' => '

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

', ], ], 'StackStatusReason' => [ 'base' => NULL, 'refs' => [ 'Stack$StackStatusReason' => '

Success/failure message associated with the stack status.

', 'StackSummary$StackStatusReason' => '

Success/Failure message associated with the stack status.

', ], ], 'StackSummaries' => [ 'base' => NULL, 'refs' => [ 'ListStacksOutput$StackSummaries' => '

A list of StackSummary structures containing information about the specified stacks.

', ], ], 'StackSummary' => [ 'base' => '

The StackSummary Data Type

', 'refs' => [ 'StackSummaries$member' => NULL, ], ], 'Stacks' => [ 'base' => NULL, 'refs' => [ 'DescribeStacksOutput$Stacks' => '

A list of stack structures.

', ], ], 'Tag' => [ 'base' => '

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.

', 'refs' => [ 'Tags$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$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:.

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

', ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$Tags' => '

Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified.

', 'Stack$Tags' => '

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

', ], ], 'TemplateBody' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'EstimateTemplateCostInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

', 'GetTemplateOutput$TemplateBody' => '

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

', 'GetTemplateSummaryInput$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.

', 'UpdateStackInput$TemplateBody' => '

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.]

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'ValidateTemplateInput$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.

', ], ], 'TemplateDescription' => [ 'base' => NULL, 'refs' => [ 'StackSummary$TemplateDescription' => '

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

', ], ], 'TemplateParameter' => [ 'base' => '

The TemplateParameter data type.

', 'refs' => [ 'TemplateParameters$member' => NULL, ], ], 'TemplateParameters' => [ 'base' => NULL, 'refs' => [ 'ValidateTemplateOutput$Parameters' => '

A list of TemplateParameter structures.

', ], ], 'TemplateURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes] that is located in an Amazon S3 bucket. For more information, go to the Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'EstimateTemplateCostInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

', 'GetTemplateSummaryInput$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.

', 'UpdateStackInput$TemplateURL' => '

Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

', 'ValidateTemplateInput$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.

', ], ], 'TimeoutMinutes' => [ 'base' => NULL, 'refs' => [ 'CreateStackInput$TimeoutInMinutes' => '

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

', 'Stack$TimeoutInMinutes' => '

The amount of time within which stack creation should complete.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'StackEvent$Timestamp' => '

Time the status was updated.

', 'StackResource$Timestamp' => '

Time the status was updated.

', 'StackResourceDetail$LastUpdatedTimestamp' => '

Time the status was updated.

', 'StackResourceSummary$LastUpdatedTimestamp' => '

Time the status was updated.

', ], ], 'UpdateStackInput' => [ 'base' => '

The input for UpdateStack action.

', 'refs' => [], ], 'UpdateStackOutput' => [ 'base' => '

The output for a UpdateStack action.

', 'refs' => [], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'EstimateTemplateCostOutput$Url' => '

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

', ], ], 'UsePreviousTemplate' => [ 'base' => NULL, 'refs' => [ 'UpdateStackInput$UsePreviousTemplate' => '

Reuse the existing template that is associated with the stack that you are updating.

', ], ], 'UsePreviousValue' => [ 'base' => NULL, 'refs' => [ 'Parameter$UsePreviousValue' => '

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

', ], ], 'ValidateTemplateInput' => [ 'base' => '

The input for ValidateTemplate action.

', 'refs' => [], ], 'ValidateTemplateOutput' => [ 'base' => '

The output for ValidateTemplate action.

', 'refs' => [], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'GetTemplateSummaryOutput$Version' => '

The AWS template format version, which identifies the capabilities of the template.

', ], ], ],]; diff --git a/src/data/cloudformation/2010-05-15/paginators-1.json b/src/data/cloudformation/2010-05-15/paginators-1.json index e78b27e085..da6c17d42b 100644 --- a/src/data/cloudformation/2010-05-15/paginators-1.json +++ b/src/data/cloudformation/2010-05-15/paginators-1.json @@ -1,25 +1,27 @@ { - "pagination":{ - "DescribeStackEvents":{ - "input_token":"NextToken", - "output_token":"NextToken", - "result_key":"StackEvents" + "pagination": { + "DescribeStackEvents": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "StackEvents" }, - "DescribeStackResources":{"result_key":"StackResources"}, - "DescribeStacks":{ - "input_token":"NextToken", - "output_token":"NextToken", - "result_key":"Stacks" + "DescribeStackResources": { + "result_key": "StackResources" }, - "ListStackResources":{ - "input_token":"NextToken", - "output_token":"NextToken", - "result_key":"StackResourceSummaries" + "DescribeStacks": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "Stacks" }, - "ListStacks":{ - "input_token":"NextToken", - "output_token":"NextToken", - "result_key":"StackSummaries" + "ListStackResources": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "StackResourceSummaries" + }, + "ListStacks": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "StackSummaries" } } }