aws-sdk-cloudformation 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,886 +1,894 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module CloudFormation
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
16
- AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
17
- AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
18
- AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
19
- AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
20
- CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
21
- Capabilities = Shapes::ListShape.new(name: 'Capabilities')
22
- CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
23
- Capability = Shapes::StringShape.new(name: 'Capability')
24
- CausingEntity = Shapes::StringShape.new(name: 'CausingEntity')
25
- Change = Shapes::StructureShape.new(name: 'Change')
26
- ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
27
- ChangeSetId = Shapes::StringShape.new(name: 'ChangeSetId')
28
- ChangeSetName = Shapes::StringShape.new(name: 'ChangeSetName')
29
- ChangeSetNameOrId = Shapes::StringShape.new(name: 'ChangeSetNameOrId')
30
- ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException')
31
- ChangeSetStatus = Shapes::StringShape.new(name: 'ChangeSetStatus')
32
- ChangeSetStatusReason = Shapes::StringShape.new(name: 'ChangeSetStatusReason')
33
- ChangeSetSummaries = Shapes::ListShape.new(name: 'ChangeSetSummaries')
34
- ChangeSetSummary = Shapes::StructureShape.new(name: 'ChangeSetSummary')
35
- ChangeSetType = Shapes::StringShape.new(name: 'ChangeSetType')
36
- ChangeSource = Shapes::StringShape.new(name: 'ChangeSource')
37
- ChangeType = Shapes::StringShape.new(name: 'ChangeType')
38
- Changes = Shapes::ListShape.new(name: 'Changes')
39
- ClientToken = Shapes::StringShape.new(name: 'ClientToken')
40
- ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
41
- ContinueUpdateRollbackOutput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackOutput')
42
- CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
43
- CreateChangeSetOutput = Shapes::StructureShape.new(name: 'CreateChangeSetOutput')
44
- CreateStackInput = Shapes::StructureShape.new(name: 'CreateStackInput')
45
- CreateStackOutput = Shapes::StructureShape.new(name: 'CreateStackOutput')
46
- CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
47
- DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
48
- DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
49
- DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
50
- DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
51
- DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
52
- DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
53
- DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
54
- DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
55
- DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
56
- DescribeStackEventsOutput = Shapes::StructureShape.new(name: 'DescribeStackEventsOutput')
57
- DescribeStackResourceInput = Shapes::StructureShape.new(name: 'DescribeStackResourceInput')
58
- DescribeStackResourceOutput = Shapes::StructureShape.new(name: 'DescribeStackResourceOutput')
59
- DescribeStackResourcesInput = Shapes::StructureShape.new(name: 'DescribeStackResourcesInput')
60
- DescribeStackResourcesOutput = Shapes::StructureShape.new(name: 'DescribeStackResourcesOutput')
61
- DescribeStacksInput = Shapes::StructureShape.new(name: 'DescribeStacksInput')
62
- DescribeStacksOutput = Shapes::StructureShape.new(name: 'DescribeStacksOutput')
63
- Description = Shapes::StringShape.new(name: 'Description')
64
- DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
65
- EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
66
- EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
67
- EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
68
- EventId = Shapes::StringShape.new(name: 'EventId')
69
- ExecuteChangeSetInput = Shapes::StructureShape.new(name: 'ExecuteChangeSetInput')
70
- ExecuteChangeSetOutput = Shapes::StructureShape.new(name: 'ExecuteChangeSetOutput')
71
- ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
72
- Export = Shapes::StructureShape.new(name: 'Export')
73
- ExportName = Shapes::StringShape.new(name: 'ExportName')
74
- ExportValue = Shapes::StringShape.new(name: 'ExportValue')
75
- Exports = Shapes::ListShape.new(name: 'Exports')
76
- GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
77
- GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
78
- GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
79
- GetTemplateOutput = Shapes::StructureShape.new(name: 'GetTemplateOutput')
80
- GetTemplateSummaryInput = Shapes::StructureShape.new(name: 'GetTemplateSummaryInput')
81
- GetTemplateSummaryOutput = Shapes::StructureShape.new(name: 'GetTemplateSummaryOutput')
82
- Imports = Shapes::ListShape.new(name: 'Imports')
83
- InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException')
84
- InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
85
- LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
86
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
87
- LimitName = Shapes::StringShape.new(name: 'LimitName')
88
- LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
89
- ListChangeSetsInput = Shapes::StructureShape.new(name: 'ListChangeSetsInput')
90
- ListChangeSetsOutput = Shapes::StructureShape.new(name: 'ListChangeSetsOutput')
91
- ListExportsInput = Shapes::StructureShape.new(name: 'ListExportsInput')
92
- ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
93
- ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
94
- ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
95
- ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
96
- ListStackResourcesOutput = Shapes::StructureShape.new(name: 'ListStackResourcesOutput')
97
- ListStacksInput = Shapes::StructureShape.new(name: 'ListStacksInput')
98
- ListStacksOutput = Shapes::StructureShape.new(name: 'ListStacksOutput')
99
- LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
100
- Metadata = Shapes::StringShape.new(name: 'Metadata')
101
- NextToken = Shapes::StringShape.new(name: 'NextToken')
102
- NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
103
- NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
104
- NotificationARNs = Shapes::ListShape.new(name: 'NotificationARNs')
105
- OnFailure = Shapes::StringShape.new(name: 'OnFailure')
106
- Output = Shapes::StructureShape.new(name: 'Output')
107
- OutputKey = Shapes::StringShape.new(name: 'OutputKey')
108
- OutputValue = Shapes::StringShape.new(name: 'OutputValue')
109
- Outputs = Shapes::ListShape.new(name: 'Outputs')
110
- Parameter = Shapes::StructureShape.new(name: 'Parameter')
111
- ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
112
- ParameterDeclaration = Shapes::StructureShape.new(name: 'ParameterDeclaration')
113
- ParameterDeclarations = Shapes::ListShape.new(name: 'ParameterDeclarations')
114
- ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
115
- ParameterType = Shapes::StringShape.new(name: 'ParameterType')
116
- ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
117
- Parameters = Shapes::ListShape.new(name: 'Parameters')
118
- PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
119
- PropertyName = Shapes::StringShape.new(name: 'PropertyName')
120
- Replacement = Shapes::StringShape.new(name: 'Replacement')
121
- RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
122
- ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
123
- ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
124
- ResourceChangeDetail = Shapes::StructureShape.new(name: 'ResourceChangeDetail')
125
- ResourceChangeDetails = Shapes::ListShape.new(name: 'ResourceChangeDetails')
126
- ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
127
- ResourceSignalStatus = Shapes::StringShape.new(name: 'ResourceSignalStatus')
128
- ResourceSignalUniqueId = Shapes::StringShape.new(name: 'ResourceSignalUniqueId')
129
- ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
130
- ResourceStatusReason = Shapes::StringShape.new(name: 'ResourceStatusReason')
131
- ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
132
- ResourceToSkip = Shapes::StringShape.new(name: 'ResourceToSkip')
133
- ResourceType = Shapes::StringShape.new(name: 'ResourceType')
134
- ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
135
- ResourcesToSkip = Shapes::ListShape.new(name: 'ResourcesToSkip')
136
- RetainResources = Shapes::ListShape.new(name: 'RetainResources')
137
- RoleARN = Shapes::StringShape.new(name: 'RoleARN')
138
- Scope = Shapes::ListShape.new(name: 'Scope')
139
- SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
140
- SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
141
- Stack = Shapes::StructureShape.new(name: 'Stack')
142
- StackEvent = Shapes::StructureShape.new(name: 'StackEvent')
143
- StackEvents = Shapes::ListShape.new(name: 'StackEvents')
144
- StackId = Shapes::StringShape.new(name: 'StackId')
145
- StackName = Shapes::StringShape.new(name: 'StackName')
146
- StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
147
- StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
148
- StackPolicyDuringUpdateBody = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateBody')
149
- StackPolicyDuringUpdateURL = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateURL')
150
- StackPolicyURL = Shapes::StringShape.new(name: 'StackPolicyURL')
151
- StackResource = Shapes::StructureShape.new(name: 'StackResource')
152
- StackResourceDetail = Shapes::StructureShape.new(name: 'StackResourceDetail')
153
- StackResourceSummaries = Shapes::ListShape.new(name: 'StackResourceSummaries')
154
- StackResourceSummary = Shapes::StructureShape.new(name: 'StackResourceSummary')
155
- StackResources = Shapes::ListShape.new(name: 'StackResources')
156
- StackStatus = Shapes::StringShape.new(name: 'StackStatus')
157
- StackStatusFilter = Shapes::ListShape.new(name: 'StackStatusFilter')
158
- StackStatusReason = Shapes::StringShape.new(name: 'StackStatusReason')
159
- StackSummaries = Shapes::ListShape.new(name: 'StackSummaries')
160
- StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
161
- Stacks = Shapes::ListShape.new(name: 'Stacks')
162
- StageList = Shapes::ListShape.new(name: 'StageList')
163
- Tag = Shapes::StructureShape.new(name: 'Tag')
164
- TagKey = Shapes::StringShape.new(name: 'TagKey')
165
- TagValue = Shapes::StringShape.new(name: 'TagValue')
166
- Tags = Shapes::ListShape.new(name: 'Tags')
167
- TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
168
- TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
169
- TemplateParameter = Shapes::StructureShape.new(name: 'TemplateParameter')
170
- TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
171
- TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
172
- TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
173
- TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
174
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
175
- TransformName = Shapes::StringShape.new(name: 'TransformName')
176
- TransformsList = Shapes::ListShape.new(name: 'TransformsList')
177
- UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
178
- UpdateStackOutput = Shapes::StructureShape.new(name: 'UpdateStackOutput')
179
- Url = Shapes::StringShape.new(name: 'Url')
180
- UsePreviousTemplate = Shapes::BooleanShape.new(name: 'UsePreviousTemplate')
181
- UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
182
- ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
183
- ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
184
- Version = Shapes::StringShape.new(name: 'Version')
185
-
186
- AccountLimit.add_member(:name, Shapes::ShapeRef.new(shape: LimitName, location_name: "Name"))
187
- AccountLimit.add_member(:value, Shapes::ShapeRef.new(shape: LimitValue, location_name: "Value"))
188
- AccountLimit.struct_class = Types::AccountLimit
189
-
190
- AccountLimitList.member = Shapes::ShapeRef.new(shape: AccountLimit)
191
-
192
- AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
193
-
194
- CancelUpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
195
- CancelUpdateStackInput.struct_class = Types::CancelUpdateStackInput
196
-
197
- Capabilities.member = Shapes::ShapeRef.new(shape: Capability)
198
-
199
- Change.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
200
- Change.add_member(:resource_change, Shapes::ShapeRef.new(shape: ResourceChange, location_name: "ResourceChange"))
201
- Change.struct_class = Types::Change
202
-
203
- ChangeSetSummaries.member = Shapes::ShapeRef.new(shape: ChangeSetSummary)
204
-
205
- ChangeSetSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
206
- ChangeSetSummary.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
207
- ChangeSetSummary.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
208
- ChangeSetSummary.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
209
- ChangeSetSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
210
- ChangeSetSummary.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
211
- ChangeSetSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
212
- ChangeSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
213
- ChangeSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
214
- ChangeSetSummary.struct_class = Types::ChangeSetSummary
215
-
216
- Changes.member = Shapes::ShapeRef.new(shape: Change)
217
-
218
- ContinueUpdateRollbackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
219
- ContinueUpdateRollbackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
220
- ContinueUpdateRollbackInput.add_member(:resources_to_skip, Shapes::ShapeRef.new(shape: ResourcesToSkip, location_name: "ResourcesToSkip"))
221
- ContinueUpdateRollbackInput.struct_class = Types::ContinueUpdateRollbackInput
222
-
223
- ContinueUpdateRollbackOutput.struct_class = Types::ContinueUpdateRollbackOutput
224
-
225
- CreateChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
226
- CreateChangeSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
227
- CreateChangeSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
228
- CreateChangeSetInput.add_member(:use_previous_template, Shapes::ShapeRef.new(shape: UsePreviousTemplate, location_name: "UsePreviousTemplate"))
229
- CreateChangeSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
230
- CreateChangeSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
231
- CreateChangeSetInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
232
- CreateChangeSetInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
233
- CreateChangeSetInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
234
- CreateChangeSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
235
- CreateChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, required: true, location_name: "ChangeSetName"))
236
- CreateChangeSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
237
- CreateChangeSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
238
- CreateChangeSetInput.add_member(:change_set_type, Shapes::ShapeRef.new(shape: ChangeSetType, location_name: "ChangeSetType"))
239
- CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
240
-
241
- CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
242
- CreateChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
243
- CreateChangeSetOutput.struct_class = Types::CreateChangeSetOutput
244
-
245
- CreateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
246
- CreateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
247
- CreateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
248
- CreateStackInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
249
- CreateStackInput.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
250
- CreateStackInput.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutMinutes, location_name: "TimeoutInMinutes"))
251
- CreateStackInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
252
- CreateStackInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
253
- CreateStackInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
254
- CreateStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
255
- CreateStackInput.add_member(:on_failure, Shapes::ShapeRef.new(shape: OnFailure, location_name: "OnFailure"))
256
- CreateStackInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
257
- CreateStackInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
258
- CreateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
259
- CreateStackInput.struct_class = Types::CreateStackInput
260
-
261
- CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
262
- CreateStackOutput.struct_class = Types::CreateStackOutput
263
-
264
- DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
265
- DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
266
- DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
267
-
268
- DeleteChangeSetOutput.struct_class = Types::DeleteChangeSetOutput
269
-
270
- DeleteStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
271
- DeleteStackInput.add_member(:retain_resources, Shapes::ShapeRef.new(shape: RetainResources, location_name: "RetainResources"))
272
- DeleteStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
273
- DeleteStackInput.struct_class = Types::DeleteStackInput
274
-
275
- DescribeAccountLimitsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
276
- DescribeAccountLimitsInput.struct_class = Types::DescribeAccountLimitsInput
277
-
278
- DescribeAccountLimitsOutput.add_member(:account_limits, Shapes::ShapeRef.new(shape: AccountLimitList, location_name: "AccountLimits"))
279
- DescribeAccountLimitsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
280
- DescribeAccountLimitsOutput.struct_class = Types::DescribeAccountLimitsOutput
281
-
282
- DescribeChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
283
- DescribeChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
284
- DescribeChangeSetInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
285
- DescribeChangeSetInput.struct_class = Types::DescribeChangeSetInput
286
-
287
- DescribeChangeSetOutput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
288
- DescribeChangeSetOutput.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
289
- DescribeChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
290
- DescribeChangeSetOutput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
291
- DescribeChangeSetOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
292
- DescribeChangeSetOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
293
- DescribeChangeSetOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
294
- DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
295
- DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
296
- DescribeChangeSetOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
297
- DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
298
- DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
299
- DescribeChangeSetOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
300
- DescribeChangeSetOutput.add_member(:changes, Shapes::ShapeRef.new(shape: Changes, location_name: "Changes"))
301
- DescribeChangeSetOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
302
- DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
303
-
304
- DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
305
- DescribeStackEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
306
- DescribeStackEventsInput.struct_class = Types::DescribeStackEventsInput
307
-
308
- DescribeStackEventsOutput.add_member(:stack_events, Shapes::ShapeRef.new(shape: StackEvents, location_name: "StackEvents"))
309
- DescribeStackEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
310
- DescribeStackEventsOutput.struct_class = Types::DescribeStackEventsOutput
311
-
312
- DescribeStackResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
313
- DescribeStackResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
314
- DescribeStackResourceInput.struct_class = Types::DescribeStackResourceInput
315
-
316
- DescribeStackResourceOutput.add_member(:stack_resource_detail, Shapes::ShapeRef.new(shape: StackResourceDetail, location_name: "StackResourceDetail"))
317
- DescribeStackResourceOutput.struct_class = Types::DescribeStackResourceOutput
318
-
319
- DescribeStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
320
- DescribeStackResourcesInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
321
- DescribeStackResourcesInput.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
322
- DescribeStackResourcesInput.struct_class = Types::DescribeStackResourcesInput
323
-
324
- DescribeStackResourcesOutput.add_member(:stack_resources, Shapes::ShapeRef.new(shape: StackResources, location_name: "StackResources"))
325
- DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
326
-
327
- DescribeStacksInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
328
- DescribeStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
329
- DescribeStacksInput.struct_class = Types::DescribeStacksInput
330
-
331
- DescribeStacksOutput.add_member(:stacks, Shapes::ShapeRef.new(shape: Stacks, location_name: "Stacks"))
332
- DescribeStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
333
- DescribeStacksOutput.struct_class = Types::DescribeStacksOutput
334
-
335
- EstimateTemplateCostInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
336
- EstimateTemplateCostInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
337
- EstimateTemplateCostInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
338
- EstimateTemplateCostInput.struct_class = Types::EstimateTemplateCostInput
339
-
340
- EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
341
- EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
342
-
343
- ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
344
- ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
345
- ExecuteChangeSetInput.struct_class = Types::ExecuteChangeSetInput
346
-
347
- ExecuteChangeSetOutput.struct_class = Types::ExecuteChangeSetOutput
348
-
349
- Export.add_member(:exporting_stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ExportingStackId"))
350
- Export.add_member(:name, Shapes::ShapeRef.new(shape: ExportName, location_name: "Name"))
351
- Export.add_member(:value, Shapes::ShapeRef.new(shape: ExportValue, location_name: "Value"))
352
- Export.struct_class = Types::Export
353
-
354
- Exports.member = Shapes::ShapeRef.new(shape: Export)
355
-
356
- GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
357
- GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
358
-
359
- GetStackPolicyOutput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
360
- GetStackPolicyOutput.struct_class = Types::GetStackPolicyOutput
361
-
362
- GetTemplateInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
363
- GetTemplateInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, location_name: "ChangeSetName"))
364
- GetTemplateInput.add_member(:template_stage, Shapes::ShapeRef.new(shape: TemplateStage, location_name: "TemplateStage"))
365
- GetTemplateInput.struct_class = Types::GetTemplateInput
366
-
367
- GetTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
368
- GetTemplateOutput.add_member(:stages_available, Shapes::ShapeRef.new(shape: StageList, location_name: "StagesAvailable"))
369
- GetTemplateOutput.struct_class = Types::GetTemplateOutput
370
-
371
- GetTemplateSummaryInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
372
- GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
373
- GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
374
- GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
375
-
376
- GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
377
- GetTemplateSummaryOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
378
- GetTemplateSummaryOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
379
- GetTemplateSummaryOutput.add_member(:capabilities_reason, Shapes::ShapeRef.new(shape: CapabilitiesReason, location_name: "CapabilitiesReason"))
380
- GetTemplateSummaryOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
381
- GetTemplateSummaryOutput.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "Version"))
382
- GetTemplateSummaryOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
383
- GetTemplateSummaryOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
384
- GetTemplateSummaryOutput.struct_class = Types::GetTemplateSummaryOutput
385
-
386
- Imports.member = Shapes::ShapeRef.new(shape: StackName)
387
-
388
- ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
389
- ListChangeSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
390
- ListChangeSetsInput.struct_class = Types::ListChangeSetsInput
391
-
392
- ListChangeSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: ChangeSetSummaries, location_name: "Summaries"))
393
- ListChangeSetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
394
- ListChangeSetsOutput.struct_class = Types::ListChangeSetsOutput
395
-
396
- ListExportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
397
- ListExportsInput.struct_class = Types::ListExportsInput
8
+ module Aws::CloudFormation
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
15
+ AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
16
+ AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
17
+ AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
18
+ AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
19
+ CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
20
+ Capabilities = Shapes::ListShape.new(name: 'Capabilities')
21
+ CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
22
+ Capability = Shapes::StringShape.new(name: 'Capability')
23
+ CausingEntity = Shapes::StringShape.new(name: 'CausingEntity')
24
+ Change = Shapes::StructureShape.new(name: 'Change')
25
+ ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
26
+ ChangeSetId = Shapes::StringShape.new(name: 'ChangeSetId')
27
+ ChangeSetName = Shapes::StringShape.new(name: 'ChangeSetName')
28
+ ChangeSetNameOrId = Shapes::StringShape.new(name: 'ChangeSetNameOrId')
29
+ ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException')
30
+ ChangeSetStatus = Shapes::StringShape.new(name: 'ChangeSetStatus')
31
+ ChangeSetStatusReason = Shapes::StringShape.new(name: 'ChangeSetStatusReason')
32
+ ChangeSetSummaries = Shapes::ListShape.new(name: 'ChangeSetSummaries')
33
+ ChangeSetSummary = Shapes::StructureShape.new(name: 'ChangeSetSummary')
34
+ ChangeSetType = Shapes::StringShape.new(name: 'ChangeSetType')
35
+ ChangeSource = Shapes::StringShape.new(name: 'ChangeSource')
36
+ ChangeType = Shapes::StringShape.new(name: 'ChangeType')
37
+ Changes = Shapes::ListShape.new(name: 'Changes')
38
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
39
+ ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
40
+ ContinueUpdateRollbackOutput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackOutput')
41
+ CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
42
+ CreateChangeSetOutput = Shapes::StructureShape.new(name: 'CreateChangeSetOutput')
43
+ CreateStackInput = Shapes::StructureShape.new(name: 'CreateStackInput')
44
+ CreateStackOutput = Shapes::StructureShape.new(name: 'CreateStackOutput')
45
+ CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
46
+ DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
47
+ DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
48
+ DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
49
+ DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
50
+ DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
51
+ DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
52
+ DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
53
+ DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
54
+ DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
55
+ DescribeStackEventsOutput = Shapes::StructureShape.new(name: 'DescribeStackEventsOutput')
56
+ DescribeStackResourceInput = Shapes::StructureShape.new(name: 'DescribeStackResourceInput')
57
+ DescribeStackResourceOutput = Shapes::StructureShape.new(name: 'DescribeStackResourceOutput')
58
+ DescribeStackResourcesInput = Shapes::StructureShape.new(name: 'DescribeStackResourcesInput')
59
+ DescribeStackResourcesOutput = Shapes::StructureShape.new(name: 'DescribeStackResourcesOutput')
60
+ DescribeStacksInput = Shapes::StructureShape.new(name: 'DescribeStacksInput')
61
+ DescribeStacksOutput = Shapes::StructureShape.new(name: 'DescribeStacksOutput')
62
+ Description = Shapes::StringShape.new(name: 'Description')
63
+ DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
64
+ EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
65
+ EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
66
+ EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
67
+ EventId = Shapes::StringShape.new(name: 'EventId')
68
+ ExecuteChangeSetInput = Shapes::StructureShape.new(name: 'ExecuteChangeSetInput')
69
+ ExecuteChangeSetOutput = Shapes::StructureShape.new(name: 'ExecuteChangeSetOutput')
70
+ ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
71
+ Export = Shapes::StructureShape.new(name: 'Export')
72
+ ExportName = Shapes::StringShape.new(name: 'ExportName')
73
+ ExportValue = Shapes::StringShape.new(name: 'ExportValue')
74
+ Exports = Shapes::ListShape.new(name: 'Exports')
75
+ GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
76
+ GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
77
+ GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
78
+ GetTemplateOutput = Shapes::StructureShape.new(name: 'GetTemplateOutput')
79
+ GetTemplateSummaryInput = Shapes::StructureShape.new(name: 'GetTemplateSummaryInput')
80
+ GetTemplateSummaryOutput = Shapes::StructureShape.new(name: 'GetTemplateSummaryOutput')
81
+ Imports = Shapes::ListShape.new(name: 'Imports')
82
+ InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException')
83
+ InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
84
+ LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
85
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
86
+ LimitName = Shapes::StringShape.new(name: 'LimitName')
87
+ LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
88
+ ListChangeSetsInput = Shapes::StructureShape.new(name: 'ListChangeSetsInput')
89
+ ListChangeSetsOutput = Shapes::StructureShape.new(name: 'ListChangeSetsOutput')
90
+ ListExportsInput = Shapes::StructureShape.new(name: 'ListExportsInput')
91
+ ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
92
+ ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
93
+ ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
94
+ ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
95
+ ListStackResourcesOutput = Shapes::StructureShape.new(name: 'ListStackResourcesOutput')
96
+ ListStacksInput = Shapes::StructureShape.new(name: 'ListStacksInput')
97
+ ListStacksOutput = Shapes::StructureShape.new(name: 'ListStacksOutput')
98
+ LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
99
+ Metadata = Shapes::StringShape.new(name: 'Metadata')
100
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
101
+ NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
102
+ NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
103
+ NotificationARNs = Shapes::ListShape.new(name: 'NotificationARNs')
104
+ OnFailure = Shapes::StringShape.new(name: 'OnFailure')
105
+ Output = Shapes::StructureShape.new(name: 'Output')
106
+ OutputKey = Shapes::StringShape.new(name: 'OutputKey')
107
+ OutputValue = Shapes::StringShape.new(name: 'OutputValue')
108
+ Outputs = Shapes::ListShape.new(name: 'Outputs')
109
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
110
+ ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
111
+ ParameterDeclaration = Shapes::StructureShape.new(name: 'ParameterDeclaration')
112
+ ParameterDeclarations = Shapes::ListShape.new(name: 'ParameterDeclarations')
113
+ ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
114
+ ParameterType = Shapes::StringShape.new(name: 'ParameterType')
115
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
116
+ Parameters = Shapes::ListShape.new(name: 'Parameters')
117
+ PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
118
+ PropertyName = Shapes::StringShape.new(name: 'PropertyName')
119
+ Replacement = Shapes::StringShape.new(name: 'Replacement')
120
+ RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
121
+ ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
122
+ ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
123
+ ResourceChangeDetail = Shapes::StructureShape.new(name: 'ResourceChangeDetail')
124
+ ResourceChangeDetails = Shapes::ListShape.new(name: 'ResourceChangeDetails')
125
+ ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
126
+ ResourceSignalStatus = Shapes::StringShape.new(name: 'ResourceSignalStatus')
127
+ ResourceSignalUniqueId = Shapes::StringShape.new(name: 'ResourceSignalUniqueId')
128
+ ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
129
+ ResourceStatusReason = Shapes::StringShape.new(name: 'ResourceStatusReason')
130
+ ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
131
+ ResourceToSkip = Shapes::StringShape.new(name: 'ResourceToSkip')
132
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
133
+ ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
134
+ ResourcesToSkip = Shapes::ListShape.new(name: 'ResourcesToSkip')
135
+ RetainResources = Shapes::ListShape.new(name: 'RetainResources')
136
+ RoleARN = Shapes::StringShape.new(name: 'RoleARN')
137
+ Scope = Shapes::ListShape.new(name: 'Scope')
138
+ SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
139
+ SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
140
+ Stack = Shapes::StructureShape.new(name: 'Stack')
141
+ StackEvent = Shapes::StructureShape.new(name: 'StackEvent')
142
+ StackEvents = Shapes::ListShape.new(name: 'StackEvents')
143
+ StackId = Shapes::StringShape.new(name: 'StackId')
144
+ StackName = Shapes::StringShape.new(name: 'StackName')
145
+ StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
146
+ StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
147
+ StackPolicyDuringUpdateBody = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateBody')
148
+ StackPolicyDuringUpdateURL = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateURL')
149
+ StackPolicyURL = Shapes::StringShape.new(name: 'StackPolicyURL')
150
+ StackResource = Shapes::StructureShape.new(name: 'StackResource')
151
+ StackResourceDetail = Shapes::StructureShape.new(name: 'StackResourceDetail')
152
+ StackResourceSummaries = Shapes::ListShape.new(name: 'StackResourceSummaries')
153
+ StackResourceSummary = Shapes::StructureShape.new(name: 'StackResourceSummary')
154
+ StackResources = Shapes::ListShape.new(name: 'StackResources')
155
+ StackStatus = Shapes::StringShape.new(name: 'StackStatus')
156
+ StackStatusFilter = Shapes::ListShape.new(name: 'StackStatusFilter')
157
+ StackStatusReason = Shapes::StringShape.new(name: 'StackStatusReason')
158
+ StackSummaries = Shapes::ListShape.new(name: 'StackSummaries')
159
+ StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
160
+ Stacks = Shapes::ListShape.new(name: 'Stacks')
161
+ StageList = Shapes::ListShape.new(name: 'StageList')
162
+ Tag = Shapes::StructureShape.new(name: 'Tag')
163
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
164
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
165
+ Tags = Shapes::ListShape.new(name: 'Tags')
166
+ TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
167
+ TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
168
+ TemplateParameter = Shapes::StructureShape.new(name: 'TemplateParameter')
169
+ TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
170
+ TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
171
+ TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
172
+ TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
173
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
174
+ TransformName = Shapes::StringShape.new(name: 'TransformName')
175
+ TransformsList = Shapes::ListShape.new(name: 'TransformsList')
176
+ UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
177
+ UpdateStackOutput = Shapes::StructureShape.new(name: 'UpdateStackOutput')
178
+ Url = Shapes::StringShape.new(name: 'Url')
179
+ UsePreviousTemplate = Shapes::BooleanShape.new(name: 'UsePreviousTemplate')
180
+ UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
181
+ ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
182
+ ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
183
+ Version = Shapes::StringShape.new(name: 'Version')
184
+
185
+ AccountLimit.add_member(:name, Shapes::ShapeRef.new(shape: LimitName, location_name: "Name"))
186
+ AccountLimit.add_member(:value, Shapes::ShapeRef.new(shape: LimitValue, location_name: "Value"))
187
+ AccountLimit.struct_class = Types::AccountLimit
188
+
189
+ AccountLimitList.member = Shapes::ShapeRef.new(shape: AccountLimit)
190
+
191
+ AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
192
+
193
+ CancelUpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
194
+ CancelUpdateStackInput.struct_class = Types::CancelUpdateStackInput
195
+
196
+ Capabilities.member = Shapes::ShapeRef.new(shape: Capability)
197
+
198
+ Change.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
199
+ Change.add_member(:resource_change, Shapes::ShapeRef.new(shape: ResourceChange, location_name: "ResourceChange"))
200
+ Change.struct_class = Types::Change
201
+
202
+ ChangeSetSummaries.member = Shapes::ShapeRef.new(shape: ChangeSetSummary)
203
+
204
+ ChangeSetSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
205
+ ChangeSetSummary.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
206
+ ChangeSetSummary.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
207
+ ChangeSetSummary.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
208
+ ChangeSetSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
209
+ ChangeSetSummary.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
210
+ ChangeSetSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
211
+ ChangeSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
212
+ ChangeSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
213
+ ChangeSetSummary.struct_class = Types::ChangeSetSummary
214
+
215
+ Changes.member = Shapes::ShapeRef.new(shape: Change)
216
+
217
+ ContinueUpdateRollbackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
218
+ ContinueUpdateRollbackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
219
+ ContinueUpdateRollbackInput.add_member(:resources_to_skip, Shapes::ShapeRef.new(shape: ResourcesToSkip, location_name: "ResourcesToSkip"))
220
+ ContinueUpdateRollbackInput.struct_class = Types::ContinueUpdateRollbackInput
221
+
222
+ ContinueUpdateRollbackOutput.struct_class = Types::ContinueUpdateRollbackOutput
223
+
224
+ CreateChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
225
+ CreateChangeSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
226
+ CreateChangeSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
227
+ CreateChangeSetInput.add_member(:use_previous_template, Shapes::ShapeRef.new(shape: UsePreviousTemplate, location_name: "UsePreviousTemplate"))
228
+ CreateChangeSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
229
+ CreateChangeSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
230
+ CreateChangeSetInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
231
+ CreateChangeSetInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
232
+ CreateChangeSetInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
233
+ CreateChangeSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
234
+ CreateChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, required: true, location_name: "ChangeSetName"))
235
+ CreateChangeSetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
236
+ CreateChangeSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
237
+ CreateChangeSetInput.add_member(:change_set_type, Shapes::ShapeRef.new(shape: ChangeSetType, location_name: "ChangeSetType"))
238
+ CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
239
+
240
+ CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
241
+ CreateChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
242
+ CreateChangeSetOutput.struct_class = Types::CreateChangeSetOutput
243
+
244
+ CreateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
245
+ CreateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
246
+ CreateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
247
+ CreateStackInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
248
+ CreateStackInput.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
249
+ CreateStackInput.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutMinutes, location_name: "TimeoutInMinutes"))
250
+ CreateStackInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
251
+ CreateStackInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
252
+ CreateStackInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
253
+ CreateStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
254
+ CreateStackInput.add_member(:on_failure, Shapes::ShapeRef.new(shape: OnFailure, location_name: "OnFailure"))
255
+ CreateStackInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
256
+ CreateStackInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
257
+ CreateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
258
+ CreateStackInput.struct_class = Types::CreateStackInput
259
+
260
+ CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
261
+ CreateStackOutput.struct_class = Types::CreateStackOutput
262
+
263
+ DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
264
+ DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
265
+ DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
266
+
267
+ DeleteChangeSetOutput.struct_class = Types::DeleteChangeSetOutput
268
+
269
+ DeleteStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
270
+ DeleteStackInput.add_member(:retain_resources, Shapes::ShapeRef.new(shape: RetainResources, location_name: "RetainResources"))
271
+ DeleteStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
272
+ DeleteStackInput.struct_class = Types::DeleteStackInput
273
+
274
+ DescribeAccountLimitsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
275
+ DescribeAccountLimitsInput.struct_class = Types::DescribeAccountLimitsInput
276
+
277
+ DescribeAccountLimitsOutput.add_member(:account_limits, Shapes::ShapeRef.new(shape: AccountLimitList, location_name: "AccountLimits"))
278
+ DescribeAccountLimitsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
279
+ DescribeAccountLimitsOutput.struct_class = Types::DescribeAccountLimitsOutput
280
+
281
+ DescribeChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
282
+ DescribeChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
283
+ DescribeChangeSetInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
284
+ DescribeChangeSetInput.struct_class = Types::DescribeChangeSetInput
285
+
286
+ DescribeChangeSetOutput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
287
+ DescribeChangeSetOutput.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
288
+ DescribeChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
289
+ DescribeChangeSetOutput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
290
+ DescribeChangeSetOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
291
+ DescribeChangeSetOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
292
+ DescribeChangeSetOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
293
+ DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
294
+ DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
295
+ DescribeChangeSetOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
296
+ DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
297
+ DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
298
+ DescribeChangeSetOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
299
+ DescribeChangeSetOutput.add_member(:changes, Shapes::ShapeRef.new(shape: Changes, location_name: "Changes"))
300
+ DescribeChangeSetOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
301
+ DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
302
+
303
+ DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
304
+ DescribeStackEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
305
+ DescribeStackEventsInput.struct_class = Types::DescribeStackEventsInput
306
+
307
+ DescribeStackEventsOutput.add_member(:stack_events, Shapes::ShapeRef.new(shape: StackEvents, location_name: "StackEvents"))
308
+ DescribeStackEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
309
+ DescribeStackEventsOutput.struct_class = Types::DescribeStackEventsOutput
310
+
311
+ DescribeStackResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
312
+ DescribeStackResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
313
+ DescribeStackResourceInput.struct_class = Types::DescribeStackResourceInput
314
+
315
+ DescribeStackResourceOutput.add_member(:stack_resource_detail, Shapes::ShapeRef.new(shape: StackResourceDetail, location_name: "StackResourceDetail"))
316
+ DescribeStackResourceOutput.struct_class = Types::DescribeStackResourceOutput
317
+
318
+ DescribeStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
319
+ DescribeStackResourcesInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
320
+ DescribeStackResourcesInput.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
321
+ DescribeStackResourcesInput.struct_class = Types::DescribeStackResourcesInput
322
+
323
+ DescribeStackResourcesOutput.add_member(:stack_resources, Shapes::ShapeRef.new(shape: StackResources, location_name: "StackResources"))
324
+ DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
325
+
326
+ DescribeStacksInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
327
+ DescribeStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
328
+ DescribeStacksInput.struct_class = Types::DescribeStacksInput
329
+
330
+ DescribeStacksOutput.add_member(:stacks, Shapes::ShapeRef.new(shape: Stacks, location_name: "Stacks"))
331
+ DescribeStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
332
+ DescribeStacksOutput.struct_class = Types::DescribeStacksOutput
333
+
334
+ EstimateTemplateCostInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
335
+ EstimateTemplateCostInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
336
+ EstimateTemplateCostInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
337
+ EstimateTemplateCostInput.struct_class = Types::EstimateTemplateCostInput
338
+
339
+ EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
340
+ EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
341
+
342
+ ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
343
+ ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
344
+ ExecuteChangeSetInput.struct_class = Types::ExecuteChangeSetInput
345
+
346
+ ExecuteChangeSetOutput.struct_class = Types::ExecuteChangeSetOutput
347
+
348
+ Export.add_member(:exporting_stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ExportingStackId"))
349
+ Export.add_member(:name, Shapes::ShapeRef.new(shape: ExportName, location_name: "Name"))
350
+ Export.add_member(:value, Shapes::ShapeRef.new(shape: ExportValue, location_name: "Value"))
351
+ Export.struct_class = Types::Export
352
+
353
+ Exports.member = Shapes::ShapeRef.new(shape: Export)
354
+
355
+ GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
356
+ GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
357
+
358
+ GetStackPolicyOutput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
359
+ GetStackPolicyOutput.struct_class = Types::GetStackPolicyOutput
360
+
361
+ GetTemplateInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
362
+ GetTemplateInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, location_name: "ChangeSetName"))
363
+ GetTemplateInput.add_member(:template_stage, Shapes::ShapeRef.new(shape: TemplateStage, location_name: "TemplateStage"))
364
+ GetTemplateInput.struct_class = Types::GetTemplateInput
365
+
366
+ GetTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
367
+ GetTemplateOutput.add_member(:stages_available, Shapes::ShapeRef.new(shape: StageList, location_name: "StagesAvailable"))
368
+ GetTemplateOutput.struct_class = Types::GetTemplateOutput
369
+
370
+ GetTemplateSummaryInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
371
+ GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
372
+ GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
373
+ GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
374
+
375
+ GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
376
+ GetTemplateSummaryOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
377
+ GetTemplateSummaryOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
378
+ GetTemplateSummaryOutput.add_member(:capabilities_reason, Shapes::ShapeRef.new(shape: CapabilitiesReason, location_name: "CapabilitiesReason"))
379
+ GetTemplateSummaryOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
380
+ GetTemplateSummaryOutput.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "Version"))
381
+ GetTemplateSummaryOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
382
+ GetTemplateSummaryOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
383
+ GetTemplateSummaryOutput.struct_class = Types::GetTemplateSummaryOutput
384
+
385
+ Imports.member = Shapes::ShapeRef.new(shape: StackName)
386
+
387
+ ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
388
+ ListChangeSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
389
+ ListChangeSetsInput.struct_class = Types::ListChangeSetsInput
390
+
391
+ ListChangeSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: ChangeSetSummaries, location_name: "Summaries"))
392
+ ListChangeSetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
393
+ ListChangeSetsOutput.struct_class = Types::ListChangeSetsOutput
394
+
395
+ ListExportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
396
+ ListExportsInput.struct_class = Types::ListExportsInput
397
+
398
+ ListExportsOutput.add_member(:exports, Shapes::ShapeRef.new(shape: Exports, location_name: "Exports"))
399
+ ListExportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
400
+ ListExportsOutput.struct_class = Types::ListExportsOutput
398
401
 
399
- ListExportsOutput.add_member(:exports, Shapes::ShapeRef.new(shape: Exports, location_name: "Exports"))
400
- ListExportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
401
- ListExportsOutput.struct_class = Types::ListExportsOutput
402
+ ListImportsInput.add_member(:export_name, Shapes::ShapeRef.new(shape: ExportName, required: true, location_name: "ExportName"))
403
+ ListImportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
404
+ ListImportsInput.struct_class = Types::ListImportsInput
405
+
406
+ ListImportsOutput.add_member(:imports, Shapes::ShapeRef.new(shape: Imports, location_name: "Imports"))
407
+ ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
408
+ ListImportsOutput.struct_class = Types::ListImportsOutput
409
+
410
+ ListStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
411
+ ListStackResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
412
+ ListStackResourcesInput.struct_class = Types::ListStackResourcesInput
413
+
414
+ ListStackResourcesOutput.add_member(:stack_resource_summaries, Shapes::ShapeRef.new(shape: StackResourceSummaries, location_name: "StackResourceSummaries"))
415
+ ListStackResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
416
+ ListStackResourcesOutput.struct_class = Types::ListStackResourcesOutput
417
+
418
+ ListStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
419
+ ListStacksInput.add_member(:stack_status_filter, Shapes::ShapeRef.new(shape: StackStatusFilter, location_name: "StackStatusFilter"))
420
+ ListStacksInput.struct_class = Types::ListStacksInput
421
+
422
+ ListStacksOutput.add_member(:stack_summaries, Shapes::ShapeRef.new(shape: StackSummaries, location_name: "StackSummaries"))
423
+ ListStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
424
+ ListStacksOutput.struct_class = Types::ListStacksOutput
425
+
426
+ NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
427
+
428
+ Output.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
429
+ Output.add_member(:output_value, Shapes::ShapeRef.new(shape: OutputValue, location_name: "OutputValue"))
430
+ Output.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
431
+ Output.struct_class = Types::Output
432
+
433
+ Outputs.member = Shapes::ShapeRef.new(shape: Output)
434
+
435
+ Parameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
436
+ Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "ParameterValue"))
437
+ Parameter.add_member(:use_previous_value, Shapes::ShapeRef.new(shape: UsePreviousValue, location_name: "UsePreviousValue"))
438
+ Parameter.struct_class = Types::Parameter
439
+
440
+ ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
441
+ ParameterConstraints.struct_class = Types::ParameterConstraints
442
+
443
+ ParameterDeclaration.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
444
+ ParameterDeclaration.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
445
+ ParameterDeclaration.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
446
+ ParameterDeclaration.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
447
+ ParameterDeclaration.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
448
+ ParameterDeclaration.add_member(:parameter_constraints, Shapes::ShapeRef.new(shape: ParameterConstraints, location_name: "ParameterConstraints"))
449
+ ParameterDeclaration.struct_class = Types::ParameterDeclaration
450
+
451
+ ParameterDeclarations.member = Shapes::ShapeRef.new(shape: ParameterDeclaration)
452
+
453
+ Parameters.member = Shapes::ShapeRef.new(shape: Parameter)
454
+
455
+ ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
456
+ ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
457
+ ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
458
+ ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
459
+ ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
460
+ ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
461
+ ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
462
+ ResourceChange.struct_class = Types::ResourceChange
463
+
464
+ ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
465
+ ResourceChangeDetail.add_member(:evaluation, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "Evaluation"))
466
+ ResourceChangeDetail.add_member(:change_source, Shapes::ShapeRef.new(shape: ChangeSource, location_name: "ChangeSource"))
467
+ ResourceChangeDetail.add_member(:causing_entity, Shapes::ShapeRef.new(shape: CausingEntity, location_name: "CausingEntity"))
468
+ ResourceChangeDetail.struct_class = Types::ResourceChangeDetail
469
+
470
+ ResourceChangeDetails.member = Shapes::ShapeRef.new(shape: ResourceChangeDetail)
471
+
472
+ ResourceTargetDefinition.add_member(:attribute, Shapes::ShapeRef.new(shape: ResourceAttribute, location_name: "Attribute"))
473
+ ResourceTargetDefinition.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, location_name: "Name"))
474
+ ResourceTargetDefinition.add_member(:requires_recreation, Shapes::ShapeRef.new(shape: RequiresRecreation, location_name: "RequiresRecreation"))
475
+ ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
476
+
477
+ ResourceTypes.member = Shapes::ShapeRef.new(shape: ResourceType)
478
+
479
+ ResourcesToSkip.member = Shapes::ShapeRef.new(shape: ResourceToSkip)
480
+
481
+ RetainResources.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
482
+
483
+ Scope.member = Shapes::ShapeRef.new(shape: ResourceAttribute)
484
+
485
+ SetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
486
+ SetStackPolicyInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
487
+ SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
488
+ SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
489
+
490
+ SignalResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
491
+ SignalResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
492
+ SignalResourceInput.add_member(:unique_id, Shapes::ShapeRef.new(shape: ResourceSignalUniqueId, required: true, location_name: "UniqueId"))
493
+ SignalResourceInput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSignalStatus, required: true, location_name: "Status"))
494
+ SignalResourceInput.struct_class = Types::SignalResourceInput
495
+
496
+ Stack.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
497
+ Stack.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
498
+ Stack.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
499
+ Stack.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
500
+ Stack.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
501
+ Stack.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
502
+ Stack.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
503
+ Stack.add_member(:stack_status, Shapes::ShapeRef.new(shape: StackStatus, required: true, location_name: "StackStatus"))
504
+ Stack.add_member(:stack_status_reason, Shapes::ShapeRef.new(shape: StackStatusReason, location_name: "StackStatusReason"))
505
+ Stack.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
506
+ Stack.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
507
+ Stack.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutMinutes, location_name: "TimeoutInMinutes"))
508
+ Stack.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
509
+ Stack.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
510
+ Stack.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
511
+ Stack.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
512
+ Stack.struct_class = Types::Stack
513
+
514
+ StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
515
+ StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
516
+ StackEvent.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
517
+ StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
518
+ StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
519
+ StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
520
+ StackEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
521
+ StackEvent.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "ResourceStatus"))
522
+ StackEvent.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
523
+ StackEvent.add_member(:resource_properties, Shapes::ShapeRef.new(shape: ResourceProperties, location_name: "ResourceProperties"))
524
+ StackEvent.struct_class = Types::StackEvent
525
+
526
+ StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
527
+
528
+ StackResource.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
529
+ StackResource.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
530
+ StackResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
531
+ StackResource.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
532
+ StackResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
533
+ StackResource.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
534
+ StackResource.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
535
+ StackResource.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
536
+ StackResource.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
537
+ StackResource.struct_class = Types::StackResource
538
+
539
+ StackResourceDetail.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
540
+ StackResourceDetail.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
541
+ StackResourceDetail.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
542
+ StackResourceDetail.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
543
+ StackResourceDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
544
+ StackResourceDetail.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
545
+ StackResourceDetail.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
546
+ StackResourceDetail.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
547
+ StackResourceDetail.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
548
+ StackResourceDetail.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
549
+ StackResourceDetail.struct_class = Types::StackResourceDetail
550
+
551
+ StackResourceSummaries.member = Shapes::ShapeRef.new(shape: StackResourceSummary)
552
+
553
+ StackResourceSummary.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
554
+ StackResourceSummary.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
555
+ StackResourceSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
556
+ StackResourceSummary.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
557
+ StackResourceSummary.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
558
+ StackResourceSummary.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
559
+ StackResourceSummary.struct_class = Types::StackResourceSummary
560
+
561
+ StackResources.member = Shapes::ShapeRef.new(shape: StackResource)
562
+
563
+ StackStatusFilter.member = Shapes::ShapeRef.new(shape: StackStatus)
564
+
565
+ StackSummaries.member = Shapes::ShapeRef.new(shape: StackSummary)
566
+
567
+ StackSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
568
+ StackSummary.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
569
+ StackSummary.add_member(:template_description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "TemplateDescription"))
570
+ StackSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
571
+ StackSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
572
+ StackSummary.add_member(:deletion_time, Shapes::ShapeRef.new(shape: DeletionTime, location_name: "DeletionTime"))
573
+ StackSummary.add_member(:stack_status, Shapes::ShapeRef.new(shape: StackStatus, required: true, location_name: "StackStatus"))
574
+ StackSummary.add_member(:stack_status_reason, Shapes::ShapeRef.new(shape: StackStatusReason, location_name: "StackStatusReason"))
575
+ StackSummary.struct_class = Types::StackSummary
576
+
577
+ Stacks.member = Shapes::ShapeRef.new(shape: Stack)
578
+
579
+ StageList.member = Shapes::ShapeRef.new(shape: TemplateStage)
580
+
581
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
582
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
583
+ Tag.struct_class = Types::Tag
584
+
585
+ Tags.member = Shapes::ShapeRef.new(shape: Tag)
586
+
587
+ TemplateParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
588
+ TemplateParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
589
+ TemplateParameter.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
590
+ TemplateParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
591
+ TemplateParameter.struct_class = Types::TemplateParameter
592
+
593
+ TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
594
+
595
+ TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
596
+
597
+ UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
598
+ UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
599
+ UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
600
+ UpdateStackInput.add_member(:use_previous_template, Shapes::ShapeRef.new(shape: UsePreviousTemplate, location_name: "UsePreviousTemplate"))
601
+ UpdateStackInput.add_member(:stack_policy_during_update_body, Shapes::ShapeRef.new(shape: StackPolicyDuringUpdateBody, location_name: "StackPolicyDuringUpdateBody"))
602
+ UpdateStackInput.add_member(:stack_policy_during_update_url, Shapes::ShapeRef.new(shape: StackPolicyDuringUpdateURL, location_name: "StackPolicyDuringUpdateURL"))
603
+ UpdateStackInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
604
+ UpdateStackInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
605
+ UpdateStackInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
606
+ UpdateStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
607
+ UpdateStackInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
608
+ UpdateStackInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
609
+ UpdateStackInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
610
+ UpdateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
611
+ UpdateStackInput.struct_class = Types::UpdateStackInput
612
+
613
+ UpdateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
614
+ UpdateStackOutput.struct_class = Types::UpdateStackOutput
615
+
616
+ ValidateTemplateInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
617
+ ValidateTemplateInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
618
+ ValidateTemplateInput.struct_class = Types::ValidateTemplateInput
619
+
620
+ ValidateTemplateOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: TemplateParameters, location_name: "Parameters"))
621
+ ValidateTemplateOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
622
+ ValidateTemplateOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
623
+ ValidateTemplateOutput.add_member(:capabilities_reason, Shapes::ShapeRef.new(shape: CapabilitiesReason, location_name: "CapabilitiesReason"))
624
+ ValidateTemplateOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
625
+ ValidateTemplateOutput.struct_class = Types::ValidateTemplateOutput
402
626
 
403
- ListImportsInput.add_member(:export_name, Shapes::ShapeRef.new(shape: ExportName, required: true, location_name: "ExportName"))
404
- ListImportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
405
- ListImportsInput.struct_class = Types::ListImportsInput
406
-
407
- ListImportsOutput.add_member(:imports, Shapes::ShapeRef.new(shape: Imports, location_name: "Imports"))
408
- ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
409
- ListImportsOutput.struct_class = Types::ListImportsOutput
410
-
411
- ListStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
412
- ListStackResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
413
- ListStackResourcesInput.struct_class = Types::ListStackResourcesInput
414
-
415
- ListStackResourcesOutput.add_member(:stack_resource_summaries, Shapes::ShapeRef.new(shape: StackResourceSummaries, location_name: "StackResourceSummaries"))
416
- ListStackResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
417
- ListStackResourcesOutput.struct_class = Types::ListStackResourcesOutput
418
-
419
- ListStacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
420
- ListStacksInput.add_member(:stack_status_filter, Shapes::ShapeRef.new(shape: StackStatusFilter, location_name: "StackStatusFilter"))
421
- ListStacksInput.struct_class = Types::ListStacksInput
422
-
423
- ListStacksOutput.add_member(:stack_summaries, Shapes::ShapeRef.new(shape: StackSummaries, location_name: "StackSummaries"))
424
- ListStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
425
- ListStacksOutput.struct_class = Types::ListStacksOutput
426
-
427
- NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
428
-
429
- Output.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
430
- Output.add_member(:output_value, Shapes::ShapeRef.new(shape: OutputValue, location_name: "OutputValue"))
431
- Output.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
432
- Output.struct_class = Types::Output
433
-
434
- Outputs.member = Shapes::ShapeRef.new(shape: Output)
435
-
436
- Parameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
437
- Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "ParameterValue"))
438
- Parameter.add_member(:use_previous_value, Shapes::ShapeRef.new(shape: UsePreviousValue, location_name: "UsePreviousValue"))
439
- Parameter.struct_class = Types::Parameter
440
-
441
- ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
442
- ParameterConstraints.struct_class = Types::ParameterConstraints
443
-
444
- ParameterDeclaration.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
445
- ParameterDeclaration.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
446
- ParameterDeclaration.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
447
- ParameterDeclaration.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
448
- ParameterDeclaration.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
449
- ParameterDeclaration.add_member(:parameter_constraints, Shapes::ShapeRef.new(shape: ParameterConstraints, location_name: "ParameterConstraints"))
450
- ParameterDeclaration.struct_class = Types::ParameterDeclaration
451
-
452
- ParameterDeclarations.member = Shapes::ShapeRef.new(shape: ParameterDeclaration)
453
-
454
- Parameters.member = Shapes::ShapeRef.new(shape: Parameter)
455
-
456
- ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
457
- ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
458
- ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
459
- ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
460
- ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
461
- ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
462
- ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
463
- ResourceChange.struct_class = Types::ResourceChange
464
-
465
- ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
466
- ResourceChangeDetail.add_member(:evaluation, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "Evaluation"))
467
- ResourceChangeDetail.add_member(:change_source, Shapes::ShapeRef.new(shape: ChangeSource, location_name: "ChangeSource"))
468
- ResourceChangeDetail.add_member(:causing_entity, Shapes::ShapeRef.new(shape: CausingEntity, location_name: "CausingEntity"))
469
- ResourceChangeDetail.struct_class = Types::ResourceChangeDetail
470
-
471
- ResourceChangeDetails.member = Shapes::ShapeRef.new(shape: ResourceChangeDetail)
472
-
473
- ResourceTargetDefinition.add_member(:attribute, Shapes::ShapeRef.new(shape: ResourceAttribute, location_name: "Attribute"))
474
- ResourceTargetDefinition.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, location_name: "Name"))
475
- ResourceTargetDefinition.add_member(:requires_recreation, Shapes::ShapeRef.new(shape: RequiresRecreation, location_name: "RequiresRecreation"))
476
- ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
477
-
478
- ResourceTypes.member = Shapes::ShapeRef.new(shape: ResourceType)
479
-
480
- ResourcesToSkip.member = Shapes::ShapeRef.new(shape: ResourceToSkip)
481
-
482
- RetainResources.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
483
-
484
- Scope.member = Shapes::ShapeRef.new(shape: ResourceAttribute)
485
-
486
- SetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
487
- SetStackPolicyInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
488
- SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
489
- SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
490
-
491
- SignalResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
492
- SignalResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
493
- SignalResourceInput.add_member(:unique_id, Shapes::ShapeRef.new(shape: ResourceSignalUniqueId, required: true, location_name: "UniqueId"))
494
- SignalResourceInput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSignalStatus, required: true, location_name: "Status"))
495
- SignalResourceInput.struct_class = Types::SignalResourceInput
496
-
497
- Stack.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
498
- Stack.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
499
- Stack.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
500
- Stack.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
501
- Stack.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
502
- Stack.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
503
- Stack.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
504
- Stack.add_member(:stack_status, Shapes::ShapeRef.new(shape: StackStatus, required: true, location_name: "StackStatus"))
505
- Stack.add_member(:stack_status_reason, Shapes::ShapeRef.new(shape: StackStatusReason, location_name: "StackStatusReason"))
506
- Stack.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
507
- Stack.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
508
- Stack.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutMinutes, location_name: "TimeoutInMinutes"))
509
- Stack.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
510
- Stack.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
511
- Stack.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
512
- Stack.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
513
- Stack.struct_class = Types::Stack
514
-
515
- StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
516
- StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
517
- StackEvent.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
518
- StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
519
- StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
520
- StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
521
- StackEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
522
- StackEvent.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "ResourceStatus"))
523
- StackEvent.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
524
- StackEvent.add_member(:resource_properties, Shapes::ShapeRef.new(shape: ResourceProperties, location_name: "ResourceProperties"))
525
- StackEvent.struct_class = Types::StackEvent
526
-
527
- StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
528
-
529
- StackResource.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
530
- StackResource.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
531
- StackResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
532
- StackResource.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
533
- StackResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
534
- StackResource.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
535
- StackResource.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
536
- StackResource.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
537
- StackResource.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
538
- StackResource.struct_class = Types::StackResource
539
-
540
- StackResourceDetail.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
541
- StackResourceDetail.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
542
- StackResourceDetail.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
543
- StackResourceDetail.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
544
- StackResourceDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
545
- StackResourceDetail.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
546
- StackResourceDetail.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
547
- StackResourceDetail.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
548
- StackResourceDetail.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
549
- StackResourceDetail.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
550
- StackResourceDetail.struct_class = Types::StackResourceDetail
551
-
552
- StackResourceSummaries.member = Shapes::ShapeRef.new(shape: StackResourceSummary)
553
-
554
- StackResourceSummary.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
555
- StackResourceSummary.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
556
- StackResourceSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
557
- StackResourceSummary.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
558
- StackResourceSummary.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
559
- StackResourceSummary.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
560
- StackResourceSummary.struct_class = Types::StackResourceSummary
561
-
562
- StackResources.member = Shapes::ShapeRef.new(shape: StackResource)
563
-
564
- StackStatusFilter.member = Shapes::ShapeRef.new(shape: StackStatus)
565
-
566
- StackSummaries.member = Shapes::ShapeRef.new(shape: StackSummary)
567
-
568
- StackSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
569
- StackSummary.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
570
- StackSummary.add_member(:template_description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "TemplateDescription"))
571
- StackSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
572
- StackSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
573
- StackSummary.add_member(:deletion_time, Shapes::ShapeRef.new(shape: DeletionTime, location_name: "DeletionTime"))
574
- StackSummary.add_member(:stack_status, Shapes::ShapeRef.new(shape: StackStatus, required: true, location_name: "StackStatus"))
575
- StackSummary.add_member(:stack_status_reason, Shapes::ShapeRef.new(shape: StackStatusReason, location_name: "StackStatusReason"))
576
- StackSummary.struct_class = Types::StackSummary
577
-
578
- Stacks.member = Shapes::ShapeRef.new(shape: Stack)
579
-
580
- StageList.member = Shapes::ShapeRef.new(shape: TemplateStage)
581
-
582
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
583
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
584
- Tag.struct_class = Types::Tag
585
-
586
- Tags.member = Shapes::ShapeRef.new(shape: Tag)
587
-
588
- TemplateParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
589
- TemplateParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
590
- TemplateParameter.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
591
- TemplateParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
592
- TemplateParameter.struct_class = Types::TemplateParameter
593
-
594
- TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
595
-
596
- TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
597
-
598
- UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
599
- UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
600
- UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
601
- UpdateStackInput.add_member(:use_previous_template, Shapes::ShapeRef.new(shape: UsePreviousTemplate, location_name: "UsePreviousTemplate"))
602
- UpdateStackInput.add_member(:stack_policy_during_update_body, Shapes::ShapeRef.new(shape: StackPolicyDuringUpdateBody, location_name: "StackPolicyDuringUpdateBody"))
603
- UpdateStackInput.add_member(:stack_policy_during_update_url, Shapes::ShapeRef.new(shape: StackPolicyDuringUpdateURL, location_name: "StackPolicyDuringUpdateURL"))
604
- UpdateStackInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
605
- UpdateStackInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
606
- UpdateStackInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
607
- UpdateStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
608
- UpdateStackInput.add_member(:stack_policy_body, Shapes::ShapeRef.new(shape: StackPolicyBody, location_name: "StackPolicyBody"))
609
- UpdateStackInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
610
- UpdateStackInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
611
- UpdateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
612
- UpdateStackInput.struct_class = Types::UpdateStackInput
613
-
614
- UpdateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
615
- UpdateStackOutput.struct_class = Types::UpdateStackOutput
616
-
617
- ValidateTemplateInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
618
- ValidateTemplateInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
619
- ValidateTemplateInput.struct_class = Types::ValidateTemplateInput
620
-
621
- ValidateTemplateOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: TemplateParameters, location_name: "Parameters"))
622
- ValidateTemplateOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
623
- ValidateTemplateOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
624
- ValidateTemplateOutput.add_member(:capabilities_reason, Shapes::ShapeRef.new(shape: CapabilitiesReason, location_name: "CapabilitiesReason"))
625
- ValidateTemplateOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
626
- ValidateTemplateOutput.struct_class = Types::ValidateTemplateOutput
627
-
628
-
629
- # @api private
630
- API = Seahorse::Model::Api.new.tap do |api|
631
-
632
- api.version = "2010-05-15"
633
-
634
- api.metadata = {
635
- "endpointPrefix" => "cloudformation",
636
- "protocol" => "query",
637
- "serviceFullName" => "AWS CloudFormation",
638
- "signatureVersion" => "v4",
639
- "xmlNamespace" => "http://cloudformation.amazonaws.com/doc/2010-05-15/",
640
- }
641
-
642
- api.add_operation(:cancel_update_stack, Seahorse::Model::Operation.new.tap do |o|
643
- o.name = "CancelUpdateStack"
644
- o.http_method = "POST"
645
- o.http_request_uri = "/"
646
- o.input = Shapes::ShapeRef.new(shape: CancelUpdateStackInput)
647
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
648
- end)
649
-
650
- api.add_operation(:continue_update_rollback, Seahorse::Model::Operation.new.tap do |o|
651
- o.name = "ContinueUpdateRollback"
652
- o.http_method = "POST"
653
- o.http_request_uri = "/"
654
- o.input = Shapes::ShapeRef.new(shape: ContinueUpdateRollbackInput)
655
- o.output = Shapes::ShapeRef.new(shape: ContinueUpdateRollbackOutput)
656
- end)
657
-
658
- api.add_operation(:create_change_set, Seahorse::Model::Operation.new.tap do |o|
659
- o.name = "CreateChangeSet"
660
- o.http_method = "POST"
661
- o.http_request_uri = "/"
662
- o.input = Shapes::ShapeRef.new(shape: CreateChangeSetInput)
663
- o.output = Shapes::ShapeRef.new(shape: CreateChangeSetOutput)
664
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
665
- o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
666
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
667
- end)
668
-
669
- api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
670
- o.name = "CreateStack"
671
- o.http_method = "POST"
672
- o.http_request_uri = "/"
673
- o.input = Shapes::ShapeRef.new(shape: CreateStackInput)
674
- o.output = Shapes::ShapeRef.new(shape: CreateStackOutput)
675
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
676
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
677
- o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
678
- end)
679
-
680
- api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
681
- o.name = "DeleteChangeSet"
682
- o.http_method = "POST"
683
- o.http_request_uri = "/"
684
- o.input = Shapes::ShapeRef.new(shape: DeleteChangeSetInput)
685
- o.output = Shapes::ShapeRef.new(shape: DeleteChangeSetOutput)
686
- o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
687
- end)
688
-
689
- api.add_operation(:delete_stack, Seahorse::Model::Operation.new.tap do |o|
690
- o.name = "DeleteStack"
691
- o.http_method = "POST"
692
- o.http_request_uri = "/"
693
- o.input = Shapes::ShapeRef.new(shape: DeleteStackInput)
694
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
695
- end)
696
-
697
- api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
698
- o.name = "DescribeAccountLimits"
699
- o.http_method = "POST"
700
- o.http_request_uri = "/"
701
- o.input = Shapes::ShapeRef.new(shape: DescribeAccountLimitsInput)
702
- o.output = Shapes::ShapeRef.new(shape: DescribeAccountLimitsOutput)
703
- end)
704
-
705
- api.add_operation(:describe_change_set, Seahorse::Model::Operation.new.tap do |o|
706
- o.name = "DescribeChangeSet"
707
- o.http_method = "POST"
708
- o.http_request_uri = "/"
709
- o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
710
- o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
711
- o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
712
- end)
713
-
714
- api.add_operation(:describe_stack_events, Seahorse::Model::Operation.new.tap do |o|
715
- o.name = "DescribeStackEvents"
716
- o.http_method = "POST"
717
- o.http_request_uri = "/"
718
- o.input = Shapes::ShapeRef.new(shape: DescribeStackEventsInput)
719
- o.output = Shapes::ShapeRef.new(shape: DescribeStackEventsOutput)
720
- o[:pager] = Aws::Pager.new(
721
- tokens: {
722
- "next_token" => "next_token"
723
- }
724
- )
725
- end)
726
-
727
- api.add_operation(:describe_stack_resource, Seahorse::Model::Operation.new.tap do |o|
728
- o.name = "DescribeStackResource"
729
- o.http_method = "POST"
730
- o.http_request_uri = "/"
731
- o.input = Shapes::ShapeRef.new(shape: DescribeStackResourceInput)
732
- o.output = Shapes::ShapeRef.new(shape: DescribeStackResourceOutput)
733
- end)
734
-
735
- api.add_operation(:describe_stack_resources, Seahorse::Model::Operation.new.tap do |o|
736
- o.name = "DescribeStackResources"
737
- o.http_method = "POST"
738
- o.http_request_uri = "/"
739
- o.input = Shapes::ShapeRef.new(shape: DescribeStackResourcesInput)
740
- o.output = Shapes::ShapeRef.new(shape: DescribeStackResourcesOutput)
741
- end)
742
-
743
- api.add_operation(:describe_stacks, Seahorse::Model::Operation.new.tap do |o|
744
- o.name = "DescribeStacks"
745
- o.http_method = "POST"
746
- o.http_request_uri = "/"
747
- o.input = Shapes::ShapeRef.new(shape: DescribeStacksInput)
748
- o.output = Shapes::ShapeRef.new(shape: DescribeStacksOutput)
749
- o[:pager] = Aws::Pager.new(
750
- tokens: {
751
- "next_token" => "next_token"
752
- }
753
- )
754
- end)
755
-
756
- api.add_operation(:estimate_template_cost, Seahorse::Model::Operation.new.tap do |o|
757
- o.name = "EstimateTemplateCost"
758
- o.http_method = "POST"
759
- o.http_request_uri = "/"
760
- o.input = Shapes::ShapeRef.new(shape: EstimateTemplateCostInput)
761
- o.output = Shapes::ShapeRef.new(shape: EstimateTemplateCostOutput)
762
- end)
763
-
764
- api.add_operation(:execute_change_set, Seahorse::Model::Operation.new.tap do |o|
765
- o.name = "ExecuteChangeSet"
766
- o.http_method = "POST"
767
- o.http_request_uri = "/"
768
- o.input = Shapes::ShapeRef.new(shape: ExecuteChangeSetInput)
769
- o.output = Shapes::ShapeRef.new(shape: ExecuteChangeSetOutput)
770
- o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
771
- o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
772
- o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
773
- end)
774
-
775
- api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
776
- o.name = "GetStackPolicy"
777
- o.http_method = "POST"
778
- o.http_request_uri = "/"
779
- o.input = Shapes::ShapeRef.new(shape: GetStackPolicyInput)
780
- o.output = Shapes::ShapeRef.new(shape: GetStackPolicyOutput)
781
- end)
782
-
783
- api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
784
- o.name = "GetTemplate"
785
- o.http_method = "POST"
786
- o.http_request_uri = "/"
787
- o.input = Shapes::ShapeRef.new(shape: GetTemplateInput)
788
- o.output = Shapes::ShapeRef.new(shape: GetTemplateOutput)
789
- o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
790
- end)
791
-
792
- api.add_operation(:get_template_summary, Seahorse::Model::Operation.new.tap do |o|
793
- o.name = "GetTemplateSummary"
794
- o.http_method = "POST"
795
- o.http_request_uri = "/"
796
- o.input = Shapes::ShapeRef.new(shape: GetTemplateSummaryInput)
797
- o.output = Shapes::ShapeRef.new(shape: GetTemplateSummaryOutput)
798
- end)
799
-
800
- api.add_operation(:list_change_sets, Seahorse::Model::Operation.new.tap do |o|
801
- o.name = "ListChangeSets"
802
- o.http_method = "POST"
803
- o.http_request_uri = "/"
804
- o.input = Shapes::ShapeRef.new(shape: ListChangeSetsInput)
805
- o.output = Shapes::ShapeRef.new(shape: ListChangeSetsOutput)
806
- end)
807
-
808
- api.add_operation(:list_exports, Seahorse::Model::Operation.new.tap do |o|
809
- o.name = "ListExports"
810
- o.http_method = "POST"
811
- o.http_request_uri = "/"
812
- o.input = Shapes::ShapeRef.new(shape: ListExportsInput)
813
- o.output = Shapes::ShapeRef.new(shape: ListExportsOutput)
814
- end)
815
-
816
- api.add_operation(:list_imports, Seahorse::Model::Operation.new.tap do |o|
817
- o.name = "ListImports"
818
- o.http_method = "POST"
819
- o.http_request_uri = "/"
820
- o.input = Shapes::ShapeRef.new(shape: ListImportsInput)
821
- o.output = Shapes::ShapeRef.new(shape: ListImportsOutput)
822
- end)
823
-
824
- api.add_operation(:list_stack_resources, Seahorse::Model::Operation.new.tap do |o|
825
- o.name = "ListStackResources"
826
- o.http_method = "POST"
827
- o.http_request_uri = "/"
828
- o.input = Shapes::ShapeRef.new(shape: ListStackResourcesInput)
829
- o.output = Shapes::ShapeRef.new(shape: ListStackResourcesOutput)
830
- o[:pager] = Aws::Pager.new(
831
- tokens: {
832
- "next_token" => "next_token"
833
- }
834
- )
835
- end)
836
-
837
- api.add_operation(:list_stacks, Seahorse::Model::Operation.new.tap do |o|
838
- o.name = "ListStacks"
839
- o.http_method = "POST"
840
- o.http_request_uri = "/"
841
- o.input = Shapes::ShapeRef.new(shape: ListStacksInput)
842
- o.output = Shapes::ShapeRef.new(shape: ListStacksOutput)
843
- o[:pager] = Aws::Pager.new(
844
- tokens: {
845
- "next_token" => "next_token"
846
- }
847
- )
848
- end)
849
-
850
- api.add_operation(:set_stack_policy, Seahorse::Model::Operation.new.tap do |o|
851
- o.name = "SetStackPolicy"
852
- o.http_method = "POST"
853
- o.http_request_uri = "/"
854
- o.input = Shapes::ShapeRef.new(shape: SetStackPolicyInput)
855
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
856
- end)
857
-
858
- api.add_operation(:signal_resource, Seahorse::Model::Operation.new.tap do |o|
859
- o.name = "SignalResource"
860
- o.http_method = "POST"
861
- o.http_request_uri = "/"
862
- o.input = Shapes::ShapeRef.new(shape: SignalResourceInput)
863
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
864
- end)
865
-
866
- api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
867
- o.name = "UpdateStack"
868
- o.http_method = "POST"
869
- o.http_request_uri = "/"
870
- o.input = Shapes::ShapeRef.new(shape: UpdateStackInput)
871
- o.output = Shapes::ShapeRef.new(shape: UpdateStackOutput)
872
- o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
873
- end)
874
-
875
- api.add_operation(:validate_template, Seahorse::Model::Operation.new.tap do |o|
876
- o.name = "ValidateTemplate"
877
- o.http_method = "POST"
878
- o.http_request_uri = "/"
879
- o.input = Shapes::ShapeRef.new(shape: ValidateTemplateInput)
880
- o.output = Shapes::ShapeRef.new(shape: ValidateTemplateOutput)
881
- end)
882
- end
883
627
 
628
+ # @api private
629
+ API = Seahorse::Model::Api.new.tap do |api|
630
+
631
+ api.version = "2010-05-15"
632
+
633
+ api.metadata = {
634
+ "endpointPrefix" => "cloudformation",
635
+ "protocol" => "query",
636
+ "serviceFullName" => "AWS CloudFormation",
637
+ "signatureVersion" => "v4",
638
+ "xmlNamespace" => "http://cloudformation.amazonaws.com/doc/2010-05-15/",
639
+ }
640
+
641
+ api.add_operation(:cancel_update_stack, Seahorse::Model::Operation.new.tap do |o|
642
+ o.name = "CancelUpdateStack"
643
+ o.http_method = "POST"
644
+ o.http_request_uri = "/"
645
+ o.input = Shapes::ShapeRef.new(shape: CancelUpdateStackInput)
646
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
647
+ end)
648
+
649
+ api.add_operation(:continue_update_rollback, Seahorse::Model::Operation.new.tap do |o|
650
+ o.name = "ContinueUpdateRollback"
651
+ o.http_method = "POST"
652
+ o.http_request_uri = "/"
653
+ o.input = Shapes::ShapeRef.new(shape: ContinueUpdateRollbackInput)
654
+ o.output = Shapes::ShapeRef.new(shape: ContinueUpdateRollbackOutput)
655
+ end)
656
+
657
+ api.add_operation(:create_change_set, Seahorse::Model::Operation.new.tap do |o|
658
+ o.name = "CreateChangeSet"
659
+ o.http_method = "POST"
660
+ o.http_request_uri = "/"
661
+ o.input = Shapes::ShapeRef.new(shape: CreateChangeSetInput)
662
+ o.output = Shapes::ShapeRef.new(shape: CreateChangeSetOutput)
663
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
664
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
665
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
666
+ end)
667
+
668
+ api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "CreateStack"
670
+ o.http_method = "POST"
671
+ o.http_request_uri = "/"
672
+ o.input = Shapes::ShapeRef.new(shape: CreateStackInput)
673
+ o.output = Shapes::ShapeRef.new(shape: CreateStackOutput)
674
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
675
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
676
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
677
+ end)
678
+
679
+ api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "DeleteChangeSet"
681
+ o.http_method = "POST"
682
+ o.http_request_uri = "/"
683
+ o.input = Shapes::ShapeRef.new(shape: DeleteChangeSetInput)
684
+ o.output = Shapes::ShapeRef.new(shape: DeleteChangeSetOutput)
685
+ o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
686
+ end)
687
+
688
+ api.add_operation(:delete_stack, Seahorse::Model::Operation.new.tap do |o|
689
+ o.name = "DeleteStack"
690
+ o.http_method = "POST"
691
+ o.http_request_uri = "/"
692
+ o.input = Shapes::ShapeRef.new(shape: DeleteStackInput)
693
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
694
+ end)
695
+
696
+ api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
697
+ o.name = "DescribeAccountLimits"
698
+ o.http_method = "POST"
699
+ o.http_request_uri = "/"
700
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountLimitsInput)
701
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountLimitsOutput)
702
+ end)
703
+
704
+ api.add_operation(:describe_change_set, Seahorse::Model::Operation.new.tap do |o|
705
+ o.name = "DescribeChangeSet"
706
+ o.http_method = "POST"
707
+ o.http_request_uri = "/"
708
+ o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
709
+ o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
710
+ o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
711
+ end)
712
+
713
+ api.add_operation(:describe_stack_events, Seahorse::Model::Operation.new.tap do |o|
714
+ o.name = "DescribeStackEvents"
715
+ o.http_method = "POST"
716
+ o.http_request_uri = "/"
717
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackEventsInput)
718
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackEventsOutput)
719
+ o[:pager] = Aws::Pager.new(
720
+ tokens: {
721
+ "next_token" => "next_token"
722
+ }
723
+ )
724
+ end)
725
+
726
+ api.add_operation(:describe_stack_resource, Seahorse::Model::Operation.new.tap do |o|
727
+ o.name = "DescribeStackResource"
728
+ o.http_method = "POST"
729
+ o.http_request_uri = "/"
730
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackResourceInput)
731
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackResourceOutput)
732
+ end)
733
+
734
+ api.add_operation(:describe_stack_resources, Seahorse::Model::Operation.new.tap do |o|
735
+ o.name = "DescribeStackResources"
736
+ o.http_method = "POST"
737
+ o.http_request_uri = "/"
738
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackResourcesInput)
739
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackResourcesOutput)
740
+ end)
741
+
742
+ api.add_operation(:describe_stacks, Seahorse::Model::Operation.new.tap do |o|
743
+ o.name = "DescribeStacks"
744
+ o.http_method = "POST"
745
+ o.http_request_uri = "/"
746
+ o.input = Shapes::ShapeRef.new(shape: DescribeStacksInput)
747
+ o.output = Shapes::ShapeRef.new(shape: DescribeStacksOutput)
748
+ o[:pager] = Aws::Pager.new(
749
+ tokens: {
750
+ "next_token" => "next_token"
751
+ }
752
+ )
753
+ end)
754
+
755
+ api.add_operation(:estimate_template_cost, Seahorse::Model::Operation.new.tap do |o|
756
+ o.name = "EstimateTemplateCost"
757
+ o.http_method = "POST"
758
+ o.http_request_uri = "/"
759
+ o.input = Shapes::ShapeRef.new(shape: EstimateTemplateCostInput)
760
+ o.output = Shapes::ShapeRef.new(shape: EstimateTemplateCostOutput)
761
+ end)
762
+
763
+ api.add_operation(:execute_change_set, Seahorse::Model::Operation.new.tap do |o|
764
+ o.name = "ExecuteChangeSet"
765
+ o.http_method = "POST"
766
+ o.http_request_uri = "/"
767
+ o.input = Shapes::ShapeRef.new(shape: ExecuteChangeSetInput)
768
+ o.output = Shapes::ShapeRef.new(shape: ExecuteChangeSetOutput)
769
+ o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
771
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
772
+ end)
773
+
774
+ api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
775
+ o.name = "GetStackPolicy"
776
+ o.http_method = "POST"
777
+ o.http_request_uri = "/"
778
+ o.input = Shapes::ShapeRef.new(shape: GetStackPolicyInput)
779
+ o.output = Shapes::ShapeRef.new(shape: GetStackPolicyOutput)
780
+ end)
781
+
782
+ api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
783
+ o.name = "GetTemplate"
784
+ o.http_method = "POST"
785
+ o.http_request_uri = "/"
786
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateInput)
787
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateOutput)
788
+ o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
789
+ end)
790
+
791
+ api.add_operation(:get_template_summary, Seahorse::Model::Operation.new.tap do |o|
792
+ o.name = "GetTemplateSummary"
793
+ o.http_method = "POST"
794
+ o.http_request_uri = "/"
795
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateSummaryInput)
796
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateSummaryOutput)
797
+ end)
798
+
799
+ api.add_operation(:list_change_sets, Seahorse::Model::Operation.new.tap do |o|
800
+ o.name = "ListChangeSets"
801
+ o.http_method = "POST"
802
+ o.http_request_uri = "/"
803
+ o.input = Shapes::ShapeRef.new(shape: ListChangeSetsInput)
804
+ o.output = Shapes::ShapeRef.new(shape: ListChangeSetsOutput)
805
+ end)
806
+
807
+ api.add_operation(:list_exports, Seahorse::Model::Operation.new.tap do |o|
808
+ o.name = "ListExports"
809
+ o.http_method = "POST"
810
+ o.http_request_uri = "/"
811
+ o.input = Shapes::ShapeRef.new(shape: ListExportsInput)
812
+ o.output = Shapes::ShapeRef.new(shape: ListExportsOutput)
813
+ o[:pager] = Aws::Pager.new(
814
+ tokens: {
815
+ "next_token" => "next_token"
816
+ }
817
+ )
818
+ end)
819
+
820
+ api.add_operation(:list_imports, Seahorse::Model::Operation.new.tap do |o|
821
+ o.name = "ListImports"
822
+ o.http_method = "POST"
823
+ o.http_request_uri = "/"
824
+ o.input = Shapes::ShapeRef.new(shape: ListImportsInput)
825
+ o.output = Shapes::ShapeRef.new(shape: ListImportsOutput)
826
+ o[:pager] = Aws::Pager.new(
827
+ tokens: {
828
+ "next_token" => "next_token"
829
+ }
830
+ )
831
+ end)
832
+
833
+ api.add_operation(:list_stack_resources, Seahorse::Model::Operation.new.tap do |o|
834
+ o.name = "ListStackResources"
835
+ o.http_method = "POST"
836
+ o.http_request_uri = "/"
837
+ o.input = Shapes::ShapeRef.new(shape: ListStackResourcesInput)
838
+ o.output = Shapes::ShapeRef.new(shape: ListStackResourcesOutput)
839
+ o[:pager] = Aws::Pager.new(
840
+ tokens: {
841
+ "next_token" => "next_token"
842
+ }
843
+ )
844
+ end)
845
+
846
+ api.add_operation(:list_stacks, Seahorse::Model::Operation.new.tap do |o|
847
+ o.name = "ListStacks"
848
+ o.http_method = "POST"
849
+ o.http_request_uri = "/"
850
+ o.input = Shapes::ShapeRef.new(shape: ListStacksInput)
851
+ o.output = Shapes::ShapeRef.new(shape: ListStacksOutput)
852
+ o[:pager] = Aws::Pager.new(
853
+ tokens: {
854
+ "next_token" => "next_token"
855
+ }
856
+ )
857
+ end)
858
+
859
+ api.add_operation(:set_stack_policy, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "SetStackPolicy"
861
+ o.http_method = "POST"
862
+ o.http_request_uri = "/"
863
+ o.input = Shapes::ShapeRef.new(shape: SetStackPolicyInput)
864
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
865
+ end)
866
+
867
+ api.add_operation(:signal_resource, Seahorse::Model::Operation.new.tap do |o|
868
+ o.name = "SignalResource"
869
+ o.http_method = "POST"
870
+ o.http_request_uri = "/"
871
+ o.input = Shapes::ShapeRef.new(shape: SignalResourceInput)
872
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
873
+ end)
874
+
875
+ api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
876
+ o.name = "UpdateStack"
877
+ o.http_method = "POST"
878
+ o.http_request_uri = "/"
879
+ o.input = Shapes::ShapeRef.new(shape: UpdateStackInput)
880
+ o.output = Shapes::ShapeRef.new(shape: UpdateStackOutput)
881
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCapabilitiesException)
882
+ end)
883
+
884
+ api.add_operation(:validate_template, Seahorse::Model::Operation.new.tap do |o|
885
+ o.name = "ValidateTemplate"
886
+ o.http_method = "POST"
887
+ o.http_request_uri = "/"
888
+ o.input = Shapes::ShapeRef.new(shape: ValidateTemplateInput)
889
+ o.output = Shapes::ShapeRef.new(shape: ValidateTemplateOutput)
890
+ end)
884
891
  end
892
+
885
893
  end
886
894
  end