aws-sdk-cloudformation 1.0.0.rc9 → 1.0.0.rc10

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,13 @@ module Aws::CloudFormation
11
11
 
12
12
  include Seahorse::Model
13
13
 
14
+ Account = Shapes::StringShape.new(name: 'Account')
15
+ AccountGateResult = Shapes::StructureShape.new(name: 'AccountGateResult')
16
+ AccountGateStatus = Shapes::StringShape.new(name: 'AccountGateStatus')
17
+ AccountGateStatusReason = Shapes::StringShape.new(name: 'AccountGateStatusReason')
14
18
  AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
15
19
  AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
20
+ AccountList = Shapes::ListShape.new(name: 'AccountList')
16
21
  AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
17
22
  AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
18
23
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
@@ -42,11 +47,20 @@ module Aws::CloudFormation
42
47
  CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
43
48
  CreateChangeSetOutput = Shapes::StructureShape.new(name: 'CreateChangeSetOutput')
44
49
  CreateStackInput = Shapes::StructureShape.new(name: 'CreateStackInput')
50
+ CreateStackInstancesInput = Shapes::StructureShape.new(name: 'CreateStackInstancesInput')
51
+ CreateStackInstancesOutput = Shapes::StructureShape.new(name: 'CreateStackInstancesOutput')
45
52
  CreateStackOutput = Shapes::StructureShape.new(name: 'CreateStackOutput')
53
+ CreateStackSetInput = Shapes::StructureShape.new(name: 'CreateStackSetInput')
54
+ CreateStackSetOutput = Shapes::StructureShape.new(name: 'CreateStackSetOutput')
55
+ CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException')
46
56
  CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
47
57
  DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
48
58
  DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
49
59
  DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
60
+ DeleteStackInstancesInput = Shapes::StructureShape.new(name: 'DeleteStackInstancesInput')
61
+ DeleteStackInstancesOutput = Shapes::StructureShape.new(name: 'DeleteStackInstancesOutput')
62
+ DeleteStackSetInput = Shapes::StructureShape.new(name: 'DeleteStackSetInput')
63
+ DeleteStackSetOutput = Shapes::StructureShape.new(name: 'DeleteStackSetOutput')
50
64
  DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
51
65
  DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
52
66
  DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
@@ -54,10 +68,16 @@ module Aws::CloudFormation
54
68
  DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
55
69
  DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
56
70
  DescribeStackEventsOutput = Shapes::StructureShape.new(name: 'DescribeStackEventsOutput')
71
+ DescribeStackInstanceInput = Shapes::StructureShape.new(name: 'DescribeStackInstanceInput')
72
+ DescribeStackInstanceOutput = Shapes::StructureShape.new(name: 'DescribeStackInstanceOutput')
57
73
  DescribeStackResourceInput = Shapes::StructureShape.new(name: 'DescribeStackResourceInput')
58
74
  DescribeStackResourceOutput = Shapes::StructureShape.new(name: 'DescribeStackResourceOutput')
59
75
  DescribeStackResourcesInput = Shapes::StructureShape.new(name: 'DescribeStackResourcesInput')
60
76
  DescribeStackResourcesOutput = Shapes::StructureShape.new(name: 'DescribeStackResourcesOutput')
77
+ DescribeStackSetInput = Shapes::StructureShape.new(name: 'DescribeStackSetInput')
78
+ DescribeStackSetOperationInput = Shapes::StructureShape.new(name: 'DescribeStackSetOperationInput')
79
+ DescribeStackSetOperationOutput = Shapes::StructureShape.new(name: 'DescribeStackSetOperationOutput')
80
+ DescribeStackSetOutput = Shapes::StructureShape.new(name: 'DescribeStackSetOutput')
61
81
  DescribeStacksInput = Shapes::StructureShape.new(name: 'DescribeStacksInput')
62
82
  DescribeStacksOutput = Shapes::StructureShape.new(name: 'DescribeStacksOutput')
63
83
  Description = Shapes::StringShape.new(name: 'Description')
@@ -73,6 +93,8 @@ module Aws::CloudFormation
73
93
  ExportName = Shapes::StringShape.new(name: 'ExportName')
74
94
  ExportValue = Shapes::StringShape.new(name: 'ExportValue')
75
95
  Exports = Shapes::ListShape.new(name: 'Exports')
96
+ FailureToleranceCount = Shapes::IntegerShape.new(name: 'FailureToleranceCount')
97
+ FailureTolerancePercentage = Shapes::IntegerShape.new(name: 'FailureTolerancePercentage')
76
98
  GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
77
99
  GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
78
100
  GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
@@ -82,6 +104,7 @@ module Aws::CloudFormation
82
104
  Imports = Shapes::ListShape.new(name: 'Imports')
83
105
  InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException')
84
106
  InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
107
+ InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
85
108
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
86
109
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
87
110
  LimitName = Shapes::StringShape.new(name: 'LimitName')
@@ -92,17 +115,32 @@ module Aws::CloudFormation
92
115
  ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
93
116
  ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
94
117
  ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
118
+ ListStackInstancesInput = Shapes::StructureShape.new(name: 'ListStackInstancesInput')
119
+ ListStackInstancesOutput = Shapes::StructureShape.new(name: 'ListStackInstancesOutput')
95
120
  ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
96
121
  ListStackResourcesOutput = Shapes::StructureShape.new(name: 'ListStackResourcesOutput')
122
+ ListStackSetOperationResultsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsInput')
123
+ ListStackSetOperationResultsOutput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsOutput')
124
+ ListStackSetOperationsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationsInput')
125
+ ListStackSetOperationsOutput = Shapes::StructureShape.new(name: 'ListStackSetOperationsOutput')
126
+ ListStackSetsInput = Shapes::StructureShape.new(name: 'ListStackSetsInput')
127
+ ListStackSetsOutput = Shapes::StructureShape.new(name: 'ListStackSetsOutput')
97
128
  ListStacksInput = Shapes::StructureShape.new(name: 'ListStacksInput')
98
129
  ListStacksOutput = Shapes::StructureShape.new(name: 'ListStacksOutput')
99
130
  LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
131
+ MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
132
+ MaxConcurrentPercentage = Shapes::IntegerShape.new(name: 'MaxConcurrentPercentage')
133
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
100
134
  Metadata = Shapes::StringShape.new(name: 'Metadata')
135
+ NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException')
101
136
  NextToken = Shapes::StringShape.new(name: 'NextToken')
102
137
  NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
103
138
  NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
104
139
  NotificationARNs = Shapes::ListShape.new(name: 'NotificationARNs')
105
140
  OnFailure = Shapes::StringShape.new(name: 'OnFailure')
141
+ OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException')
142
+ OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException')
143
+ OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException')
106
144
  Output = Shapes::StructureShape.new(name: 'Output')
107
145
  OutputKey = Shapes::StringShape.new(name: 'OutputKey')
108
146
  OutputValue = Shapes::StringShape.new(name: 'OutputValue')
@@ -117,6 +155,9 @@ module Aws::CloudFormation
117
155
  Parameters = Shapes::ListShape.new(name: 'Parameters')
118
156
  PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
119
157
  PropertyName = Shapes::StringShape.new(name: 'PropertyName')
158
+ Reason = Shapes::StringShape.new(name: 'Reason')
159
+ Region = Shapes::StringShape.new(name: 'Region')
160
+ RegionList = Shapes::ListShape.new(name: 'RegionList')
120
161
  Replacement = Shapes::StringShape.new(name: 'Replacement')
121
162
  RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
122
163
  ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
@@ -134,6 +175,8 @@ module Aws::CloudFormation
134
175
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
135
176
  ResourcesToSkip = Shapes::ListShape.new(name: 'ResourcesToSkip')
136
177
  RetainResources = Shapes::ListShape.new(name: 'RetainResources')
178
+ RetainStacks = Shapes::BooleanShape.new(name: 'RetainStacks')
179
+ RetainStacksNullable = Shapes::BooleanShape.new(name: 'RetainStacksNullable')
137
180
  RoleARN = Shapes::StringShape.new(name: 'RoleARN')
138
181
  Scope = Shapes::ListShape.new(name: 'Scope')
139
182
  SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
@@ -142,6 +185,11 @@ module Aws::CloudFormation
142
185
  StackEvent = Shapes::StructureShape.new(name: 'StackEvent')
143
186
  StackEvents = Shapes::ListShape.new(name: 'StackEvents')
144
187
  StackId = Shapes::StringShape.new(name: 'StackId')
188
+ StackInstance = Shapes::StructureShape.new(name: 'StackInstance')
189
+ StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException')
190
+ StackInstanceStatus = Shapes::StringShape.new(name: 'StackInstanceStatus')
191
+ StackInstanceSummaries = Shapes::ListShape.new(name: 'StackInstanceSummaries')
192
+ StackInstanceSummary = Shapes::StructureShape.new(name: 'StackInstanceSummary')
145
193
  StackName = Shapes::StringShape.new(name: 'StackName')
146
194
  StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
147
195
  StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
@@ -153,6 +201,24 @@ module Aws::CloudFormation
153
201
  StackResourceSummaries = Shapes::ListShape.new(name: 'StackResourceSummaries')
154
202
  StackResourceSummary = Shapes::StructureShape.new(name: 'StackResourceSummary')
155
203
  StackResources = Shapes::ListShape.new(name: 'StackResources')
204
+ StackSet = Shapes::StructureShape.new(name: 'StackSet')
205
+ StackSetId = Shapes::StringShape.new(name: 'StackSetId')
206
+ StackSetName = Shapes::StringShape.new(name: 'StackSetName')
207
+ StackSetNameOrId = Shapes::StringShape.new(name: 'StackSetNameOrId')
208
+ StackSetNotEmptyException = Shapes::StructureShape.new(name: 'StackSetNotEmptyException')
209
+ StackSetNotFoundException = Shapes::StructureShape.new(name: 'StackSetNotFoundException')
210
+ StackSetOperation = Shapes::StructureShape.new(name: 'StackSetOperation')
211
+ StackSetOperationAction = Shapes::StringShape.new(name: 'StackSetOperationAction')
212
+ StackSetOperationPreferences = Shapes::StructureShape.new(name: 'StackSetOperationPreferences')
213
+ StackSetOperationResultStatus = Shapes::StringShape.new(name: 'StackSetOperationResultStatus')
214
+ StackSetOperationResultSummaries = Shapes::ListShape.new(name: 'StackSetOperationResultSummaries')
215
+ StackSetOperationResultSummary = Shapes::StructureShape.new(name: 'StackSetOperationResultSummary')
216
+ StackSetOperationStatus = Shapes::StringShape.new(name: 'StackSetOperationStatus')
217
+ StackSetOperationSummaries = Shapes::ListShape.new(name: 'StackSetOperationSummaries')
218
+ StackSetOperationSummary = Shapes::StructureShape.new(name: 'StackSetOperationSummary')
219
+ StackSetStatus = Shapes::StringShape.new(name: 'StackSetStatus')
220
+ StackSetSummaries = Shapes::ListShape.new(name: 'StackSetSummaries')
221
+ StackSetSummary = Shapes::StructureShape.new(name: 'StackSetSummary')
156
222
  StackStatus = Shapes::StringShape.new(name: 'StackStatus')
157
223
  StackStatusFilter = Shapes::ListShape.new(name: 'StackStatusFilter')
158
224
  StackStatusReason = Shapes::StringShape.new(name: 'StackStatusReason')
@@ -160,6 +226,9 @@ module Aws::CloudFormation
160
226
  StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
161
227
  Stacks = Shapes::ListShape.new(name: 'Stacks')
162
228
  StageList = Shapes::ListShape.new(name: 'StageList')
229
+ StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException')
230
+ StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
231
+ StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
163
232
  Tag = Shapes::StructureShape.new(name: 'Tag')
164
233
  TagKey = Shapes::StringShape.new(name: 'TagKey')
165
234
  TagValue = Shapes::StringShape.new(name: 'TagValue')
@@ -177,6 +246,8 @@ module Aws::CloudFormation
177
246
  TransformsList = Shapes::ListShape.new(name: 'TransformsList')
178
247
  UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
179
248
  UpdateStackOutput = Shapes::StructureShape.new(name: 'UpdateStackOutput')
249
+ UpdateStackSetInput = Shapes::StructureShape.new(name: 'UpdateStackSetInput')
250
+ UpdateStackSetOutput = Shapes::StructureShape.new(name: 'UpdateStackSetOutput')
180
251
  Url = Shapes::StringShape.new(name: 'Url')
181
252
  UsePreviousTemplate = Shapes::BooleanShape.new(name: 'UsePreviousTemplate')
182
253
  UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
@@ -184,12 +255,18 @@ module Aws::CloudFormation
184
255
  ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
185
256
  Version = Shapes::StringShape.new(name: 'Version')
186
257
 
258
+ AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
259
+ AccountGateResult.add_member(:status_reason, Shapes::ShapeRef.new(shape: AccountGateStatusReason, location_name: "StatusReason"))
260
+ AccountGateResult.struct_class = Types::AccountGateResult
261
+
187
262
  AccountLimit.add_member(:name, Shapes::ShapeRef.new(shape: LimitName, location_name: "Name"))
188
263
  AccountLimit.add_member(:value, Shapes::ShapeRef.new(shape: LimitValue, location_name: "Value"))
189
264
  AccountLimit.struct_class = Types::AccountLimit
190
265
 
191
266
  AccountLimitList.member = Shapes::ShapeRef.new(shape: AccountLimit)
192
267
 
268
+ AccountList.member = Shapes::ShapeRef.new(shape: Account)
269
+
193
270
  AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
194
271
 
195
272
  CancelUpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
@@ -262,9 +339,32 @@ module Aws::CloudFormation
262
339
  CreateStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
263
340
  CreateStackInput.struct_class = Types::CreateStackInput
264
341
 
342
+ CreateStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
343
+ CreateStackInstancesInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, required: true, location_name: "Accounts"))
344
+ CreateStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
345
+ CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
346
+ CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
347
+ CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
348
+
349
+ CreateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
350
+ CreateStackInstancesOutput.struct_class = Types::CreateStackInstancesOutput
351
+
265
352
  CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
266
353
  CreateStackOutput.struct_class = Types::CreateStackOutput
267
354
 
355
+ CreateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
356
+ CreateStackSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
357
+ CreateStackSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
358
+ CreateStackSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
359
+ CreateStackSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
360
+ CreateStackSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
361
+ CreateStackSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
362
+ CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
363
+ CreateStackSetInput.struct_class = Types::CreateStackSetInput
364
+
365
+ CreateStackSetOutput.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
366
+ CreateStackSetOutput.struct_class = Types::CreateStackSetOutput
367
+
268
368
  DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
269
369
  DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
270
370
  DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
@@ -277,6 +377,22 @@ module Aws::CloudFormation
277
377
  DeleteStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
278
378
  DeleteStackInput.struct_class = Types::DeleteStackInput
279
379
 
380
+ DeleteStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
381
+ DeleteStackInstancesInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, required: true, location_name: "Accounts"))
382
+ DeleteStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
383
+ DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
384
+ DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
385
+ DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
386
+ DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
387
+
388
+ DeleteStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
389
+ DeleteStackInstancesOutput.struct_class = Types::DeleteStackInstancesOutput
390
+
391
+ DeleteStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
392
+ DeleteStackSetInput.struct_class = Types::DeleteStackSetInput
393
+
394
+ DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
395
+
280
396
  DescribeAccountLimitsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
281
397
  DescribeAccountLimitsInput.struct_class = Types::DescribeAccountLimitsInput
282
398
 
@@ -314,6 +430,14 @@ module Aws::CloudFormation
314
430
  DescribeStackEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
315
431
  DescribeStackEventsOutput.struct_class = Types::DescribeStackEventsOutput
316
432
 
433
+ DescribeStackInstanceInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
434
+ DescribeStackInstanceInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
435
+ DescribeStackInstanceInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
436
+ DescribeStackInstanceInput.struct_class = Types::DescribeStackInstanceInput
437
+
438
+ DescribeStackInstanceOutput.add_member(:stack_instance, Shapes::ShapeRef.new(shape: StackInstance, location_name: "StackInstance"))
439
+ DescribeStackInstanceOutput.struct_class = Types::DescribeStackInstanceOutput
440
+
317
441
  DescribeStackResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
318
442
  DescribeStackResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
319
443
  DescribeStackResourceInput.struct_class = Types::DescribeStackResourceInput
@@ -329,6 +453,19 @@ module Aws::CloudFormation
329
453
  DescribeStackResourcesOutput.add_member(:stack_resources, Shapes::ShapeRef.new(shape: StackResources, location_name: "StackResources"))
330
454
  DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
331
455
 
456
+ DescribeStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
457
+ DescribeStackSetInput.struct_class = Types::DescribeStackSetInput
458
+
459
+ DescribeStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
460
+ DescribeStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
461
+ DescribeStackSetOperationInput.struct_class = Types::DescribeStackSetOperationInput
462
+
463
+ DescribeStackSetOperationOutput.add_member(:stack_set_operation, Shapes::ShapeRef.new(shape: StackSetOperation, location_name: "StackSetOperation"))
464
+ DescribeStackSetOperationOutput.struct_class = Types::DescribeStackSetOperationOutput
465
+
466
+ DescribeStackSetOutput.add_member(:stack_set, Shapes::ShapeRef.new(shape: StackSet, location_name: "StackSet"))
467
+ DescribeStackSetOutput.struct_class = Types::DescribeStackSetOutput
468
+
332
469
  DescribeStacksInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
333
470
  DescribeStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
334
471
  DescribeStacksInput.struct_class = Types::DescribeStacksInput
@@ -377,6 +514,7 @@ module Aws::CloudFormation
377
514
  GetTemplateSummaryInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
378
515
  GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
379
516
  GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
517
+ GetTemplateSummaryInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, location_name: "StackSetName"))
380
518
  GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
381
519
 
382
520
  GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
@@ -414,6 +552,17 @@ module Aws::CloudFormation
414
552
  ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
415
553
  ListImportsOutput.struct_class = Types::ListImportsOutput
416
554
 
555
+ ListStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
556
+ ListStackInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
557
+ ListStackInstancesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
558
+ ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
559
+ ListStackInstancesInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, location_name: "StackInstanceRegion"))
560
+ ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
561
+
562
+ ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
563
+ ListStackInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
564
+ ListStackInstancesOutput.struct_class = Types::ListStackInstancesOutput
565
+
417
566
  ListStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
418
567
  ListStackResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
419
568
  ListStackResourcesInput.struct_class = Types::ListStackResourcesInput
@@ -422,6 +571,34 @@ module Aws::CloudFormation
422
571
  ListStackResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
423
572
  ListStackResourcesOutput.struct_class = Types::ListStackResourcesOutput
424
573
 
574
+ ListStackSetOperationResultsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
575
+ ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
576
+ ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
577
+ ListStackSetOperationResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
578
+ ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
579
+
580
+ ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
581
+ ListStackSetOperationResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
582
+ ListStackSetOperationResultsOutput.struct_class = Types::ListStackSetOperationResultsOutput
583
+
584
+ ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
585
+ ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
586
+ ListStackSetOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
587
+ ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
588
+
589
+ ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
590
+ ListStackSetOperationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
591
+ ListStackSetOperationsOutput.struct_class = Types::ListStackSetOperationsOutput
592
+
593
+ ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
594
+ ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
595
+ ListStackSetsInput.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
596
+ ListStackSetsInput.struct_class = Types::ListStackSetsInput
597
+
598
+ ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
599
+ ListStackSetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
600
+ ListStackSetsOutput.struct_class = Types::ListStackSetsOutput
601
+
425
602
  ListStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
426
603
  ListStacksInput.add_member(:stack_status_filter, Shapes::ShapeRef.new(shape: StackStatusFilter, location_name: "StackStatusFilter"))
427
604
  ListStacksInput.struct_class = Types::ListStacksInput
@@ -435,6 +612,7 @@ module Aws::CloudFormation
435
612
  Output.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
436
613
  Output.add_member(:output_value, Shapes::ShapeRef.new(shape: OutputValue, location_name: "OutputValue"))
437
614
  Output.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
615
+ Output.add_member(:export_name, Shapes::ShapeRef.new(shape: ExportName, location_name: "ExportName"))
438
616
  Output.struct_class = Types::Output
439
617
 
440
618
  Outputs.member = Shapes::ShapeRef.new(shape: Output)
@@ -459,6 +637,8 @@ module Aws::CloudFormation
459
637
 
460
638
  Parameters.member = Shapes::ShapeRef.new(shape: Parameter)
461
639
 
640
+ RegionList.member = Shapes::ShapeRef.new(shape: Region)
641
+
462
642
  ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
463
643
  ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
464
644
  ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
@@ -533,6 +713,24 @@ module Aws::CloudFormation
533
713
 
534
714
  StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
535
715
 
716
+ StackInstance.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
717
+ StackInstance.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
718
+ StackInstance.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
719
+ StackInstance.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
720
+ StackInstance.add_member(:status, Shapes::ShapeRef.new(shape: StackInstanceStatus, location_name: "Status"))
721
+ StackInstance.add_member(:status_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "StatusReason"))
722
+ StackInstance.struct_class = Types::StackInstance
723
+
724
+ StackInstanceSummaries.member = Shapes::ShapeRef.new(shape: StackInstanceSummary)
725
+
726
+ StackInstanceSummary.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
727
+ StackInstanceSummary.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
728
+ StackInstanceSummary.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
729
+ StackInstanceSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
730
+ StackInstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackInstanceStatus, location_name: "Status"))
731
+ StackInstanceSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "StatusReason"))
732
+ StackInstanceSummary.struct_class = Types::StackInstanceSummary
733
+
536
734
  StackResource.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
537
735
  StackResource.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
538
736
  StackResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
@@ -568,6 +766,59 @@ module Aws::CloudFormation
568
766
 
569
767
  StackResources.member = Shapes::ShapeRef.new(shape: StackResource)
570
768
 
769
+ StackSet.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, location_name: "StackSetName"))
770
+ StackSet.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
771
+ StackSet.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
772
+ StackSet.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
773
+ StackSet.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
774
+ StackSet.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
775
+ StackSet.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
776
+ StackSet.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
777
+ StackSet.struct_class = Types::StackSet
778
+
779
+ StackSetOperation.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
780
+ StackSetOperation.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
781
+ StackSetOperation.add_member(:action, Shapes::ShapeRef.new(shape: StackSetOperationAction, location_name: "Action"))
782
+ StackSetOperation.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationStatus, location_name: "Status"))
783
+ StackSetOperation.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
784
+ StackSetOperation.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacksNullable, location_name: "RetainStacks"))
785
+ StackSetOperation.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimestamp"))
786
+ StackSetOperation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
787
+ StackSetOperation.struct_class = Types::StackSetOperation
788
+
789
+ StackSetOperationPreferences.add_member(:region_order, Shapes::ShapeRef.new(shape: RegionList, location_name: "RegionOrder"))
790
+ StackSetOperationPreferences.add_member(:failure_tolerance_count, Shapes::ShapeRef.new(shape: FailureToleranceCount, location_name: "FailureToleranceCount"))
791
+ StackSetOperationPreferences.add_member(:failure_tolerance_percentage, Shapes::ShapeRef.new(shape: FailureTolerancePercentage, location_name: "FailureTolerancePercentage"))
792
+ StackSetOperationPreferences.add_member(:max_concurrent_count, Shapes::ShapeRef.new(shape: MaxConcurrentCount, location_name: "MaxConcurrentCount"))
793
+ StackSetOperationPreferences.add_member(:max_concurrent_percentage, Shapes::ShapeRef.new(shape: MaxConcurrentPercentage, location_name: "MaxConcurrentPercentage"))
794
+ StackSetOperationPreferences.struct_class = Types::StackSetOperationPreferences
795
+
796
+ StackSetOperationResultSummaries.member = Shapes::ShapeRef.new(shape: StackSetOperationResultSummary)
797
+
798
+ StackSetOperationResultSummary.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
799
+ StackSetOperationResultSummary.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
800
+ StackSetOperationResultSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationResultStatus, location_name: "Status"))
801
+ StackSetOperationResultSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "StatusReason"))
802
+ StackSetOperationResultSummary.add_member(:account_gate_result, Shapes::ShapeRef.new(shape: AccountGateResult, location_name: "AccountGateResult"))
803
+ StackSetOperationResultSummary.struct_class = Types::StackSetOperationResultSummary
804
+
805
+ StackSetOperationSummaries.member = Shapes::ShapeRef.new(shape: StackSetOperationSummary)
806
+
807
+ StackSetOperationSummary.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
808
+ StackSetOperationSummary.add_member(:action, Shapes::ShapeRef.new(shape: StackSetOperationAction, location_name: "Action"))
809
+ StackSetOperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationStatus, location_name: "Status"))
810
+ StackSetOperationSummary.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimestamp"))
811
+ StackSetOperationSummary.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
812
+ StackSetOperationSummary.struct_class = Types::StackSetOperationSummary
813
+
814
+ StackSetSummaries.member = Shapes::ShapeRef.new(shape: StackSetSummary)
815
+
816
+ StackSetSummary.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, location_name: "StackSetName"))
817
+ StackSetSummary.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
818
+ StackSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
819
+ StackSetSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
820
+ StackSetSummary.struct_class = Types::StackSetSummary
821
+
571
822
  StackStatusFilter.member = Shapes::ShapeRef.new(shape: StackStatus)
572
823
 
573
824
  StackSummaries.member = Shapes::ShapeRef.new(shape: StackSummary)
@@ -586,8 +837,14 @@ module Aws::CloudFormation
586
837
 
587
838
  StageList.member = Shapes::ShapeRef.new(shape: TemplateStage)
588
839
 
589
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
590
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
840
+ StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
841
+ StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
842
+ StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
843
+
844
+ StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
845
+
846
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
847
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
591
848
  Tag.struct_class = Types::Tag
592
849
 
593
850
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
@@ -622,6 +879,21 @@ module Aws::CloudFormation
622
879
  UpdateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
623
880
  UpdateStackOutput.struct_class = Types::UpdateStackOutput
624
881
 
882
+ UpdateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
883
+ UpdateStackSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
884
+ UpdateStackSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
885
+ UpdateStackSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
886
+ UpdateStackSetInput.add_member(:use_previous_template, Shapes::ShapeRef.new(shape: UsePreviousTemplate, location_name: "UsePreviousTemplate"))
887
+ UpdateStackSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
888
+ UpdateStackSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
889
+ UpdateStackSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
890
+ UpdateStackSetInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
891
+ UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
892
+ UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
893
+
894
+ UpdateStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
895
+ UpdateStackSetOutput.struct_class = Types::UpdateStackSetOutput
896
+
625
897
  ValidateTemplateInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
626
898
  ValidateTemplateInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
627
899
  ValidateTemplateInput.struct_class = Types::ValidateTemplateInput
@@ -688,6 +960,31 @@ module Aws::CloudFormation
688
960
  o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
689
961
  end)
690
962
 
963
+ api.add_operation(:create_stack_instances, Seahorse::Model::Operation.new.tap do |o|
964
+ o.name = "CreateStackInstances"
965
+ o.http_method = "POST"
966
+ o.http_request_uri = "/"
967
+ o.input = Shapes::ShapeRef.new(shape: CreateStackInstancesInput)
968
+ o.output = Shapes::ShapeRef.new(shape: CreateStackInstancesOutput)
969
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
970
+ o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
971
+ o.errors << Shapes::ShapeRef.new(shape: OperationIdAlreadyExistsException)
972
+ o.errors << Shapes::ShapeRef.new(shape: StaleRequestException)
973
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
974
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
975
+ end)
976
+
977
+ api.add_operation(:create_stack_set, Seahorse::Model::Operation.new.tap do |o|
978
+ o.name = "CreateStackSet"
979
+ o.http_method = "POST"
980
+ o.http_request_uri = "/"
981
+ o.input = Shapes::ShapeRef.new(shape: CreateStackSetInput)
982
+ o.output = Shapes::ShapeRef.new(shape: CreateStackSetOutput)
983
+ o.errors << Shapes::ShapeRef.new(shape: NameAlreadyExistsException)
984
+ o.errors << Shapes::ShapeRef.new(shape: CreatedButModifiedException)
985
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
986
+ end)
987
+
691
988
  api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
692
989
  o.name = "DeleteChangeSet"
693
990
  o.http_method = "POST"
@@ -706,6 +1003,29 @@ module Aws::CloudFormation
706
1003
  o.errors << Shapes::ShapeRef.new(shape: TokenAlreadyExistsException)
707
1004
  end)
708
1005
 
1006
+ api.add_operation(:delete_stack_instances, Seahorse::Model::Operation.new.tap do |o|
1007
+ o.name = "DeleteStackInstances"
1008
+ o.http_method = "POST"
1009
+ o.http_request_uri = "/"
1010
+ o.input = Shapes::ShapeRef.new(shape: DeleteStackInstancesInput)
1011
+ o.output = Shapes::ShapeRef.new(shape: DeleteStackInstancesOutput)
1012
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: OperationIdAlreadyExistsException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: StaleRequestException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1017
+ end)
1018
+
1019
+ api.add_operation(:delete_stack_set, Seahorse::Model::Operation.new.tap do |o|
1020
+ o.name = "DeleteStackSet"
1021
+ o.http_method = "POST"
1022
+ o.http_request_uri = "/"
1023
+ o.input = Shapes::ShapeRef.new(shape: DeleteStackSetInput)
1024
+ o.output = Shapes::ShapeRef.new(shape: DeleteStackSetOutput)
1025
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotEmptyException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
1027
+ end)
1028
+
709
1029
  api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
710
1030
  o.name = "DescribeAccountLimits"
711
1031
  o.http_method = "POST"
@@ -736,6 +1056,16 @@ module Aws::CloudFormation
736
1056
  )
737
1057
  end)
738
1058
 
1059
+ api.add_operation(:describe_stack_instance, Seahorse::Model::Operation.new.tap do |o|
1060
+ o.name = "DescribeStackInstance"
1061
+ o.http_method = "POST"
1062
+ o.http_request_uri = "/"
1063
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackInstanceInput)
1064
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackInstanceOutput)
1065
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: StackInstanceNotFoundException)
1067
+ end)
1068
+
739
1069
  api.add_operation(:describe_stack_resource, Seahorse::Model::Operation.new.tap do |o|
740
1070
  o.name = "DescribeStackResource"
741
1071
  o.http_method = "POST"
@@ -752,6 +1082,25 @@ module Aws::CloudFormation
752
1082
  o.output = Shapes::ShapeRef.new(shape: DescribeStackResourcesOutput)
753
1083
  end)
754
1084
 
1085
+ api.add_operation(:describe_stack_set, Seahorse::Model::Operation.new.tap do |o|
1086
+ o.name = "DescribeStackSet"
1087
+ o.http_method = "POST"
1088
+ o.http_request_uri = "/"
1089
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackSetInput)
1090
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackSetOutput)
1091
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1092
+ end)
1093
+
1094
+ api.add_operation(:describe_stack_set_operation, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "DescribeStackSetOperation"
1096
+ o.http_method = "POST"
1097
+ o.http_request_uri = "/"
1098
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackSetOperationInput)
1099
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackSetOperationOutput)
1100
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
1102
+ end)
1103
+
755
1104
  api.add_operation(:describe_stacks, Seahorse::Model::Operation.new.tap do |o|
756
1105
  o.name = "DescribeStacks"
757
1106
  o.http_method = "POST"
@@ -808,6 +1157,7 @@ module Aws::CloudFormation
808
1157
  o.http_request_uri = "/"
809
1158
  o.input = Shapes::ShapeRef.new(shape: GetTemplateSummaryInput)
810
1159
  o.output = Shapes::ShapeRef.new(shape: GetTemplateSummaryOutput)
1160
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
811
1161
  end)
812
1162
 
813
1163
  api.add_operation(:list_change_sets, Seahorse::Model::Operation.new.tap do |o|
@@ -844,6 +1194,15 @@ module Aws::CloudFormation
844
1194
  )
845
1195
  end)
846
1196
 
1197
+ api.add_operation(:list_stack_instances, Seahorse::Model::Operation.new.tap do |o|
1198
+ o.name = "ListStackInstances"
1199
+ o.http_method = "POST"
1200
+ o.http_request_uri = "/"
1201
+ o.input = Shapes::ShapeRef.new(shape: ListStackInstancesInput)
1202
+ o.output = Shapes::ShapeRef.new(shape: ListStackInstancesOutput)
1203
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1204
+ end)
1205
+
847
1206
  api.add_operation(:list_stack_resources, Seahorse::Model::Operation.new.tap do |o|
848
1207
  o.name = "ListStackResources"
849
1208
  o.http_method = "POST"
@@ -857,6 +1216,33 @@ module Aws::CloudFormation
857
1216
  )
858
1217
  end)
859
1218
 
1219
+ api.add_operation(:list_stack_set_operation_results, Seahorse::Model::Operation.new.tap do |o|
1220
+ o.name = "ListStackSetOperationResults"
1221
+ o.http_method = "POST"
1222
+ o.http_request_uri = "/"
1223
+ o.input = Shapes::ShapeRef.new(shape: ListStackSetOperationResultsInput)
1224
+ o.output = Shapes::ShapeRef.new(shape: ListStackSetOperationResultsOutput)
1225
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
1227
+ end)
1228
+
1229
+ api.add_operation(:list_stack_set_operations, Seahorse::Model::Operation.new.tap do |o|
1230
+ o.name = "ListStackSetOperations"
1231
+ o.http_method = "POST"
1232
+ o.http_request_uri = "/"
1233
+ o.input = Shapes::ShapeRef.new(shape: ListStackSetOperationsInput)
1234
+ o.output = Shapes::ShapeRef.new(shape: ListStackSetOperationsOutput)
1235
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1236
+ end)
1237
+
1238
+ api.add_operation(:list_stack_sets, Seahorse::Model::Operation.new.tap do |o|
1239
+ o.name = "ListStackSets"
1240
+ o.http_method = "POST"
1241
+ o.http_request_uri = "/"
1242
+ o.input = Shapes::ShapeRef.new(shape: ListStackSetsInput)
1243
+ o.output = Shapes::ShapeRef.new(shape: ListStackSetsOutput)
1244
+ end)
1245
+
860
1246
  api.add_operation(:list_stacks, Seahorse::Model::Operation.new.tap do |o|
861
1247
  o.name = "ListStacks"
862
1248
  o.http_method = "POST"
@@ -886,6 +1272,17 @@ module Aws::CloudFormation
886
1272
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
887
1273
  end)
888
1274
 
1275
+ api.add_operation(:stop_stack_set_operation, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "StopStackSetOperation"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/"
1279
+ o.input = Shapes::ShapeRef.new(shape: StopStackSetOperationInput)
1280
+ o.output = Shapes::ShapeRef.new(shape: StopStackSetOperationOutput)
1281
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1284
+ end)
1285
+
889
1286
  api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
890
1287
  o.name = "UpdateStack"
891
1288
  o.http_method = "POST"
@@ -896,6 +1293,19 @@ module Aws::CloudFormation
896
1293
  o.errors << Shapes::ShapeRef.new(shape: TokenAlreadyExistsException)
897
1294
  end)
898
1295
 
1296
+ api.add_operation(:update_stack_set, Seahorse::Model::Operation.new.tap do |o|
1297
+ o.name = "UpdateStackSet"
1298
+ o.http_method = "POST"
1299
+ o.http_request_uri = "/"
1300
+ o.input = Shapes::ShapeRef.new(shape: UpdateStackSetInput)
1301
+ o.output = Shapes::ShapeRef.new(shape: UpdateStackSetOutput)
1302
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: OperationIdAlreadyExistsException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: StaleRequestException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1307
+ end)
1308
+
899
1309
  api.add_operation(:validate_template, Seahorse::Model::Operation.new.tap do |o|
900
1310
  o.name = "ValidateTemplate"
901
1311
  o.http_method = "POST"