aws-sdk-cloudformation 1.97.0 → 1.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +1 -1
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +1366 -0
- data/sig/errors.rbs +61 -0
- data/sig/event.rbs +80 -0
- data/sig/resource.rbs +134 -0
- data/sig/stack.rbs +222 -0
- data/sig/stack_resource.rbs +74 -0
- data/sig/stack_resource_summary.rbs +62 -0
- data/sig/types.rbs +1687 -0
- data/sig/waiters.rbs +101 -0
- metadata +17 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1687 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::CloudFormation
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccountGateResult
|
12
|
+
attr_accessor status: ("SUCCEEDED" | "FAILED" | "SKIPPED")
|
13
|
+
attr_accessor status_reason: ::String
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class AccountLimit
|
18
|
+
attr_accessor name: ::String
|
19
|
+
attr_accessor value: ::Integer
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class ActivateOrganizationsAccessInput < Aws::EmptyStructure
|
24
|
+
end
|
25
|
+
|
26
|
+
class ActivateOrganizationsAccessOutput < Aws::EmptyStructure
|
27
|
+
end
|
28
|
+
|
29
|
+
class ActivateTypeInput
|
30
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
31
|
+
attr_accessor public_type_arn: ::String
|
32
|
+
attr_accessor publisher_id: ::String
|
33
|
+
attr_accessor type_name: ::String
|
34
|
+
attr_accessor type_name_alias: ::String
|
35
|
+
attr_accessor auto_update: bool
|
36
|
+
attr_accessor logging_config: Types::LoggingConfig
|
37
|
+
attr_accessor execution_role_arn: ::String
|
38
|
+
attr_accessor version_bump: ("MAJOR" | "MINOR")
|
39
|
+
attr_accessor major_version: ::Integer
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class ActivateTypeOutput
|
44
|
+
attr_accessor arn: ::String
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class AlreadyExistsException < Aws::EmptyStructure
|
49
|
+
end
|
50
|
+
|
51
|
+
class AutoDeployment
|
52
|
+
attr_accessor enabled: bool
|
53
|
+
attr_accessor retain_stacks_on_account_removal: bool
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class BatchDescribeTypeConfigurationsError
|
58
|
+
attr_accessor error_code: ::String
|
59
|
+
attr_accessor error_message: ::String
|
60
|
+
attr_accessor type_configuration_identifier: Types::TypeConfigurationIdentifier
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class BatchDescribeTypeConfigurationsInput
|
65
|
+
attr_accessor type_configuration_identifiers: ::Array[Types::TypeConfigurationIdentifier]
|
66
|
+
SENSITIVE: []
|
67
|
+
end
|
68
|
+
|
69
|
+
class BatchDescribeTypeConfigurationsOutput
|
70
|
+
attr_accessor errors: ::Array[Types::BatchDescribeTypeConfigurationsError]
|
71
|
+
attr_accessor unprocessed_type_configurations: ::Array[Types::TypeConfigurationIdentifier]
|
72
|
+
attr_accessor type_configurations: ::Array[Types::TypeConfigurationDetails]
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class CFNRegistryException
|
77
|
+
attr_accessor message: ::String
|
78
|
+
SENSITIVE: []
|
79
|
+
end
|
80
|
+
|
81
|
+
class CancelUpdateStackInput
|
82
|
+
attr_accessor stack_name: ::String
|
83
|
+
attr_accessor client_request_token: ::String
|
84
|
+
SENSITIVE: []
|
85
|
+
end
|
86
|
+
|
87
|
+
class Change
|
88
|
+
attr_accessor type: ("Resource")
|
89
|
+
attr_accessor hook_invocation_count: ::Integer
|
90
|
+
attr_accessor resource_change: Types::ResourceChange
|
91
|
+
SENSITIVE: []
|
92
|
+
end
|
93
|
+
|
94
|
+
class ChangeSetHook
|
95
|
+
attr_accessor invocation_point: ("PRE_PROVISION")
|
96
|
+
attr_accessor failure_mode: ("FAIL" | "WARN")
|
97
|
+
attr_accessor type_name: ::String
|
98
|
+
attr_accessor type_version_id: ::String
|
99
|
+
attr_accessor type_configuration_version_id: ::String
|
100
|
+
attr_accessor target_details: Types::ChangeSetHookTargetDetails
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class ChangeSetHookResourceTargetDetails
|
105
|
+
attr_accessor logical_resource_id: ::String
|
106
|
+
attr_accessor resource_type: ::String
|
107
|
+
attr_accessor resource_action: ("Add" | "Modify" | "Remove" | "Import" | "Dynamic")
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class ChangeSetHookTargetDetails
|
112
|
+
attr_accessor target_type: ("RESOURCE")
|
113
|
+
attr_accessor resource_target_details: Types::ChangeSetHookResourceTargetDetails
|
114
|
+
SENSITIVE: []
|
115
|
+
end
|
116
|
+
|
117
|
+
class ChangeSetNotFoundException < Aws::EmptyStructure
|
118
|
+
end
|
119
|
+
|
120
|
+
class ChangeSetSummary
|
121
|
+
attr_accessor stack_id: ::String
|
122
|
+
attr_accessor stack_name: ::String
|
123
|
+
attr_accessor change_set_id: ::String
|
124
|
+
attr_accessor change_set_name: ::String
|
125
|
+
attr_accessor execution_status: ("UNAVAILABLE" | "AVAILABLE" | "EXECUTE_IN_PROGRESS" | "EXECUTE_COMPLETE" | "EXECUTE_FAILED" | "OBSOLETE")
|
126
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "FAILED")
|
127
|
+
attr_accessor status_reason: ::String
|
128
|
+
attr_accessor creation_time: ::Time
|
129
|
+
attr_accessor description: ::String
|
130
|
+
attr_accessor include_nested_stacks: bool
|
131
|
+
attr_accessor parent_change_set_id: ::String
|
132
|
+
attr_accessor root_change_set_id: ::String
|
133
|
+
attr_accessor import_existing_resources: bool
|
134
|
+
SENSITIVE: []
|
135
|
+
end
|
136
|
+
|
137
|
+
class ContinueUpdateRollbackInput
|
138
|
+
attr_accessor stack_name: ::String
|
139
|
+
attr_accessor role_arn: ::String
|
140
|
+
attr_accessor resources_to_skip: ::Array[::String]
|
141
|
+
attr_accessor client_request_token: ::String
|
142
|
+
SENSITIVE: []
|
143
|
+
end
|
144
|
+
|
145
|
+
class ContinueUpdateRollbackOutput < Aws::EmptyStructure
|
146
|
+
end
|
147
|
+
|
148
|
+
class CreateChangeSetInput
|
149
|
+
attr_accessor stack_name: ::String
|
150
|
+
attr_accessor template_body: ::String
|
151
|
+
attr_accessor template_url: ::String
|
152
|
+
attr_accessor use_previous_template: bool
|
153
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
154
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
155
|
+
attr_accessor resource_types: ::Array[::String]
|
156
|
+
attr_accessor role_arn: ::String
|
157
|
+
attr_accessor rollback_configuration: Types::RollbackConfiguration
|
158
|
+
attr_accessor notification_arns: ::Array[::String]
|
159
|
+
attr_accessor tags: ::Array[Types::Tag]
|
160
|
+
attr_accessor change_set_name: ::String
|
161
|
+
attr_accessor client_token: ::String
|
162
|
+
attr_accessor description: ::String
|
163
|
+
attr_accessor change_set_type: ("CREATE" | "UPDATE" | "IMPORT")
|
164
|
+
attr_accessor resources_to_import: ::Array[Types::ResourceToImport]
|
165
|
+
attr_accessor include_nested_stacks: bool
|
166
|
+
attr_accessor on_stack_failure: ("DO_NOTHING" | "ROLLBACK" | "DELETE")
|
167
|
+
attr_accessor import_existing_resources: bool
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class CreateChangeSetOutput
|
172
|
+
attr_accessor id: ::String
|
173
|
+
attr_accessor stack_id: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class CreateStackInput
|
178
|
+
attr_accessor stack_name: ::String
|
179
|
+
attr_accessor template_body: ::String
|
180
|
+
attr_accessor template_url: ::String
|
181
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
182
|
+
attr_accessor disable_rollback: bool
|
183
|
+
attr_accessor rollback_configuration: Types::RollbackConfiguration
|
184
|
+
attr_accessor timeout_in_minutes: ::Integer
|
185
|
+
attr_accessor notification_arns: ::Array[::String]
|
186
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
187
|
+
attr_accessor resource_types: ::Array[::String]
|
188
|
+
attr_accessor role_arn: ::String
|
189
|
+
attr_accessor on_failure: ("DO_NOTHING" | "ROLLBACK" | "DELETE")
|
190
|
+
attr_accessor stack_policy_body: ::String
|
191
|
+
attr_accessor stack_policy_url: ::String
|
192
|
+
attr_accessor tags: ::Array[Types::Tag]
|
193
|
+
attr_accessor client_request_token: ::String
|
194
|
+
attr_accessor enable_termination_protection: bool
|
195
|
+
attr_accessor retain_except_on_create: bool
|
196
|
+
SENSITIVE: []
|
197
|
+
end
|
198
|
+
|
199
|
+
class CreateStackInstancesInput
|
200
|
+
attr_accessor stack_set_name: ::String
|
201
|
+
attr_accessor accounts: ::Array[::String]
|
202
|
+
attr_accessor deployment_targets: Types::DeploymentTargets
|
203
|
+
attr_accessor regions: ::Array[::String]
|
204
|
+
attr_accessor parameter_overrides: ::Array[Types::Parameter]
|
205
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
206
|
+
attr_accessor operation_id: ::String
|
207
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class CreateStackInstancesOutput
|
212
|
+
attr_accessor operation_id: ::String
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class CreateStackOutput
|
217
|
+
attr_accessor stack_id: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class CreateStackSetInput
|
222
|
+
attr_accessor stack_set_name: ::String
|
223
|
+
attr_accessor description: ::String
|
224
|
+
attr_accessor template_body: ::String
|
225
|
+
attr_accessor template_url: ::String
|
226
|
+
attr_accessor stack_id: ::String
|
227
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
228
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
229
|
+
attr_accessor tags: ::Array[Types::Tag]
|
230
|
+
attr_accessor administration_role_arn: ::String
|
231
|
+
attr_accessor execution_role_name: ::String
|
232
|
+
attr_accessor permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED")
|
233
|
+
attr_accessor auto_deployment: Types::AutoDeployment
|
234
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
235
|
+
attr_accessor client_request_token: ::String
|
236
|
+
attr_accessor managed_execution: Types::ManagedExecution
|
237
|
+
SENSITIVE: []
|
238
|
+
end
|
239
|
+
|
240
|
+
class CreateStackSetOutput
|
241
|
+
attr_accessor stack_set_id: ::String
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class CreatedButModifiedException < Aws::EmptyStructure
|
246
|
+
end
|
247
|
+
|
248
|
+
class DeactivateOrganizationsAccessInput < Aws::EmptyStructure
|
249
|
+
end
|
250
|
+
|
251
|
+
class DeactivateOrganizationsAccessOutput < Aws::EmptyStructure
|
252
|
+
end
|
253
|
+
|
254
|
+
class DeactivateTypeInput
|
255
|
+
attr_accessor type_name: ::String
|
256
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
257
|
+
attr_accessor arn: ::String
|
258
|
+
SENSITIVE: []
|
259
|
+
end
|
260
|
+
|
261
|
+
class DeactivateTypeOutput < Aws::EmptyStructure
|
262
|
+
end
|
263
|
+
|
264
|
+
class DeleteChangeSetInput
|
265
|
+
attr_accessor change_set_name: ::String
|
266
|
+
attr_accessor stack_name: ::String
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class DeleteChangeSetOutput < Aws::EmptyStructure
|
271
|
+
end
|
272
|
+
|
273
|
+
class DeleteStackInput
|
274
|
+
attr_accessor stack_name: ::String
|
275
|
+
attr_accessor retain_resources: ::Array[::String]
|
276
|
+
attr_accessor role_arn: ::String
|
277
|
+
attr_accessor client_request_token: ::String
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class DeleteStackInstancesInput
|
282
|
+
attr_accessor stack_set_name: ::String
|
283
|
+
attr_accessor accounts: ::Array[::String]
|
284
|
+
attr_accessor deployment_targets: Types::DeploymentTargets
|
285
|
+
attr_accessor regions: ::Array[::String]
|
286
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
287
|
+
attr_accessor retain_stacks: bool
|
288
|
+
attr_accessor operation_id: ::String
|
289
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class DeleteStackInstancesOutput
|
294
|
+
attr_accessor operation_id: ::String
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
298
|
+
class DeleteStackSetInput
|
299
|
+
attr_accessor stack_set_name: ::String
|
300
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class DeleteStackSetOutput < Aws::EmptyStructure
|
305
|
+
end
|
306
|
+
|
307
|
+
class DeploymentTargets
|
308
|
+
attr_accessor accounts: ::Array[::String]
|
309
|
+
attr_accessor accounts_url: ::String
|
310
|
+
attr_accessor organizational_unit_ids: ::Array[::String]
|
311
|
+
attr_accessor account_filter_type: ("NONE" | "INTERSECTION" | "DIFFERENCE" | "UNION")
|
312
|
+
SENSITIVE: []
|
313
|
+
end
|
314
|
+
|
315
|
+
class DeregisterTypeInput
|
316
|
+
attr_accessor arn: ::String
|
317
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
318
|
+
attr_accessor type_name: ::String
|
319
|
+
attr_accessor version_id: ::String
|
320
|
+
SENSITIVE: []
|
321
|
+
end
|
322
|
+
|
323
|
+
class DeregisterTypeOutput < Aws::EmptyStructure
|
324
|
+
end
|
325
|
+
|
326
|
+
class DescribeAccountLimitsInput
|
327
|
+
attr_accessor next_token: ::String
|
328
|
+
SENSITIVE: []
|
329
|
+
end
|
330
|
+
|
331
|
+
class DescribeAccountLimitsOutput
|
332
|
+
attr_accessor account_limits: ::Array[Types::AccountLimit]
|
333
|
+
attr_accessor next_token: ::String
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class DescribeChangeSetHooksInput
|
338
|
+
attr_accessor change_set_name: ::String
|
339
|
+
attr_accessor stack_name: ::String
|
340
|
+
attr_accessor next_token: ::String
|
341
|
+
attr_accessor logical_resource_id: ::String
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class DescribeChangeSetHooksOutput
|
346
|
+
attr_accessor change_set_id: ::String
|
347
|
+
attr_accessor change_set_name: ::String
|
348
|
+
attr_accessor hooks: ::Array[Types::ChangeSetHook]
|
349
|
+
attr_accessor status: ("PLANNING" | "PLANNED" | "UNAVAILABLE")
|
350
|
+
attr_accessor next_token: ::String
|
351
|
+
attr_accessor stack_id: ::String
|
352
|
+
attr_accessor stack_name: ::String
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class DescribeChangeSetInput
|
357
|
+
attr_accessor change_set_name: ::String
|
358
|
+
attr_accessor stack_name: ::String
|
359
|
+
attr_accessor next_token: ::String
|
360
|
+
SENSITIVE: []
|
361
|
+
end
|
362
|
+
|
363
|
+
class DescribeChangeSetOutput
|
364
|
+
attr_accessor change_set_name: ::String
|
365
|
+
attr_accessor change_set_id: ::String
|
366
|
+
attr_accessor stack_id: ::String
|
367
|
+
attr_accessor stack_name: ::String
|
368
|
+
attr_accessor description: ::String
|
369
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
370
|
+
attr_accessor creation_time: ::Time
|
371
|
+
attr_accessor execution_status: ("UNAVAILABLE" | "AVAILABLE" | "EXECUTE_IN_PROGRESS" | "EXECUTE_COMPLETE" | "EXECUTE_FAILED" | "OBSOLETE")
|
372
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "FAILED")
|
373
|
+
attr_accessor status_reason: ::String
|
374
|
+
attr_accessor notification_arns: ::Array[::String]
|
375
|
+
attr_accessor rollback_configuration: Types::RollbackConfiguration
|
376
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
377
|
+
attr_accessor tags: ::Array[Types::Tag]
|
378
|
+
attr_accessor changes: ::Array[Types::Change]
|
379
|
+
attr_accessor next_token: ::String
|
380
|
+
attr_accessor include_nested_stacks: bool
|
381
|
+
attr_accessor parent_change_set_id: ::String
|
382
|
+
attr_accessor root_change_set_id: ::String
|
383
|
+
attr_accessor on_stack_failure: ("DO_NOTHING" | "ROLLBACK" | "DELETE")
|
384
|
+
attr_accessor import_existing_resources: bool
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class DescribeOrganizationsAccessInput
|
389
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
390
|
+
SENSITIVE: []
|
391
|
+
end
|
392
|
+
|
393
|
+
class DescribeOrganizationsAccessOutput
|
394
|
+
attr_accessor status: ("ENABLED" | "DISABLED" | "DISABLED_PERMANENTLY")
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class DescribePublisherInput
|
399
|
+
attr_accessor publisher_id: ::String
|
400
|
+
SENSITIVE: []
|
401
|
+
end
|
402
|
+
|
403
|
+
class DescribePublisherOutput
|
404
|
+
attr_accessor publisher_id: ::String
|
405
|
+
attr_accessor publisher_status: ("VERIFIED" | "UNVERIFIED")
|
406
|
+
attr_accessor identity_provider: ("AWS_Marketplace" | "GitHub" | "Bitbucket")
|
407
|
+
attr_accessor publisher_profile: ::String
|
408
|
+
SENSITIVE: []
|
409
|
+
end
|
410
|
+
|
411
|
+
class DescribeStackDriftDetectionStatusInput
|
412
|
+
attr_accessor stack_drift_detection_id: ::String
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class DescribeStackDriftDetectionStatusOutput
|
417
|
+
attr_accessor stack_id: ::String
|
418
|
+
attr_accessor stack_drift_detection_id: ::String
|
419
|
+
attr_accessor stack_drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
420
|
+
attr_accessor detection_status: ("DETECTION_IN_PROGRESS" | "DETECTION_FAILED" | "DETECTION_COMPLETE")
|
421
|
+
attr_accessor detection_status_reason: ::String
|
422
|
+
attr_accessor drifted_stack_resource_count: ::Integer
|
423
|
+
attr_accessor timestamp: ::Time
|
424
|
+
SENSITIVE: []
|
425
|
+
end
|
426
|
+
|
427
|
+
class DescribeStackEventsInput
|
428
|
+
attr_accessor stack_name: ::String
|
429
|
+
attr_accessor next_token: ::String
|
430
|
+
SENSITIVE: []
|
431
|
+
end
|
432
|
+
|
433
|
+
class DescribeStackEventsOutput
|
434
|
+
attr_accessor stack_events: ::Array[Types::StackEvent]
|
435
|
+
attr_accessor next_token: ::String
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class DescribeStackInstanceInput
|
440
|
+
attr_accessor stack_set_name: ::String
|
441
|
+
attr_accessor stack_instance_account: ::String
|
442
|
+
attr_accessor stack_instance_region: ::String
|
443
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class DescribeStackInstanceOutput
|
448
|
+
attr_accessor stack_instance: Types::StackInstance
|
449
|
+
SENSITIVE: []
|
450
|
+
end
|
451
|
+
|
452
|
+
class DescribeStackResourceDriftsInput
|
453
|
+
attr_accessor stack_name: ::String
|
454
|
+
attr_accessor stack_resource_drift_status_filters: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")]
|
455
|
+
attr_accessor next_token: ::String
|
456
|
+
attr_accessor max_results: ::Integer
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class DescribeStackResourceDriftsOutput
|
461
|
+
attr_accessor stack_resource_drifts: ::Array[Types::StackResourceDrift]
|
462
|
+
attr_accessor next_token: ::String
|
463
|
+
SENSITIVE: []
|
464
|
+
end
|
465
|
+
|
466
|
+
class DescribeStackResourceInput
|
467
|
+
attr_accessor stack_name: ::String
|
468
|
+
attr_accessor logical_resource_id: ::String
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class DescribeStackResourceOutput
|
473
|
+
attr_accessor stack_resource_detail: Types::StackResourceDetail
|
474
|
+
SENSITIVE: []
|
475
|
+
end
|
476
|
+
|
477
|
+
class DescribeStackResourcesInput
|
478
|
+
attr_accessor stack_name: ::String
|
479
|
+
attr_accessor logical_resource_id: ::String
|
480
|
+
attr_accessor physical_resource_id: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class DescribeStackResourcesOutput
|
485
|
+
attr_accessor stack_resources: ::Array[Types::StackResource]
|
486
|
+
SENSITIVE: []
|
487
|
+
end
|
488
|
+
|
489
|
+
class DescribeStackSetInput
|
490
|
+
attr_accessor stack_set_name: ::String
|
491
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
492
|
+
SENSITIVE: []
|
493
|
+
end
|
494
|
+
|
495
|
+
class DescribeStackSetOperationInput
|
496
|
+
attr_accessor stack_set_name: ::String
|
497
|
+
attr_accessor operation_id: ::String
|
498
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class DescribeStackSetOperationOutput
|
503
|
+
attr_accessor stack_set_operation: Types::StackSetOperation
|
504
|
+
SENSITIVE: []
|
505
|
+
end
|
506
|
+
|
507
|
+
class DescribeStackSetOutput
|
508
|
+
attr_accessor stack_set: Types::StackSet
|
509
|
+
SENSITIVE: []
|
510
|
+
end
|
511
|
+
|
512
|
+
class DescribeStacksInput
|
513
|
+
attr_accessor stack_name: ::String
|
514
|
+
attr_accessor next_token: ::String
|
515
|
+
SENSITIVE: []
|
516
|
+
end
|
517
|
+
|
518
|
+
class DescribeStacksOutput
|
519
|
+
attr_accessor stacks: ::Array[Types::Stack]
|
520
|
+
attr_accessor next_token: ::String
|
521
|
+
SENSITIVE: []
|
522
|
+
end
|
523
|
+
|
524
|
+
class DescribeTypeInput
|
525
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
526
|
+
attr_accessor type_name: ::String
|
527
|
+
attr_accessor arn: ::String
|
528
|
+
attr_accessor version_id: ::String
|
529
|
+
attr_accessor publisher_id: ::String
|
530
|
+
attr_accessor public_version_number: ::String
|
531
|
+
SENSITIVE: []
|
532
|
+
end
|
533
|
+
|
534
|
+
class DescribeTypeOutput
|
535
|
+
attr_accessor arn: ::String
|
536
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
537
|
+
attr_accessor type_name: ::String
|
538
|
+
attr_accessor default_version_id: ::String
|
539
|
+
attr_accessor is_default_version: bool
|
540
|
+
attr_accessor type_tests_status: ("PASSED" | "FAILED" | "IN_PROGRESS" | "NOT_TESTED")
|
541
|
+
attr_accessor type_tests_status_description: ::String
|
542
|
+
attr_accessor description: ::String
|
543
|
+
attr_accessor schema: ::String
|
544
|
+
attr_accessor provisioning_type: ("NON_PROVISIONABLE" | "IMMUTABLE" | "FULLY_MUTABLE")
|
545
|
+
attr_accessor deprecated_status: ("LIVE" | "DEPRECATED")
|
546
|
+
attr_accessor logging_config: Types::LoggingConfig
|
547
|
+
attr_accessor required_activated_types: ::Array[Types::RequiredActivatedType]
|
548
|
+
attr_accessor execution_role_arn: ::String
|
549
|
+
attr_accessor visibility: ("PUBLIC" | "PRIVATE")
|
550
|
+
attr_accessor source_url: ::String
|
551
|
+
attr_accessor documentation_url: ::String
|
552
|
+
attr_accessor last_updated: ::Time
|
553
|
+
attr_accessor time_created: ::Time
|
554
|
+
attr_accessor configuration_schema: ::String
|
555
|
+
attr_accessor publisher_id: ::String
|
556
|
+
attr_accessor original_type_name: ::String
|
557
|
+
attr_accessor original_type_arn: ::String
|
558
|
+
attr_accessor public_version_number: ::String
|
559
|
+
attr_accessor latest_public_version: ::String
|
560
|
+
attr_accessor is_activated: bool
|
561
|
+
attr_accessor auto_update: bool
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class DescribeTypeRegistrationInput
|
566
|
+
attr_accessor registration_token: ::String
|
567
|
+
SENSITIVE: []
|
568
|
+
end
|
569
|
+
|
570
|
+
class DescribeTypeRegistrationOutput
|
571
|
+
attr_accessor progress_status: ("COMPLETE" | "IN_PROGRESS" | "FAILED")
|
572
|
+
attr_accessor description: ::String
|
573
|
+
attr_accessor type_arn: ::String
|
574
|
+
attr_accessor type_version_arn: ::String
|
575
|
+
SENSITIVE: []
|
576
|
+
end
|
577
|
+
|
578
|
+
class DetectStackDriftInput
|
579
|
+
attr_accessor stack_name: ::String
|
580
|
+
attr_accessor logical_resource_ids: ::Array[::String]
|
581
|
+
SENSITIVE: []
|
582
|
+
end
|
583
|
+
|
584
|
+
class DetectStackDriftOutput
|
585
|
+
attr_accessor stack_drift_detection_id: ::String
|
586
|
+
SENSITIVE: []
|
587
|
+
end
|
588
|
+
|
589
|
+
class DetectStackResourceDriftInput
|
590
|
+
attr_accessor stack_name: ::String
|
591
|
+
attr_accessor logical_resource_id: ::String
|
592
|
+
SENSITIVE: []
|
593
|
+
end
|
594
|
+
|
595
|
+
class DetectStackResourceDriftOutput
|
596
|
+
attr_accessor stack_resource_drift: Types::StackResourceDrift
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class DetectStackSetDriftInput
|
601
|
+
attr_accessor stack_set_name: ::String
|
602
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
603
|
+
attr_accessor operation_id: ::String
|
604
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class DetectStackSetDriftOutput
|
609
|
+
attr_accessor operation_id: ::String
|
610
|
+
SENSITIVE: []
|
611
|
+
end
|
612
|
+
|
613
|
+
class EstimateTemplateCostInput
|
614
|
+
attr_accessor template_body: ::String
|
615
|
+
attr_accessor template_url: ::String
|
616
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
617
|
+
SENSITIVE: []
|
618
|
+
end
|
619
|
+
|
620
|
+
class EstimateTemplateCostOutput
|
621
|
+
attr_accessor url: ::String
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class ExecuteChangeSetInput
|
626
|
+
attr_accessor change_set_name: ::String
|
627
|
+
attr_accessor stack_name: ::String
|
628
|
+
attr_accessor client_request_token: ::String
|
629
|
+
attr_accessor disable_rollback: bool
|
630
|
+
attr_accessor retain_except_on_create: bool
|
631
|
+
SENSITIVE: []
|
632
|
+
end
|
633
|
+
|
634
|
+
class ExecuteChangeSetOutput < Aws::EmptyStructure
|
635
|
+
end
|
636
|
+
|
637
|
+
class Export
|
638
|
+
attr_accessor exporting_stack_id: ::String
|
639
|
+
attr_accessor name: ::String
|
640
|
+
attr_accessor value: ::String
|
641
|
+
SENSITIVE: []
|
642
|
+
end
|
643
|
+
|
644
|
+
class GetStackPolicyInput
|
645
|
+
attr_accessor stack_name: ::String
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class GetStackPolicyOutput
|
650
|
+
attr_accessor stack_policy_body: ::String
|
651
|
+
SENSITIVE: []
|
652
|
+
end
|
653
|
+
|
654
|
+
class GetTemplateInput
|
655
|
+
attr_accessor stack_name: ::String
|
656
|
+
attr_accessor change_set_name: ::String
|
657
|
+
attr_accessor template_stage: ("Original" | "Processed")
|
658
|
+
SENSITIVE: []
|
659
|
+
end
|
660
|
+
|
661
|
+
class GetTemplateOutput
|
662
|
+
attr_accessor template_body: ::String
|
663
|
+
attr_accessor stages_available: ::Array[("Original" | "Processed")]
|
664
|
+
SENSITIVE: []
|
665
|
+
end
|
666
|
+
|
667
|
+
class GetTemplateSummaryInput
|
668
|
+
attr_accessor template_body: ::String
|
669
|
+
attr_accessor template_url: ::String
|
670
|
+
attr_accessor stack_name: ::String
|
671
|
+
attr_accessor stack_set_name: ::String
|
672
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
673
|
+
attr_accessor template_summary_config: Types::TemplateSummaryConfig
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class GetTemplateSummaryOutput
|
678
|
+
attr_accessor parameters: ::Array[Types::ParameterDeclaration]
|
679
|
+
attr_accessor description: ::String
|
680
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
681
|
+
attr_accessor capabilities_reason: ::String
|
682
|
+
attr_accessor resource_types: ::Array[::String]
|
683
|
+
attr_accessor version: ::String
|
684
|
+
attr_accessor metadata: ::String
|
685
|
+
attr_accessor declared_transforms: ::Array[::String]
|
686
|
+
attr_accessor resource_identifier_summaries: ::Array[Types::ResourceIdentifierSummary]
|
687
|
+
attr_accessor warnings: Types::Warnings
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
691
|
+
class ImportStacksToStackSetInput
|
692
|
+
attr_accessor stack_set_name: ::String
|
693
|
+
attr_accessor stack_ids: ::Array[::String]
|
694
|
+
attr_accessor stack_ids_url: ::String
|
695
|
+
attr_accessor organizational_unit_ids: ::Array[::String]
|
696
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
697
|
+
attr_accessor operation_id: ::String
|
698
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
699
|
+
SENSITIVE: []
|
700
|
+
end
|
701
|
+
|
702
|
+
class ImportStacksToStackSetOutput
|
703
|
+
attr_accessor operation_id: ::String
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class InsufficientCapabilitiesException < Aws::EmptyStructure
|
708
|
+
end
|
709
|
+
|
710
|
+
class InvalidChangeSetStatusException < Aws::EmptyStructure
|
711
|
+
end
|
712
|
+
|
713
|
+
class InvalidOperationException < Aws::EmptyStructure
|
714
|
+
end
|
715
|
+
|
716
|
+
class InvalidStateTransitionException < Aws::EmptyStructure
|
717
|
+
end
|
718
|
+
|
719
|
+
class LimitExceededException < Aws::EmptyStructure
|
720
|
+
end
|
721
|
+
|
722
|
+
class ListChangeSetsInput
|
723
|
+
attr_accessor stack_name: ::String
|
724
|
+
attr_accessor next_token: ::String
|
725
|
+
SENSITIVE: []
|
726
|
+
end
|
727
|
+
|
728
|
+
class ListChangeSetsOutput
|
729
|
+
attr_accessor summaries: ::Array[Types::ChangeSetSummary]
|
730
|
+
attr_accessor next_token: ::String
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class ListExportsInput
|
735
|
+
attr_accessor next_token: ::String
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class ListExportsOutput
|
740
|
+
attr_accessor exports: ::Array[Types::Export]
|
741
|
+
attr_accessor next_token: ::String
|
742
|
+
SENSITIVE: []
|
743
|
+
end
|
744
|
+
|
745
|
+
class ListImportsInput
|
746
|
+
attr_accessor export_name: ::String
|
747
|
+
attr_accessor next_token: ::String
|
748
|
+
SENSITIVE: []
|
749
|
+
end
|
750
|
+
|
751
|
+
class ListImportsOutput
|
752
|
+
attr_accessor imports: ::Array[::String]
|
753
|
+
attr_accessor next_token: ::String
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
757
|
+
class ListStackInstanceResourceDriftsInput
|
758
|
+
attr_accessor stack_set_name: ::String
|
759
|
+
attr_accessor next_token: ::String
|
760
|
+
attr_accessor max_results: ::Integer
|
761
|
+
attr_accessor stack_instance_resource_drift_statuses: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")]
|
762
|
+
attr_accessor stack_instance_account: ::String
|
763
|
+
attr_accessor stack_instance_region: ::String
|
764
|
+
attr_accessor operation_id: ::String
|
765
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
766
|
+
SENSITIVE: []
|
767
|
+
end
|
768
|
+
|
769
|
+
class ListStackInstanceResourceDriftsOutput
|
770
|
+
attr_accessor summaries: ::Array[Types::StackInstanceResourceDriftsSummary]
|
771
|
+
attr_accessor next_token: ::String
|
772
|
+
SENSITIVE: []
|
773
|
+
end
|
774
|
+
|
775
|
+
class ListStackInstancesInput
|
776
|
+
attr_accessor stack_set_name: ::String
|
777
|
+
attr_accessor next_token: ::String
|
778
|
+
attr_accessor max_results: ::Integer
|
779
|
+
attr_accessor filters: ::Array[Types::StackInstanceFilter]
|
780
|
+
attr_accessor stack_instance_account: ::String
|
781
|
+
attr_accessor stack_instance_region: ::String
|
782
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
783
|
+
SENSITIVE: []
|
784
|
+
end
|
785
|
+
|
786
|
+
class ListStackInstancesOutput
|
787
|
+
attr_accessor summaries: ::Array[Types::StackInstanceSummary]
|
788
|
+
attr_accessor next_token: ::String
|
789
|
+
SENSITIVE: []
|
790
|
+
end
|
791
|
+
|
792
|
+
class ListStackResourcesInput
|
793
|
+
attr_accessor stack_name: ::String
|
794
|
+
attr_accessor next_token: ::String
|
795
|
+
SENSITIVE: []
|
796
|
+
end
|
797
|
+
|
798
|
+
class ListStackResourcesOutput
|
799
|
+
attr_accessor stack_resource_summaries: ::Array[Types::StackResourceSummary]
|
800
|
+
attr_accessor next_token: ::String
|
801
|
+
SENSITIVE: []
|
802
|
+
end
|
803
|
+
|
804
|
+
class ListStackSetOperationResultsInput
|
805
|
+
attr_accessor stack_set_name: ::String
|
806
|
+
attr_accessor operation_id: ::String
|
807
|
+
attr_accessor next_token: ::String
|
808
|
+
attr_accessor max_results: ::Integer
|
809
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
810
|
+
attr_accessor filters: ::Array[Types::OperationResultFilter]
|
811
|
+
SENSITIVE: []
|
812
|
+
end
|
813
|
+
|
814
|
+
class ListStackSetOperationResultsOutput
|
815
|
+
attr_accessor summaries: ::Array[Types::StackSetOperationResultSummary]
|
816
|
+
attr_accessor next_token: ::String
|
817
|
+
SENSITIVE: []
|
818
|
+
end
|
819
|
+
|
820
|
+
class ListStackSetOperationsInput
|
821
|
+
attr_accessor stack_set_name: ::String
|
822
|
+
attr_accessor next_token: ::String
|
823
|
+
attr_accessor max_results: ::Integer
|
824
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
825
|
+
SENSITIVE: []
|
826
|
+
end
|
827
|
+
|
828
|
+
class ListStackSetOperationsOutput
|
829
|
+
attr_accessor summaries: ::Array[Types::StackSetOperationSummary]
|
830
|
+
attr_accessor next_token: ::String
|
831
|
+
SENSITIVE: []
|
832
|
+
end
|
833
|
+
|
834
|
+
class ListStackSetsInput
|
835
|
+
attr_accessor next_token: ::String
|
836
|
+
attr_accessor max_results: ::Integer
|
837
|
+
attr_accessor status: ("ACTIVE" | "DELETED")
|
838
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class ListStackSetsOutput
|
843
|
+
attr_accessor summaries: ::Array[Types::StackSetSummary]
|
844
|
+
attr_accessor next_token: ::String
|
845
|
+
SENSITIVE: []
|
846
|
+
end
|
847
|
+
|
848
|
+
class ListStacksInput
|
849
|
+
attr_accessor next_token: ::String
|
850
|
+
attr_accessor stack_status_filter: ::Array[("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "REVIEW_IN_PROGRESS" | "IMPORT_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE")]
|
851
|
+
SENSITIVE: []
|
852
|
+
end
|
853
|
+
|
854
|
+
class ListStacksOutput
|
855
|
+
attr_accessor stack_summaries: ::Array[Types::StackSummary]
|
856
|
+
attr_accessor next_token: ::String
|
857
|
+
SENSITIVE: []
|
858
|
+
end
|
859
|
+
|
860
|
+
class ListTypeRegistrationsInput
|
861
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
862
|
+
attr_accessor type_name: ::String
|
863
|
+
attr_accessor type_arn: ::String
|
864
|
+
attr_accessor registration_status_filter: ("COMPLETE" | "IN_PROGRESS" | "FAILED")
|
865
|
+
attr_accessor max_results: ::Integer
|
866
|
+
attr_accessor next_token: ::String
|
867
|
+
SENSITIVE: []
|
868
|
+
end
|
869
|
+
|
870
|
+
class ListTypeRegistrationsOutput
|
871
|
+
attr_accessor registration_token_list: ::Array[::String]
|
872
|
+
attr_accessor next_token: ::String
|
873
|
+
SENSITIVE: []
|
874
|
+
end
|
875
|
+
|
876
|
+
class ListTypeVersionsInput
|
877
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
878
|
+
attr_accessor type_name: ::String
|
879
|
+
attr_accessor arn: ::String
|
880
|
+
attr_accessor max_results: ::Integer
|
881
|
+
attr_accessor next_token: ::String
|
882
|
+
attr_accessor deprecated_status: ("LIVE" | "DEPRECATED")
|
883
|
+
attr_accessor publisher_id: ::String
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class ListTypeVersionsOutput
|
888
|
+
attr_accessor type_version_summaries: ::Array[Types::TypeVersionSummary]
|
889
|
+
attr_accessor next_token: ::String
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class ListTypesInput
|
894
|
+
attr_accessor visibility: ("PUBLIC" | "PRIVATE")
|
895
|
+
attr_accessor provisioning_type: ("NON_PROVISIONABLE" | "IMMUTABLE" | "FULLY_MUTABLE")
|
896
|
+
attr_accessor deprecated_status: ("LIVE" | "DEPRECATED")
|
897
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
898
|
+
attr_accessor filters: Types::TypeFilters
|
899
|
+
attr_accessor max_results: ::Integer
|
900
|
+
attr_accessor next_token: ::String
|
901
|
+
SENSITIVE: []
|
902
|
+
end
|
903
|
+
|
904
|
+
class ListTypesOutput
|
905
|
+
attr_accessor type_summaries: ::Array[Types::TypeSummary]
|
906
|
+
attr_accessor next_token: ::String
|
907
|
+
SENSITIVE: []
|
908
|
+
end
|
909
|
+
|
910
|
+
class LoggingConfig
|
911
|
+
attr_accessor log_role_arn: ::String
|
912
|
+
attr_accessor log_group_name: ::String
|
913
|
+
SENSITIVE: []
|
914
|
+
end
|
915
|
+
|
916
|
+
class ManagedExecution
|
917
|
+
attr_accessor active: bool
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class ModuleInfo
|
922
|
+
attr_accessor type_hierarchy: ::String
|
923
|
+
attr_accessor logical_id_hierarchy: ::String
|
924
|
+
SENSITIVE: []
|
925
|
+
end
|
926
|
+
|
927
|
+
class NameAlreadyExistsException < Aws::EmptyStructure
|
928
|
+
end
|
929
|
+
|
930
|
+
class OperationIdAlreadyExistsException < Aws::EmptyStructure
|
931
|
+
end
|
932
|
+
|
933
|
+
class OperationInProgressException < Aws::EmptyStructure
|
934
|
+
end
|
935
|
+
|
936
|
+
class OperationNotFoundException < Aws::EmptyStructure
|
937
|
+
end
|
938
|
+
|
939
|
+
class OperationResultFilter
|
940
|
+
attr_accessor name: ("OPERATION_RESULT_STATUS")
|
941
|
+
attr_accessor values: ::String
|
942
|
+
SENSITIVE: []
|
943
|
+
end
|
944
|
+
|
945
|
+
class OperationStatusCheckFailedException < Aws::EmptyStructure
|
946
|
+
end
|
947
|
+
|
948
|
+
class Output
|
949
|
+
attr_accessor output_key: ::String
|
950
|
+
attr_accessor output_value: ::String
|
951
|
+
attr_accessor description: ::String
|
952
|
+
attr_accessor export_name: ::String
|
953
|
+
SENSITIVE: []
|
954
|
+
end
|
955
|
+
|
956
|
+
class Parameter
|
957
|
+
attr_accessor parameter_key: ::String
|
958
|
+
attr_accessor parameter_value: ::String
|
959
|
+
attr_accessor use_previous_value: bool
|
960
|
+
attr_accessor resolved_value: ::String
|
961
|
+
SENSITIVE: []
|
962
|
+
end
|
963
|
+
|
964
|
+
class ParameterConstraints
|
965
|
+
attr_accessor allowed_values: ::Array[::String]
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class ParameterDeclaration
|
970
|
+
attr_accessor parameter_key: ::String
|
971
|
+
attr_accessor default_value: ::String
|
972
|
+
attr_accessor parameter_type: ::String
|
973
|
+
attr_accessor no_echo: bool
|
974
|
+
attr_accessor description: ::String
|
975
|
+
attr_accessor parameter_constraints: Types::ParameterConstraints
|
976
|
+
SENSITIVE: []
|
977
|
+
end
|
978
|
+
|
979
|
+
class PhysicalResourceIdContextKeyValuePair
|
980
|
+
attr_accessor key: ::String
|
981
|
+
attr_accessor value: ::String
|
982
|
+
SENSITIVE: []
|
983
|
+
end
|
984
|
+
|
985
|
+
class PropertyDifference
|
986
|
+
attr_accessor property_path: ::String
|
987
|
+
attr_accessor expected_value: ::String
|
988
|
+
attr_accessor actual_value: ::String
|
989
|
+
attr_accessor difference_type: ("ADD" | "REMOVE" | "NOT_EQUAL")
|
990
|
+
SENSITIVE: []
|
991
|
+
end
|
992
|
+
|
993
|
+
class PublishTypeInput
|
994
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
995
|
+
attr_accessor arn: ::String
|
996
|
+
attr_accessor type_name: ::String
|
997
|
+
attr_accessor public_version_number: ::String
|
998
|
+
SENSITIVE: []
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class PublishTypeOutput
|
1002
|
+
attr_accessor public_type_arn: ::String
|
1003
|
+
SENSITIVE: []
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class RecordHandlerProgressInput
|
1007
|
+
attr_accessor bearer_token: ::String
|
1008
|
+
attr_accessor operation_status: ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED")
|
1009
|
+
attr_accessor current_operation_status: ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED")
|
1010
|
+
attr_accessor status_message: ::String
|
1011
|
+
attr_accessor error_code: ("NotUpdatable" | "InvalidRequest" | "AccessDenied" | "InvalidCredentials" | "AlreadyExists" | "NotFound" | "ResourceConflict" | "Throttling" | "ServiceLimitExceeded" | "NotStabilized" | "GeneralServiceException" | "ServiceInternalError" | "NetworkFailure" | "InternalFailure" | "InvalidTypeConfiguration" | "HandlerInternalFailure" | "NonCompliant" | "Unknown" | "UnsupportedTarget")
|
1012
|
+
attr_accessor resource_model: ::String
|
1013
|
+
attr_accessor client_request_token: ::String
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class RecordHandlerProgressOutput < Aws::EmptyStructure
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class RegisterPublisherInput
|
1021
|
+
attr_accessor accept_terms_and_conditions: bool
|
1022
|
+
attr_accessor connection_arn: ::String
|
1023
|
+
SENSITIVE: []
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class RegisterPublisherOutput
|
1027
|
+
attr_accessor publisher_id: ::String
|
1028
|
+
SENSITIVE: []
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class RegisterTypeInput
|
1032
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1033
|
+
attr_accessor type_name: ::String
|
1034
|
+
attr_accessor schema_handler_package: ::String
|
1035
|
+
attr_accessor logging_config: Types::LoggingConfig
|
1036
|
+
attr_accessor execution_role_arn: ::String
|
1037
|
+
attr_accessor client_request_token: ::String
|
1038
|
+
SENSITIVE: []
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class RegisterTypeOutput
|
1042
|
+
attr_accessor registration_token: ::String
|
1043
|
+
SENSITIVE: []
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class RequiredActivatedType
|
1047
|
+
attr_accessor type_name_alias: ::String
|
1048
|
+
attr_accessor original_type_name: ::String
|
1049
|
+
attr_accessor publisher_id: ::String
|
1050
|
+
attr_accessor supported_major_versions: ::Array[::Integer]
|
1051
|
+
SENSITIVE: []
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
class ResourceChange
|
1055
|
+
attr_accessor action: ("Add" | "Modify" | "Remove" | "Import" | "Dynamic")
|
1056
|
+
attr_accessor logical_resource_id: ::String
|
1057
|
+
attr_accessor physical_resource_id: ::String
|
1058
|
+
attr_accessor resource_type: ::String
|
1059
|
+
attr_accessor replacement: ("True" | "False" | "Conditional")
|
1060
|
+
attr_accessor scope: ::Array[("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")]
|
1061
|
+
attr_accessor details: ::Array[Types::ResourceChangeDetail]
|
1062
|
+
attr_accessor change_set_id: ::String
|
1063
|
+
attr_accessor module_info: Types::ModuleInfo
|
1064
|
+
SENSITIVE: []
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
class ResourceChangeDetail
|
1068
|
+
attr_accessor target: Types::ResourceTargetDefinition
|
1069
|
+
attr_accessor evaluation: ("Static" | "Dynamic")
|
1070
|
+
attr_accessor change_source: ("ResourceReference" | "ParameterReference" | "ResourceAttribute" | "DirectModification" | "Automatic")
|
1071
|
+
attr_accessor causing_entity: ::String
|
1072
|
+
SENSITIVE: []
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class ResourceIdentifierSummary
|
1076
|
+
attr_accessor resource_type: ::String
|
1077
|
+
attr_accessor logical_resource_ids: ::Array[::String]
|
1078
|
+
attr_accessor resource_identifiers: ::Array[::String]
|
1079
|
+
SENSITIVE: []
|
1080
|
+
end
|
1081
|
+
|
1082
|
+
class ResourceTargetDefinition
|
1083
|
+
attr_accessor attribute: ("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")
|
1084
|
+
attr_accessor name: ::String
|
1085
|
+
attr_accessor requires_recreation: ("Never" | "Conditionally" | "Always")
|
1086
|
+
SENSITIVE: []
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
class ResourceToImport
|
1090
|
+
attr_accessor resource_type: ::String
|
1091
|
+
attr_accessor logical_resource_id: ::String
|
1092
|
+
attr_accessor resource_identifier: ::Hash[::String, ::String]
|
1093
|
+
SENSITIVE: []
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class RollbackConfiguration
|
1097
|
+
attr_accessor rollback_triggers: ::Array[Types::RollbackTrigger]
|
1098
|
+
attr_accessor monitoring_time_in_minutes: ::Integer
|
1099
|
+
SENSITIVE: []
|
1100
|
+
end
|
1101
|
+
|
1102
|
+
class RollbackStackInput
|
1103
|
+
attr_accessor stack_name: ::String
|
1104
|
+
attr_accessor role_arn: ::String
|
1105
|
+
attr_accessor client_request_token: ::String
|
1106
|
+
attr_accessor retain_except_on_create: bool
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class RollbackStackOutput
|
1111
|
+
attr_accessor stack_id: ::String
|
1112
|
+
SENSITIVE: []
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
class RollbackTrigger
|
1116
|
+
attr_accessor arn: ::String
|
1117
|
+
attr_accessor type: ::String
|
1118
|
+
SENSITIVE: []
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class SetStackPolicyInput
|
1122
|
+
attr_accessor stack_name: ::String
|
1123
|
+
attr_accessor stack_policy_body: ::String
|
1124
|
+
attr_accessor stack_policy_url: ::String
|
1125
|
+
SENSITIVE: []
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
class SetTypeConfigurationInput
|
1129
|
+
attr_accessor type_arn: ::String
|
1130
|
+
attr_accessor configuration: ::String
|
1131
|
+
attr_accessor configuration_alias: ::String
|
1132
|
+
attr_accessor type_name: ::String
|
1133
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1134
|
+
SENSITIVE: []
|
1135
|
+
end
|
1136
|
+
|
1137
|
+
class SetTypeConfigurationOutput
|
1138
|
+
attr_accessor configuration_arn: ::String
|
1139
|
+
SENSITIVE: []
|
1140
|
+
end
|
1141
|
+
|
1142
|
+
class SetTypeDefaultVersionInput
|
1143
|
+
attr_accessor arn: ::String
|
1144
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1145
|
+
attr_accessor type_name: ::String
|
1146
|
+
attr_accessor version_id: ::String
|
1147
|
+
SENSITIVE: []
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class SetTypeDefaultVersionOutput < Aws::EmptyStructure
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class SignalResourceInput
|
1154
|
+
attr_accessor stack_name: ::String
|
1155
|
+
attr_accessor logical_resource_id: ::String
|
1156
|
+
attr_accessor unique_id: ::String
|
1157
|
+
attr_accessor status: ("SUCCESS" | "FAILURE")
|
1158
|
+
SENSITIVE: []
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
class Stack
|
1162
|
+
attr_accessor stack_id: ::String
|
1163
|
+
attr_accessor stack_name: ::String
|
1164
|
+
attr_accessor change_set_id: ::String
|
1165
|
+
attr_accessor description: ::String
|
1166
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
1167
|
+
attr_accessor creation_time: ::Time
|
1168
|
+
attr_accessor deletion_time: ::Time
|
1169
|
+
attr_accessor last_updated_time: ::Time
|
1170
|
+
attr_accessor rollback_configuration: Types::RollbackConfiguration
|
1171
|
+
attr_accessor stack_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "REVIEW_IN_PROGRESS" | "IMPORT_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE")
|
1172
|
+
attr_accessor stack_status_reason: ::String
|
1173
|
+
attr_accessor disable_rollback: bool
|
1174
|
+
attr_accessor notification_arns: ::Array[::String]
|
1175
|
+
attr_accessor timeout_in_minutes: ::Integer
|
1176
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
1177
|
+
attr_accessor outputs: ::Array[Types::Output]
|
1178
|
+
attr_accessor role_arn: ::String
|
1179
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1180
|
+
attr_accessor enable_termination_protection: bool
|
1181
|
+
attr_accessor parent_id: ::String
|
1182
|
+
attr_accessor root_id: ::String
|
1183
|
+
attr_accessor drift_information: Types::StackDriftInformation
|
1184
|
+
attr_accessor retain_except_on_create: bool
|
1185
|
+
SENSITIVE: []
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class StackDriftInformation
|
1189
|
+
attr_accessor stack_drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
1190
|
+
attr_accessor last_check_timestamp: ::Time
|
1191
|
+
SENSITIVE: []
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class StackDriftInformationSummary
|
1195
|
+
attr_accessor stack_drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
1196
|
+
attr_accessor last_check_timestamp: ::Time
|
1197
|
+
SENSITIVE: []
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class StackEvent
|
1201
|
+
attr_accessor stack_id: ::String
|
1202
|
+
attr_accessor event_id: ::String
|
1203
|
+
attr_accessor stack_name: ::String
|
1204
|
+
attr_accessor logical_resource_id: ::String
|
1205
|
+
attr_accessor physical_resource_id: ::String
|
1206
|
+
attr_accessor resource_type: ::String
|
1207
|
+
attr_accessor timestamp: ::Time
|
1208
|
+
attr_accessor resource_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "DELETE_SKIPPED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_COMPLETE" | "IMPORT_FAILED" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED")
|
1209
|
+
attr_accessor resource_status_reason: ::String
|
1210
|
+
attr_accessor resource_properties: ::String
|
1211
|
+
attr_accessor client_request_token: ::String
|
1212
|
+
attr_accessor hook_type: ::String
|
1213
|
+
attr_accessor hook_status: ("HOOK_IN_PROGRESS" | "HOOK_COMPLETE_SUCCEEDED" | "HOOK_COMPLETE_FAILED" | "HOOK_FAILED")
|
1214
|
+
attr_accessor hook_status_reason: ::String
|
1215
|
+
attr_accessor hook_invocation_point: ("PRE_PROVISION")
|
1216
|
+
attr_accessor hook_failure_mode: ("FAIL" | "WARN")
|
1217
|
+
SENSITIVE: []
|
1218
|
+
end
|
1219
|
+
|
1220
|
+
class StackInstance
|
1221
|
+
attr_accessor stack_set_id: ::String
|
1222
|
+
attr_accessor region: ::String
|
1223
|
+
attr_accessor account: ::String
|
1224
|
+
attr_accessor stack_id: ::String
|
1225
|
+
attr_accessor parameter_overrides: ::Array[Types::Parameter]
|
1226
|
+
attr_accessor status: ("CURRENT" | "OUTDATED" | "INOPERABLE")
|
1227
|
+
attr_accessor stack_instance_status: Types::StackInstanceComprehensiveStatus
|
1228
|
+
attr_accessor status_reason: ::String
|
1229
|
+
attr_accessor organizational_unit_id: ::String
|
1230
|
+
attr_accessor drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
1231
|
+
attr_accessor last_drift_check_timestamp: ::Time
|
1232
|
+
attr_accessor last_operation_id: ::String
|
1233
|
+
SENSITIVE: []
|
1234
|
+
end
|
1235
|
+
|
1236
|
+
class StackInstanceComprehensiveStatus
|
1237
|
+
attr_accessor detailed_status: ("PENDING" | "RUNNING" | "SUCCEEDED" | "FAILED" | "CANCELLED" | "INOPERABLE" | "SKIPPED_SUSPENDED_ACCOUNT")
|
1238
|
+
SENSITIVE: []
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class StackInstanceFilter
|
1242
|
+
attr_accessor name: ("DETAILED_STATUS" | "LAST_OPERATION_ID" | "DRIFT_STATUS")
|
1243
|
+
attr_accessor values: ::String
|
1244
|
+
SENSITIVE: []
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class StackInstanceNotFoundException < Aws::EmptyStructure
|
1248
|
+
end
|
1249
|
+
|
1250
|
+
class StackInstanceResourceDriftsSummary
|
1251
|
+
attr_accessor stack_id: ::String
|
1252
|
+
attr_accessor logical_resource_id: ::String
|
1253
|
+
attr_accessor physical_resource_id: ::String
|
1254
|
+
attr_accessor physical_resource_id_context: ::Array[Types::PhysicalResourceIdContextKeyValuePair]
|
1255
|
+
attr_accessor resource_type: ::String
|
1256
|
+
attr_accessor property_differences: ::Array[Types::PropertyDifference]
|
1257
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1258
|
+
attr_accessor timestamp: ::Time
|
1259
|
+
SENSITIVE: []
|
1260
|
+
end
|
1261
|
+
|
1262
|
+
class StackInstanceSummary
|
1263
|
+
attr_accessor stack_set_id: ::String
|
1264
|
+
attr_accessor region: ::String
|
1265
|
+
attr_accessor account: ::String
|
1266
|
+
attr_accessor stack_id: ::String
|
1267
|
+
attr_accessor status: ("CURRENT" | "OUTDATED" | "INOPERABLE")
|
1268
|
+
attr_accessor status_reason: ::String
|
1269
|
+
attr_accessor stack_instance_status: Types::StackInstanceComprehensiveStatus
|
1270
|
+
attr_accessor organizational_unit_id: ::String
|
1271
|
+
attr_accessor drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
1272
|
+
attr_accessor last_drift_check_timestamp: ::Time
|
1273
|
+
attr_accessor last_operation_id: ::String
|
1274
|
+
SENSITIVE: []
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
class StackNotFoundException < Aws::EmptyStructure
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
class StackResource
|
1281
|
+
attr_accessor stack_name: ::String
|
1282
|
+
attr_accessor stack_id: ::String
|
1283
|
+
attr_accessor logical_resource_id: ::String
|
1284
|
+
attr_accessor physical_resource_id: ::String
|
1285
|
+
attr_accessor resource_type: ::String
|
1286
|
+
attr_accessor timestamp: ::Time
|
1287
|
+
attr_accessor resource_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "DELETE_SKIPPED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_COMPLETE" | "IMPORT_FAILED" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED")
|
1288
|
+
attr_accessor resource_status_reason: ::String
|
1289
|
+
attr_accessor description: ::String
|
1290
|
+
attr_accessor drift_information: Types::StackResourceDriftInformation
|
1291
|
+
attr_accessor module_info: Types::ModuleInfo
|
1292
|
+
SENSITIVE: []
|
1293
|
+
end
|
1294
|
+
|
1295
|
+
class StackResourceDetail
|
1296
|
+
attr_accessor stack_name: ::String
|
1297
|
+
attr_accessor stack_id: ::String
|
1298
|
+
attr_accessor logical_resource_id: ::String
|
1299
|
+
attr_accessor physical_resource_id: ::String
|
1300
|
+
attr_accessor resource_type: ::String
|
1301
|
+
attr_accessor last_updated_timestamp: ::Time
|
1302
|
+
attr_accessor resource_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "DELETE_SKIPPED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_COMPLETE" | "IMPORT_FAILED" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED")
|
1303
|
+
attr_accessor resource_status_reason: ::String
|
1304
|
+
attr_accessor description: ::String
|
1305
|
+
attr_accessor metadata: ::String
|
1306
|
+
attr_accessor drift_information: Types::StackResourceDriftInformation
|
1307
|
+
attr_accessor module_info: Types::ModuleInfo
|
1308
|
+
SENSITIVE: []
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class StackResourceDrift
|
1312
|
+
attr_accessor stack_id: ::String
|
1313
|
+
attr_accessor logical_resource_id: ::String
|
1314
|
+
attr_accessor physical_resource_id: ::String
|
1315
|
+
attr_accessor physical_resource_id_context: ::Array[Types::PhysicalResourceIdContextKeyValuePair]
|
1316
|
+
attr_accessor resource_type: ::String
|
1317
|
+
attr_accessor expected_properties: ::String
|
1318
|
+
attr_accessor actual_properties: ::String
|
1319
|
+
attr_accessor property_differences: ::Array[Types::PropertyDifference]
|
1320
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1321
|
+
attr_accessor timestamp: ::Time
|
1322
|
+
attr_accessor module_info: Types::ModuleInfo
|
1323
|
+
SENSITIVE: []
|
1324
|
+
end
|
1325
|
+
|
1326
|
+
class StackResourceDriftInformation
|
1327
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1328
|
+
attr_accessor last_check_timestamp: ::Time
|
1329
|
+
SENSITIVE: []
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class StackResourceDriftInformationSummary
|
1333
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1334
|
+
attr_accessor last_check_timestamp: ::Time
|
1335
|
+
SENSITIVE: []
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class StackResourceSummary
|
1339
|
+
attr_accessor logical_resource_id: ::String
|
1340
|
+
attr_accessor physical_resource_id: ::String
|
1341
|
+
attr_accessor resource_type: ::String
|
1342
|
+
attr_accessor last_updated_timestamp: ::Time
|
1343
|
+
attr_accessor resource_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "DELETE_SKIPPED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_COMPLETE" | "IMPORT_FAILED" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED")
|
1344
|
+
attr_accessor resource_status_reason: ::String
|
1345
|
+
attr_accessor drift_information: Types::StackResourceDriftInformationSummary
|
1346
|
+
attr_accessor module_info: Types::ModuleInfo
|
1347
|
+
SENSITIVE: []
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class StackSet
|
1351
|
+
attr_accessor stack_set_name: ::String
|
1352
|
+
attr_accessor stack_set_id: ::String
|
1353
|
+
attr_accessor description: ::String
|
1354
|
+
attr_accessor status: ("ACTIVE" | "DELETED")
|
1355
|
+
attr_accessor template_body: ::String
|
1356
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
1357
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
1358
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1359
|
+
attr_accessor stack_set_arn: ::String
|
1360
|
+
attr_accessor administration_role_arn: ::String
|
1361
|
+
attr_accessor execution_role_name: ::String
|
1362
|
+
attr_accessor stack_set_drift_detection_details: Types::StackSetDriftDetectionDetails
|
1363
|
+
attr_accessor auto_deployment: Types::AutoDeployment
|
1364
|
+
attr_accessor permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED")
|
1365
|
+
attr_accessor organizational_unit_ids: ::Array[::String]
|
1366
|
+
attr_accessor managed_execution: Types::ManagedExecution
|
1367
|
+
attr_accessor regions: ::Array[::String]
|
1368
|
+
SENSITIVE: []
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class StackSetDriftDetectionDetails
|
1372
|
+
attr_accessor drift_status: ("DRIFTED" | "IN_SYNC" | "NOT_CHECKED")
|
1373
|
+
attr_accessor drift_detection_status: ("COMPLETED" | "FAILED" | "PARTIAL_SUCCESS" | "IN_PROGRESS" | "STOPPED")
|
1374
|
+
attr_accessor last_drift_check_timestamp: ::Time
|
1375
|
+
attr_accessor total_stack_instances_count: ::Integer
|
1376
|
+
attr_accessor drifted_stack_instances_count: ::Integer
|
1377
|
+
attr_accessor in_sync_stack_instances_count: ::Integer
|
1378
|
+
attr_accessor in_progress_stack_instances_count: ::Integer
|
1379
|
+
attr_accessor failed_stack_instances_count: ::Integer
|
1380
|
+
SENSITIVE: []
|
1381
|
+
end
|
1382
|
+
|
1383
|
+
class StackSetNotEmptyException < Aws::EmptyStructure
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
class StackSetNotFoundException < Aws::EmptyStructure
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class StackSetOperation
|
1390
|
+
attr_accessor operation_id: ::String
|
1391
|
+
attr_accessor stack_set_id: ::String
|
1392
|
+
attr_accessor action: ("CREATE" | "UPDATE" | "DELETE" | "DETECT_DRIFT")
|
1393
|
+
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "STOPPING" | "STOPPED" | "QUEUED")
|
1394
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
1395
|
+
attr_accessor retain_stacks: bool
|
1396
|
+
attr_accessor administration_role_arn: ::String
|
1397
|
+
attr_accessor execution_role_name: ::String
|
1398
|
+
attr_accessor creation_timestamp: ::Time
|
1399
|
+
attr_accessor end_timestamp: ::Time
|
1400
|
+
attr_accessor deployment_targets: Types::DeploymentTargets
|
1401
|
+
attr_accessor stack_set_drift_detection_details: Types::StackSetDriftDetectionDetails
|
1402
|
+
attr_accessor status_reason: ::String
|
1403
|
+
attr_accessor status_details: Types::StackSetOperationStatusDetails
|
1404
|
+
SENSITIVE: []
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class StackSetOperationPreferences
|
1408
|
+
attr_accessor region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")
|
1409
|
+
attr_accessor region_order: ::Array[::String]
|
1410
|
+
attr_accessor failure_tolerance_count: ::Integer
|
1411
|
+
attr_accessor failure_tolerance_percentage: ::Integer
|
1412
|
+
attr_accessor max_concurrent_count: ::Integer
|
1413
|
+
attr_accessor max_concurrent_percentage: ::Integer
|
1414
|
+
attr_accessor concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")
|
1415
|
+
SENSITIVE: []
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class StackSetOperationResultSummary
|
1419
|
+
attr_accessor account: ::String
|
1420
|
+
attr_accessor region: ::String
|
1421
|
+
attr_accessor status: ("PENDING" | "RUNNING" | "SUCCEEDED" | "FAILED" | "CANCELLED")
|
1422
|
+
attr_accessor status_reason: ::String
|
1423
|
+
attr_accessor account_gate_result: Types::AccountGateResult
|
1424
|
+
attr_accessor organizational_unit_id: ::String
|
1425
|
+
SENSITIVE: []
|
1426
|
+
end
|
1427
|
+
|
1428
|
+
class StackSetOperationStatusDetails
|
1429
|
+
attr_accessor failed_stack_instances_count: ::Integer
|
1430
|
+
SENSITIVE: []
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
class StackSetOperationSummary
|
1434
|
+
attr_accessor operation_id: ::String
|
1435
|
+
attr_accessor action: ("CREATE" | "UPDATE" | "DELETE" | "DETECT_DRIFT")
|
1436
|
+
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "STOPPING" | "STOPPED" | "QUEUED")
|
1437
|
+
attr_accessor creation_timestamp: ::Time
|
1438
|
+
attr_accessor end_timestamp: ::Time
|
1439
|
+
attr_accessor status_reason: ::String
|
1440
|
+
attr_accessor status_details: Types::StackSetOperationStatusDetails
|
1441
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
1442
|
+
SENSITIVE: []
|
1443
|
+
end
|
1444
|
+
|
1445
|
+
class StackSetSummary
|
1446
|
+
attr_accessor stack_set_name: ::String
|
1447
|
+
attr_accessor stack_set_id: ::String
|
1448
|
+
attr_accessor description: ::String
|
1449
|
+
attr_accessor status: ("ACTIVE" | "DELETED")
|
1450
|
+
attr_accessor auto_deployment: Types::AutoDeployment
|
1451
|
+
attr_accessor permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED")
|
1452
|
+
attr_accessor drift_status: ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
1453
|
+
attr_accessor last_drift_check_timestamp: ::Time
|
1454
|
+
attr_accessor managed_execution: Types::ManagedExecution
|
1455
|
+
SENSITIVE: []
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class StackSummary
|
1459
|
+
attr_accessor stack_id: ::String
|
1460
|
+
attr_accessor stack_name: ::String
|
1461
|
+
attr_accessor template_description: ::String
|
1462
|
+
attr_accessor creation_time: ::Time
|
1463
|
+
attr_accessor last_updated_time: ::Time
|
1464
|
+
attr_accessor deletion_time: ::Time
|
1465
|
+
attr_accessor stack_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "REVIEW_IN_PROGRESS" | "IMPORT_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_ROLLBACK_IN_PROGRESS" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_COMPLETE")
|
1466
|
+
attr_accessor stack_status_reason: ::String
|
1467
|
+
attr_accessor parent_id: ::String
|
1468
|
+
attr_accessor root_id: ::String
|
1469
|
+
attr_accessor drift_information: Types::StackDriftInformationSummary
|
1470
|
+
SENSITIVE: []
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
class StaleRequestException < Aws::EmptyStructure
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
class StopStackSetOperationInput
|
1477
|
+
attr_accessor stack_set_name: ::String
|
1478
|
+
attr_accessor operation_id: ::String
|
1479
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
1480
|
+
SENSITIVE: []
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class StopStackSetOperationOutput < Aws::EmptyStructure
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class Tag
|
1487
|
+
attr_accessor key: ::String
|
1488
|
+
attr_accessor value: ::String
|
1489
|
+
SENSITIVE: []
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class TemplateParameter
|
1493
|
+
attr_accessor parameter_key: ::String
|
1494
|
+
attr_accessor default_value: ::String
|
1495
|
+
attr_accessor no_echo: bool
|
1496
|
+
attr_accessor description: ::String
|
1497
|
+
SENSITIVE: []
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class TemplateSummaryConfig
|
1501
|
+
attr_accessor treat_unrecognized_resource_types_as_warnings: bool
|
1502
|
+
SENSITIVE: []
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
class TestTypeInput
|
1506
|
+
attr_accessor arn: ::String
|
1507
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1508
|
+
attr_accessor type_name: ::String
|
1509
|
+
attr_accessor version_id: ::String
|
1510
|
+
attr_accessor log_delivery_bucket: ::String
|
1511
|
+
SENSITIVE: []
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class TestTypeOutput
|
1515
|
+
attr_accessor type_version_arn: ::String
|
1516
|
+
SENSITIVE: []
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class TokenAlreadyExistsException < Aws::EmptyStructure
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
class TypeConfigurationDetails
|
1523
|
+
attr_accessor arn: ::String
|
1524
|
+
attr_accessor alias: ::String
|
1525
|
+
attr_accessor configuration: ::String
|
1526
|
+
attr_accessor last_updated: ::Time
|
1527
|
+
attr_accessor type_arn: ::String
|
1528
|
+
attr_accessor type_name: ::String
|
1529
|
+
attr_accessor is_default_configuration: bool
|
1530
|
+
SENSITIVE: []
|
1531
|
+
end
|
1532
|
+
|
1533
|
+
class TypeConfigurationIdentifier
|
1534
|
+
attr_accessor type_arn: ::String
|
1535
|
+
attr_accessor type_configuration_alias: ::String
|
1536
|
+
attr_accessor type_configuration_arn: ::String
|
1537
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1538
|
+
attr_accessor type_name: ::String
|
1539
|
+
SENSITIVE: []
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class TypeConfigurationNotFoundException < Aws::EmptyStructure
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
class TypeFilters
|
1546
|
+
attr_accessor category: ("REGISTERED" | "ACTIVATED" | "THIRD_PARTY" | "AWS_TYPES")
|
1547
|
+
attr_accessor publisher_id: ::String
|
1548
|
+
attr_accessor type_name_prefix: ::String
|
1549
|
+
SENSITIVE: []
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
class TypeNotFoundException < Aws::EmptyStructure
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class TypeSummary
|
1556
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1557
|
+
attr_accessor type_name: ::String
|
1558
|
+
attr_accessor default_version_id: ::String
|
1559
|
+
attr_accessor type_arn: ::String
|
1560
|
+
attr_accessor last_updated: ::Time
|
1561
|
+
attr_accessor description: ::String
|
1562
|
+
attr_accessor publisher_id: ::String
|
1563
|
+
attr_accessor original_type_name: ::String
|
1564
|
+
attr_accessor public_version_number: ::String
|
1565
|
+
attr_accessor latest_public_version: ::String
|
1566
|
+
attr_accessor publisher_identity: ("AWS_Marketplace" | "GitHub" | "Bitbucket")
|
1567
|
+
attr_accessor publisher_name: ::String
|
1568
|
+
attr_accessor is_activated: bool
|
1569
|
+
SENSITIVE: []
|
1570
|
+
end
|
1571
|
+
|
1572
|
+
class TypeVersionSummary
|
1573
|
+
attr_accessor type: ("RESOURCE" | "MODULE" | "HOOK")
|
1574
|
+
attr_accessor type_name: ::String
|
1575
|
+
attr_accessor version_id: ::String
|
1576
|
+
attr_accessor is_default_version: bool
|
1577
|
+
attr_accessor arn: ::String
|
1578
|
+
attr_accessor time_created: ::Time
|
1579
|
+
attr_accessor description: ::String
|
1580
|
+
attr_accessor public_version_number: ::String
|
1581
|
+
SENSITIVE: []
|
1582
|
+
end
|
1583
|
+
|
1584
|
+
class UpdateStackInput
|
1585
|
+
attr_accessor stack_name: ::String
|
1586
|
+
attr_accessor template_body: ::String
|
1587
|
+
attr_accessor template_url: ::String
|
1588
|
+
attr_accessor use_previous_template: bool
|
1589
|
+
attr_accessor stack_policy_during_update_body: ::String
|
1590
|
+
attr_accessor stack_policy_during_update_url: ::String
|
1591
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
1592
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
1593
|
+
attr_accessor resource_types: ::Array[::String]
|
1594
|
+
attr_accessor role_arn: ::String
|
1595
|
+
attr_accessor rollback_configuration: Types::RollbackConfiguration
|
1596
|
+
attr_accessor stack_policy_body: ::String
|
1597
|
+
attr_accessor stack_policy_url: ::String
|
1598
|
+
attr_accessor notification_arns: ::Array[::String]
|
1599
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1600
|
+
attr_accessor disable_rollback: bool
|
1601
|
+
attr_accessor client_request_token: ::String
|
1602
|
+
attr_accessor retain_except_on_create: bool
|
1603
|
+
SENSITIVE: []
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
class UpdateStackInstancesInput
|
1607
|
+
attr_accessor stack_set_name: ::String
|
1608
|
+
attr_accessor accounts: ::Array[::String]
|
1609
|
+
attr_accessor deployment_targets: Types::DeploymentTargets
|
1610
|
+
attr_accessor regions: ::Array[::String]
|
1611
|
+
attr_accessor parameter_overrides: ::Array[Types::Parameter]
|
1612
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
1613
|
+
attr_accessor operation_id: ::String
|
1614
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
1615
|
+
SENSITIVE: []
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class UpdateStackInstancesOutput
|
1619
|
+
attr_accessor operation_id: ::String
|
1620
|
+
SENSITIVE: []
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
class UpdateStackOutput
|
1624
|
+
attr_accessor stack_id: ::String
|
1625
|
+
SENSITIVE: []
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class UpdateStackSetInput
|
1629
|
+
attr_accessor stack_set_name: ::String
|
1630
|
+
attr_accessor description: ::String
|
1631
|
+
attr_accessor template_body: ::String
|
1632
|
+
attr_accessor template_url: ::String
|
1633
|
+
attr_accessor use_previous_template: bool
|
1634
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
1635
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
1636
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1637
|
+
attr_accessor operation_preferences: Types::StackSetOperationPreferences
|
1638
|
+
attr_accessor administration_role_arn: ::String
|
1639
|
+
attr_accessor execution_role_name: ::String
|
1640
|
+
attr_accessor deployment_targets: Types::DeploymentTargets
|
1641
|
+
attr_accessor permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED")
|
1642
|
+
attr_accessor auto_deployment: Types::AutoDeployment
|
1643
|
+
attr_accessor operation_id: ::String
|
1644
|
+
attr_accessor accounts: ::Array[::String]
|
1645
|
+
attr_accessor regions: ::Array[::String]
|
1646
|
+
attr_accessor call_as: ("SELF" | "DELEGATED_ADMIN")
|
1647
|
+
attr_accessor managed_execution: Types::ManagedExecution
|
1648
|
+
SENSITIVE: []
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class UpdateStackSetOutput
|
1652
|
+
attr_accessor operation_id: ::String
|
1653
|
+
SENSITIVE: []
|
1654
|
+
end
|
1655
|
+
|
1656
|
+
class UpdateTerminationProtectionInput
|
1657
|
+
attr_accessor enable_termination_protection: bool
|
1658
|
+
attr_accessor stack_name: ::String
|
1659
|
+
SENSITIVE: []
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
class UpdateTerminationProtectionOutput
|
1663
|
+
attr_accessor stack_id: ::String
|
1664
|
+
SENSITIVE: []
|
1665
|
+
end
|
1666
|
+
|
1667
|
+
class ValidateTemplateInput
|
1668
|
+
attr_accessor template_body: ::String
|
1669
|
+
attr_accessor template_url: ::String
|
1670
|
+
SENSITIVE: []
|
1671
|
+
end
|
1672
|
+
|
1673
|
+
class ValidateTemplateOutput
|
1674
|
+
attr_accessor parameters: ::Array[Types::TemplateParameter]
|
1675
|
+
attr_accessor description: ::String
|
1676
|
+
attr_accessor capabilities: ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
|
1677
|
+
attr_accessor capabilities_reason: ::String
|
1678
|
+
attr_accessor declared_transforms: ::Array[::String]
|
1679
|
+
SENSITIVE: []
|
1680
|
+
end
|
1681
|
+
|
1682
|
+
class Warnings
|
1683
|
+
attr_accessor unrecognized_resource_types: ::Array[::String]
|
1684
|
+
SENSITIVE: []
|
1685
|
+
end
|
1686
|
+
end
|
1687
|
+
end
|