aws-sdk-cloudformation 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,886 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
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
398
+
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
+
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
+
884
+ end
885
+ end
886
+ end