aws-sdk-core 2.0.0.rc5 → 2.0.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
6
6
  "service_full_name": "AWS CloudFormation",
7
7
  "endpoint_prefix": "cloudformation",
8
8
  "xmlnamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/",
9
- "documentation": null,
9
+ "documentation": "\n <fullname>AWS CloudFormation</fullname>\n <p>AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly.\n AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling\n to build highly-reliable, highly scalable, cost effective applications without worrying about creating and\n configuring the underlying AWS infrastructure.</p>\n <p>With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template\n defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all\n member resources of the stack together and manages all dependencies between the resources for you.</p>\n <p>For more information about this product, go to the <a href=\"http://aws.amazon.com/cloudformation/\">CloudFormation Product Page</a>.</p>\n <p>Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a\n specific AWS product, you can find the product's technical documentation at <a href=\"http://aws.amazon.com/documentation/\">http://aws.amazon.com/documentation/</a>.</p>\n\n ",
10
10
  "operations": {
11
11
  "CancelUpdateStack": {
12
12
  "name": "CancelUpdateStack",
@@ -17,17 +17,17 @@
17
17
  "StackName": {
18
18
  "shape_name": "StackName",
19
19
  "type": "string",
20
- "documentation": null,
20
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n ",
21
21
  "required": true
22
22
  }
23
23
  },
24
- "documentation": null
24
+ "documentation": "\n <p>The input for <a>CancelUpdateStack</a> action.</p>\n "
25
25
  },
26
26
  "output": null,
27
27
  "errors": [
28
28
 
29
29
  ],
30
- "documentation": null
30
+ "documentation": "\n <p>Cancels an update on the specified stack. If the call completes successfully, the stack will roll back the\n update and revert to the previous stack configuration.</p>\n <note>Only stacks that are in the UPDATE_IN_PROGRESS state can be canceled.</note>\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=CancelUpdateStack\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n <queryresponse>\n<CancelUpdateStackResult/></queryresponse>\n </examples>\n "
31
31
  },
32
32
  "CreateStack": {
33
33
  "name": "CreateStack",
@@ -38,21 +38,21 @@
38
38
  "StackName": {
39
39
  "shape_name": "StackName",
40
40
  "type": "string",
41
- "documentation": null,
41
+ "documentation": "\n <p>The name associated with the stack. The name must be unique within your AWS account.</p>\n <note>Must contain only alphanumeric characters (case sensitive) and start with an alpha character. Maximum length\n of the name is 255 characters.</note>\n ",
42
42
  "required": true
43
43
  },
44
44
  "TemplateBody": {
45
45
  "shape_name": "TemplateBody",
46
46
  "type": "string",
47
47
  "min_length": 1,
48
- "documentation": null
48
+ "documentation": "\n <p>Structure containing the template body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.)</p>\n <p>Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
49
49
  },
50
50
  "TemplateURL": {
51
51
  "shape_name": "TemplateURL",
52
52
  "type": "string",
53
53
  "min_length": 1,
54
54
  "max_length": 1024,
55
- "documentation": null
55
+ "documentation": "\n <p>Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes)\n located in an S3 bucket in the same region as the stack. For more information, go to the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a> in the AWS CloudFormation User Guide.</p>\n <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
56
56
  },
57
57
  "Parameters": {
58
58
  "shape_name": "Parameters",
@@ -64,28 +64,28 @@
64
64
  "ParameterKey": {
65
65
  "shape_name": "ParameterKey",
66
66
  "type": "string",
67
- "documentation": null
67
+ "documentation": "\n <p>The key associated with the parameter.</p>\n "
68
68
  },
69
69
  "ParameterValue": {
70
70
  "shape_name": "ParameterValue",
71
71
  "type": "string",
72
- "documentation": null
72
+ "documentation": "\n <p>The value associated with the parameter.</p>\n "
73
73
  }
74
74
  },
75
- "documentation": null
75
+ "documentation": "\n <p>The Parameter data type.</p>\n "
76
76
  },
77
- "documentation": null
77
+ "documentation": "\n <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.</p>\n "
78
78
  },
79
79
  "DisableRollback": {
80
80
  "shape_name": "DisableRollback",
81
81
  "type": "boolean",
82
- "documentation": null
82
+ "documentation": "\n <p>Set to <code>true</code> to disable rollback of the stack if stack creation failed. You can specify either\n <code>DisableRollback</code> or <code>OnFailure</code>, but not both.</p>\n <p>Default: <code>false</code>\n </p>\n "
83
83
  },
84
84
  "TimeoutInMinutes": {
85
85
  "shape_name": "TimeoutMinutes",
86
86
  "type": "integer",
87
87
  "min_length": 1,
88
- "documentation": null
88
+ "documentation": "\n <p>The amount of time that can pass before the stack status becomes CREATE_FAILED; if <code>DisableRollback</code>\n is not set or is set to <code>false</code>, the stack will be rolled back.</p>\n "
89
89
  },
90
90
  "NotificationARNs": {
91
91
  "shape_name": "NotificationARNs",
@@ -96,7 +96,7 @@
96
96
  "documentation": null
97
97
  },
98
98
  "max_length": 5,
99
- "documentation": null
99
+ "documentation": "\n <p>The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic\n ARNs using the <a href=\"http://console.aws.amazon.com/sns\">SNS console</a> or your Command Line Interface\n (CLI).</p>\n "
100
100
  },
101
101
  "Capabilities": {
102
102
  "shape_name": "Capabilities",
@@ -109,7 +109,7 @@
109
109
  ],
110
110
  "documentation": null
111
111
  },
112
- "documentation": null
112
+ "documentation": "\n <p>The list of capabilities that you want to allow in the stack. If your template contains certain resources, you\n must specify the CAPABILITY_IAM value for this parameter; otherwise, this action returns an\n InsufficientCapabilities error. The following resources require you to specify the capabilities parameter: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\">AWS::CloudFormation::Stack</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\">AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\">AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\">AWS::IAM::InstanceProfile</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\">AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\">AWS::IAM::Role</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\">AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\">AWS::IAM::UserToGroupAddition</a>.</p>\n "
113
113
  },
114
114
  "OnFailure": {
115
115
  "shape_name": "OnFailure",
@@ -119,21 +119,21 @@
119
119
  "ROLLBACK",
120
120
  "DELETE"
121
121
  ],
122
- "documentation": null
122
+ "documentation": "\n <p>Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or\n DELETE. You can specify either <code>OnFailure</code> or <code>DisableRollback</code>, but not both.</p>\n <p>Default: <code>ROLLBACK</code></p>\n "
123
123
  },
124
124
  "StackPolicyBody": {
125
125
  "shape_name": "StackPolicyBody",
126
126
  "type": "string",
127
127
  "min_length": 1,
128
128
  "max_length": 16384,
129
- "documentation": null
129
+ "documentation": "\n <p>Structure containing the stack policy body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html\">\n Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide.)</p>\n <p>If you pass <code>StackPolicyBody</code> and <code>StackPolicyURL</code>, only\n <code>StackPolicyBody</code> is used.</p>\n "
130
130
  },
131
131
  "StackPolicyURL": {
132
132
  "shape_name": "StackPolicyURL",
133
133
  "type": "string",
134
134
  "min_length": 1,
135
135
  "max_length": 1350,
136
- "documentation": null
136
+ "documentation": "\n <p>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. If you pass <code>StackPolicyBody</code> and <code>StackPolicyURL</code>, only\n <code>StackPolicyBody</code> is used.</p>\n "
137
137
  },
138
138
  "Tags": {
139
139
  "shape_name": "Tags",
@@ -145,20 +145,20 @@
145
145
  "Key": {
146
146
  "shape_name": "TagKey",
147
147
  "type": "string",
148
- "documentation": null
148
+ "documentation": "\n <p><i>Required</i>. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key.\n Tags owned by Amazon Web Services (AWS) have the reserved prefix: <code>aws:</code>.</p>\n "
149
149
  },
150
150
  "Value": {
151
151
  "shape_name": "TagValue",
152
152
  "type": "string",
153
- "documentation": null
153
+ "documentation": "\n <p><i>Required</i>. A string containing the value for this tag. You can specify a maximum of 256 characters for a\n tag value.</p>\n "
154
154
  }
155
155
  },
156
- "documentation": null
156
+ "documentation": "\n <p>The Tag type is used by <code>CreateStack</code> in the <code>Tags</code> parameter. It allows you to specify a\n key/value pair that can be used to store information related to cost allocation for an AWS CloudFormation\n stack.</p>\n "
157
157
  },
158
- "documentation": null
158
+ "documentation": "\n <p>A set of user-defined <code>Tags</code> to associate with this stack, represented by key/value pairs. Tags\n defined for the stack are propagated to EC2 resources that are created as part of the stack. A maximum number of\n 10 tags can be specified.</p>\n "
159
159
  }
160
160
  },
161
- "documentation": null
161
+ "documentation": "\n <p>The input for <a>CreateStack</a> action.</p>\n "
162
162
  },
163
163
  "output": {
164
164
  "shape_name": "CreateStackOutput",
@@ -167,10 +167,10 @@
167
167
  "StackId": {
168
168
  "shape_name": "StackId",
169
169
  "type": "string",
170
- "documentation": null
170
+ "documentation": "\n <p>Unique identifier of the stack.</p>\n "
171
171
  }
172
172
  },
173
- "documentation": null
173
+ "documentation": "\n <p>The output for a <a>CreateStack</a> action.</p>\n "
174
174
  },
175
175
  "errors": [
176
176
  {
@@ -178,24 +178,24 @@
178
178
  "type": "structure",
179
179
  "members": {
180
180
  },
181
- "documentation": null
181
+ "documentation": "\n <p>Quota for the resource has already been reached.</p>\n "
182
182
  },
183
183
  {
184
184
  "shape_name": "AlreadyExistsException",
185
185
  "type": "structure",
186
186
  "members": {
187
187
  },
188
- "documentation": null
188
+ "documentation": "\n <p>Resource with the name requested already exists.</p>\n "
189
189
  },
190
190
  {
191
191
  "shape_name": "InsufficientCapabilitiesException",
192
192
  "type": "structure",
193
193
  "members": {
194
194
  },
195
- "documentation": null
195
+ "documentation": "\n <p>The template contains resources with capabilities that were not specified in the Capabilities parameter.</p>\n "
196
196
  }
197
197
  ],
198
- "documentation": null
198
+ "documentation": "\n <p>Creates a stack as specified in the template. After the call completes successfully, the stack creation\n starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>\n <note> Currently, the limit for stacks is 20 stacks per account per region. </note>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=CreateStack\n &StackName=MyStack\n &TemplateBody=[Template Document]\n &NotificationARNs.member.1=arn:aws:sns:us-east-1:1234567890:my-topic\n &Parameters.member.1.ParameterKey=AvailabilityZone\n &Parameters.member.1.ParameterValue=us-east-1a\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<CreateStackResult>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n</CreateStackResult></queryresponse>\n </examples>\n "
199
199
  },
200
200
  "DeleteStack": {
201
201
  "name": "DeleteStack",
@@ -206,17 +206,17 @@
206
206
  "StackName": {
207
207
  "shape_name": "StackName",
208
208
  "type": "string",
209
- "documentation": null,
209
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n ",
210
210
  "required": true
211
211
  }
212
212
  },
213
- "documentation": null
213
+ "documentation": "\n <p>The input for <a>DeleteStack</a> action.</p>\n "
214
214
  },
215
215
  "output": null,
216
216
  "errors": [
217
217
 
218
218
  ],
219
- "documentation": null
219
+ "documentation": "\n <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not\n show up in the <a>DescribeStacks</a> API if the deletion has been completed successfully.</p>\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=DeleteStack\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n <queryresponse>\n<DeleteStackResult/></queryresponse>\n </examples>\n "
220
220
  },
221
221
  "DescribeStackEvents": {
222
222
  "name": "DescribeStackEvents",
@@ -227,17 +227,17 @@
227
227
  "StackName": {
228
228
  "shape_name": "StackName",
229
229
  "type": "string",
230
- "documentation": null
230
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n <p>Default: There is no default value.</p>\n "
231
231
  },
232
232
  "NextToken": {
233
233
  "shape_name": "NextToken",
234
234
  "type": "string",
235
235
  "min_length": 1,
236
236
  "max_length": 1024,
237
- "documentation": null
237
+ "documentation": "\n <p>String that identifies the start of the next list of events, if there is one.</p>\n <p>Default: There is no default value.</p>\n "
238
238
  }
239
239
  },
240
- "documentation": null
240
+ "documentation": "\n <p>The input for <a>DescribeStackEvents</a> action.</p>\n "
241
241
  },
242
242
  "output": {
243
243
  "shape_name": "DescribeStackEventsOutput",
@@ -253,40 +253,40 @@
253
253
  "StackId": {
254
254
  "shape_name": "StackId",
255
255
  "type": "string",
256
- "documentation": null,
256
+ "documentation": "\n <p>The unique ID name of the instance of the stack.</p>\n ",
257
257
  "required": true
258
258
  },
259
259
  "EventId": {
260
260
  "shape_name": "EventId",
261
261
  "type": "string",
262
- "documentation": null,
262
+ "documentation": "\n <p>The unique ID of this event.</p>\n ",
263
263
  "required": true
264
264
  },
265
265
  "StackName": {
266
266
  "shape_name": "StackName",
267
267
  "type": "string",
268
- "documentation": null,
268
+ "documentation": "\n <p>The name associated with a stack.</p>\n ",
269
269
  "required": true
270
270
  },
271
271
  "LogicalResourceId": {
272
272
  "shape_name": "LogicalResourceId",
273
273
  "type": "string",
274
- "documentation": null
274
+ "documentation": "\n <p>The logical name of the resource specified in the template.</p>\n "
275
275
  },
276
276
  "PhysicalResourceId": {
277
277
  "shape_name": "PhysicalResourceId",
278
278
  "type": "string",
279
- "documentation": null
279
+ "documentation": "\n <p>The name or unique identifier associated with the physical instance of the resource.</p>\n "
280
280
  },
281
281
  "ResourceType": {
282
282
  "shape_name": "ResourceType",
283
283
  "type": "string",
284
- "documentation": null
284
+ "documentation": "\n <p>Type of resource. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">\n AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.)</p>\n "
285
285
  },
286
286
  "Timestamp": {
287
287
  "shape_name": "Timestamp",
288
288
  "type": "timestamp",
289
- "documentation": null,
289
+ "documentation": "\n <p>Time the status was updated.</p>\n ",
290
290
  "required": true
291
291
  },
292
292
  "ResourceStatus": {
@@ -303,37 +303,37 @@
303
303
  "UPDATE_FAILED",
304
304
  "UPDATE_COMPLETE"
305
305
  ],
306
- "documentation": null
306
+ "documentation": "\n <p>Current status of the resource.</p>\n "
307
307
  },
308
308
  "ResourceStatusReason": {
309
309
  "shape_name": "ResourceStatusReason",
310
310
  "type": "string",
311
- "documentation": null
311
+ "documentation": "\n <p>Success/failure message associated with the resource.</p>\n "
312
312
  },
313
313
  "ResourceProperties": {
314
314
  "shape_name": "ResourceProperties",
315
315
  "type": "string",
316
- "documentation": null
316
+ "documentation": "\n <p>BLOB of the properties used to create the resource.</p>\n "
317
317
  }
318
318
  },
319
- "documentation": null
319
+ "documentation": "\n <p>The StackEvent data type.</p>\n "
320
320
  },
321
- "documentation": null
321
+ "documentation": "\n <p>A list of <code>StackEvents</code> structures.</p>\n "
322
322
  },
323
323
  "NextToken": {
324
324
  "shape_name": "NextToken",
325
325
  "type": "string",
326
326
  "min_length": 1,
327
327
  "max_length": 1024,
328
- "documentation": null
328
+ "documentation": "\n <p>String that identifies the start of the next list of events, if there is one.</p>\n "
329
329
  }
330
330
  },
331
- "documentation": null
331
+ "documentation": "\n <p>The output for a <a>DescribeStackEvents</a> action.</p>\n "
332
332
  },
333
333
  "errors": [
334
334
 
335
335
  ],
336
- "documentation": null
336
+ "documentation": "\n <p>Returns all stack related events for a specified stack. For more information about a stack's event history, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html\">Stacks</a> in the AWS CloudFormation User Guide.</p>\n <note>Events are returned, even if the stack never existed or has been successfully deleted.</note>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=DescribeStackEvents\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<DescribeStackEventsResult>\n <StackEvents>\n <member>\n <EventId>Event-1-Id</EventId>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MyStack</LogicalResourceId>\n <PhysicalResourceId>MyStack_One</PhysicalResourceId>\n <ResourceType>AWS::CloudFormation::Stack</ResourceType>\n <Timestamp>2010-07-27T22:26:28Z</Timestamp>\n <ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>\n <ResourceStatusReason>User initiated</ ResourceStatusReason>\n </member>\n <member>\n <EventId>Event-2-Id</EventId>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MyDBInstance</LogicalResourceId>\n <PhysicalResourceId>MyStack_DB1</PhysicalResourceId>\n <ResourceType>AWS::SecurityGroup</ResourceType>\n <Timestamp>2010-07-27T22:27:28Z</Timestamp>\n <ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>\n <ResourceProperties>{\"GroupDescription\":...}</ResourceProperties>\n </member>\n <member>\n <EventId>Event-3-Id</EventId>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MySG1</LogicalResourceId>\n <PhysicalResourceId>MyStack_SG1</PhysicalResourceId>\n <ResourceType>AWS:: SecurityGroup</ResourceType>\n <Timestamp>2010-07-27T22:28:28Z</Timestamp>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n </member>\n </StackEvents>\n</DescribeStackEventsResult></queryresponse>\n </examples>\n "
337
337
  },
338
338
  "DescribeStackResource": {
339
339
  "name": "DescribeStackResource",
@@ -344,17 +344,17 @@
344
344
  "StackName": {
345
345
  "shape_name": "StackName",
346
346
  "type": "string",
347
- "documentation": null,
347
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n <p>Default: There is no default value.</p>\n ",
348
348
  "required": true
349
349
  },
350
350
  "LogicalResourceId": {
351
351
  "shape_name": "LogicalResourceId",
352
352
  "type": "string",
353
- "documentation": null,
353
+ "documentation": "\n <p>The logical name of the resource as specified in the template.</p>\n <p>Default: There is no default value.</p>\n ",
354
354
  "required": true
355
355
  }
356
356
  },
357
- "documentation": null
357
+ "documentation": "\n <p>The input for <a>DescribeStackResource</a> action.</p>\n "
358
358
  },
359
359
  "output": {
360
360
  "shape_name": "DescribeStackResourceOutput",
@@ -367,34 +367,34 @@
367
367
  "StackName": {
368
368
  "shape_name": "StackName",
369
369
  "type": "string",
370
- "documentation": null
370
+ "documentation": "\n <p>The name associated with the stack.</p>\n "
371
371
  },
372
372
  "StackId": {
373
373
  "shape_name": "StackId",
374
374
  "type": "string",
375
- "documentation": null
375
+ "documentation": "\n <p>Unique identifier of the stack.</p>\n "
376
376
  },
377
377
  "LogicalResourceId": {
378
378
  "shape_name": "LogicalResourceId",
379
379
  "type": "string",
380
- "documentation": null,
380
+ "documentation": "\n <p>The logical name of the resource specified in the template.</p>\n ",
381
381
  "required": true
382
382
  },
383
383
  "PhysicalResourceId": {
384
384
  "shape_name": "PhysicalResourceId",
385
385
  "type": "string",
386
- "documentation": null
386
+ "documentation": "\n <p>The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS\n CloudFormation.</p>\n "
387
387
  },
388
388
  "ResourceType": {
389
389
  "shape_name": "ResourceType",
390
390
  "type": "string",
391
- "documentation": null,
391
+ "documentation": "\n <p>Type of resource. ((For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">\n AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.)</p>\n ",
392
392
  "required": true
393
393
  },
394
394
  "LastUpdatedTimestamp": {
395
395
  "shape_name": "Timestamp",
396
396
  "type": "timestamp",
397
- "documentation": null,
397
+ "documentation": "\n <p>Time the status was updated.</p>\n ",
398
398
  "required": true
399
399
  },
400
400
  "ResourceStatus": {
@@ -411,34 +411,34 @@
411
411
  "UPDATE_FAILED",
412
412
  "UPDATE_COMPLETE"
413
413
  ],
414
- "documentation": null,
414
+ "documentation": "\n <p>Current status of the resource.</p>\n ",
415
415
  "required": true
416
416
  },
417
417
  "ResourceStatusReason": {
418
418
  "shape_name": "ResourceStatusReason",
419
419
  "type": "string",
420
- "documentation": null
420
+ "documentation": "\n <p>Success/failure message associated with the resource.</p>\n "
421
421
  },
422
422
  "Description": {
423
423
  "shape_name": "Description",
424
424
  "type": "string",
425
- "documentation": null
425
+ "documentation": "\n <p>User defined description associated with the resource.</p>\n "
426
426
  },
427
427
  "Metadata": {
428
428
  "shape_name": "Metadata",
429
429
  "type": "string",
430
- "documentation": null
430
+ "documentation": "\n <p>The JSON format content of the <code>Metadata</code> attribute declared for the resource. For more\n information, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html\">Metadata Attribute</a> in the AWS CloudFormation User Guide.</p>\n "
431
431
  }
432
432
  },
433
- "documentation": null
433
+ "documentation": "\n <p>A <code>StackResourceDetail</code> structure containing the description of the specified resource in the\n specified stack.</p>\n "
434
434
  }
435
435
  },
436
- "documentation": null
436
+ "documentation": "\n <p>The output for a <a>DescribeStackResource</a> action.</p>\n "
437
437
  },
438
438
  "errors": [
439
439
 
440
440
  ],
441
- "documentation": null
441
+ "documentation": "\n <p>Returns a description of the specified resource in the specified stack.</p>\n <p>For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has\n been deleted.</p>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=DescribeStackResource\n &StackName=MyStack\n &LogicalResourceId=MyDBInstance\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2011-07-08T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<DescribeStackResourceResponse>\n <DescribeStackResourceResult>\n <StackResourceDetail>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MyDBInstance</LogicalResourceId>\n <PhysicalResourceId>MyStack_DB1</PhysicalResourceId>\n <ResourceType>AWS::RDS::DBInstance</ResourceType>\n <LastUpdatedTimestamp>2011-07-07T22:27:28Z</LastUpdatedTimestamp>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n </StackResourceDetail>\n </DescribeStackResourceResult>\n</DescribeStackResourceResponse></queryresponse>\n </examples>\n\n "
442
442
  },
443
443
  "DescribeStackResources": {
444
444
  "name": "DescribeStackResources",
@@ -449,20 +449,20 @@
449
449
  "StackName": {
450
450
  "shape_name": "StackName",
451
451
  "type": "string",
452
- "documentation": null
452
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n <p>Required: Conditional. If you do not specify <code>StackName</code>, you must specify\n <code>PhysicalResourceId</code>.</p>\n <p>Default: There is no default value.</p>\n "
453
453
  },
454
454
  "LogicalResourceId": {
455
455
  "shape_name": "LogicalResourceId",
456
456
  "type": "string",
457
- "documentation": null
457
+ "documentation": "\n <p>The logical name of the resource as specified in the template.</p>\n <p>Default: There is no default value.</p>\n "
458
458
  },
459
459
  "PhysicalResourceId": {
460
460
  "shape_name": "PhysicalResourceId",
461
461
  "type": "string",
462
- "documentation": null
462
+ "documentation": "\n <p>The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS\n CloudFormation.</p>\n <p>For example, for an Amazon Elastic Compute Cloud (EC2) instance, <code>PhysicalResourceId</code> corresponds to\n the <code>InstanceId</code>. You can pass the EC2 <code>InstanceId</code> to\n <code>DescribeStackResources</code> to find which stack the instance belongs to and what other resources are\n part of the stack.</p>\n <p>Required: Conditional. If you do not specify <code>PhysicalResourceId</code>, you must specify\n <code>StackName</code>.</p>\n <p>Default: There is no default value.</p>\n "
463
463
  }
464
464
  },
465
- "documentation": null
465
+ "documentation": "\n <p>The input for <a>DescribeStackResources</a> action.</p>\n "
466
466
  },
467
467
  "output": {
468
468
  "shape_name": "DescribeStackResourcesOutput",
@@ -478,34 +478,34 @@
478
478
  "StackName": {
479
479
  "shape_name": "StackName",
480
480
  "type": "string",
481
- "documentation": null
481
+ "documentation": "\n <p>The name associated with the stack.</p>\n "
482
482
  },
483
483
  "StackId": {
484
484
  "shape_name": "StackId",
485
485
  "type": "string",
486
- "documentation": null
486
+ "documentation": "\n <p>Unique identifier of the stack.</p>\n "
487
487
  },
488
488
  "LogicalResourceId": {
489
489
  "shape_name": "LogicalResourceId",
490
490
  "type": "string",
491
- "documentation": null,
491
+ "documentation": "\n <p>The logical name of the resource specified in the template.</p>\n ",
492
492
  "required": true
493
493
  },
494
494
  "PhysicalResourceId": {
495
495
  "shape_name": "PhysicalResourceId",
496
496
  "type": "string",
497
- "documentation": null
497
+ "documentation": "\n <p>The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS\n CloudFormation.</p>\n "
498
498
  },
499
499
  "ResourceType": {
500
500
  "shape_name": "ResourceType",
501
501
  "type": "string",
502
- "documentation": null,
502
+ "documentation": "\n <p>Type of resource. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">\n AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.)</p>\n ",
503
503
  "required": true
504
504
  },
505
505
  "Timestamp": {
506
506
  "shape_name": "Timestamp",
507
507
  "type": "timestamp",
508
- "documentation": null,
508
+ "documentation": "\n <p>Time the status was updated.</p>\n ",
509
509
  "required": true
510
510
  },
511
511
  "ResourceStatus": {
@@ -522,31 +522,31 @@
522
522
  "UPDATE_FAILED",
523
523
  "UPDATE_COMPLETE"
524
524
  ],
525
- "documentation": null,
525
+ "documentation": "\n <p>Current status of the resource.</p>\n ",
526
526
  "required": true
527
527
  },
528
528
  "ResourceStatusReason": {
529
529
  "shape_name": "ResourceStatusReason",
530
530
  "type": "string",
531
- "documentation": null
531
+ "documentation": "\n <p>Success/failure message associated with the resource.</p>\n "
532
532
  },
533
533
  "Description": {
534
534
  "shape_name": "Description",
535
535
  "type": "string",
536
- "documentation": null
536
+ "documentation": "\n <p>User defined description associated with the resource.</p>\n "
537
537
  }
538
538
  },
539
- "documentation": null
539
+ "documentation": "\n <p>The StackResource data type.</p>\n "
540
540
  },
541
- "documentation": null
541
+ "documentation": "\n <p>A list of <code>StackResource</code> structures.</p>\n "
542
542
  }
543
543
  },
544
- "documentation": null
544
+ "documentation": "\n <p>The output for a <a>DescribeStackResources</a> action.</p>\n "
545
545
  },
546
546
  "errors": [
547
547
 
548
548
  ],
549
- "documentation": null
549
+ "documentation": "\n <p>Returns AWS resource descriptions for running and deleted stacks. If <code>StackName</code> is specified, all\n the associated resources that are part of the stack are returned. If <code>PhysicalResourceId</code> is\n specified, the associated resources of the stack that the resource belongs to are returned.</p>\n\n <note>Only the first 100 resources will be returned. If your stack has more resources than this, you should use\n <code>ListStackResources</code> instead.</note>\n\n <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for up to 90 days after\n the stack has been deleted.</p>\n\n <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>, but not both. In addition,\n you can specify <code>LogicalResourceId</code> to filter the returned result. For more information about\n resources, the <code>LogicalResourceId</code> and <code>PhysicalResourceId</code>, go to the <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide\">AWS CloudFormation User Guide</a>.</p>\n\n <note>A <code>ValidationError</code> is returned if you specify both <code>StackName</code> and\n <code>PhysicalResourceId</code> in the same request.</note>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=DescribeStackResources\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<DescribeStackResourcesResult>\n <StackResources>\n <member>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MyDBInstance</LogicalResourceId>\n <PhysicalResourceId>MyStack_DB1</PhysicalResourceId>\n <ResourceType>AWS::DBInstance</ResourceType>\n <Timestamp>2010-07-27T22:27:28Z</Timestamp>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n </member>\n <member>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <StackName>MyStack</StackName>\n <LogicalResourceId>MyAutoScalingGroup</LogicalResourceId>\n <PhysicalResourceId>MyStack_ASG1</PhysicalResourceId>\n <ResourceType>AWS::AutoScalingGroup</ResourceType>\n <Timestamp>2010-07-27T22:28:28Z</Timestamp>\n <ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>\n </member>\n </StackResources>\n</DescribeStackResourcesResult></queryresponse>\n </examples>\n\n "
550
550
  },
551
551
  "DescribeStacks": {
552
552
  "name": "DescribeStacks",
@@ -557,17 +557,17 @@
557
557
  "StackName": {
558
558
  "shape_name": "StackName",
559
559
  "type": "string",
560
- "documentation": null
560
+ "documentation": "\n <p>The name or the unique identifier associated with the stack.</p>\n <p>Default: There is no default value.</p>\n "
561
561
  },
562
562
  "NextToken": {
563
563
  "shape_name": "NextToken",
564
564
  "type": "string",
565
565
  "min_length": 1,
566
566
  "max_length": 1024,
567
- "documentation": null
567
+ "documentation": "String that identifies the start of the next list of stacks, if there is one."
568
568
  }
569
569
  },
570
- "documentation": null
570
+ "documentation": "\n <p>The input for <a>DescribeStacks</a> action.</p>\n "
571
571
  },
572
572
  "output": {
573
573
  "shape_name": "DescribeStacksOutput",
@@ -583,18 +583,18 @@
583
583
  "StackId": {
584
584
  "shape_name": "StackId",
585
585
  "type": "string",
586
- "documentation": null
586
+ "documentation": "\n <p>Unique identifier of the stack.</p>\n "
587
587
  },
588
588
  "StackName": {
589
589
  "shape_name": "StackName",
590
590
  "type": "string",
591
- "documentation": null,
591
+ "documentation": "\n <p>The name associated with the stack.</p>\n ",
592
592
  "required": true
593
593
  },
594
594
  "Description": {
595
595
  "shape_name": "Description",
596
596
  "type": "string",
597
- "documentation": null
597
+ "documentation": "\n <p>User defined description associated with the stack.</p>\n "
598
598
  },
599
599
  "Parameters": {
600
600
  "shape_name": "Parameters",
@@ -606,28 +606,28 @@
606
606
  "ParameterKey": {
607
607
  "shape_name": "ParameterKey",
608
608
  "type": "string",
609
- "documentation": null
609
+ "documentation": "\n <p>The key associated with the parameter.</p>\n "
610
610
  },
611
611
  "ParameterValue": {
612
612
  "shape_name": "ParameterValue",
613
613
  "type": "string",
614
- "documentation": null
614
+ "documentation": "\n <p>The value associated with the parameter.</p>\n "
615
615
  }
616
616
  },
617
- "documentation": null
617
+ "documentation": "\n <p>The Parameter data type.</p>\n "
618
618
  },
619
- "documentation": null
619
+ "documentation": "\n <p>A list of <code>Parameter</code> structures.</p>\n "
620
620
  },
621
621
  "CreationTime": {
622
622
  "shape_name": "CreationTime",
623
623
  "type": "timestamp",
624
- "documentation": null,
624
+ "documentation": "\n <p>Time at which the stack was created.</p>\n ",
625
625
  "required": true
626
626
  },
627
627
  "LastUpdatedTime": {
628
628
  "shape_name": "LastUpdatedTime",
629
629
  "type": "timestamp",
630
- "documentation": null
630
+ "documentation": "\n <p>The time the stack was last updated. This field will only be returned if the stack has been updated at least\n once.</p>\n "
631
631
  },
632
632
  "StackStatus": {
633
633
  "shape_name": "StackStatus",
@@ -650,18 +650,18 @@
650
650
  "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
651
651
  "UPDATE_ROLLBACK_COMPLETE"
652
652
  ],
653
- "documentation": null,
653
+ "documentation": "\n <p>Current status of the stack.</p>\n ",
654
654
  "required": true
655
655
  },
656
656
  "StackStatusReason": {
657
657
  "shape_name": "StackStatusReason",
658
658
  "type": "string",
659
- "documentation": null
659
+ "documentation": "\n <p>Success/failure message associated with the stack status.</p>\n "
660
660
  },
661
661
  "DisableRollback": {
662
662
  "shape_name": "DisableRollback",
663
663
  "type": "boolean",
664
- "documentation": null
664
+ "documentation": "\n <p>Boolean to enable or disable rollback on stack creation failures:</p>\n <p>\n <ul>\n <li>\n<code>true</code>: disable rollback</li>\n <li>\n<code>false</code>: enable rollback</li>\n </ul>\n </p>\n "
665
665
  },
666
666
  "NotificationARNs": {
667
667
  "shape_name": "NotificationARNs",
@@ -672,13 +672,13 @@
672
672
  "documentation": null
673
673
  },
674
674
  "max_length": 5,
675
- "documentation": null
675
+ "documentation": "\n <p>SNS topic ARNs to which stack related events are published.</p>\n "
676
676
  },
677
677
  "TimeoutInMinutes": {
678
678
  "shape_name": "TimeoutMinutes",
679
679
  "type": "integer",
680
680
  "min_length": 1,
681
- "documentation": null
681
+ "documentation": "\n <p>The amount of time within which stack creation should complete.</p>\n "
682
682
  },
683
683
  "Capabilities": {
684
684
  "shape_name": "Capabilities",
@@ -691,7 +691,7 @@
691
691
  ],
692
692
  "documentation": null
693
693
  },
694
- "documentation": null
694
+ "documentation": "\n <p>The capabilities allowed in the stack.</p>\n "
695
695
  },
696
696
  "Outputs": {
697
697
  "shape_name": "Outputs",
@@ -703,22 +703,22 @@
703
703
  "OutputKey": {
704
704
  "shape_name": "OutputKey",
705
705
  "type": "string",
706
- "documentation": null
706
+ "documentation": "\n <p>The key associated with the output.</p>\n "
707
707
  },
708
708
  "OutputValue": {
709
709
  "shape_name": "OutputValue",
710
710
  "type": "string",
711
- "documentation": null
711
+ "documentation": "\n <p>The value associated with the output.</p>\n "
712
712
  },
713
713
  "Description": {
714
714
  "shape_name": "Description",
715
715
  "type": "string",
716
- "documentation": null
716
+ "documentation": "\n <p>User defined description associated with the output.</p>\n "
717
717
  }
718
718
  },
719
- "documentation": null
719
+ "documentation": "\n <p>The Output data type.</p>\n "
720
720
  },
721
- "documentation": null
721
+ "documentation": "\n <p>A list of output structures.</p>\n "
722
722
  },
723
723
  "Tags": {
724
724
  "shape_name": "Tags",
@@ -730,37 +730,37 @@
730
730
  "Key": {
731
731
  "shape_name": "TagKey",
732
732
  "type": "string",
733
- "documentation": null
733
+ "documentation": "\n <p><i>Required</i>. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key.\n Tags owned by Amazon Web Services (AWS) have the reserved prefix: <code>aws:</code>.</p>\n "
734
734
  },
735
735
  "Value": {
736
736
  "shape_name": "TagValue",
737
737
  "type": "string",
738
- "documentation": null
738
+ "documentation": "\n <p><i>Required</i>. A string containing the value for this tag. You can specify a maximum of 256 characters for a\n tag value.</p>\n "
739
739
  }
740
740
  },
741
- "documentation": null
741
+ "documentation": "\n <p>The Tag type is used by <code>CreateStack</code> in the <code>Tags</code> parameter. It allows you to specify a\n key/value pair that can be used to store information related to cost allocation for an AWS CloudFormation\n stack.</p>\n "
742
742
  },
743
- "documentation": null
743
+ "documentation": "\n <p>A list of <code>Tag</code>s that specify cost allocation information for the stack.</p>\n "
744
744
  }
745
745
  },
746
- "documentation": null
746
+ "documentation": "\n <p>The Stack data type.</p>\n "
747
747
  },
748
- "documentation": null
748
+ "documentation": "\n <p>A list of stack structures.</p>\n "
749
749
  },
750
750
  "NextToken": {
751
751
  "shape_name": "NextToken",
752
752
  "type": "string",
753
753
  "min_length": 1,
754
754
  "max_length": 1024,
755
- "documentation": null
755
+ "documentation": "String that identifies the start of the next list of stacks, if there is one."
756
756
  }
757
757
  },
758
- "documentation": null
758
+ "documentation": "\n <p>The output for a <a>DescribeStacks</a> action.</p>\n "
759
759
  },
760
760
  "errors": [
761
761
 
762
762
  ],
763
- "documentation": null
763
+ "documentation": "\n <p>Returns the description for the specified stack; if no stack name was specified, then it returns the\n description for all the stacks created.</p>\n <examples>\n\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=DescribeStacks\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n <queryresponse>\n<DescribeStacksResult>\n <Stacks>\n <member>\n <StackName>MyStack</StackName>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n <CreationTime>2010-07-27T22:28:28Z</CreationTime>\n <StackStatus>CREATE_COMPLETE</StackStatus>\n <DisableRollback>false</DisableRollback>\n <Outputs>\n <member>\n <OutputKey>StartPage</OutputKey>\n <OutputValue>http://my-load-balancer.amazonaws.com:80/index.html</OutputValue>\n </member>\n </Outputs>\n </member>\n </Stacks>\n</DescribeStacksResult></queryresponse>\n </examples>\n "
764
764
  },
765
765
  "EstimateTemplateCost": {
766
766
  "name": "EstimateTemplateCost",
@@ -772,14 +772,14 @@
772
772
  "shape_name": "TemplateBody",
773
773
  "type": "string",
774
774
  "min_length": 1,
775
- "documentation": null
775
+ "documentation": "\n <p>Structure containing the template body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.)</p>\n <p>Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
776
776
  },
777
777
  "TemplateURL": {
778
778
  "shape_name": "TemplateURL",
779
779
  "type": "string",
780
780
  "min_length": 1,
781
781
  "max_length": 1024,
782
- "documentation": null
782
+ "documentation": "\n <p>Location of file containing the template body. The URL must point to a template located in an S3 bucket in the\n same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.</p>\n <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
783
783
  },
784
784
  "Parameters": {
785
785
  "shape_name": "Parameters",
@@ -791,20 +791,20 @@
791
791
  "ParameterKey": {
792
792
  "shape_name": "ParameterKey",
793
793
  "type": "string",
794
- "documentation": null
794
+ "documentation": "\n <p>The key associated with the parameter.</p>\n "
795
795
  },
796
796
  "ParameterValue": {
797
797
  "shape_name": "ParameterValue",
798
798
  "type": "string",
799
- "documentation": null
799
+ "documentation": "\n <p>The value associated with the parameter.</p>\n "
800
800
  }
801
801
  },
802
- "documentation": null
802
+ "documentation": "\n <p>The Parameter data type.</p>\n "
803
803
  },
804
- "documentation": null
804
+ "documentation": "\n <p>A list of <code>Parameter</code> structures that specify input parameters.</p>\n "
805
805
  }
806
806
  },
807
- "documentation": null
807
+ "documentation": " "
808
808
  },
809
809
  "output": {
810
810
  "shape_name": "EstimateTemplateCostOutput",
@@ -813,15 +813,15 @@
813
813
  "Url": {
814
814
  "shape_name": "Url",
815
815
  "type": "string",
816
- "documentation": null
816
+ "documentation": "\n <p>An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the\n template.</p>\n "
817
817
  }
818
818
  },
819
- "documentation": null
819
+ "documentation": "\n <p>The output for a <a>EstimateTemplateCost</a> action.</p>\n "
820
820
  },
821
821
  "errors": [
822
822
 
823
823
  ],
824
- "documentation": null
824
+ "documentation": "\n <p>Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with\n a query string that describes the resources required to run the template.</p>\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=EstimateTemplateCost\n &TemplateURL= https://s3.amazonaws.com/cloudformation-samples-us-east-1/Drupal_Simple.template\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2011-12-04T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<EstimateTemplateCostResult>\n <Url>http://calculator.s3.amazonaws.com/calc5.html?key=cf-2e351785-e821-450c-9d58-625e1e1ebfb6</Url>\n</EstimateTemplateCostResult></queryresponse>\n </examples>\n "
825
825
  },
826
826
  "GetStackPolicy": {
827
827
  "name": "GetStackPolicy",
@@ -832,11 +832,11 @@
832
832
  "StackName": {
833
833
  "shape_name": "StackName",
834
834
  "type": "string",
835
- "documentation": null,
835
+ "documentation": "\n <p>The name or stack ID that is associated with the stack whose policy you want to get.</p>\n ",
836
836
  "required": true
837
837
  }
838
838
  },
839
- "documentation": null
839
+ "documentation": "\n <p>The input for the <a>GetStackPolicy</a> action.</p>\n "
840
840
  },
841
841
  "output": {
842
842
  "shape_name": "GetStackPolicyOutput",
@@ -847,15 +847,15 @@
847
847
  "type": "string",
848
848
  "min_length": 1,
849
849
  "max_length": 16384,
850
- "documentation": null
850
+ "documentation": "\n <p>Structure containing the stack policy body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html\">\n Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide.)</p>\n "
851
851
  }
852
852
  },
853
- "documentation": null
853
+ "documentation": "\n <p>The output for the <a>GetStackPolicy</a> action.</p>\n "
854
854
  },
855
855
  "errors": [
856
856
 
857
857
  ],
858
- "documentation": null
858
+ "documentation": "\n <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.</p>\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=GetStackPolicy\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n <queryresponse>\n<GetTemplateResult>\n <StackPolicyBody>\"{\n \"Statement\" : [\n {\n \"Effect\" : \"Deny\",\n \"Action\" : \"Update*\",\n \"Principal\" : \"*\",\n \"Resource\" : \"LogicalResourceId/ProductionDatabase\"\n },\n {\n \"Effect\" : \"Allow\",\n \"Action\" : \"Update:*\",\n \"Principal\" : \"*\",\n \"Resource\" : \"*\"\n }\n ]\n }</StackPolicyBody>\n</GetTemplateResult></queryresponse>\n </examples>\n "
859
859
  },
860
860
  "GetTemplate": {
861
861
  "name": "GetTemplate",
@@ -866,11 +866,11 @@
866
866
  "StackName": {
867
867
  "shape_name": "StackName",
868
868
  "type": "string",
869
- "documentation": null,
869
+ "documentation": "\n <p>The name or the unique identifier associated with the stack, which are not always interchangeable:</p>\n <ul>\n <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li>\n <li>Deleted stacks: You must specify the unique stack ID.</li>\n </ul>\n <p>Default: There is no default value.</p>\n ",
870
870
  "required": true
871
871
  }
872
872
  },
873
- "documentation": null
873
+ "documentation": "\n <p>The input for a <a>GetTemplate</a> action.</p>\n "
874
874
  },
875
875
  "output": {
876
876
  "shape_name": "GetTemplateOutput",
@@ -880,15 +880,15 @@
880
880
  "shape_name": "TemplateBody",
881
881
  "type": "string",
882
882
  "min_length": 1,
883
- "documentation": null
883
+ "documentation": "\n <p>Structure containing the template body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.)</p>\n "
884
884
  }
885
885
  },
886
- "documentation": null
886
+ "documentation": "\n <p>The output for <a>GetTemplate</a> action.</p>\n "
887
887
  },
888
888
  "errors": [
889
889
 
890
890
  ],
891
- "documentation": null
891
+ "documentation": "\n <p>Returns the template body for a specified stack. You can get the template for running or deleted\n stacks.</p>\n <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.</p>\n <note> If the template does not exist, a <code>ValidationError</code> is returned. </note>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=GetTemplate\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<GetTemplateResult>\n <TemplateBody>\"{\n \"AWSTemplateFormatVersion\" : \"2010-09-09\",\n \"Description\" : \"Simple example\",\n \"Resources\" : {\n \"MySQS\" : {\n \"Type\" : \"AWS::SQS::Queue\",\n \"Properties\" : {\n }\n }\n }\n}</TemplateBody>\n</GetTemplateResult></queryresponse>\n </examples>\n "
892
892
  },
893
893
  "ListStackResources": {
894
894
  "name": "ListStackResources",
@@ -899,7 +899,7 @@
899
899
  "StackName": {
900
900
  "shape_name": "StackName",
901
901
  "type": "string",
902
- "documentation": null,
902
+ "documentation": "\n <p>The name or the unique identifier associated with the stack, which are not always interchangeable:</p>\n <ul>\n <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li>\n <li>Deleted stacks: You must specify the unique stack ID.</li>\n </ul>\n <p>Default: There is no default value.</p>\n ",
903
903
  "required": true
904
904
  },
905
905
  "NextToken": {
@@ -907,10 +907,10 @@
907
907
  "type": "string",
908
908
  "min_length": 1,
909
909
  "max_length": 1024,
910
- "documentation": null
910
+ "documentation": "\n <p>String that identifies the start of the next list of stack resource summaries, if there is one.</p>\n <p>Default: There is no default value.</p>\n "
911
911
  }
912
912
  },
913
- "documentation": null
913
+ "documentation": "\n <p>The input for <a>ListStackResource</a> action.</p>\n "
914
914
  },
915
915
  "output": {
916
916
  "shape_name": "ListStackResourcesOutput",
@@ -926,24 +926,24 @@
926
926
  "LogicalResourceId": {
927
927
  "shape_name": "LogicalResourceId",
928
928
  "type": "string",
929
- "documentation": null,
929
+ "documentation": "\n <p>The logical name of the resource specified in the template.</p>\n ",
930
930
  "required": true
931
931
  },
932
932
  "PhysicalResourceId": {
933
933
  "shape_name": "PhysicalResourceId",
934
934
  "type": "string",
935
- "documentation": null
935
+ "documentation": "\n <p>The name or unique identifier that corresponds to a physical instance ID of the resource.</p>\n "
936
936
  },
937
937
  "ResourceType": {
938
938
  "shape_name": "ResourceType",
939
939
  "type": "string",
940
- "documentation": null,
940
+ "documentation": "\n <p>Type of resource. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">\n AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.)</p>\n ",
941
941
  "required": true
942
942
  },
943
943
  "LastUpdatedTimestamp": {
944
944
  "shape_name": "Timestamp",
945
945
  "type": "timestamp",
946
- "documentation": null,
946
+ "documentation": "\n <p>Time the status was updated.</p>\n ",
947
947
  "required": true
948
948
  },
949
949
  "ResourceStatus": {
@@ -960,33 +960,33 @@
960
960
  "UPDATE_FAILED",
961
961
  "UPDATE_COMPLETE"
962
962
  ],
963
- "documentation": null,
963
+ "documentation": "\n <p>Current status of the resource.</p>\n ",
964
964
  "required": true
965
965
  },
966
966
  "ResourceStatusReason": {
967
967
  "shape_name": "ResourceStatusReason",
968
968
  "type": "string",
969
- "documentation": null
969
+ "documentation": "\n <p>Success/failure message associated with the resource.</p>\n "
970
970
  }
971
971
  },
972
- "documentation": null
972
+ "documentation": "\n <p>Contains high-level information about the specified stack resource.</p>\n "
973
973
  },
974
- "documentation": null
974
+ "documentation": "\n <p>A list of <code>StackResourceSummary</code> structures.</p>\n "
975
975
  },
976
976
  "NextToken": {
977
977
  "shape_name": "NextToken",
978
978
  "type": "string",
979
979
  "min_length": 1,
980
980
  "max_length": 1024,
981
- "documentation": null
981
+ "documentation": "\n <p>String that identifies the start of the next list of events, if there is one.</p>\n "
982
982
  }
983
983
  },
984
- "documentation": null
984
+ "documentation": "\n <p>The output for a <a>ListStackResources</a> action.</p>\n "
985
985
  },
986
986
  "errors": [
987
987
 
988
988
  ],
989
- "documentation": null
989
+ "documentation": "\n <p>Returns descriptions of all resources of the specified stack.</p>\n <p>For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been\n deleted.</p>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=ListStackResources\n &StackName=MyStack\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2011-07-08T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<ListStackResourcesResponse>\n <ListStackResourcesResult>\n <StackResourceSummaries>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>DBSecurityGroup</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:15:58Z</LastUpdatedTimestamp>\n <PhysicalResourceId>gmarcteststack-dbsecuritygroup-1s5m0ez5lkk6w</Physic\nalResourceId>\n <ResourceType>AWS::RDS::DBSecurityGroup</ResourceType>\n </member>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>SampleDB</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:25:57Z</LastUpdatedTimestamp>\n <PhysicalResourceId>MyStack-sampledb-ycwhk1v830lx</PhysicalResour\nceId>\n <ResourceType>AWS::RDS::DBInstance</ResourceType>\n </member>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>SampleApplication</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:26:12Z</LastUpdatedTimestamp>\n <PhysicalResourceId>MyStack-SampleApplication-1MKNASYR3RBQL</Phys\nicalResourceId>\n <ResourceType>AWS::ElasticBeanstalk::Application</ResourceType>\n </member>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>SampleEnvironment</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:28:48Z</LastUpdatedTimestamp>\n <PhysicalResourceId>myst-Samp-1AGU6ERZX6M3Q</PhysicalResourceId>\n <ResourceType>AWS::ElasticBeanstalk::Environment</ResourceType>\n </member>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>AlarmTopic</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:29:06Z</LastUpdatedTimestamp>\n <PhysicalResourceId>arn:aws:sns:us-east-1:803981987763:MyStack-Al\narmTopic-SW4IQELG7RPJ</PhysicalResourceId>\n <ResourceType>AWS::SNS::Topic</ResourceType>\n </member>\n <member>\n <ResourceStatus>CREATE_COMPLETE</ResourceStatus>\n <LogicalResourceId>CPUAlarmHigh</LogicalResourceId>\n <LastUpdatedTimestamp>2011-06-21T20:29:23Z</LastUpdatedTimestamp>\n <PhysicalResourceId>MyStack-CPUAlarmHigh-POBWQPDJA81F</PhysicalRe\nsourceId>\n <ResourceType>AWS::CloudWatch::Alarm</ResourceType>\n </member>\n </StackResourceSummaries>\n </ListStackResourcesResult>\n <ResponseMetadata>\n <RequestId>2d06e36c-ac1d-11e0-a958-f9382b6eb86b</RequestId>\n </ResponseMetadata>\n</ListStackResourcesResponse>\n</queryresponse>\n </examples>\n\n "
990
990
  },
991
991
  "ListStacks": {
992
992
  "name": "ListStacks",
@@ -999,7 +999,7 @@
999
999
  "type": "string",
1000
1000
  "min_length": 1,
1001
1001
  "max_length": 1024,
1002
- "documentation": null
1002
+ "documentation": "\n <p>String that identifies the start of the next list of stacks, if there is one.</p>\n <p>Default: There is no default value.</p>\n "
1003
1003
  },
1004
1004
  "StackStatusFilter": {
1005
1005
  "shape_name": "StackStatusFilter",
@@ -1027,10 +1027,10 @@
1027
1027
  ],
1028
1028
  "documentation": null
1029
1029
  },
1030
- "documentation": null
1030
+ "documentation": "\n <p>Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified\n status codes. For a complete list of stack status codes, see the <code>StackStatus</code> parameter of the\n <a>Stack</a> data type.</p>\n "
1031
1031
  }
1032
1032
  },
1033
- "documentation": null
1033
+ "documentation": "\n <p>The input for <a>ListStacks</a> action.</p>\n "
1034
1034
  },
1035
1035
  "output": {
1036
1036
  "shape_name": "ListStacksOutput",
@@ -1046,34 +1046,34 @@
1046
1046
  "StackId": {
1047
1047
  "shape_name": "StackId",
1048
1048
  "type": "string",
1049
- "documentation": null
1049
+ "documentation": "\n <p>Unique stack identifier.</p>\n "
1050
1050
  },
1051
1051
  "StackName": {
1052
1052
  "shape_name": "StackName",
1053
1053
  "type": "string",
1054
- "documentation": null,
1054
+ "documentation": "\n <p>The name associated with the stack.</p>\n ",
1055
1055
  "required": true
1056
1056
  },
1057
1057
  "TemplateDescription": {
1058
1058
  "shape_name": "TemplateDescription",
1059
1059
  "type": "string",
1060
- "documentation": null
1060
+ "documentation": "\n <p>The template description of the template used to create the stack.</p>\n "
1061
1061
  },
1062
1062
  "CreationTime": {
1063
1063
  "shape_name": "CreationTime",
1064
1064
  "type": "timestamp",
1065
- "documentation": null,
1065
+ "documentation": "\n <p>The time the stack was created.</p>\n ",
1066
1066
  "required": true
1067
1067
  },
1068
1068
  "LastUpdatedTime": {
1069
1069
  "shape_name": "LastUpdatedTime",
1070
1070
  "type": "timestamp",
1071
- "documentation": null
1071
+ "documentation": "\n <p>The time the stack was last updated. This field will only be returned if the stack has been updated at least\n once.</p>\n "
1072
1072
  },
1073
1073
  "DeletionTime": {
1074
1074
  "shape_name": "DeletionTime",
1075
1075
  "type": "timestamp",
1076
- "documentation": null
1076
+ "documentation": "\n <p>The time the stack was deleted.</p>\n "
1077
1077
  },
1078
1078
  "StackStatus": {
1079
1079
  "shape_name": "StackStatus",
@@ -1096,33 +1096,33 @@
1096
1096
  "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
1097
1097
  "UPDATE_ROLLBACK_COMPLETE"
1098
1098
  ],
1099
- "documentation": null,
1099
+ "documentation": "\n <p>The current status of the stack.</p>\n ",
1100
1100
  "required": true
1101
1101
  },
1102
1102
  "StackStatusReason": {
1103
1103
  "shape_name": "StackStatusReason",
1104
1104
  "type": "string",
1105
- "documentation": null
1105
+ "documentation": "\n <p>Success/Failure message associated with the stack status.</p>\n "
1106
1106
  }
1107
1107
  },
1108
- "documentation": null
1108
+ "documentation": "\n <p>The StackSummary Data Type</p>\n "
1109
1109
  },
1110
- "documentation": null
1110
+ "documentation": "\n <p>A list of <code>StackSummary</code> structures containing information about the specified stacks.</p>\n "
1111
1111
  },
1112
1112
  "NextToken": {
1113
1113
  "shape_name": "NextToken",
1114
1114
  "type": "string",
1115
1115
  "min_length": 1,
1116
1116
  "max_length": 1024,
1117
- "documentation": null
1117
+ "documentation": "\n <p>String that identifies the start of the next list of stacks, if there is one.</p>\n "
1118
1118
  }
1119
1119
  },
1120
- "documentation": null
1120
+ "documentation": "\n <p>The output for <a>ListStacks</a> action.</p>\n "
1121
1121
  },
1122
1122
  "errors": [
1123
1123
 
1124
1124
  ],
1125
- "documentation": null
1125
+ "documentation": "\n <p>Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary\n information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no\n StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and\n stacks that have been deleted).</p>\n <examples>\n\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=ListStacks\n &StackStatusFilter.member.1=CREATE_IN_PROGRESS\n &StackStatusFilter.member.2=DELETE_COMPLETE\n &Version=2010-05-15\n &SignatureVersion=2\n &SignatureMethod=HmacSHA256\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n <queryresponse><ListStacksResponse>\n <ListStacksResult>\n <StackSummaries>\n <member>\n <StackId>\n arn:aws:cloudformation:us-east-1:1234567:stack/TestCreate1/aaaaa\n </StackId>\n <StackStatus>CREATE_IN_PROGRESS</StackStatus>\n <StackName>vpc1</StackName>\n <CreationTime>2011-05-23T15:47:44Z</CreationTime>\n <TemplateDescription>\n Creates one EC2 instance and a load balancer.\n </TemplateDescription>\n </member>\n <member>\n <StackId>\n arn:aws:cloudformation:us-east-1:1234567:stack/TestDelete2/bbbbb\n </StackId>\n <StackStatus>DELETE_COMPLETE</StackStatus>\n <DeletionTime>2011-03-10T16:20:51Z</DeletionTime>\n <StackName>WP1</StackName>\n <CreationTime>2011-03-05T19:57:58Z</CreationTime>\n <TemplateDescription>\n A simple basic Cloudformation Template.\n </TemplateDescription>\n </member>\n </StackSummaries>\n </ListStacksResult>\n</ListStacksResponse></queryresponse>\n </examples>\n "
1126
1126
  },
1127
1127
  "SetStackPolicy": {
1128
1128
  "name": "SetStackPolicy",
@@ -1133,7 +1133,7 @@
1133
1133
  "StackName": {
1134
1134
  "shape_name": "StackName",
1135
1135
  "type": "string",
1136
- "documentation": null,
1136
+ "documentation": "\n <p>The name or stack ID that you want to associate a policy with.</p>\n ",
1137
1137
  "required": true
1138
1138
  },
1139
1139
  "StackPolicyBody": {
@@ -1141,23 +1141,23 @@
1141
1141
  "type": "string",
1142
1142
  "min_length": 1,
1143
1143
  "max_length": 16384,
1144
- "documentation": null
1144
+ "documentation": "\n <p>Structure containing the stack policy body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html\">\n Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide.)</p>\n <p>You must pass <code>StackPolicyBody</code> or <code>StackPolicyURL</code>. If both are passed, only\n <code>StackPolicyBody</code> is used.</p>\n "
1145
1145
  },
1146
1146
  "StackPolicyURL": {
1147
1147
  "shape_name": "StackPolicyURL",
1148
1148
  "type": "string",
1149
1149
  "min_length": 1,
1150
1150
  "max_length": 1350,
1151
- "documentation": null
1151
+ "documentation": "\n <p>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 must pass <code>StackPolicyBody</code> or <code>StackPolicyURL</code>. If both are passed, only\n <code>StackPolicyBody</code> is used.</p>\n "
1152
1152
  }
1153
1153
  },
1154
- "documentation": null
1154
+ "documentation": "\n <p>The input for the <a>SetStackPolicy</a> action.</p>\n "
1155
1155
  },
1156
1156
  "output": null,
1157
1157
  "errors": [
1158
1158
 
1159
1159
  ],
1160
- "documentation": null
1160
+ "documentation": "\n <p>Sets a stack policy for a specified stack.</p>\n "
1161
1161
  },
1162
1162
  "UpdateStack": {
1163
1163
  "name": "UpdateStack",
@@ -1168,35 +1168,35 @@
1168
1168
  "StackName": {
1169
1169
  "shape_name": "StackName",
1170
1170
  "type": "string",
1171
- "documentation": null,
1171
+ "documentation": "\n <p>The name or stack ID of the stack to update.</p>\n <note> Must contain only alphanumeric characters (case sensitive) and start with an alpha character. Maximum\n length of the name is 255 characters. </note>\n ",
1172
1172
  "required": true
1173
1173
  },
1174
1174
  "TemplateBody": {
1175
1175
  "shape_name": "TemplateBody",
1176
1176
  "type": "string",
1177
1177
  "min_length": 1,
1178
- "documentation": null
1178
+ "documentation": "\n <p>Structure containing the template body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.)</p>\n <p>Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
1179
1179
  },
1180
1180
  "TemplateURL": {
1181
1181
  "shape_name": "TemplateURL",
1182
1182
  "type": "string",
1183
1183
  "min_length": 1,
1184
1184
  "max_length": 1024,
1185
- "documentation": null
1185
+ "documentation": "\n <p>Location of file containing the template body. The URL must point to a template located in an S3 bucket in the\n same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.</p>\n <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
1186
1186
  },
1187
1187
  "StackPolicyDuringUpdateBody": {
1188
1188
  "shape_name": "StackPolicyDuringUpdateBody",
1189
1189
  "type": "string",
1190
1190
  "min_length": 1,
1191
1191
  "max_length": 16384,
1192
- "documentation": null
1192
+ "documentation": "\n <p>Structure containing the temporary overriding stack policy body. If you pass <code>StackPolicyDuringUpdateBody</code> and <code>StackPolicyDuringUpdateURL</code>, only\n <code>StackPolicyDuringUpdateBody</code> is used.</p>\n <p>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 associated with the stack will be used.</p>\n "
1193
1193
  },
1194
1194
  "StackPolicyDuringUpdateURL": {
1195
1195
  "shape_name": "StackPolicyDuringUpdateURL",
1196
1196
  "type": "string",
1197
1197
  "min_length": 1,
1198
1198
  "max_length": 1350,
1199
- "documentation": null
1199
+ "documentation": "\n <p>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. If you pass <code>StackPolicyDuringUpdateBody</code> and <code>StackPolicyDuringUpdateURL</code>, only\n <code>StackPolicyDuringUpdateBody</code> is used.</p>\n <p>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.</p>\n "
1200
1200
  },
1201
1201
  "Parameters": {
1202
1202
  "shape_name": "Parameters",
@@ -1208,17 +1208,17 @@
1208
1208
  "ParameterKey": {
1209
1209
  "shape_name": "ParameterKey",
1210
1210
  "type": "string",
1211
- "documentation": null
1211
+ "documentation": "\n <p>The key associated with the parameter.</p>\n "
1212
1212
  },
1213
1213
  "ParameterValue": {
1214
1214
  "shape_name": "ParameterValue",
1215
1215
  "type": "string",
1216
- "documentation": null
1216
+ "documentation": "\n <p>The value associated with the parameter.</p>\n "
1217
1217
  }
1218
1218
  },
1219
- "documentation": null
1219
+ "documentation": "\n <p>The Parameter data type.</p>\n "
1220
1220
  },
1221
- "documentation": null
1221
+ "documentation": "\n <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.</p>\n "
1222
1222
  },
1223
1223
  "Capabilities": {
1224
1224
  "shape_name": "Capabilities",
@@ -1231,24 +1231,24 @@
1231
1231
  ],
1232
1232
  "documentation": null
1233
1233
  },
1234
- "documentation": null
1234
+ "documentation": "\n <p>The list of capabilities that you want to allow in the stack. If your stack contains IAM resources, you must\n specify the CAPABILITY_IAM value for this parameter; otherwise, this action returns an InsufficientCapabilities\n error. IAM resources are the following: <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\">AWS::IAM::AccessKey</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\">AWS::IAM::Group</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html\">AWS::IAM::Policy</a>, <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\">AWS::IAM::User</a>, and <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\">AWS::IAM::UserToGroupAddition</a>.</p>\n "
1235
1235
  },
1236
1236
  "StackPolicyBody": {
1237
1237
  "shape_name": "StackPolicyBody",
1238
1238
  "type": "string",
1239
1239
  "min_length": 1,
1240
1240
  "max_length": 16384,
1241
- "documentation": null
1241
+ "documentation": "\n <p>Structure containing the updated stack policy body. If you pass <code>StackPolicyBody</code> and <code>StackPolicyURL</code>, only\n <code>StackPolicyBody</code> is used.</p>\n <p>If you want to update a stack policy during a stack update, specify an updated stack policy. For example, you can include an updated stack policy to protect a new resource created in the stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.</p>\n "
1242
1242
  },
1243
1243
  "StackPolicyURL": {
1244
1244
  "shape_name": "StackPolicyURL",
1245
1245
  "type": "string",
1246
1246
  "min_length": 1,
1247
1247
  "max_length": 1350,
1248
- "documentation": null
1248
+ "documentation": "\n <p>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. If you pass <code>StackPolicyBody</code> and <code>StackPolicyURL</code>, only\n <code>StackPolicyBody</code> is used.</p>\n <p>If you want to update a stack policy during a stack update, specify an updated stack policy. For example, you can include an updated stack policy to protect a new resource created in the stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged.</p>\n "
1249
1249
  }
1250
1250
  },
1251
- "documentation": null
1251
+ "documentation": "\n <p>The input for <a>UpdateStack</a> action.</p>\n "
1252
1252
  },
1253
1253
  "output": {
1254
1254
  "shape_name": "UpdateStackOutput",
@@ -1257,10 +1257,10 @@
1257
1257
  "StackId": {
1258
1258
  "shape_name": "StackId",
1259
1259
  "type": "string",
1260
- "documentation": null
1260
+ "documentation": "\n <p>Unique identifier of the stack.</p>\n "
1261
1261
  }
1262
1262
  },
1263
- "documentation": null
1263
+ "documentation": "\n <p>The output for a <a>UpdateStack</a> action.</p>\n "
1264
1264
  },
1265
1265
  "errors": [
1266
1266
  {
@@ -1268,10 +1268,10 @@
1268
1268
  "type": "structure",
1269
1269
  "members": {
1270
1270
  },
1271
- "documentation": null
1271
+ "documentation": "\n <p>The template contains resources with capabilities that were not specified in the Capabilities parameter.</p>\n "
1272
1272
  }
1273
1273
  ],
1274
- "documentation": null
1274
+ "documentation": "\n <p>Updates a stack as specified in the template. After the call completes successfully, the stack update starts.\n You can check the status of the stack via the <a>DescribeStacks</a> action.</p>\n <p></p>\n <p><b>Note: </b>You cannot update <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\">AWS::S3::Bucket</a>\n resources, for example, to add or modify tags.</p>\n <p></p>\n <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>\n <p>Tags that were associated with this stack during creation time will still be associated with the stack after an\n <code>UpdateStack</code> operation.</p>\n <p>For more information about creating an update template, updating a stack, and monitoring the progress of the\n update, see <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html\">Updating a Stack</a>.</p>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=UpdateStack\n &StackName=MyStack\n &TemplateBody=[Template Document]\n &Parameters.member.1.ParameterKey=AvailabilityZone\n &Parameters.member.1.ParameterValue=us-east-1a\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<UpdateStackResult>\n <StackId>arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83</StackId>\n</UpdateStackResult></queryresponse>\n </examples>\n "
1275
1275
  },
1276
1276
  "ValidateTemplate": {
1277
1277
  "name": "ValidateTemplate",
@@ -1283,17 +1283,17 @@
1283
1283
  "shape_name": "TemplateBody",
1284
1284
  "type": "string",
1285
1285
  "min_length": 1,
1286
- "documentation": null
1286
+ "documentation": "\n <p>String containing the template body. (For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.)</p>\n <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
1287
1287
  },
1288
1288
  "TemplateURL": {
1289
1289
  "shape_name": "TemplateURL",
1290
1290
  "type": "string",
1291
1291
  "min_length": 1,
1292
1292
  "max_length": 1024,
1293
- "documentation": null
1293
+ "documentation": "\n <p>Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes)\n located in an S3 bucket in the same region as the stack. For more information, go to <a href=\"http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html\">Template Anatomy</a>\n in the AWS CloudFormation User Guide.</p>\n <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only\n <code>TemplateBody</code> is used.</p>\n "
1294
1294
  }
1295
1295
  },
1296
- "documentation": null
1296
+ "documentation": "\n <p>The input for <a>ValidateTemplate</a> action.</p>\n "
1297
1297
  },
1298
1298
  "output": {
1299
1299
  "shape_name": "ValidateTemplateOutput",
@@ -1309,32 +1309,32 @@
1309
1309
  "ParameterKey": {
1310
1310
  "shape_name": "ParameterKey",
1311
1311
  "type": "string",
1312
- "documentation": null
1312
+ "documentation": "\n <p>The name associated with the parameter.</p>\n "
1313
1313
  },
1314
1314
  "DefaultValue": {
1315
1315
  "shape_name": "ParameterValue",
1316
1316
  "type": "string",
1317
- "documentation": null
1317
+ "documentation": "\n <p>The default value associated with the parameter.</p>\n "
1318
1318
  },
1319
1319
  "NoEcho": {
1320
1320
  "shape_name": "NoEcho",
1321
1321
  "type": "boolean",
1322
- "documentation": null
1322
+ "documentation": "\n <p>Flag indicating whether the parameter should be displayed as plain text in logs and UIs.</p>\n "
1323
1323
  },
1324
1324
  "Description": {
1325
1325
  "shape_name": "Description",
1326
1326
  "type": "string",
1327
- "documentation": null
1327
+ "documentation": "\n <p>User defined description associated with the parameter.</p>\n "
1328
1328
  }
1329
1329
  },
1330
- "documentation": null
1330
+ "documentation": "\n <p>The TemplateParameter data type.</p>\n "
1331
1331
  },
1332
- "documentation": null
1332
+ "documentation": "\n <p>A list of <code>TemplateParameter</code> structures.</p>\n "
1333
1333
  },
1334
1334
  "Description": {
1335
1335
  "shape_name": "Description",
1336
1336
  "type": "string",
1337
- "documentation": null
1337
+ "documentation": "\n <p>The description found within the template.</p>\n "
1338
1338
  },
1339
1339
  "Capabilities": {
1340
1340
  "shape_name": "Capabilities",
@@ -1347,20 +1347,20 @@
1347
1347
  ],
1348
1348
  "documentation": null
1349
1349
  },
1350
- "documentation": null
1350
+ "documentation": "\n <p>The capabilities found within the template. Currently, CAPABILITY_IAM is the only capability detected. If\n your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use\n the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return an\n InsufficientCapabilities error.</p>\n "
1351
1351
  },
1352
1352
  "CapabilitiesReason": {
1353
1353
  "shape_name": "CapabilitiesReason",
1354
1354
  "type": "string",
1355
- "documentation": null
1355
+ "documentation": "\n <p>The capabilities reason found within the template.</p>\n "
1356
1356
  }
1357
1357
  },
1358
- "documentation": null
1358
+ "documentation": "\n <p>The output for <a>ValidateTemplate</a> action.</p>\n "
1359
1359
  },
1360
1360
  "errors": [
1361
1361
 
1362
1362
  ],
1363
- "documentation": null
1363
+ "documentation": "\n <p>Validates a specified template.</p>\n\n <examples>\n <queryrequest>\nhttps://cloudformation.us-east-1.amazonaws.com/\n ?Action=ValidateTemplate\n &TemplateBody=http://myTemplateRepository/TemplateOne.template\n &Version=2010-05-15\n &SignatureVersion=2\n &Timestamp=2010-07-27T22%3A26%3A28.000Z\n &AWSAccessKeyId=[AWS Access KeyID]\n &Signature=[Signature]</queryrequest>\n\n <queryresponse>\n<ValidateTemplateResponse xmlns=\"http://cloudformation.amazonaws.com/doc/2010-05-15/\">\n <ValidateTemplateResult>\n <Description></Description>\n <Parameters>\n <member>\n <NoEcho>false</NoEcho>\n <ParameterKey>InstanceType</ParameterKey>\n <Description>Type of instance to launch</Description>\n <DefaultValue>m1.small</DefaultValue>\n </member>\n <member>\n <NoEcho>false</NoEcho>\n <ParameterKey>WebServerPort</ParameterKey>\n <Description>The TCP port for the Web Server</Description>\n <DefaultValue>8888</DefaultValue>\n </member>\n <member>\n <NoEcho>false</NoEcho>\n <ParameterKey>KeyName</ParameterKey>\n <Description>Name of an existing EC2 KeyPair to enable SSH access into the server</Description>\n </member>\n </Parameters>\n </ValidateTemplateResult>\n <ResponseMetadata>\n <RequestId>0be7b6e8-e4a0-11e0-a5bd-9f8d5a7dbc91</RequestId>\n </ResponseMetadata>\n</ValidateTemplateResponse>\n</queryresponse>\n </examples>\n "
1364
1364
  }
1365
1365
  }
1366
1366
  }