aws-sdk-cloudformation 1.97.0 → 1.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +1022 -2
- data/lib/aws-sdk-cloudformation/client_api.rb +403 -0
- data/lib/aws-sdk-cloudformation/endpoints.rb +154 -0
- data/lib/aws-sdk-cloudformation/errors.rb +55 -0
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +23 -0
- data/lib/aws-sdk-cloudformation/resource.rb +1 -1
- data/lib/aws-sdk-cloudformation/stack.rb +1 -1
- data/lib/aws-sdk-cloudformation/types.rb +1151 -15
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +1538 -0
- data/sig/errors.rbs +71 -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 +1928 -0
- data/sig/waiters.rbs +101 -0
- metadata +17 -8
@@ -70,12 +70,15 @@ module Aws::CloudFormation
|
|
70
70
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
71
71
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
72
72
|
ConcurrencyMode = Shapes::StringShape.new(name: 'ConcurrencyMode')
|
73
|
+
ConcurrentResourcesLimitExceededException = Shapes::StructureShape.new(name: 'ConcurrentResourcesLimitExceededException')
|
73
74
|
ConfigurationSchema = Shapes::StringShape.new(name: 'ConfigurationSchema')
|
74
75
|
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
75
76
|
ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
|
76
77
|
ContinueUpdateRollbackOutput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackOutput')
|
77
78
|
CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
|
78
79
|
CreateChangeSetOutput = Shapes::StructureShape.new(name: 'CreateChangeSetOutput')
|
80
|
+
CreateGeneratedTemplateInput = Shapes::StructureShape.new(name: 'CreateGeneratedTemplateInput')
|
81
|
+
CreateGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'CreateGeneratedTemplateOutput')
|
79
82
|
CreateStackInput = Shapes::StructureShape.new(name: 'CreateStackInput')
|
80
83
|
CreateStackInstancesInput = Shapes::StructureShape.new(name: 'CreateStackInstancesInput')
|
81
84
|
CreateStackInstancesOutput = Shapes::StructureShape.new(name: 'CreateStackInstancesOutput')
|
@@ -90,6 +93,7 @@ module Aws::CloudFormation
|
|
90
93
|
DeactivateTypeOutput = Shapes::StructureShape.new(name: 'DeactivateTypeOutput')
|
91
94
|
DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
|
92
95
|
DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
|
96
|
+
DeleteGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DeleteGeneratedTemplateInput')
|
93
97
|
DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
|
94
98
|
DeleteStackInstancesInput = Shapes::StructureShape.new(name: 'DeleteStackInstancesInput')
|
95
99
|
DeleteStackInstancesOutput = Shapes::StructureShape.new(name: 'DeleteStackInstancesOutput')
|
@@ -106,10 +110,14 @@ module Aws::CloudFormation
|
|
106
110
|
DescribeChangeSetHooksOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetHooksOutput')
|
107
111
|
DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
|
108
112
|
DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
|
113
|
+
DescribeGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateInput')
|
114
|
+
DescribeGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateOutput')
|
109
115
|
DescribeOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessInput')
|
110
116
|
DescribeOrganizationsAccessOutput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessOutput')
|
111
117
|
DescribePublisherInput = Shapes::StructureShape.new(name: 'DescribePublisherInput')
|
112
118
|
DescribePublisherOutput = Shapes::StructureShape.new(name: 'DescribePublisherOutput')
|
119
|
+
DescribeResourceScanInput = Shapes::StructureShape.new(name: 'DescribeResourceScanInput')
|
120
|
+
DescribeResourceScanOutput = Shapes::StructureShape.new(name: 'DescribeResourceScanOutput')
|
113
121
|
DescribeStackDriftDetectionStatusInput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusInput')
|
114
122
|
DescribeStackDriftDetectionStatusOutput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusOutput')
|
115
123
|
DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
|
@@ -160,6 +168,15 @@ module Aws::CloudFormation
|
|
160
168
|
FailedStackInstancesCount = Shapes::IntegerShape.new(name: 'FailedStackInstancesCount')
|
161
169
|
FailureToleranceCount = Shapes::IntegerShape.new(name: 'FailureToleranceCount')
|
162
170
|
FailureTolerancePercentage = Shapes::IntegerShape.new(name: 'FailureTolerancePercentage')
|
171
|
+
GeneratedTemplateDeletionPolicy = Shapes::StringShape.new(name: 'GeneratedTemplateDeletionPolicy')
|
172
|
+
GeneratedTemplateId = Shapes::StringShape.new(name: 'GeneratedTemplateId')
|
173
|
+
GeneratedTemplateName = Shapes::StringShape.new(name: 'GeneratedTemplateName')
|
174
|
+
GeneratedTemplateNotFoundException = Shapes::StructureShape.new(name: 'GeneratedTemplateNotFoundException')
|
175
|
+
GeneratedTemplateResourceStatus = Shapes::StringShape.new(name: 'GeneratedTemplateResourceStatus')
|
176
|
+
GeneratedTemplateStatus = Shapes::StringShape.new(name: 'GeneratedTemplateStatus')
|
177
|
+
GeneratedTemplateUpdateReplacePolicy = Shapes::StringShape.new(name: 'GeneratedTemplateUpdateReplacePolicy')
|
178
|
+
GetGeneratedTemplateInput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateInput')
|
179
|
+
GetGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateOutput')
|
163
180
|
GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
|
164
181
|
GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
|
165
182
|
GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
|
@@ -193,6 +210,10 @@ module Aws::CloudFormation
|
|
193
210
|
IsActivated = Shapes::BooleanShape.new(name: 'IsActivated')
|
194
211
|
IsDefaultConfiguration = Shapes::BooleanShape.new(name: 'IsDefaultConfiguration')
|
195
212
|
IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
|
213
|
+
JazzLogicalResourceIds = Shapes::ListShape.new(name: 'JazzLogicalResourceIds')
|
214
|
+
JazzResourceIdentifierProperties = Shapes::MapShape.new(name: 'JazzResourceIdentifierProperties')
|
215
|
+
JazzResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyKey')
|
216
|
+
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
196
217
|
Key = Shapes::StringShape.new(name: 'Key')
|
197
218
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
198
219
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
@@ -202,8 +223,16 @@ module Aws::CloudFormation
|
|
202
223
|
ListChangeSetsOutput = Shapes::StructureShape.new(name: 'ListChangeSetsOutput')
|
203
224
|
ListExportsInput = Shapes::StructureShape.new(name: 'ListExportsInput')
|
204
225
|
ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
|
226
|
+
ListGeneratedTemplatesInput = Shapes::StructureShape.new(name: 'ListGeneratedTemplatesInput')
|
227
|
+
ListGeneratedTemplatesOutput = Shapes::StructureShape.new(name: 'ListGeneratedTemplatesOutput')
|
205
228
|
ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
|
206
229
|
ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
|
230
|
+
ListResourceScanRelatedResourcesInput = Shapes::StructureShape.new(name: 'ListResourceScanRelatedResourcesInput')
|
231
|
+
ListResourceScanRelatedResourcesOutput = Shapes::StructureShape.new(name: 'ListResourceScanRelatedResourcesOutput')
|
232
|
+
ListResourceScanResourcesInput = Shapes::StructureShape.new(name: 'ListResourceScanResourcesInput')
|
233
|
+
ListResourceScanResourcesOutput = Shapes::StructureShape.new(name: 'ListResourceScanResourcesOutput')
|
234
|
+
ListResourceScansInput = Shapes::StructureShape.new(name: 'ListResourceScansInput')
|
235
|
+
ListResourceScansOutput = Shapes::StructureShape.new(name: 'ListResourceScansOutput')
|
207
236
|
ListStackInstanceResourceDriftsInput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsInput')
|
208
237
|
ListStackInstanceResourceDriftsOutput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsOutput')
|
209
238
|
ListStackInstancesInput = Shapes::StructureShape.new(name: 'ListStackInstancesInput')
|
@@ -230,6 +259,7 @@ module Aws::CloudFormation
|
|
230
259
|
LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
|
231
260
|
LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
|
232
261
|
MajorVersion = Shapes::IntegerShape.new(name: 'MajorVersion')
|
262
|
+
ManagedByStack = Shapes::BooleanShape.new(name: 'ManagedByStack')
|
233
263
|
ManagedExecution = Shapes::StructureShape.new(name: 'ManagedExecution')
|
234
264
|
ManagedExecutionNullable = Shapes::BooleanShape.new(name: 'ManagedExecutionNullable')
|
235
265
|
MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
|
@@ -243,6 +273,7 @@ module Aws::CloudFormation
|
|
243
273
|
NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
|
244
274
|
NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
|
245
275
|
NotificationARNs = Shapes::ListShape.new(name: 'NotificationARNs')
|
276
|
+
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
246
277
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
247
278
|
OnStackFailure = Shapes::StringShape.new(name: 'OnStackFailure')
|
248
279
|
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException')
|
@@ -270,12 +301,14 @@ module Aws::CloudFormation
|
|
270
301
|
ParameterType = Shapes::StringShape.new(name: 'ParameterType')
|
271
302
|
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
272
303
|
Parameters = Shapes::ListShape.new(name: 'Parameters')
|
304
|
+
PercentageCompleted = Shapes::FloatShape.new(name: 'PercentageCompleted')
|
273
305
|
PermissionModels = Shapes::StringShape.new(name: 'PermissionModels')
|
274
306
|
PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
|
275
307
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
276
308
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
277
309
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
278
310
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
311
|
+
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
279
312
|
PropertyDifference = Shapes::StructureShape.new(name: 'PropertyDifference')
|
280
313
|
PropertyDifferences = Shapes::ListShape.new(name: 'PropertyDifferences')
|
281
314
|
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
@@ -292,6 +325,7 @@ module Aws::CloudFormation
|
|
292
325
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
293
326
|
RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
|
294
327
|
RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
|
328
|
+
RefreshAllResources = Shapes::BooleanShape.new(name: 'RefreshAllResources')
|
295
329
|
Region = Shapes::StringShape.new(name: 'Region')
|
296
330
|
RegionConcurrencyType = Shapes::StringShape.new(name: 'RegionConcurrencyType')
|
297
331
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
@@ -303,15 +337,22 @@ module Aws::CloudFormation
|
|
303
337
|
RegistrationToken = Shapes::StringShape.new(name: 'RegistrationToken')
|
304
338
|
RegistrationTokenList = Shapes::ListShape.new(name: 'RegistrationTokenList')
|
305
339
|
RegistryType = Shapes::StringShape.new(name: 'RegistryType')
|
340
|
+
RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
|
306
341
|
Replacement = Shapes::StringShape.new(name: 'Replacement')
|
307
342
|
RequestToken = Shapes::StringShape.new(name: 'RequestToken')
|
308
343
|
RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
|
309
344
|
RequiredActivatedTypes = Shapes::ListShape.new(name: 'RequiredActivatedTypes')
|
345
|
+
RequiredProperty = Shapes::BooleanShape.new(name: 'RequiredProperty')
|
310
346
|
RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
|
311
347
|
ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
|
312
348
|
ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
|
313
349
|
ResourceChangeDetail = Shapes::StructureShape.new(name: 'ResourceChangeDetail')
|
314
350
|
ResourceChangeDetails = Shapes::ListShape.new(name: 'ResourceChangeDetails')
|
351
|
+
ResourceDefinition = Shapes::StructureShape.new(name: 'ResourceDefinition')
|
352
|
+
ResourceDefinitions = Shapes::ListShape.new(name: 'ResourceDefinitions')
|
353
|
+
ResourceDetail = Shapes::StructureShape.new(name: 'ResourceDetail')
|
354
|
+
ResourceDetails = Shapes::ListShape.new(name: 'ResourceDetails')
|
355
|
+
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
315
356
|
ResourceIdentifierProperties = Shapes::MapShape.new(name: 'ResourceIdentifierProperties')
|
316
357
|
ResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyKey')
|
317
358
|
ResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyValue')
|
@@ -320,6 +361,15 @@ module Aws::CloudFormation
|
|
320
361
|
ResourceIdentifiers = Shapes::ListShape.new(name: 'ResourceIdentifiers')
|
321
362
|
ResourceModel = Shapes::StringShape.new(name: 'ResourceModel')
|
322
363
|
ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
|
364
|
+
ResourceScanId = Shapes::StringShape.new(name: 'ResourceScanId')
|
365
|
+
ResourceScanInProgressException = Shapes::StructureShape.new(name: 'ResourceScanInProgressException')
|
366
|
+
ResourceScanLimitExceededException = Shapes::StructureShape.new(name: 'ResourceScanLimitExceededException')
|
367
|
+
ResourceScanNotFoundException = Shapes::StructureShape.new(name: 'ResourceScanNotFoundException')
|
368
|
+
ResourceScanStatus = Shapes::StringShape.new(name: 'ResourceScanStatus')
|
369
|
+
ResourceScanStatusReason = Shapes::StringShape.new(name: 'ResourceScanStatusReason')
|
370
|
+
ResourceScanSummaries = Shapes::ListShape.new(name: 'ResourceScanSummaries')
|
371
|
+
ResourceScanSummary = Shapes::StructureShape.new(name: 'ResourceScanSummary')
|
372
|
+
ResourceScannerMaxResults = Shapes::IntegerShape.new(name: 'ResourceScannerMaxResults')
|
323
373
|
ResourceSignalStatus = Shapes::StringShape.new(name: 'ResourceSignalStatus')
|
324
374
|
ResourceSignalUniqueId = Shapes::StringShape.new(name: 'ResourceSignalUniqueId')
|
325
375
|
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
@@ -328,7 +378,14 @@ module Aws::CloudFormation
|
|
328
378
|
ResourceToImport = Shapes::StructureShape.new(name: 'ResourceToImport')
|
329
379
|
ResourceToSkip = Shapes::StringShape.new(name: 'ResourceToSkip')
|
330
380
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
381
|
+
ResourceTypePrefix = Shapes::StringShape.new(name: 'ResourceTypePrefix')
|
331
382
|
ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
|
383
|
+
ResourcesFailed = Shapes::IntegerShape.new(name: 'ResourcesFailed')
|
384
|
+
ResourcesPending = Shapes::IntegerShape.new(name: 'ResourcesPending')
|
385
|
+
ResourcesProcessing = Shapes::IntegerShape.new(name: 'ResourcesProcessing')
|
386
|
+
ResourcesRead = Shapes::IntegerShape.new(name: 'ResourcesRead')
|
387
|
+
ResourcesScanned = Shapes::IntegerShape.new(name: 'ResourcesScanned')
|
388
|
+
ResourcesSucceeded = Shapes::IntegerShape.new(name: 'ResourcesSucceeded')
|
332
389
|
ResourcesToImport = Shapes::ListShape.new(name: 'ResourcesToImport')
|
333
390
|
ResourcesToSkip = Shapes::ListShape.new(name: 'ResourcesToSkip')
|
334
391
|
RetainExceptOnCreate = Shapes::BooleanShape.new(name: 'RetainExceptOnCreate')
|
@@ -345,6 +402,10 @@ module Aws::CloudFormation
|
|
345
402
|
RollbackTriggers = Shapes::ListShape.new(name: 'RollbackTriggers')
|
346
403
|
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
347
404
|
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
405
|
+
ScannedResource = Shapes::StructureShape.new(name: 'ScannedResource')
|
406
|
+
ScannedResourceIdentifier = Shapes::StructureShape.new(name: 'ScannedResourceIdentifier')
|
407
|
+
ScannedResourceIdentifiers = Shapes::ListShape.new(name: 'ScannedResourceIdentifiers')
|
408
|
+
ScannedResources = Shapes::ListShape.new(name: 'ScannedResources')
|
348
409
|
Scope = Shapes::ListShape.new(name: 'Scope')
|
349
410
|
SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
|
350
411
|
SetTypeConfigurationInput = Shapes::StructureShape.new(name: 'SetTypeConfigurationInput')
|
@@ -427,6 +488,8 @@ module Aws::CloudFormation
|
|
427
488
|
Stacks = Shapes::ListShape.new(name: 'Stacks')
|
428
489
|
StageList = Shapes::ListShape.new(name: 'StageList')
|
429
490
|
StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException')
|
491
|
+
StartResourceScanInput = Shapes::StructureShape.new(name: 'StartResourceScanInput')
|
492
|
+
StartResourceScanOutput = Shapes::StructureShape.new(name: 'StartResourceScanOutput')
|
430
493
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
431
494
|
StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
|
432
495
|
StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
|
@@ -437,10 +500,16 @@ module Aws::CloudFormation
|
|
437
500
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
438
501
|
Tags = Shapes::ListShape.new(name: 'Tags')
|
439
502
|
TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
|
503
|
+
TemplateConfiguration = Shapes::StructureShape.new(name: 'TemplateConfiguration')
|
440
504
|
TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
|
505
|
+
TemplateFormat = Shapes::StringShape.new(name: 'TemplateFormat')
|
441
506
|
TemplateParameter = Shapes::StructureShape.new(name: 'TemplateParameter')
|
442
507
|
TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
|
508
|
+
TemplateProgress = Shapes::StructureShape.new(name: 'TemplateProgress')
|
443
509
|
TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
|
510
|
+
TemplateStatusReason = Shapes::StringShape.new(name: 'TemplateStatusReason')
|
511
|
+
TemplateSummaries = Shapes::ListShape.new(name: 'TemplateSummaries')
|
512
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
444
513
|
TemplateSummaryConfig = Shapes::StructureShape.new(name: 'TemplateSummaryConfig')
|
445
514
|
TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
|
446
515
|
TestTypeInput = Shapes::StructureShape.new(name: 'TestTypeInput')
|
@@ -451,6 +520,7 @@ module Aws::CloudFormation
|
|
451
520
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
452
521
|
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException')
|
453
522
|
TotalStackInstancesCount = Shapes::IntegerShape.new(name: 'TotalStackInstancesCount')
|
523
|
+
TotalWarnings = Shapes::IntegerShape.new(name: 'TotalWarnings')
|
454
524
|
TransformName = Shapes::StringShape.new(name: 'TransformName')
|
455
525
|
TransformsList = Shapes::ListShape.new(name: 'TransformsList')
|
456
526
|
TreatUnrecognizedResourceTypesAsWarnings = Shapes::BooleanShape.new(name: 'TreatUnrecognizedResourceTypesAsWarnings')
|
@@ -478,6 +548,8 @@ module Aws::CloudFormation
|
|
478
548
|
TypeVersionSummaries = Shapes::ListShape.new(name: 'TypeVersionSummaries')
|
479
549
|
TypeVersionSummary = Shapes::StructureShape.new(name: 'TypeVersionSummary')
|
480
550
|
UnprocessedTypeConfigurations = Shapes::ListShape.new(name: 'UnprocessedTypeConfigurations')
|
551
|
+
UpdateGeneratedTemplateInput = Shapes::StructureShape.new(name: 'UpdateGeneratedTemplateInput')
|
552
|
+
UpdateGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'UpdateGeneratedTemplateOutput')
|
481
553
|
UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
|
482
554
|
UpdateStackInstancesInput = Shapes::StructureShape.new(name: 'UpdateStackInstancesInput')
|
483
555
|
UpdateStackInstancesOutput = Shapes::StructureShape.new(name: 'UpdateStackInstancesOutput')
|
@@ -495,6 +567,11 @@ module Aws::CloudFormation
|
|
495
567
|
Version = Shapes::StringShape.new(name: 'Version')
|
496
568
|
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
497
569
|
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
570
|
+
WarningDetail = Shapes::StructureShape.new(name: 'WarningDetail')
|
571
|
+
WarningDetails = Shapes::ListShape.new(name: 'WarningDetails')
|
572
|
+
WarningProperties = Shapes::ListShape.new(name: 'WarningProperties')
|
573
|
+
WarningProperty = Shapes::StructureShape.new(name: 'WarningProperty')
|
574
|
+
WarningType = Shapes::StringShape.new(name: 'WarningType')
|
498
575
|
Warnings = Shapes::StructureShape.new(name: 'Warnings')
|
499
576
|
|
500
577
|
AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
|
@@ -605,6 +682,8 @@ module Aws::CloudFormation
|
|
605
682
|
|
606
683
|
Changes.member = Shapes::ShapeRef.new(shape: Change)
|
607
684
|
|
685
|
+
ConcurrentResourcesLimitExceededException.struct_class = Types::ConcurrentResourcesLimitExceededException
|
686
|
+
|
608
687
|
ContinueUpdateRollbackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
609
688
|
ContinueUpdateRollbackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
610
689
|
ContinueUpdateRollbackInput.add_member(:resources_to_skip, Shapes::ShapeRef.new(shape: ResourcesToSkip, location_name: "ResourcesToSkip"))
|
@@ -638,6 +717,15 @@ module Aws::CloudFormation
|
|
638
717
|
CreateChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
639
718
|
CreateChangeSetOutput.struct_class = Types::CreateChangeSetOutput
|
640
719
|
|
720
|
+
CreateGeneratedTemplateInput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceDefinitions, location_name: "Resources"))
|
721
|
+
CreateGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
722
|
+
CreateGeneratedTemplateInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
723
|
+
CreateGeneratedTemplateInput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
724
|
+
CreateGeneratedTemplateInput.struct_class = Types::CreateGeneratedTemplateInput
|
725
|
+
|
726
|
+
CreateGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
727
|
+
CreateGeneratedTemplateOutput.struct_class = Types::CreateGeneratedTemplateOutput
|
728
|
+
|
641
729
|
CreateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
642
730
|
CreateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
643
731
|
CreateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
@@ -713,6 +801,9 @@ module Aws::CloudFormation
|
|
713
801
|
|
714
802
|
DeleteChangeSetOutput.struct_class = Types::DeleteChangeSetOutput
|
715
803
|
|
804
|
+
DeleteGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
805
|
+
DeleteGeneratedTemplateInput.struct_class = Types::DeleteGeneratedTemplateInput
|
806
|
+
|
716
807
|
DeleteStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
717
808
|
DeleteStackInput.add_member(:retain_resources, Shapes::ShapeRef.new(shape: RetainResources, location_name: "RetainResources"))
|
718
809
|
DeleteStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
@@ -802,6 +893,22 @@ module Aws::CloudFormation
|
|
802
893
|
DescribeChangeSetOutput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
803
894
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
804
895
|
|
896
|
+
DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
897
|
+
DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
|
898
|
+
|
899
|
+
DescribeGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
900
|
+
DescribeGeneratedTemplateOutput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "GeneratedTemplateName"))
|
901
|
+
DescribeGeneratedTemplateOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "Resources"))
|
902
|
+
DescribeGeneratedTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
903
|
+
DescribeGeneratedTemplateOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: TemplateStatusReason, location_name: "StatusReason"))
|
904
|
+
DescribeGeneratedTemplateOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
905
|
+
DescribeGeneratedTemplateOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
|
906
|
+
DescribeGeneratedTemplateOutput.add_member(:progress, Shapes::ShapeRef.new(shape: TemplateProgress, location_name: "Progress"))
|
907
|
+
DescribeGeneratedTemplateOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
908
|
+
DescribeGeneratedTemplateOutput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
909
|
+
DescribeGeneratedTemplateOutput.add_member(:total_warnings, Shapes::ShapeRef.new(shape: TotalWarnings, location_name: "TotalWarnings"))
|
910
|
+
DescribeGeneratedTemplateOutput.struct_class = Types::DescribeGeneratedTemplateOutput
|
911
|
+
|
805
912
|
DescribeOrganizationsAccessInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
806
913
|
DescribeOrganizationsAccessInput.struct_class = Types::DescribeOrganizationsAccessInput
|
807
914
|
|
@@ -817,6 +924,20 @@ module Aws::CloudFormation
|
|
817
924
|
DescribePublisherOutput.add_member(:publisher_profile, Shapes::ShapeRef.new(shape: PublisherProfile, location_name: "PublisherProfile"))
|
818
925
|
DescribePublisherOutput.struct_class = Types::DescribePublisherOutput
|
819
926
|
|
927
|
+
DescribeResourceScanInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
928
|
+
DescribeResourceScanInput.struct_class = Types::DescribeResourceScanInput
|
929
|
+
|
930
|
+
DescribeResourceScanOutput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
931
|
+
DescribeResourceScanOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceScanStatus, location_name: "Status"))
|
932
|
+
DescribeResourceScanOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ResourceScanStatusReason, location_name: "StatusReason"))
|
933
|
+
DescribeResourceScanOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
934
|
+
DescribeResourceScanOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
935
|
+
DescribeResourceScanOutput.add_member(:percentage_completed, Shapes::ShapeRef.new(shape: PercentageCompleted, location_name: "PercentageCompleted"))
|
936
|
+
DescribeResourceScanOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
937
|
+
DescribeResourceScanOutput.add_member(:resources_scanned, Shapes::ShapeRef.new(shape: ResourcesScanned, location_name: "ResourcesScanned"))
|
938
|
+
DescribeResourceScanOutput.add_member(:resources_read, Shapes::ShapeRef.new(shape: ResourcesRead, location_name: "ResourcesRead"))
|
939
|
+
DescribeResourceScanOutput.struct_class = Types::DescribeResourceScanOutput
|
940
|
+
|
820
941
|
DescribeStackDriftDetectionStatusInput.add_member(:stack_drift_detection_id, Shapes::ShapeRef.new(shape: StackDriftDetectionId, required: true, location_name: "StackDriftDetectionId"))
|
821
942
|
DescribeStackDriftDetectionStatusInput.struct_class = Types::DescribeStackDriftDetectionStatusInput
|
822
943
|
|
@@ -987,6 +1108,16 @@ module Aws::CloudFormation
|
|
987
1108
|
|
988
1109
|
Exports.member = Shapes::ShapeRef.new(shape: Export)
|
989
1110
|
|
1111
|
+
GeneratedTemplateNotFoundException.struct_class = Types::GeneratedTemplateNotFoundException
|
1112
|
+
|
1113
|
+
GetGeneratedTemplateInput.add_member(:format, Shapes::ShapeRef.new(shape: TemplateFormat, location_name: "Format"))
|
1114
|
+
GetGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
1115
|
+
GetGeneratedTemplateInput.struct_class = Types::GetGeneratedTemplateInput
|
1116
|
+
|
1117
|
+
GetGeneratedTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
1118
|
+
GetGeneratedTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1119
|
+
GetGeneratedTemplateOutput.struct_class = Types::GetGeneratedTemplateOutput
|
1120
|
+
|
990
1121
|
GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
991
1122
|
GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
|
992
1123
|
|
@@ -1044,6 +1175,11 @@ module Aws::CloudFormation
|
|
1044
1175
|
|
1045
1176
|
InvalidStateTransitionException.struct_class = Types::InvalidStateTransitionException
|
1046
1177
|
|
1178
|
+
JazzLogicalResourceIds.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
|
1179
|
+
|
1180
|
+
JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
|
1181
|
+
JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
|
1182
|
+
|
1047
1183
|
LimitExceededException.struct_class = Types::LimitExceededException
|
1048
1184
|
|
1049
1185
|
ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
@@ -1061,6 +1197,14 @@ module Aws::CloudFormation
|
|
1061
1197
|
ListExportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1062
1198
|
ListExportsOutput.struct_class = Types::ListExportsOutput
|
1063
1199
|
|
1200
|
+
ListGeneratedTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1201
|
+
ListGeneratedTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1202
|
+
ListGeneratedTemplatesInput.struct_class = Types::ListGeneratedTemplatesInput
|
1203
|
+
|
1204
|
+
ListGeneratedTemplatesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: TemplateSummaries, location_name: "Summaries"))
|
1205
|
+
ListGeneratedTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1206
|
+
ListGeneratedTemplatesOutput.struct_class = Types::ListGeneratedTemplatesOutput
|
1207
|
+
|
1064
1208
|
ListImportsInput.add_member(:export_name, Shapes::ShapeRef.new(shape: ExportName, required: true, location_name: "ExportName"))
|
1065
1209
|
ListImportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1066
1210
|
ListImportsInput.struct_class = Types::ListImportsInput
|
@@ -1069,6 +1213,37 @@ module Aws::CloudFormation
|
|
1069
1213
|
ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1070
1214
|
ListImportsOutput.struct_class = Types::ListImportsOutput
|
1071
1215
|
|
1216
|
+
ListResourceScanRelatedResourcesInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
1217
|
+
ListResourceScanRelatedResourcesInput.add_member(:resources, Shapes::ShapeRef.new(shape: ScannedResourceIdentifiers, required: true, location_name: "Resources"))
|
1218
|
+
ListResourceScanRelatedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1219
|
+
ListResourceScanRelatedResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedMaxResults, location_name: "MaxResults"))
|
1220
|
+
ListResourceScanRelatedResourcesInput.struct_class = Types::ListResourceScanRelatedResourcesInput
|
1221
|
+
|
1222
|
+
ListResourceScanRelatedResourcesOutput.add_member(:related_resources, Shapes::ShapeRef.new(shape: RelatedResources, location_name: "RelatedResources"))
|
1223
|
+
ListResourceScanRelatedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1224
|
+
ListResourceScanRelatedResourcesOutput.struct_class = Types::ListResourceScanRelatedResourcesOutput
|
1225
|
+
|
1226
|
+
ListResourceScanResourcesInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
1227
|
+
ListResourceScanResourcesInput.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
1228
|
+
ListResourceScanResourcesInput.add_member(:resource_type_prefix, Shapes::ShapeRef.new(shape: ResourceTypePrefix, location_name: "ResourceTypePrefix"))
|
1229
|
+
ListResourceScanResourcesInput.add_member(:tag_key, Shapes::ShapeRef.new(shape: TagKey, location_name: "TagKey"))
|
1230
|
+
ListResourceScanResourcesInput.add_member(:tag_value, Shapes::ShapeRef.new(shape: TagValue, location_name: "TagValue"))
|
1231
|
+
ListResourceScanResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1232
|
+
ListResourceScanResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ResourceScannerMaxResults, location_name: "MaxResults"))
|
1233
|
+
ListResourceScanResourcesInput.struct_class = Types::ListResourceScanResourcesInput
|
1234
|
+
|
1235
|
+
ListResourceScanResourcesOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ScannedResources, location_name: "Resources"))
|
1236
|
+
ListResourceScanResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1237
|
+
ListResourceScanResourcesOutput.struct_class = Types::ListResourceScanResourcesOutput
|
1238
|
+
|
1239
|
+
ListResourceScansInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1240
|
+
ListResourceScansInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ResourceScannerMaxResults, location_name: "MaxResults"))
|
1241
|
+
ListResourceScansInput.struct_class = Types::ListResourceScansInput
|
1242
|
+
|
1243
|
+
ListResourceScansOutput.add_member(:resource_scan_summaries, Shapes::ShapeRef.new(shape: ResourceScanSummaries, location_name: "ResourceScanSummaries"))
|
1244
|
+
ListResourceScansOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1245
|
+
ListResourceScansOutput.struct_class = Types::ListResourceScansOutput
|
1246
|
+
|
1072
1247
|
ListStackInstanceResourceDriftsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
1073
1248
|
ListStackInstanceResourceDriftsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1074
1249
|
ListStackInstanceResourceDriftsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -1300,6 +1475,8 @@ module Aws::CloudFormation
|
|
1300
1475
|
|
1301
1476
|
RegistrationTokenList.member = Shapes::ShapeRef.new(shape: RegistrationToken)
|
1302
1477
|
|
1478
|
+
RelatedResources.member = Shapes::ShapeRef.new(shape: ScannedResource)
|
1479
|
+
|
1303
1480
|
RequiredActivatedType.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
|
1304
1481
|
RequiredActivatedType.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
1305
1482
|
RequiredActivatedType.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
@@ -1327,6 +1504,23 @@ module Aws::CloudFormation
|
|
1327
1504
|
|
1328
1505
|
ResourceChangeDetails.member = Shapes::ShapeRef.new(shape: ResourceChangeDetail)
|
1329
1506
|
|
1507
|
+
ResourceDefinition.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
1508
|
+
ResourceDefinition.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
1509
|
+
ResourceDefinition.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifierProperties, required: true, location_name: "ResourceIdentifier"))
|
1510
|
+
ResourceDefinition.struct_class = Types::ResourceDefinition
|
1511
|
+
|
1512
|
+
ResourceDefinitions.member = Shapes::ShapeRef.new(shape: ResourceDefinition)
|
1513
|
+
|
1514
|
+
ResourceDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
1515
|
+
ResourceDetail.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
1516
|
+
ResourceDetail.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifierProperties, location_name: "ResourceIdentifier"))
|
1517
|
+
ResourceDetail.add_member(:resource_status, Shapes::ShapeRef.new(shape: GeneratedTemplateResourceStatus, location_name: "ResourceStatus"))
|
1518
|
+
ResourceDetail.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1519
|
+
ResourceDetail.add_member(:warnings, Shapes::ShapeRef.new(shape: WarningDetails, location_name: "Warnings"))
|
1520
|
+
ResourceDetail.struct_class = Types::ResourceDetail
|
1521
|
+
|
1522
|
+
ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
|
1523
|
+
|
1330
1524
|
ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
1331
1525
|
ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
|
1332
1526
|
|
@@ -1339,6 +1533,22 @@ module Aws::CloudFormation
|
|
1339
1533
|
|
1340
1534
|
ResourceIdentifiers.member = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
1341
1535
|
|
1536
|
+
ResourceScanInProgressException.struct_class = Types::ResourceScanInProgressException
|
1537
|
+
|
1538
|
+
ResourceScanLimitExceededException.struct_class = Types::ResourceScanLimitExceededException
|
1539
|
+
|
1540
|
+
ResourceScanNotFoundException.struct_class = Types::ResourceScanNotFoundException
|
1541
|
+
|
1542
|
+
ResourceScanSummaries.member = Shapes::ShapeRef.new(shape: ResourceScanSummary)
|
1543
|
+
|
1544
|
+
ResourceScanSummary.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
1545
|
+
ResourceScanSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceScanStatus, location_name: "Status"))
|
1546
|
+
ResourceScanSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ResourceScanStatusReason, location_name: "StatusReason"))
|
1547
|
+
ResourceScanSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
1548
|
+
ResourceScanSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
1549
|
+
ResourceScanSummary.add_member(:percentage_completed, Shapes::ShapeRef.new(shape: PercentageCompleted, location_name: "PercentageCompleted"))
|
1550
|
+
ResourceScanSummary.struct_class = Types::ResourceScanSummary
|
1551
|
+
|
1342
1552
|
ResourceTargetDefinition.add_member(:attribute, Shapes::ShapeRef.new(shape: ResourceAttribute, location_name: "Attribute"))
|
1343
1553
|
ResourceTargetDefinition.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, location_name: "Name"))
|
1344
1554
|
ResourceTargetDefinition.add_member(:requires_recreation, Shapes::ShapeRef.new(shape: RequiresRecreation, location_name: "RequiresRecreation"))
|
@@ -1376,6 +1586,19 @@ module Aws::CloudFormation
|
|
1376
1586
|
|
1377
1587
|
RollbackTriggers.member = Shapes::ShapeRef.new(shape: RollbackTrigger)
|
1378
1588
|
|
1589
|
+
ScannedResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
1590
|
+
ScannedResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: JazzResourceIdentifierProperties, location_name: "ResourceIdentifier"))
|
1591
|
+
ScannedResource.add_member(:managed_by_stack, Shapes::ShapeRef.new(shape: ManagedByStack, location_name: "ManagedByStack"))
|
1592
|
+
ScannedResource.struct_class = Types::ScannedResource
|
1593
|
+
|
1594
|
+
ScannedResourceIdentifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
1595
|
+
ScannedResourceIdentifier.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: JazzResourceIdentifierProperties, required: true, location_name: "ResourceIdentifier"))
|
1596
|
+
ScannedResourceIdentifier.struct_class = Types::ScannedResourceIdentifier
|
1597
|
+
|
1598
|
+
ScannedResourceIdentifiers.member = Shapes::ShapeRef.new(shape: ScannedResourceIdentifier)
|
1599
|
+
|
1600
|
+
ScannedResources.member = Shapes::ShapeRef.new(shape: ScannedResource)
|
1601
|
+
|
1379
1602
|
Scope.member = Shapes::ShapeRef.new(shape: ResourceAttribute)
|
1380
1603
|
|
1381
1604
|
SetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
@@ -1701,6 +1924,12 @@ module Aws::CloudFormation
|
|
1701
1924
|
|
1702
1925
|
StaleRequestException.struct_class = Types::StaleRequestException
|
1703
1926
|
|
1927
|
+
StartResourceScanInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
1928
|
+
StartResourceScanInput.struct_class = Types::StartResourceScanInput
|
1929
|
+
|
1930
|
+
StartResourceScanOutput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
1931
|
+
StartResourceScanOutput.struct_class = Types::StartResourceScanOutput
|
1932
|
+
|
1704
1933
|
StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1705
1934
|
StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
1706
1935
|
StopStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
@@ -1716,6 +1945,10 @@ module Aws::CloudFormation
|
|
1716
1945
|
|
1717
1946
|
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
1718
1947
|
|
1948
|
+
TemplateConfiguration.add_member(:deletion_policy, Shapes::ShapeRef.new(shape: GeneratedTemplateDeletionPolicy, location_name: "DeletionPolicy"))
|
1949
|
+
TemplateConfiguration.add_member(:update_replace_policy, Shapes::ShapeRef.new(shape: GeneratedTemplateUpdateReplacePolicy, location_name: "UpdateReplacePolicy"))
|
1950
|
+
TemplateConfiguration.struct_class = Types::TemplateConfiguration
|
1951
|
+
|
1719
1952
|
TemplateParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
|
1720
1953
|
TemplateParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
|
1721
1954
|
TemplateParameter.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
|
@@ -1724,6 +1957,23 @@ module Aws::CloudFormation
|
|
1724
1957
|
|
1725
1958
|
TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
|
1726
1959
|
|
1960
|
+
TemplateProgress.add_member(:resources_succeeded, Shapes::ShapeRef.new(shape: ResourcesSucceeded, location_name: "ResourcesSucceeded"))
|
1961
|
+
TemplateProgress.add_member(:resources_failed, Shapes::ShapeRef.new(shape: ResourcesFailed, location_name: "ResourcesFailed"))
|
1962
|
+
TemplateProgress.add_member(:resources_processing, Shapes::ShapeRef.new(shape: ResourcesProcessing, location_name: "ResourcesProcessing"))
|
1963
|
+
TemplateProgress.add_member(:resources_pending, Shapes::ShapeRef.new(shape: ResourcesPending, location_name: "ResourcesPending"))
|
1964
|
+
TemplateProgress.struct_class = Types::TemplateProgress
|
1965
|
+
|
1966
|
+
TemplateSummaries.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
1967
|
+
|
1968
|
+
TemplateSummary.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
1969
|
+
TemplateSummary.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "GeneratedTemplateName"))
|
1970
|
+
TemplateSummary.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
1971
|
+
TemplateSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: TemplateStatusReason, location_name: "StatusReason"))
|
1972
|
+
TemplateSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
1973
|
+
TemplateSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
|
1974
|
+
TemplateSummary.add_member(:number_of_resources, Shapes::ShapeRef.new(shape: NumberOfResources, location_name: "NumberOfResources"))
|
1975
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
1976
|
+
|
1727
1977
|
TemplateSummaryConfig.add_member(:treat_unrecognized_resource_types_as_warnings, Shapes::ShapeRef.new(shape: TreatUnrecognizedResourceTypesAsWarnings, location_name: "TreatUnrecognizedResourceTypesAsWarnings"))
|
1728
1978
|
TemplateSummaryConfig.struct_class = Types::TemplateSummaryConfig
|
1729
1979
|
|
@@ -1801,6 +2051,17 @@ module Aws::CloudFormation
|
|
1801
2051
|
|
1802
2052
|
UnprocessedTypeConfigurations.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
|
1803
2053
|
|
2054
|
+
UpdateGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
2055
|
+
UpdateGeneratedTemplateInput.add_member(:new_generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "NewGeneratedTemplateName"))
|
2056
|
+
UpdateGeneratedTemplateInput.add_member(:add_resources, Shapes::ShapeRef.new(shape: ResourceDefinitions, location_name: "AddResources"))
|
2057
|
+
UpdateGeneratedTemplateInput.add_member(:remove_resources, Shapes::ShapeRef.new(shape: JazzLogicalResourceIds, location_name: "RemoveResources"))
|
2058
|
+
UpdateGeneratedTemplateInput.add_member(:refresh_all_resources, Shapes::ShapeRef.new(shape: RefreshAllResources, location_name: "RefreshAllResources"))
|
2059
|
+
UpdateGeneratedTemplateInput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
2060
|
+
UpdateGeneratedTemplateInput.struct_class = Types::UpdateGeneratedTemplateInput
|
2061
|
+
|
2062
|
+
UpdateGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
2063
|
+
UpdateGeneratedTemplateOutput.struct_class = Types::UpdateGeneratedTemplateOutput
|
2064
|
+
|
1804
2065
|
UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
1805
2066
|
UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1806
2067
|
UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
@@ -1879,6 +2140,19 @@ module Aws::CloudFormation
|
|
1879
2140
|
ValidateTemplateOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
|
1880
2141
|
ValidateTemplateOutput.struct_class = Types::ValidateTemplateOutput
|
1881
2142
|
|
2143
|
+
WarningDetail.add_member(:type, Shapes::ShapeRef.new(shape: WarningType, location_name: "Type"))
|
2144
|
+
WarningDetail.add_member(:properties, Shapes::ShapeRef.new(shape: WarningProperties, location_name: "Properties"))
|
2145
|
+
WarningDetail.struct_class = Types::WarningDetail
|
2146
|
+
|
2147
|
+
WarningDetails.member = Shapes::ShapeRef.new(shape: WarningDetail)
|
2148
|
+
|
2149
|
+
WarningProperties.member = Shapes::ShapeRef.new(shape: WarningProperty)
|
2150
|
+
|
2151
|
+
WarningProperty.add_member(:property_path, Shapes::ShapeRef.new(shape: PropertyPath, location_name: "PropertyPath"))
|
2152
|
+
WarningProperty.add_member(:required, Shapes::ShapeRef.new(shape: RequiredProperty, location_name: "Required"))
|
2153
|
+
WarningProperty.add_member(:description, Shapes::ShapeRef.new(shape: PropertyDescription, location_name: "Description"))
|
2154
|
+
WarningProperty.struct_class = Types::WarningProperty
|
2155
|
+
|
1882
2156
|
Warnings.add_member(:unrecognized_resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "UnrecognizedResourceTypes"))
|
1883
2157
|
Warnings.struct_class = Types::Warnings
|
1884
2158
|
|
@@ -1958,6 +2232,17 @@ module Aws::CloudFormation
|
|
1958
2232
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1959
2233
|
end)
|
1960
2234
|
|
2235
|
+
api.add_operation(:create_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2236
|
+
o.name = "CreateGeneratedTemplate"
|
2237
|
+
o.http_method = "POST"
|
2238
|
+
o.http_request_uri = "/"
|
2239
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGeneratedTemplateInput)
|
2240
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGeneratedTemplateOutput)
|
2241
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
2242
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2243
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentResourcesLimitExceededException)
|
2244
|
+
end)
|
2245
|
+
|
1961
2246
|
api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
|
1962
2247
|
o.name = "CreateStack"
|
1963
2248
|
o.http_method = "POST"
|
@@ -2024,6 +2309,16 @@ module Aws::CloudFormation
|
|
2024
2309
|
o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
|
2025
2310
|
end)
|
2026
2311
|
|
2312
|
+
api.add_operation(:delete_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2313
|
+
o.name = "DeleteGeneratedTemplate"
|
2314
|
+
o.http_method = "POST"
|
2315
|
+
o.http_request_uri = "/"
|
2316
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGeneratedTemplateInput)
|
2317
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentResourcesLimitExceededException)
|
2320
|
+
end)
|
2321
|
+
|
2027
2322
|
api.add_operation(:delete_stack, Seahorse::Model::Operation.new.tap do |o|
|
2028
2323
|
o.name = "DeleteStack"
|
2029
2324
|
o.http_method = "POST"
|
@@ -2097,6 +2392,15 @@ module Aws::CloudFormation
|
|
2097
2392
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
2098
2393
|
end)
|
2099
2394
|
|
2395
|
+
api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2396
|
+
o.name = "DescribeGeneratedTemplate"
|
2397
|
+
o.http_method = "POST"
|
2398
|
+
o.http_request_uri = "/"
|
2399
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGeneratedTemplateInput)
|
2400
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGeneratedTemplateOutput)
|
2401
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2402
|
+
end)
|
2403
|
+
|
2100
2404
|
api.add_operation(:describe_organizations_access, Seahorse::Model::Operation.new.tap do |o|
|
2101
2405
|
o.name = "DescribeOrganizationsAccess"
|
2102
2406
|
o.http_method = "POST"
|
@@ -2116,6 +2420,15 @@ module Aws::CloudFormation
|
|
2116
2420
|
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2117
2421
|
end)
|
2118
2422
|
|
2423
|
+
api.add_operation(:describe_resource_scan, Seahorse::Model::Operation.new.tap do |o|
|
2424
|
+
o.name = "DescribeResourceScan"
|
2425
|
+
o.http_method = "POST"
|
2426
|
+
o.http_request_uri = "/"
|
2427
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeResourceScanInput)
|
2428
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeResourceScanOutput)
|
2429
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2430
|
+
end)
|
2431
|
+
|
2119
2432
|
api.add_operation(:describe_stack_drift_detection_status, Seahorse::Model::Operation.new.tap do |o|
|
2120
2433
|
o.name = "DescribeStackDriftDetectionStatus"
|
2121
2434
|
o.http_method = "POST"
|
@@ -2275,6 +2588,15 @@ module Aws::CloudFormation
|
|
2275
2588
|
o.errors << Shapes::ShapeRef.new(shape: TokenAlreadyExistsException)
|
2276
2589
|
end)
|
2277
2590
|
|
2591
|
+
api.add_operation(:get_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2592
|
+
o.name = "GetGeneratedTemplate"
|
2593
|
+
o.http_method = "POST"
|
2594
|
+
o.http_request_uri = "/"
|
2595
|
+
o.input = Shapes::ShapeRef.new(shape: GetGeneratedTemplateInput)
|
2596
|
+
o.output = Shapes::ShapeRef.new(shape: GetGeneratedTemplateOutput)
|
2597
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2598
|
+
end)
|
2599
|
+
|
2278
2600
|
api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
|
2279
2601
|
o.name = "GetStackPolicy"
|
2280
2602
|
o.http_method = "POST"
|
@@ -2342,6 +2664,20 @@ module Aws::CloudFormation
|
|
2342
2664
|
)
|
2343
2665
|
end)
|
2344
2666
|
|
2667
|
+
api.add_operation(:list_generated_templates, Seahorse::Model::Operation.new.tap do |o|
|
2668
|
+
o.name = "ListGeneratedTemplates"
|
2669
|
+
o.http_method = "POST"
|
2670
|
+
o.http_request_uri = "/"
|
2671
|
+
o.input = Shapes::ShapeRef.new(shape: ListGeneratedTemplatesInput)
|
2672
|
+
o.output = Shapes::ShapeRef.new(shape: ListGeneratedTemplatesOutput)
|
2673
|
+
o[:pager] = Aws::Pager.new(
|
2674
|
+
limit_key: "max_results",
|
2675
|
+
tokens: {
|
2676
|
+
"next_token" => "next_token"
|
2677
|
+
}
|
2678
|
+
)
|
2679
|
+
end)
|
2680
|
+
|
2345
2681
|
api.add_operation(:list_imports, Seahorse::Model::Operation.new.tap do |o|
|
2346
2682
|
o.name = "ListImports"
|
2347
2683
|
o.http_method = "POST"
|
@@ -2355,6 +2691,52 @@ module Aws::CloudFormation
|
|
2355
2691
|
)
|
2356
2692
|
end)
|
2357
2693
|
|
2694
|
+
api.add_operation(:list_resource_scan_related_resources, Seahorse::Model::Operation.new.tap do |o|
|
2695
|
+
o.name = "ListResourceScanRelatedResources"
|
2696
|
+
o.http_method = "POST"
|
2697
|
+
o.http_request_uri = "/"
|
2698
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScanRelatedResourcesInput)
|
2699
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScanRelatedResourcesOutput)
|
2700
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2701
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
2702
|
+
o[:pager] = Aws::Pager.new(
|
2703
|
+
limit_key: "max_results",
|
2704
|
+
tokens: {
|
2705
|
+
"next_token" => "next_token"
|
2706
|
+
}
|
2707
|
+
)
|
2708
|
+
end)
|
2709
|
+
|
2710
|
+
api.add_operation(:list_resource_scan_resources, Seahorse::Model::Operation.new.tap do |o|
|
2711
|
+
o.name = "ListResourceScanResources"
|
2712
|
+
o.http_method = "POST"
|
2713
|
+
o.http_request_uri = "/"
|
2714
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScanResourcesInput)
|
2715
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScanResourcesOutput)
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2717
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
2718
|
+
o[:pager] = Aws::Pager.new(
|
2719
|
+
limit_key: "max_results",
|
2720
|
+
tokens: {
|
2721
|
+
"next_token" => "next_token"
|
2722
|
+
}
|
2723
|
+
)
|
2724
|
+
end)
|
2725
|
+
|
2726
|
+
api.add_operation(:list_resource_scans, Seahorse::Model::Operation.new.tap do |o|
|
2727
|
+
o.name = "ListResourceScans"
|
2728
|
+
o.http_method = "POST"
|
2729
|
+
o.http_request_uri = "/"
|
2730
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScansInput)
|
2731
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScansOutput)
|
2732
|
+
o[:pager] = Aws::Pager.new(
|
2733
|
+
limit_key: "max_results",
|
2734
|
+
tokens: {
|
2735
|
+
"next_token" => "next_token"
|
2736
|
+
}
|
2737
|
+
)
|
2738
|
+
end)
|
2739
|
+
|
2358
2740
|
api.add_operation(:list_stack_instance_resource_drifts, Seahorse::Model::Operation.new.tap do |o|
|
2359
2741
|
o.name = "ListStackInstanceResourceDrifts"
|
2360
2742
|
o.http_method = "POST"
|
@@ -2580,6 +2962,16 @@ module Aws::CloudFormation
|
|
2580
2962
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2581
2963
|
end)
|
2582
2964
|
|
2965
|
+
api.add_operation(:start_resource_scan, Seahorse::Model::Operation.new.tap do |o|
|
2966
|
+
o.name = "StartResourceScan"
|
2967
|
+
o.http_method = "POST"
|
2968
|
+
o.http_request_uri = "/"
|
2969
|
+
o.input = Shapes::ShapeRef.new(shape: StartResourceScanInput)
|
2970
|
+
o.output = Shapes::ShapeRef.new(shape: StartResourceScanOutput)
|
2971
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
2972
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanLimitExceededException)
|
2973
|
+
end)
|
2974
|
+
|
2583
2975
|
api.add_operation(:stop_stack_set_operation, Seahorse::Model::Operation.new.tap do |o|
|
2584
2976
|
o.name = "StopStackSetOperation"
|
2585
2977
|
o.http_method = "POST"
|
@@ -2601,6 +2993,17 @@ module Aws::CloudFormation
|
|
2601
2993
|
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2602
2994
|
end)
|
2603
2995
|
|
2996
|
+
api.add_operation(:update_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2997
|
+
o.name = "UpdateGeneratedTemplate"
|
2998
|
+
o.http_method = "POST"
|
2999
|
+
o.http_request_uri = "/"
|
3000
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGeneratedTemplateInput)
|
3001
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGeneratedTemplateOutput)
|
3002
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
3003
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
3004
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3005
|
+
end)
|
3006
|
+
|
2604
3007
|
api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
|
2605
3008
|
o.name = "UpdateStack"
|
2606
3009
|
o.http_method = "POST"
|