aws-sdk-cloudformation 1.129.0 → 1.130.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/client_api.rb +36 -36
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5db28df877264a243a926861af5095d15a0128bc258a86d062b11c480fd0c9d
|
4
|
+
data.tar.gz: f62a1ba1d73e25a9711fd21abd7d8b6e005298ee16178b31776f6c03ad8ccd1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51d80d977cb7aea4fe594352c548dc6c4016e0b2b90e995dd26245f3919e68ca67464b65f4643e688e0c57f4c4f1596dd1a83918a9277a2f87f3efd49360855a
|
7
|
+
data.tar.gz: 7849efd30d406bda9c8de36a73db9db7ca1ed107826a53743e47900382392875b4357b968708c1cd758ecb2b69d8b1178bce2f46e29d51ad83cb518a3cc76edc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
@@ -8704,7 +8704,7 @@ module Aws::CloudFormation
|
|
8704
8704
|
tracer: tracer
|
8705
8705
|
)
|
8706
8706
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
8707
|
-
context[:gem_version] = '1.
|
8707
|
+
context[:gem_version] = '1.130.0'
|
8708
8708
|
Seahorse::Client::Request.new(handlers, context)
|
8709
8709
|
end
|
8710
8710
|
|
@@ -32,7 +32,7 @@ module Aws::CloudFormation
|
|
32
32
|
AfterValue = Shapes::StringShape.new(name: 'AfterValue')
|
33
33
|
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
34
34
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
35
|
-
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code"=>"AlreadyExistsException", "httpStatusCode"=>400, "senderFault"=>true})
|
35
|
+
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code" => "AlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
36
36
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
37
37
|
AttributeChangeType = Shapes::StringShape.new(name: 'AttributeChangeType')
|
38
38
|
AutoDeployment = Shapes::StructureShape.new(name: 'AutoDeployment')
|
@@ -46,7 +46,7 @@ module Aws::CloudFormation
|
|
46
46
|
BeforeValue = Shapes::StringShape.new(name: 'BeforeValue')
|
47
47
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
48
48
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
49
|
-
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException', error: {"code"=>"CFNRegistryException", "httpStatusCode"=>400, "senderFault"=>true})
|
49
|
+
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException', error: {"code" => "CFNRegistryException", "httpStatusCode" => 400, "senderFault" => true})
|
50
50
|
CallAs = Shapes::StringShape.new(name: 'CallAs')
|
51
51
|
CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
|
52
52
|
Capabilities = Shapes::ListShape.new(name: 'Capabilities')
|
@@ -64,7 +64,7 @@ module Aws::CloudFormation
|
|
64
64
|
ChangeSetId = Shapes::StringShape.new(name: 'ChangeSetId')
|
65
65
|
ChangeSetName = Shapes::StringShape.new(name: 'ChangeSetName')
|
66
66
|
ChangeSetNameOrId = Shapes::StringShape.new(name: 'ChangeSetNameOrId')
|
67
|
-
ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException', error: {"code"=>"ChangeSetNotFound", "httpStatusCode"=>404, "senderFault"=>true})
|
67
|
+
ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException', error: {"code" => "ChangeSetNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
68
68
|
ChangeSetStatus = Shapes::StringShape.new(name: 'ChangeSetStatus')
|
69
69
|
ChangeSetStatusReason = Shapes::StringShape.new(name: 'ChangeSetStatusReason')
|
70
70
|
ChangeSetSummaries = Shapes::ListShape.new(name: 'ChangeSetSummaries')
|
@@ -76,7 +76,7 @@ module Aws::CloudFormation
|
|
76
76
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
77
77
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
78
78
|
ConcurrencyMode = Shapes::StringShape.new(name: 'ConcurrencyMode')
|
79
|
-
ConcurrentResourcesLimitExceededException = Shapes::StructureShape.new(name: 'ConcurrentResourcesLimitExceededException', error: {"code"=>"ConcurrentResourcesLimitExceeded", "httpStatusCode"=>429, "senderFault"=>true})
|
79
|
+
ConcurrentResourcesLimitExceededException = Shapes::StructureShape.new(name: 'ConcurrentResourcesLimitExceededException', error: {"code" => "ConcurrentResourcesLimitExceeded", "httpStatusCode" => 429, "senderFault" => true})
|
80
80
|
ConfigurationSchema = Shapes::StringShape.new(name: 'ConfigurationSchema')
|
81
81
|
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
82
82
|
ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
|
@@ -93,7 +93,7 @@ module Aws::CloudFormation
|
|
93
93
|
CreateStackRefactorOutput = Shapes::StructureShape.new(name: 'CreateStackRefactorOutput')
|
94
94
|
CreateStackSetInput = Shapes::StructureShape.new(name: 'CreateStackSetInput')
|
95
95
|
CreateStackSetOutput = Shapes::StructureShape.new(name: 'CreateStackSetOutput')
|
96
|
-
CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException', error: {"code"=>"CreatedButModifiedException", "httpStatusCode"=>409, "senderFault"=>true})
|
96
|
+
CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException', error: {"code" => "CreatedButModifiedException", "httpStatusCode" => 409, "senderFault" => true})
|
97
97
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
98
98
|
DeactivateOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DeactivateOrganizationsAccessInput')
|
99
99
|
DeactivateOrganizationsAccessOutput = Shapes::StructureShape.new(name: 'DeactivateOrganizationsAccessOutput')
|
@@ -187,7 +187,7 @@ module Aws::CloudFormation
|
|
187
187
|
GeneratedTemplateDeletionPolicy = Shapes::StringShape.new(name: 'GeneratedTemplateDeletionPolicy')
|
188
188
|
GeneratedTemplateId = Shapes::StringShape.new(name: 'GeneratedTemplateId')
|
189
189
|
GeneratedTemplateName = Shapes::StringShape.new(name: 'GeneratedTemplateName')
|
190
|
-
GeneratedTemplateNotFoundException = Shapes::StructureShape.new(name: 'GeneratedTemplateNotFoundException', error: {"code"=>"GeneratedTemplateNotFound", "httpStatusCode"=>404, "senderFault"=>true})
|
190
|
+
GeneratedTemplateNotFoundException = Shapes::StructureShape.new(name: 'GeneratedTemplateNotFoundException', error: {"code" => "GeneratedTemplateNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
191
191
|
GeneratedTemplateResourceStatus = Shapes::StringShape.new(name: 'GeneratedTemplateResourceStatus')
|
192
192
|
GeneratedTemplateStatus = Shapes::StringShape.new(name: 'GeneratedTemplateStatus')
|
193
193
|
GeneratedTemplateUpdateReplacePolicy = Shapes::StringShape.new(name: 'GeneratedTemplateUpdateReplacePolicy')
|
@@ -204,7 +204,7 @@ module Aws::CloudFormation
|
|
204
204
|
HookInvocationCount = Shapes::IntegerShape.new(name: 'HookInvocationCount')
|
205
205
|
HookInvocationPoint = Shapes::StringShape.new(name: 'HookInvocationPoint')
|
206
206
|
HookResultId = Shapes::StringShape.new(name: 'HookResultId')
|
207
|
-
HookResultNotFoundException = Shapes::StructureShape.new(name: 'HookResultNotFoundException', error: {"code"=>"HookResultNotFound", "httpStatusCode"=>404, "senderFault"=>true})
|
207
|
+
HookResultNotFoundException = Shapes::StructureShape.new(name: 'HookResultNotFoundException', error: {"code" => "HookResultNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
208
208
|
HookResultSummaries = Shapes::ListShape.new(name: 'HookResultSummaries')
|
209
209
|
HookResultSummary = Shapes::StructureShape.new(name: 'HookResultSummary')
|
210
210
|
HookStatus = Shapes::StringShape.new(name: 'HookStatus')
|
@@ -224,10 +224,10 @@ module Aws::CloudFormation
|
|
224
224
|
InSyncStackInstancesCount = Shapes::IntegerShape.new(name: 'InSyncStackInstancesCount')
|
225
225
|
IncludeNestedStacks = Shapes::BooleanShape.new(name: 'IncludeNestedStacks')
|
226
226
|
IncludePropertyValues = Shapes::BooleanShape.new(name: 'IncludePropertyValues')
|
227
|
-
InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException', error: {"code"=>"InsufficientCapabilitiesException", "httpStatusCode"=>400, "senderFault"=>true})
|
228
|
-
InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException', error: {"code"=>"InvalidChangeSetStatus", "httpStatusCode"=>400, "senderFault"=>true})
|
229
|
-
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException', error: {"code"=>"InvalidOperationException", "httpStatusCode"=>400, "senderFault"=>true})
|
230
|
-
InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException', error: {"code"=>"InvalidStateTransition", "httpStatusCode"=>400, "senderFault"=>true})
|
227
|
+
InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException', error: {"code" => "InsufficientCapabilitiesException", "httpStatusCode" => 400, "senderFault" => true})
|
228
|
+
InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException', error: {"code" => "InvalidChangeSetStatus", "httpStatusCode" => 400, "senderFault" => true})
|
229
|
+
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException', error: {"code" => "InvalidOperationException", "httpStatusCode" => 400, "senderFault" => true})
|
230
|
+
InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException', error: {"code" => "InvalidStateTransition", "httpStatusCode" => 400, "senderFault" => true})
|
231
231
|
IsActivated = Shapes::BooleanShape.new(name: 'IsActivated')
|
232
232
|
IsDefaultConfiguration = Shapes::BooleanShape.new(name: 'IsDefaultConfiguration')
|
233
233
|
IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
|
@@ -237,7 +237,7 @@ module Aws::CloudFormation
|
|
237
237
|
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
238
238
|
Key = Shapes::StringShape.new(name: 'Key')
|
239
239
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
240
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code"=>"LimitExceededException", "httpStatusCode"=>400, "senderFault"=>true})
|
240
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
|
241
241
|
LimitName = Shapes::StringShape.new(name: 'LimitName')
|
242
242
|
LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
|
243
243
|
ListChangeSetsInput = Shapes::StructureShape.new(name: 'ListChangeSetsInput')
|
@@ -298,7 +298,7 @@ module Aws::CloudFormation
|
|
298
298
|
Metadata = Shapes::StringShape.new(name: 'Metadata')
|
299
299
|
ModuleInfo = Shapes::StructureShape.new(name: 'ModuleInfo')
|
300
300
|
MonitoringTimeInMinutes = Shapes::IntegerShape.new(name: 'MonitoringTimeInMinutes')
|
301
|
-
NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException', error: {"code"=>"NameAlreadyExistsException", "httpStatusCode"=>409, "senderFault"=>true})
|
301
|
+
NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException', error: {"code" => "NameAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
302
302
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
303
303
|
NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
|
304
304
|
NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
|
@@ -306,15 +306,15 @@ module Aws::CloudFormation
|
|
306
306
|
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
307
307
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
308
308
|
OnStackFailure = Shapes::StringShape.new(name: 'OnStackFailure')
|
309
|
-
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code"=>"OperationIdAlreadyExistsException", "httpStatusCode"=>409, "senderFault"=>true})
|
310
|
-
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code"=>"OperationInProgressException", "httpStatusCode"=>409, "senderFault"=>true})
|
311
|
-
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code"=>"OperationNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
309
|
+
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code" => "OperationIdAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
310
|
+
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code" => "OperationInProgressException", "httpStatusCode" => 409, "senderFault" => true})
|
311
|
+
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code" => "OperationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
312
312
|
OperationResultFilter = Shapes::StructureShape.new(name: 'OperationResultFilter')
|
313
313
|
OperationResultFilterName = Shapes::StringShape.new(name: 'OperationResultFilterName')
|
314
314
|
OperationResultFilterValues = Shapes::StringShape.new(name: 'OperationResultFilterValues')
|
315
315
|
OperationResultFilters = Shapes::ListShape.new(name: 'OperationResultFilters')
|
316
316
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
317
|
-
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code"=>"ConditionalCheckFailed", "httpStatusCode"=>400, "senderFault"=>true})
|
317
|
+
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code" => "ConditionalCheckFailed", "httpStatusCode" => 400, "senderFault" => true})
|
318
318
|
OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
|
319
319
|
OrganizationStatus = Shapes::StringShape.new(name: 'OrganizationStatus')
|
320
320
|
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
@@ -397,9 +397,9 @@ module Aws::CloudFormation
|
|
397
397
|
ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
|
398
398
|
ResourcePropertyPath = Shapes::StringShape.new(name: 'ResourcePropertyPath')
|
399
399
|
ResourceScanId = Shapes::StringShape.new(name: 'ResourceScanId')
|
400
|
-
ResourceScanInProgressException = Shapes::StructureShape.new(name: 'ResourceScanInProgressException', error: {"code"=>"ResourceScanInProgress", "httpStatusCode"=>400, "senderFault"=>true})
|
401
|
-
ResourceScanLimitExceededException = Shapes::StructureShape.new(name: 'ResourceScanLimitExceededException', error: {"code"=>"ResourceScanLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
|
402
|
-
ResourceScanNotFoundException = Shapes::StructureShape.new(name: 'ResourceScanNotFoundException', error: {"code"=>"ResourceScanNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
400
|
+
ResourceScanInProgressException = Shapes::StructureShape.new(name: 'ResourceScanInProgressException', error: {"code" => "ResourceScanInProgress", "httpStatusCode" => 400, "senderFault" => true})
|
401
|
+
ResourceScanLimitExceededException = Shapes::StructureShape.new(name: 'ResourceScanLimitExceededException', error: {"code" => "ResourceScanLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
|
402
|
+
ResourceScanNotFoundException = Shapes::StructureShape.new(name: 'ResourceScanNotFoundException', error: {"code" => "ResourceScanNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
403
403
|
ResourceScanStatus = Shapes::StringShape.new(name: 'ResourceScanStatus')
|
404
404
|
ResourceScanStatusReason = Shapes::StringShape.new(name: 'ResourceScanStatusReason')
|
405
405
|
ResourceScanSummaries = Shapes::ListShape.new(name: 'ResourceScanSummaries')
|
@@ -475,7 +475,7 @@ module Aws::CloudFormation
|
|
475
475
|
StackInstanceFilterName = Shapes::StringShape.new(name: 'StackInstanceFilterName')
|
476
476
|
StackInstanceFilterValues = Shapes::StringShape.new(name: 'StackInstanceFilterValues')
|
477
477
|
StackInstanceFilters = Shapes::ListShape.new(name: 'StackInstanceFilters')
|
478
|
-
StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException', error: {"code"=>"StackInstanceNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
478
|
+
StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException', error: {"code" => "StackInstanceNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
479
479
|
StackInstanceResourceDriftsSummaries = Shapes::ListShape.new(name: 'StackInstanceResourceDriftsSummaries')
|
480
480
|
StackInstanceResourceDriftsSummary = Shapes::StructureShape.new(name: 'StackInstanceResourceDriftsSummary')
|
481
481
|
StackInstanceStatus = Shapes::StringShape.new(name: 'StackInstanceStatus')
|
@@ -483,7 +483,7 @@ module Aws::CloudFormation
|
|
483
483
|
StackInstanceSummary = Shapes::StructureShape.new(name: 'StackInstanceSummary')
|
484
484
|
StackName = Shapes::StringShape.new(name: 'StackName')
|
485
485
|
StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
|
486
|
-
StackNotFoundException = Shapes::StructureShape.new(name: 'StackNotFoundException', error: {"code"=>"StackNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
486
|
+
StackNotFoundException = Shapes::StructureShape.new(name: 'StackNotFoundException', error: {"code" => "StackNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
487
487
|
StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
|
488
488
|
StackPolicyDuringUpdateBody = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateBody')
|
489
489
|
StackPolicyDuringUpdateURL = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateURL')
|
@@ -496,7 +496,7 @@ module Aws::CloudFormation
|
|
496
496
|
StackRefactorExecutionStatus = Shapes::StringShape.new(name: 'StackRefactorExecutionStatus')
|
497
497
|
StackRefactorExecutionStatusFilter = Shapes::ListShape.new(name: 'StackRefactorExecutionStatusFilter')
|
498
498
|
StackRefactorId = Shapes::StringShape.new(name: 'StackRefactorId')
|
499
|
-
StackRefactorNotFoundException = Shapes::StructureShape.new(name: 'StackRefactorNotFoundException', error: {"code"=>"StackRefactorNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
499
|
+
StackRefactorNotFoundException = Shapes::StructureShape.new(name: 'StackRefactorNotFoundException', error: {"code" => "StackRefactorNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
500
500
|
StackRefactorResourceIdentifier = Shapes::StringShape.new(name: 'StackRefactorResourceIdentifier')
|
501
501
|
StackRefactorStatus = Shapes::StringShape.new(name: 'StackRefactorStatus')
|
502
502
|
StackRefactorStatusReason = Shapes::StringShape.new(name: 'StackRefactorStatusReason')
|
@@ -525,8 +525,8 @@ module Aws::CloudFormation
|
|
525
525
|
StackSetId = Shapes::StringShape.new(name: 'StackSetId')
|
526
526
|
StackSetName = Shapes::StringShape.new(name: 'StackSetName')
|
527
527
|
StackSetNameOrId = Shapes::StringShape.new(name: 'StackSetNameOrId')
|
528
|
-
StackSetNotEmptyException = Shapes::StructureShape.new(name: 'StackSetNotEmptyException', error: {"code"=>"StackSetNotEmptyException", "httpStatusCode"=>409, "senderFault"=>true})
|
529
|
-
StackSetNotFoundException = Shapes::StructureShape.new(name: 'StackSetNotFoundException', error: {"code"=>"StackSetNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
528
|
+
StackSetNotEmptyException = Shapes::StructureShape.new(name: 'StackSetNotEmptyException', error: {"code" => "StackSetNotEmptyException", "httpStatusCode" => 409, "senderFault" => true})
|
529
|
+
StackSetNotFoundException = Shapes::StructureShape.new(name: 'StackSetNotFoundException', error: {"code" => "StackSetNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
530
530
|
StackSetOperation = Shapes::StructureShape.new(name: 'StackSetOperation')
|
531
531
|
StackSetOperationAction = Shapes::StringShape.new(name: 'StackSetOperationAction')
|
532
532
|
StackSetOperationPreferences = Shapes::StructureShape.new(name: 'StackSetOperationPreferences')
|
@@ -548,7 +548,7 @@ module Aws::CloudFormation
|
|
548
548
|
StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
|
549
549
|
Stacks = Shapes::ListShape.new(name: 'Stacks')
|
550
550
|
StageList = Shapes::ListShape.new(name: 'StageList')
|
551
|
-
StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException', error: {"code"=>"StaleRequestException", "httpStatusCode"=>409, "senderFault"=>true})
|
551
|
+
StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException', error: {"code" => "StaleRequestException", "httpStatusCode" => 409, "senderFault" => true})
|
552
552
|
StartResourceScanInput = Shapes::StructureShape.new(name: 'StartResourceScanInput')
|
553
553
|
StartResourceScanOutput = Shapes::StructureShape.new(name: 'StartResourceScanOutput')
|
554
554
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
@@ -579,7 +579,7 @@ module Aws::CloudFormation
|
|
579
579
|
ThirdPartyTypeArn = Shapes::StringShape.new(name: 'ThirdPartyTypeArn')
|
580
580
|
TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
|
581
581
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
582
|
-
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException', error: {"code"=>"TokenAlreadyExistsException", "httpStatusCode"=>400, "senderFault"=>true})
|
582
|
+
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException', error: {"code" => "TokenAlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
583
583
|
TotalStackInstancesCount = Shapes::IntegerShape.new(name: 'TotalStackInstancesCount')
|
584
584
|
TotalWarnings = Shapes::IntegerShape.new(name: 'TotalWarnings')
|
585
585
|
TransformName = Shapes::StringShape.new(name: 'TransformName')
|
@@ -594,12 +594,12 @@ module Aws::CloudFormation
|
|
594
594
|
TypeConfigurationDetailsList = Shapes::ListShape.new(name: 'TypeConfigurationDetailsList')
|
595
595
|
TypeConfigurationIdentifier = Shapes::StructureShape.new(name: 'TypeConfigurationIdentifier')
|
596
596
|
TypeConfigurationIdentifiers = Shapes::ListShape.new(name: 'TypeConfigurationIdentifiers')
|
597
|
-
TypeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'TypeConfigurationNotFoundException', error: {"code"=>"TypeConfigurationNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
597
|
+
TypeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'TypeConfigurationNotFoundException', error: {"code" => "TypeConfigurationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
598
598
|
TypeFilters = Shapes::StructureShape.new(name: 'TypeFilters')
|
599
599
|
TypeHierarchy = Shapes::StringShape.new(name: 'TypeHierarchy')
|
600
600
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
601
601
|
TypeNamePrefix = Shapes::StringShape.new(name: 'TypeNamePrefix')
|
602
|
-
TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException', error: {"code"=>"TypeNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
|
602
|
+
TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException', error: {"code" => "TypeNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
603
603
|
TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
|
604
604
|
TypeSummaries = Shapes::ListShape.new(name: 'TypeSummaries')
|
605
605
|
TypeSummary = Shapes::StructureShape.new(name: 'TypeSummary')
|
@@ -813,7 +813,7 @@ module Aws::CloudFormation
|
|
813
813
|
CreateStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
814
814
|
CreateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
815
815
|
CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
816
|
-
CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
816
|
+
CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
817
817
|
CreateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
818
818
|
CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
|
819
819
|
|
@@ -845,7 +845,7 @@ module Aws::CloudFormation
|
|
845
845
|
CreateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
846
846
|
CreateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
847
847
|
CreateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
848
|
-
CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
848
|
+
CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
849
849
|
CreateStackSetInput.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
850
850
|
CreateStackSetInput.struct_class = Types::CreateStackSetInput
|
851
851
|
|
@@ -887,7 +887,7 @@ module Aws::CloudFormation
|
|
887
887
|
DeleteStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
888
888
|
DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
889
889
|
DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
|
890
|
-
DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
890
|
+
DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
891
891
|
DeleteStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
892
892
|
DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
|
893
893
|
|
@@ -1162,7 +1162,7 @@ module Aws::CloudFormation
|
|
1162
1162
|
|
1163
1163
|
DetectStackSetDriftInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
1164
1164
|
DetectStackSetDriftInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1165
|
-
DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1165
|
+
DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
1166
1166
|
DetectStackSetDriftInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1167
1167
|
DetectStackSetDriftInput.struct_class = Types::DetectStackSetDriftInput
|
1168
1168
|
|
@@ -1259,7 +1259,7 @@ module Aws::CloudFormation
|
|
1259
1259
|
ImportStacksToStackSetInput.add_member(:stack_ids_url, Shapes::ShapeRef.new(shape: StackIdsUrl, location_name: "StackIdsUrl"))
|
1260
1260
|
ImportStacksToStackSetInput.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
|
1261
1261
|
ImportStacksToStackSetInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1262
|
-
ImportStacksToStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1262
|
+
ImportStacksToStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
1263
1263
|
ImportStacksToStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1264
1264
|
ImportStacksToStackSetInput.struct_class = Types::ImportStacksToStackSetInput
|
1265
1265
|
|
@@ -2305,7 +2305,7 @@ module Aws::CloudFormation
|
|
2305
2305
|
UpdateStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
2306
2306
|
UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
2307
2307
|
UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
2308
|
-
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
2308
|
+
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
2309
2309
|
UpdateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
2310
2310
|
UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
|
2311
2311
|
|
@@ -2329,7 +2329,7 @@ module Aws::CloudFormation
|
|
2329
2329
|
UpdateStackSetInput.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargets, location_name: "DeploymentTargets"))
|
2330
2330
|
UpdateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
2331
2331
|
UpdateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
2332
|
-
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
2332
|
+
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
2333
2333
|
UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
2334
2334
|
UpdateStackSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
2335
2335
|
UpdateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudformation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.130.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -86,7 +85,6 @@ licenses:
|
|
86
85
|
metadata:
|
87
86
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation
|
88
87
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation/CHANGELOG.md
|
89
|
-
post_install_message:
|
90
88
|
rdoc_options: []
|
91
89
|
require_paths:
|
92
90
|
- lib
|
@@ -101,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
99
|
- !ruby/object:Gem::Version
|
102
100
|
version: '0'
|
103
101
|
requirements: []
|
104
|
-
rubygems_version: 3.
|
105
|
-
signing_key:
|
102
|
+
rubygems_version: 3.6.7
|
106
103
|
specification_version: 4
|
107
104
|
summary: AWS SDK for Ruby - AWS CloudFormation
|
108
105
|
test_files: []
|