aws-sdk-cloudformation 1.134.0 → 1.150.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 +80 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +775 -454
- data/lib/aws-sdk-cloudformation/client_api.rb +195 -3
- data/lib/aws-sdk-cloudformation/customizations.rb +0 -8
- data/lib/aws-sdk-cloudformation/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-cloudformation/errors.rb +0 -1
- data/lib/aws-sdk-cloudformation/event.rb +19 -6
- data/lib/aws-sdk-cloudformation/resource.rb +12 -11
- data/lib/aws-sdk-cloudformation/stack.rb +33 -17
- data/lib/aws-sdk-cloudformation/types.rb +1374 -692
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +60 -10
- data/sig/event.rbs +6 -0
- data/sig/resource.rbs +1 -0
- data/sig/stack.rbs +3 -0
- data/sig/types.rbs +146 -11
- metadata +3 -3
|
@@ -30,9 +30,16 @@ module Aws::CloudFormation
|
|
|
30
30
|
ActivateTypeOutput = Shapes::StructureShape.new(name: 'ActivateTypeOutput')
|
|
31
31
|
AfterContext = Shapes::StringShape.new(name: 'AfterContext')
|
|
32
32
|
AfterValue = Shapes::StringShape.new(name: 'AfterValue')
|
|
33
|
+
AfterValueFrom = Shapes::StringShape.new(name: 'AfterValueFrom')
|
|
33
34
|
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
|
34
35
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
|
35
36
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code" => "AlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
|
37
|
+
Annotation = Shapes::StructureShape.new(name: 'Annotation')
|
|
38
|
+
AnnotationList = Shapes::ListShape.new(name: 'AnnotationList')
|
|
39
|
+
AnnotationName = Shapes::StringShape.new(name: 'AnnotationName')
|
|
40
|
+
AnnotationRemediationLink = Shapes::StringShape.new(name: 'AnnotationRemediationLink')
|
|
41
|
+
AnnotationSeverityLevel = Shapes::StringShape.new(name: 'AnnotationSeverityLevel')
|
|
42
|
+
AnnotationStatus = Shapes::StringShape.new(name: 'AnnotationStatus')
|
|
36
43
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
37
44
|
AttributeChangeType = Shapes::StringShape.new(name: 'AttributeChangeType')
|
|
38
45
|
AutoDeployment = Shapes::StructureShape.new(name: 'AutoDeployment')
|
|
@@ -42,8 +49,10 @@ module Aws::CloudFormation
|
|
|
42
49
|
BatchDescribeTypeConfigurationsErrors = Shapes::ListShape.new(name: 'BatchDescribeTypeConfigurationsErrors')
|
|
43
50
|
BatchDescribeTypeConfigurationsInput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsInput')
|
|
44
51
|
BatchDescribeTypeConfigurationsOutput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsOutput')
|
|
52
|
+
BeaconStackOperationStatus = Shapes::StringShape.new(name: 'BeaconStackOperationStatus')
|
|
45
53
|
BeforeContext = Shapes::StringShape.new(name: 'BeforeContext')
|
|
46
54
|
BeforeValue = Shapes::StringShape.new(name: 'BeforeValue')
|
|
55
|
+
BeforeValueFrom = Shapes::StringShape.new(name: 'BeforeValueFrom')
|
|
47
56
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
|
48
57
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
|
49
58
|
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException', error: {"code" => "CFNRegistryException", "httpStatusCode" => 400, "senderFault" => true})
|
|
@@ -109,6 +118,7 @@ module Aws::CloudFormation
|
|
|
109
118
|
DeleteStackSetOutput = Shapes::StructureShape.new(name: 'DeleteStackSetOutput')
|
|
110
119
|
DeletionMode = Shapes::StringShape.new(name: 'DeletionMode')
|
|
111
120
|
DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
|
|
121
|
+
DeploymentMode = Shapes::StringShape.new(name: 'DeploymentMode')
|
|
112
122
|
DeploymentTargets = Shapes::StructureShape.new(name: 'DeploymentTargets')
|
|
113
123
|
DeprecatedStatus = Shapes::StringShape.new(name: 'DeprecatedStatus')
|
|
114
124
|
DeregisterTypeInput = Shapes::StructureShape.new(name: 'DeregisterTypeInput')
|
|
@@ -119,6 +129,8 @@ module Aws::CloudFormation
|
|
|
119
129
|
DescribeChangeSetHooksOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetHooksOutput')
|
|
120
130
|
DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
|
|
121
131
|
DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
|
|
132
|
+
DescribeEventsInput = Shapes::StructureShape.new(name: 'DescribeEventsInput')
|
|
133
|
+
DescribeEventsOutput = Shapes::StructureShape.new(name: 'DescribeEventsOutput')
|
|
122
134
|
DescribeGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateInput')
|
|
123
135
|
DescribeGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateOutput')
|
|
124
136
|
DescribeOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessInput')
|
|
@@ -162,6 +174,7 @@ module Aws::CloudFormation
|
|
|
162
174
|
DetectionReason = Shapes::StringShape.new(name: 'DetectionReason')
|
|
163
175
|
DifferenceType = Shapes::StringShape.new(name: 'DifferenceType')
|
|
164
176
|
DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
|
|
177
|
+
DriftIgnoredReason = Shapes::StringShape.new(name: 'DriftIgnoredReason')
|
|
165
178
|
DriftedStackInstancesCount = Shapes::IntegerShape.new(name: 'DriftedStackInstancesCount')
|
|
166
179
|
EnableStackCreation = Shapes::BooleanShape.new(name: 'EnableStackCreation')
|
|
167
180
|
EnableTerminationProtection = Shapes::BooleanShape.new(name: 'EnableTerminationProtection')
|
|
@@ -170,7 +183,9 @@ module Aws::CloudFormation
|
|
|
170
183
|
EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
|
|
171
184
|
EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
|
|
172
185
|
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
|
186
|
+
EventFilter = Shapes::StructureShape.new(name: 'EventFilter')
|
|
173
187
|
EventId = Shapes::StringShape.new(name: 'EventId')
|
|
188
|
+
EventType = Shapes::StringShape.new(name: 'EventType')
|
|
174
189
|
ExecuteChangeSetInput = Shapes::StructureShape.new(name: 'ExecuteChangeSetInput')
|
|
175
190
|
ExecuteChangeSetOutput = Shapes::StructureShape.new(name: 'ExecuteChangeSetOutput')
|
|
176
191
|
ExecuteStackRefactorInput = Shapes::StructureShape.new(name: 'ExecuteStackRefactorInput')
|
|
@@ -181,6 +196,7 @@ module Aws::CloudFormation
|
|
|
181
196
|
ExportName = Shapes::StringShape.new(name: 'ExportName')
|
|
182
197
|
ExportValue = Shapes::StringShape.new(name: 'ExportValue')
|
|
183
198
|
Exports = Shapes::ListShape.new(name: 'Exports')
|
|
199
|
+
FailedEventsFilter = Shapes::BooleanShape.new(name: 'FailedEventsFilter')
|
|
184
200
|
FailedStackInstancesCount = Shapes::IntegerShape.new(name: 'FailedStackInstancesCount')
|
|
185
201
|
FailureToleranceCount = Shapes::IntegerShape.new(name: 'FailureToleranceCount')
|
|
186
202
|
FailureTolerancePercentage = Shapes::IntegerShape.new(name: 'FailureTolerancePercentage')
|
|
@@ -193,6 +209,8 @@ module Aws::CloudFormation
|
|
|
193
209
|
GeneratedTemplateUpdateReplacePolicy = Shapes::StringShape.new(name: 'GeneratedTemplateUpdateReplacePolicy')
|
|
194
210
|
GetGeneratedTemplateInput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateInput')
|
|
195
211
|
GetGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateOutput')
|
|
212
|
+
GetHookResultInput = Shapes::StructureShape.new(name: 'GetHookResultInput')
|
|
213
|
+
GetHookResultOutput = Shapes::StructureShape.new(name: 'GetHookResultOutput')
|
|
196
214
|
GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
|
|
197
215
|
GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
|
|
198
216
|
GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
|
|
@@ -202,6 +220,7 @@ module Aws::CloudFormation
|
|
|
202
220
|
HandlerErrorCode = Shapes::StringShape.new(name: 'HandlerErrorCode')
|
|
203
221
|
HookFailureMode = Shapes::StringShape.new(name: 'HookFailureMode')
|
|
204
222
|
HookInvocationCount = Shapes::IntegerShape.new(name: 'HookInvocationCount')
|
|
223
|
+
HookInvocationId = Shapes::StringShape.new(name: 'HookInvocationId')
|
|
205
224
|
HookInvocationPoint = Shapes::StringShape.new(name: 'HookInvocationPoint')
|
|
206
225
|
HookResultId = Shapes::StringShape.new(name: 'HookResultId')
|
|
207
226
|
HookResultNotFoundException = Shapes::StructureShape.new(name: 'HookResultNotFoundException', error: {"code" => "HookResultNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
|
@@ -209,9 +228,13 @@ module Aws::CloudFormation
|
|
|
209
228
|
HookResultSummary = Shapes::StructureShape.new(name: 'HookResultSummary')
|
|
210
229
|
HookStatus = Shapes::StringShape.new(name: 'HookStatus')
|
|
211
230
|
HookStatusReason = Shapes::StringShape.new(name: 'HookStatusReason')
|
|
231
|
+
HookTarget = Shapes::StructureShape.new(name: 'HookTarget')
|
|
232
|
+
HookTargetAction = Shapes::StringShape.new(name: 'HookTargetAction')
|
|
233
|
+
HookTargetId = Shapes::StringShape.new(name: 'HookTargetId')
|
|
212
234
|
HookTargetType = Shapes::StringShape.new(name: 'HookTargetType')
|
|
213
235
|
HookTargetTypeName = Shapes::StringShape.new(name: 'HookTargetTypeName')
|
|
214
236
|
HookType = Shapes::StringShape.new(name: 'HookType')
|
|
237
|
+
HookTypeArn = Shapes::StringShape.new(name: 'HookTypeArn')
|
|
215
238
|
HookTypeConfigurationVersionId = Shapes::StringShape.new(name: 'HookTypeConfigurationVersionId')
|
|
216
239
|
HookTypeName = Shapes::StringShape.new(name: 'HookTypeName')
|
|
217
240
|
HookTypeVersionId = Shapes::StringShape.new(name: 'HookTypeVersionId')
|
|
@@ -236,6 +259,7 @@ module Aws::CloudFormation
|
|
|
236
259
|
JazzResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyKey')
|
|
237
260
|
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
|
238
261
|
Key = Shapes::StringShape.new(name: 'Key')
|
|
262
|
+
LastOperations = Shapes::ListShape.new(name: 'LastOperations')
|
|
239
263
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
|
240
264
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
|
|
241
265
|
LimitName = Shapes::StringShape.new(name: 'LimitName')
|
|
@@ -283,6 +307,7 @@ module Aws::CloudFormation
|
|
|
283
307
|
ListTypeVersionsOutput = Shapes::StructureShape.new(name: 'ListTypeVersionsOutput')
|
|
284
308
|
ListTypesInput = Shapes::StructureShape.new(name: 'ListTypesInput')
|
|
285
309
|
ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
|
|
310
|
+
LiveResourceDrift = Shapes::StructureShape.new(name: 'LiveResourceDrift')
|
|
286
311
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
287
312
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
|
288
313
|
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
|
@@ -306,6 +331,10 @@ module Aws::CloudFormation
|
|
|
306
331
|
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
|
307
332
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
|
308
333
|
OnStackFailure = Shapes::StringShape.new(name: 'OnStackFailure')
|
|
334
|
+
OperationEntry = Shapes::StructureShape.new(name: 'OperationEntry')
|
|
335
|
+
OperationEvent = Shapes::StructureShape.new(name: 'OperationEvent')
|
|
336
|
+
OperationEvents = Shapes::ListShape.new(name: 'OperationEvents')
|
|
337
|
+
OperationId = Shapes::StringShape.new(name: 'OperationId')
|
|
309
338
|
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code" => "OperationIdAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
|
310
339
|
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code" => "OperationInProgressException", "httpStatusCode" => 409, "senderFault" => true})
|
|
311
340
|
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code" => "OperationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
|
@@ -315,6 +344,7 @@ module Aws::CloudFormation
|
|
|
315
344
|
OperationResultFilters = Shapes::ListShape.new(name: 'OperationResultFilters')
|
|
316
345
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
|
317
346
|
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code" => "ConditionalCheckFailed", "httpStatusCode" => 400, "senderFault" => true})
|
|
347
|
+
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
|
318
348
|
OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
|
|
319
349
|
OrganizationStatus = Shapes::StringShape.new(name: 'OrganizationStatus')
|
|
320
350
|
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
|
@@ -337,6 +367,7 @@ module Aws::CloudFormation
|
|
|
337
367
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
|
338
368
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
|
339
369
|
PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
|
|
370
|
+
PreviousDeploymentContext = Shapes::StringShape.new(name: 'PreviousDeploymentContext')
|
|
340
371
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
|
341
372
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
|
342
373
|
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
|
@@ -369,6 +400,8 @@ module Aws::CloudFormation
|
|
|
369
400
|
RegistrationTokenList = Shapes::ListShape.new(name: 'RegistrationTokenList')
|
|
370
401
|
RegistryType = Shapes::StringShape.new(name: 'RegistryType')
|
|
371
402
|
RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
|
|
403
|
+
RemediationMessageRemediationMessage = Shapes::StringShape.new(name: 'RemediationMessageRemediationMessage')
|
|
404
|
+
RemediationMessageStatusMessage = Shapes::StringShape.new(name: 'RemediationMessageStatusMessage')
|
|
372
405
|
Replacement = Shapes::StringShape.new(name: 'Replacement')
|
|
373
406
|
RequestToken = Shapes::StringShape.new(name: 'RequestToken')
|
|
374
407
|
RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
|
|
@@ -383,6 +416,10 @@ module Aws::CloudFormation
|
|
|
383
416
|
ResourceDefinitions = Shapes::ListShape.new(name: 'ResourceDefinitions')
|
|
384
417
|
ResourceDetail = Shapes::StructureShape.new(name: 'ResourceDetail')
|
|
385
418
|
ResourceDetails = Shapes::ListShape.new(name: 'ResourceDetails')
|
|
419
|
+
ResourceDriftActualValue = Shapes::StringShape.new(name: 'ResourceDriftActualValue')
|
|
420
|
+
ResourceDriftIgnoredAttribute = Shapes::StructureShape.new(name: 'ResourceDriftIgnoredAttribute')
|
|
421
|
+
ResourceDriftIgnoredAttributes = Shapes::ListShape.new(name: 'ResourceDriftIgnoredAttributes')
|
|
422
|
+
ResourceDriftPreviousValue = Shapes::StringShape.new(name: 'ResourceDriftPreviousValue')
|
|
386
423
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
|
387
424
|
ResourceIdentifierProperties = Shapes::MapShape.new(name: 'ResourceIdentifierProperties')
|
|
388
425
|
ResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyKey')
|
|
@@ -518,6 +555,7 @@ module Aws::CloudFormation
|
|
|
518
555
|
StackResources = Shapes::ListShape.new(name: 'StackResources')
|
|
519
556
|
StackSet = Shapes::StructureShape.new(name: 'StackSet')
|
|
520
557
|
StackSetARN = Shapes::StringShape.new(name: 'StackSetARN')
|
|
558
|
+
StackSetARNList = Shapes::ListShape.new(name: 'StackSetARNList')
|
|
521
559
|
StackSetAutoDeploymentTargetSummaries = Shapes::ListShape.new(name: 'StackSetAutoDeploymentTargetSummaries')
|
|
522
560
|
StackSetAutoDeploymentTargetSummary = Shapes::StructureShape.new(name: 'StackSetAutoDeploymentTargetSummary')
|
|
523
561
|
StackSetDriftDetectionDetails = Shapes::StructureShape.new(name: 'StackSetDriftDetectionDetails')
|
|
@@ -625,6 +663,10 @@ module Aws::CloudFormation
|
|
|
625
663
|
UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
|
|
626
664
|
ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
|
|
627
665
|
ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
|
|
666
|
+
ValidationName = Shapes::StringShape.new(name: 'ValidationName')
|
|
667
|
+
ValidationPath = Shapes::StringShape.new(name: 'ValidationPath')
|
|
668
|
+
ValidationStatus = Shapes::StringShape.new(name: 'ValidationStatus')
|
|
669
|
+
ValidationStatusReason = Shapes::StringShape.new(name: 'ValidationStatusReason')
|
|
628
670
|
Value = Shapes::StringShape.new(name: 'Value')
|
|
629
671
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
630
672
|
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
|
@@ -671,8 +713,19 @@ module Aws::CloudFormation
|
|
|
671
713
|
|
|
672
714
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
|
673
715
|
|
|
716
|
+
Annotation.add_member(:annotation_name, Shapes::ShapeRef.new(shape: AnnotationName, location_name: "AnnotationName"))
|
|
717
|
+
Annotation.add_member(:status, Shapes::ShapeRef.new(shape: AnnotationStatus, location_name: "Status"))
|
|
718
|
+
Annotation.add_member(:status_message, Shapes::ShapeRef.new(shape: RemediationMessageStatusMessage, location_name: "StatusMessage"))
|
|
719
|
+
Annotation.add_member(:remediation_message, Shapes::ShapeRef.new(shape: RemediationMessageRemediationMessage, location_name: "RemediationMessage"))
|
|
720
|
+
Annotation.add_member(:remediation_link, Shapes::ShapeRef.new(shape: AnnotationRemediationLink, location_name: "RemediationLink"))
|
|
721
|
+
Annotation.add_member(:severity_level, Shapes::ShapeRef.new(shape: AnnotationSeverityLevel, location_name: "SeverityLevel"))
|
|
722
|
+
Annotation.struct_class = Types::Annotation
|
|
723
|
+
|
|
724
|
+
AnnotationList.member = Shapes::ShapeRef.new(shape: Annotation)
|
|
725
|
+
|
|
674
726
|
AutoDeployment.add_member(:enabled, Shapes::ShapeRef.new(shape: AutoDeploymentNullable, location_name: "Enabled"))
|
|
675
727
|
AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
|
|
728
|
+
AutoDeployment.add_member(:depends_on, Shapes::ShapeRef.new(shape: StackSetARNList, location_name: "DependsOn"))
|
|
676
729
|
AutoDeployment.struct_class = Types::AutoDeployment
|
|
677
730
|
|
|
678
731
|
BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
|
@@ -773,6 +826,7 @@ module Aws::CloudFormation
|
|
|
773
826
|
CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
|
774
827
|
CreateChangeSetInput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
775
828
|
CreateChangeSetInput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
|
829
|
+
CreateChangeSetInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "DeploymentMode"))
|
|
776
830
|
CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
|
|
777
831
|
|
|
778
832
|
CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
|
|
@@ -822,6 +876,7 @@ module Aws::CloudFormation
|
|
|
822
876
|
CreateStackInstancesOutput.struct_class = Types::CreateStackInstancesOutput
|
|
823
877
|
|
|
824
878
|
CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
879
|
+
CreateStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
825
880
|
CreateStackOutput.struct_class = Types::CreateStackOutput
|
|
826
881
|
|
|
827
882
|
CreateStackRefactorInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -953,6 +1008,7 @@ module Aws::CloudFormation
|
|
|
953
1008
|
DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
|
|
954
1009
|
DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
|
|
955
1010
|
DescribeChangeSetOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
|
|
1011
|
+
DescribeChangeSetOutput.add_member(:stack_drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, location_name: "StackDriftStatus"))
|
|
956
1012
|
DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
|
|
957
1013
|
DescribeChangeSetOutput.add_member(:rollback_configuration, Shapes::ShapeRef.new(shape: RollbackConfiguration, location_name: "RollbackConfiguration"))
|
|
958
1014
|
DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
@@ -964,8 +1020,20 @@ module Aws::CloudFormation
|
|
|
964
1020
|
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
|
965
1021
|
DescribeChangeSetOutput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
966
1022
|
DescribeChangeSetOutput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
|
1023
|
+
DescribeChangeSetOutput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "DeploymentMode"))
|
|
967
1024
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
|
968
1025
|
|
|
1026
|
+
DescribeEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
1027
|
+
DescribeEventsInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, location_name: "ChangeSetName"))
|
|
1028
|
+
DescribeEventsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1029
|
+
DescribeEventsInput.add_member(:filters, Shapes::ShapeRef.new(shape: EventFilter, location_name: "Filters"))
|
|
1030
|
+
DescribeEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1031
|
+
DescribeEventsInput.struct_class = Types::DescribeEventsInput
|
|
1032
|
+
|
|
1033
|
+
DescribeEventsOutput.add_member(:operation_events, Shapes::ShapeRef.new(shape: OperationEvents, location_name: "OperationEvents"))
|
|
1034
|
+
DescribeEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1035
|
+
DescribeEventsOutput.struct_class = Types::DescribeEventsOutput
|
|
1036
|
+
|
|
969
1037
|
DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
|
970
1038
|
DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
|
|
971
1039
|
|
|
@@ -1024,7 +1092,7 @@ module Aws::CloudFormation
|
|
|
1024
1092
|
DescribeStackDriftDetectionStatusOutput.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
|
1025
1093
|
DescribeStackDriftDetectionStatusOutput.struct_class = Types::DescribeStackDriftDetectionStatusOutput
|
|
1026
1094
|
|
|
1027
|
-
DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
|
1095
|
+
DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
1028
1096
|
DescribeStackEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1029
1097
|
DescribeStackEventsInput.struct_class = Types::DescribeStackEventsInput
|
|
1030
1098
|
|
|
@@ -1178,6 +1246,9 @@ module Aws::CloudFormation
|
|
|
1178
1246
|
EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
|
|
1179
1247
|
EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
|
|
1180
1248
|
|
|
1249
|
+
EventFilter.add_member(:failed_events, Shapes::ShapeRef.new(shape: FailedEventsFilter, location_name: "FailedEvents"))
|
|
1250
|
+
EventFilter.struct_class = Types::EventFilter
|
|
1251
|
+
|
|
1181
1252
|
ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
|
1182
1253
|
ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
1183
1254
|
ExecuteChangeSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
|
@@ -1207,6 +1278,24 @@ module Aws::CloudFormation
|
|
|
1207
1278
|
GetGeneratedTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
|
1208
1279
|
GetGeneratedTemplateOutput.struct_class = Types::GetGeneratedTemplateOutput
|
|
1209
1280
|
|
|
1281
|
+
GetHookResultInput.add_member(:hook_result_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookResultId"))
|
|
1282
|
+
GetHookResultInput.struct_class = Types::GetHookResultInput
|
|
1283
|
+
|
|
1284
|
+
GetHookResultOutput.add_member(:hook_result_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookResultId"))
|
|
1285
|
+
GetHookResultOutput.add_member(:invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "InvocationPoint"))
|
|
1286
|
+
GetHookResultOutput.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "FailureMode"))
|
|
1287
|
+
GetHookResultOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "TypeName"))
|
|
1288
|
+
GetHookResultOutput.add_member(:original_type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "OriginalTypeName"))
|
|
1289
|
+
GetHookResultOutput.add_member(:type_version_id, Shapes::ShapeRef.new(shape: HookTypeVersionId, location_name: "TypeVersionId"))
|
|
1290
|
+
GetHookResultOutput.add_member(:type_configuration_version_id, Shapes::ShapeRef.new(shape: HookTypeConfigurationVersionId, location_name: "TypeConfigurationVersionId"))
|
|
1291
|
+
GetHookResultOutput.add_member(:type_arn, Shapes::ShapeRef.new(shape: HookTypeArn, location_name: "TypeArn"))
|
|
1292
|
+
GetHookResultOutput.add_member(:status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "Status"))
|
|
1293
|
+
GetHookResultOutput.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1294
|
+
GetHookResultOutput.add_member(:invoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InvokedAt"))
|
|
1295
|
+
GetHookResultOutput.add_member(:target, Shapes::ShapeRef.new(shape: HookTarget, location_name: "Target"))
|
|
1296
|
+
GetHookResultOutput.add_member(:annotations, Shapes::ShapeRef.new(shape: AnnotationList, location_name: "Annotations"))
|
|
1297
|
+
GetHookResultOutput.struct_class = Types::GetHookResultOutput
|
|
1298
|
+
|
|
1210
1299
|
GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
1211
1300
|
GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
|
|
1212
1301
|
|
|
@@ -1246,6 +1335,7 @@ module Aws::CloudFormation
|
|
|
1246
1335
|
|
|
1247
1336
|
HookResultSummaries.member = Shapes::ShapeRef.new(shape: HookResultSummary)
|
|
1248
1337
|
|
|
1338
|
+
HookResultSummary.add_member(:hook_result_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookResultId"))
|
|
1249
1339
|
HookResultSummary.add_member(:invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "InvocationPoint"))
|
|
1250
1340
|
HookResultSummary.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "FailureMode"))
|
|
1251
1341
|
HookResultSummary.add_member(:type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "TypeName"))
|
|
@@ -1253,8 +1343,19 @@ module Aws::CloudFormation
|
|
|
1253
1343
|
HookResultSummary.add_member(:type_configuration_version_id, Shapes::ShapeRef.new(shape: HookTypeConfigurationVersionId, location_name: "TypeConfigurationVersionId"))
|
|
1254
1344
|
HookResultSummary.add_member(:status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "Status"))
|
|
1255
1345
|
HookResultSummary.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1346
|
+
HookResultSummary.add_member(:invoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InvokedAt"))
|
|
1347
|
+
HookResultSummary.add_member(:target_type, Shapes::ShapeRef.new(shape: ListHookResultsTargetType, location_name: "TargetType"))
|
|
1348
|
+
HookResultSummary.add_member(:target_id, Shapes::ShapeRef.new(shape: HookResultId, location_name: "TargetId"))
|
|
1349
|
+
HookResultSummary.add_member(:type_arn, Shapes::ShapeRef.new(shape: HookTypeArn, location_name: "TypeArn"))
|
|
1350
|
+
HookResultSummary.add_member(:hook_execution_target, Shapes::ShapeRef.new(shape: HookResultId, location_name: "HookExecutionTarget"))
|
|
1256
1351
|
HookResultSummary.struct_class = Types::HookResultSummary
|
|
1257
1352
|
|
|
1353
|
+
HookTarget.add_member(:target_type, Shapes::ShapeRef.new(shape: HookTargetType, required: true, location_name: "TargetType"))
|
|
1354
|
+
HookTarget.add_member(:target_type_name, Shapes::ShapeRef.new(shape: HookTargetTypeName, required: true, location_name: "TargetTypeName"))
|
|
1355
|
+
HookTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: HookTargetId, required: true, location_name: "TargetId"))
|
|
1356
|
+
HookTarget.add_member(:action, Shapes::ShapeRef.new(shape: HookTargetAction, required: true, location_name: "Action"))
|
|
1357
|
+
HookTarget.struct_class = Types::HookTarget
|
|
1358
|
+
|
|
1258
1359
|
ImportStacksToStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
|
1259
1360
|
ImportStacksToStackSetInput.add_member(:stack_ids, Shapes::ShapeRef.new(shape: StackIdList, location_name: "StackIds"))
|
|
1260
1361
|
ImportStacksToStackSetInput.add_member(:stack_ids_url, Shapes::ShapeRef.new(shape: StackIdsUrl, location_name: "StackIdsUrl"))
|
|
@@ -1282,6 +1383,8 @@ module Aws::CloudFormation
|
|
|
1282
1383
|
JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
|
|
1283
1384
|
JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
|
|
1284
1385
|
|
|
1386
|
+
LastOperations.member = Shapes::ShapeRef.new(shape: OperationEntry)
|
|
1387
|
+
|
|
1285
1388
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
1286
1389
|
|
|
1287
1390
|
ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
|
@@ -1307,8 +1410,10 @@ module Aws::CloudFormation
|
|
|
1307
1410
|
ListGeneratedTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1308
1411
|
ListGeneratedTemplatesOutput.struct_class = Types::ListGeneratedTemplatesOutput
|
|
1309
1412
|
|
|
1310
|
-
ListHookResultsInput.add_member(:target_type, Shapes::ShapeRef.new(shape: ListHookResultsTargetType,
|
|
1311
|
-
ListHookResultsInput.add_member(:target_id, Shapes::ShapeRef.new(shape: HookResultId,
|
|
1413
|
+
ListHookResultsInput.add_member(:target_type, Shapes::ShapeRef.new(shape: ListHookResultsTargetType, location_name: "TargetType"))
|
|
1414
|
+
ListHookResultsInput.add_member(:target_id, Shapes::ShapeRef.new(shape: HookResultId, location_name: "TargetId"))
|
|
1415
|
+
ListHookResultsInput.add_member(:type_arn, Shapes::ShapeRef.new(shape: HookTypeArn, location_name: "TypeArn"))
|
|
1416
|
+
ListHookResultsInput.add_member(:status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "Status"))
|
|
1312
1417
|
ListHookResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1313
1418
|
ListHookResultsInput.struct_class = Types::ListHookResultsInput
|
|
1314
1419
|
|
|
@@ -1499,6 +1604,11 @@ module Aws::CloudFormation
|
|
|
1499
1604
|
ListTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1500
1605
|
ListTypesOutput.struct_class = Types::ListTypesOutput
|
|
1501
1606
|
|
|
1607
|
+
LiveResourceDrift.add_member(:previous_value, Shapes::ShapeRef.new(shape: ResourceDriftPreviousValue, location_name: "PreviousValue"))
|
|
1608
|
+
LiveResourceDrift.add_member(:actual_value, Shapes::ShapeRef.new(shape: ResourceDriftActualValue, location_name: "ActualValue"))
|
|
1609
|
+
LiveResourceDrift.add_member(:drift_detection_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DriftDetectionTimestamp"))
|
|
1610
|
+
LiveResourceDrift.struct_class = Types::LiveResourceDrift
|
|
1611
|
+
|
|
1502
1612
|
LoggingConfig.add_member(:log_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "LogRoleArn"))
|
|
1503
1613
|
LoggingConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "LogGroupName"))
|
|
1504
1614
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
@@ -1516,6 +1626,41 @@ module Aws::CloudFormation
|
|
|
1516
1626
|
|
|
1517
1627
|
NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
|
|
1518
1628
|
|
|
1629
|
+
OperationEntry.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, location_name: "OperationType"))
|
|
1630
|
+
OperationEntry.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1631
|
+
OperationEntry.struct_class = Types::OperationEntry
|
|
1632
|
+
|
|
1633
|
+
OperationEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "EventId"))
|
|
1634
|
+
OperationEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
1635
|
+
OperationEvent.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1636
|
+
OperationEvent.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, location_name: "OperationType"))
|
|
1637
|
+
OperationEvent.add_member(:operation_status, Shapes::ShapeRef.new(shape: BeaconStackOperationStatus, location_name: "OperationStatus"))
|
|
1638
|
+
OperationEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
|
1639
|
+
OperationEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1640
|
+
OperationEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1641
|
+
OperationEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1642
|
+
OperationEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
|
1643
|
+
OperationEvent.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
1644
|
+
OperationEvent.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
1645
|
+
OperationEvent.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "ResourceStatus"))
|
|
1646
|
+
OperationEvent.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
|
1647
|
+
OperationEvent.add_member(:resource_properties, Shapes::ShapeRef.new(shape: ResourceProperties, location_name: "ResourceProperties"))
|
|
1648
|
+
OperationEvent.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
|
1649
|
+
OperationEvent.add_member(:hook_type, Shapes::ShapeRef.new(shape: HookType, location_name: "HookType"))
|
|
1650
|
+
OperationEvent.add_member(:hook_status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "HookStatus"))
|
|
1651
|
+
OperationEvent.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1652
|
+
OperationEvent.add_member(:hook_invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "HookInvocationPoint"))
|
|
1653
|
+
OperationEvent.add_member(:hook_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "HookFailureMode"))
|
|
1654
|
+
OperationEvent.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
|
1655
|
+
OperationEvent.add_member(:validation_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "ValidationFailureMode"))
|
|
1656
|
+
OperationEvent.add_member(:validation_name, Shapes::ShapeRef.new(shape: ValidationName, location_name: "ValidationName"))
|
|
1657
|
+
OperationEvent.add_member(:validation_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "ValidationStatus"))
|
|
1658
|
+
OperationEvent.add_member(:validation_status_reason, Shapes::ShapeRef.new(shape: ValidationStatusReason, location_name: "ValidationStatusReason"))
|
|
1659
|
+
OperationEvent.add_member(:validation_path, Shapes::ShapeRef.new(shape: ValidationPath, location_name: "ValidationPath"))
|
|
1660
|
+
OperationEvent.struct_class = Types::OperationEvent
|
|
1661
|
+
|
|
1662
|
+
OperationEvents.member = Shapes::ShapeRef.new(shape: OperationEvent)
|
|
1663
|
+
|
|
1519
1664
|
OperationIdAlreadyExistsException.struct_class = Types::OperationIdAlreadyExistsException
|
|
1520
1665
|
|
|
1521
1666
|
OperationInProgressException.struct_class = Types::OperationInProgressException
|
|
@@ -1634,11 +1779,14 @@ module Aws::CloudFormation
|
|
|
1634
1779
|
ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1635
1780
|
ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
|
|
1636
1781
|
ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
|
1782
|
+
ResourceChange.add_member(:resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, location_name: "ResourceDriftStatus"))
|
|
1783
|
+
ResourceChange.add_member(:resource_drift_ignored_attributes, Shapes::ShapeRef.new(shape: ResourceDriftIgnoredAttributes, location_name: "ResourceDriftIgnoredAttributes"))
|
|
1637
1784
|
ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
|
|
1638
1785
|
ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
|
1639
1786
|
ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
|
1640
1787
|
ResourceChange.add_member(:before_context, Shapes::ShapeRef.new(shape: BeforeContext, location_name: "BeforeContext"))
|
|
1641
1788
|
ResourceChange.add_member(:after_context, Shapes::ShapeRef.new(shape: AfterContext, location_name: "AfterContext"))
|
|
1789
|
+
ResourceChange.add_member(:previous_deployment_context, Shapes::ShapeRef.new(shape: PreviousDeploymentContext, location_name: "PreviousDeploymentContext"))
|
|
1642
1790
|
ResourceChange.struct_class = Types::ResourceChange
|
|
1643
1791
|
|
|
1644
1792
|
ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
|
|
@@ -1666,6 +1814,12 @@ module Aws::CloudFormation
|
|
|
1666
1814
|
|
|
1667
1815
|
ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
|
|
1668
1816
|
|
|
1817
|
+
ResourceDriftIgnoredAttribute.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
|
1818
|
+
ResourceDriftIgnoredAttribute.add_member(:reason, Shapes::ShapeRef.new(shape: DriftIgnoredReason, location_name: "Reason"))
|
|
1819
|
+
ResourceDriftIgnoredAttribute.struct_class = Types::ResourceDriftIgnoredAttribute
|
|
1820
|
+
|
|
1821
|
+
ResourceDriftIgnoredAttributes.member = Shapes::ShapeRef.new(shape: ResourceDriftIgnoredAttribute)
|
|
1822
|
+
|
|
1669
1823
|
ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
|
1670
1824
|
ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
|
|
1671
1825
|
|
|
@@ -1711,6 +1865,9 @@ module Aws::CloudFormation
|
|
|
1711
1865
|
ResourceTargetDefinition.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
|
1712
1866
|
ResourceTargetDefinition.add_member(:before_value, Shapes::ShapeRef.new(shape: BeforeValue, location_name: "BeforeValue"))
|
|
1713
1867
|
ResourceTargetDefinition.add_member(:after_value, Shapes::ShapeRef.new(shape: AfterValue, location_name: "AfterValue"))
|
|
1868
|
+
ResourceTargetDefinition.add_member(:before_value_from, Shapes::ShapeRef.new(shape: BeforeValueFrom, location_name: "BeforeValueFrom"))
|
|
1869
|
+
ResourceTargetDefinition.add_member(:after_value_from, Shapes::ShapeRef.new(shape: AfterValueFrom, location_name: "AfterValueFrom"))
|
|
1870
|
+
ResourceTargetDefinition.add_member(:drift, Shapes::ShapeRef.new(shape: LiveResourceDrift, location_name: "Drift"))
|
|
1714
1871
|
ResourceTargetDefinition.add_member(:attribute_change_type, Shapes::ShapeRef.new(shape: AttributeChangeType, location_name: "AttributeChangeType"))
|
|
1715
1872
|
ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
|
|
1716
1873
|
|
|
@@ -1740,6 +1897,7 @@ module Aws::CloudFormation
|
|
|
1740
1897
|
RollbackStackInput.struct_class = Types::RollbackStackInput
|
|
1741
1898
|
|
|
1742
1899
|
RollbackStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
1900
|
+
RollbackStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1743
1901
|
RollbackStackOutput.struct_class = Types::RollbackStackOutput
|
|
1744
1902
|
|
|
1745
1903
|
RollbackTrigger.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
|
@@ -1822,6 +1980,7 @@ module Aws::CloudFormation
|
|
|
1822
1980
|
Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
|
1823
1981
|
Stack.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
|
|
1824
1982
|
Stack.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
|
1983
|
+
Stack.add_member(:last_operations, Shapes::ShapeRef.new(shape: LastOperations, location_name: "LastOperations"))
|
|
1825
1984
|
Stack.struct_class = Types::Stack
|
|
1826
1985
|
|
|
1827
1986
|
StackDefinition.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
|
@@ -1842,6 +2001,7 @@ module Aws::CloudFormation
|
|
|
1842
2001
|
StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
|
1843
2002
|
StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
|
1844
2003
|
StackEvent.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
2004
|
+
StackEvent.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1845
2005
|
StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1846
2006
|
StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1847
2007
|
StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
@@ -1854,6 +2014,7 @@ module Aws::CloudFormation
|
|
|
1854
2014
|
StackEvent.add_member(:hook_status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "HookStatus"))
|
|
1855
2015
|
StackEvent.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1856
2016
|
StackEvent.add_member(:hook_invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "HookInvocationPoint"))
|
|
2017
|
+
StackEvent.add_member(:hook_invocation_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookInvocationId"))
|
|
1857
2018
|
StackEvent.add_member(:hook_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "HookFailureMode"))
|
|
1858
2019
|
StackEvent.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
|
1859
2020
|
StackEvent.struct_class = Types::StackEvent
|
|
@@ -2036,6 +2197,8 @@ module Aws::CloudFormation
|
|
|
2036
2197
|
StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
|
2037
2198
|
StackSet.struct_class = Types::StackSet
|
|
2038
2199
|
|
|
2200
|
+
StackSetARNList.member = Shapes::ShapeRef.new(shape: StackSetARN)
|
|
2201
|
+
|
|
2039
2202
|
StackSetAutoDeploymentTargetSummaries.member = Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummary)
|
|
2040
2203
|
|
|
2041
2204
|
StackSetAutoDeploymentTargetSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
|
@@ -2134,6 +2297,7 @@ module Aws::CloudFormation
|
|
|
2134
2297
|
StackSummary.add_member(:parent_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ParentId"))
|
|
2135
2298
|
StackSummary.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
|
|
2136
2299
|
StackSummary.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackDriftInformationSummary, location_name: "DriftInformation"))
|
|
2300
|
+
StackSummary.add_member(:last_operations, Shapes::ShapeRef.new(shape: LastOperations, location_name: "LastOperations"))
|
|
2137
2301
|
StackSummary.struct_class = Types::StackSummary
|
|
2138
2302
|
|
|
2139
2303
|
Stacks.member = Shapes::ShapeRef.new(shape: Stack)
|
|
@@ -2315,6 +2479,7 @@ module Aws::CloudFormation
|
|
|
2315
2479
|
UpdateStackInstancesOutput.struct_class = Types::UpdateStackInstancesOutput
|
|
2316
2480
|
|
|
2317
2481
|
UpdateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
2482
|
+
UpdateStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
2318
2483
|
UpdateStackOutput.struct_class = Types::UpdateStackOutput
|
|
2319
2484
|
|
|
2320
2485
|
UpdateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
|
@@ -2610,6 +2775,11 @@ module Aws::CloudFormation
|
|
|
2610
2775
|
o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
|
|
2611
2776
|
o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
|
|
2612
2777
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2778
|
+
o[:pager] = Aws::Pager.new(
|
|
2779
|
+
tokens: {
|
|
2780
|
+
"next_token" => "next_token"
|
|
2781
|
+
}
|
|
2782
|
+
)
|
|
2613
2783
|
end)
|
|
2614
2784
|
|
|
2615
2785
|
api.add_operation(:describe_change_set_hooks, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2621,6 +2791,19 @@ module Aws::CloudFormation
|
|
|
2621
2791
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2622
2792
|
end)
|
|
2623
2793
|
|
|
2794
|
+
api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
|
|
2795
|
+
o.name = "DescribeEvents"
|
|
2796
|
+
o.http_method = "POST"
|
|
2797
|
+
o.http_request_uri = "/"
|
|
2798
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventsInput)
|
|
2799
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEventsOutput)
|
|
2800
|
+
o[:pager] = Aws::Pager.new(
|
|
2801
|
+
tokens: {
|
|
2802
|
+
"next_token" => "next_token"
|
|
2803
|
+
}
|
|
2804
|
+
)
|
|
2805
|
+
end)
|
|
2806
|
+
|
|
2624
2807
|
api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
|
2625
2808
|
o.name = "DescribeGeneratedTemplate"
|
|
2626
2809
|
o.http_method = "POST"
|
|
@@ -2843,6 +3026,15 @@ module Aws::CloudFormation
|
|
|
2843
3026
|
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
|
2844
3027
|
end)
|
|
2845
3028
|
|
|
3029
|
+
api.add_operation(:get_hook_result, Seahorse::Model::Operation.new.tap do |o|
|
|
3030
|
+
o.name = "GetHookResult"
|
|
3031
|
+
o.http_method = "POST"
|
|
3032
|
+
o.http_request_uri = "/"
|
|
3033
|
+
o.input = Shapes::ShapeRef.new(shape: GetHookResultInput)
|
|
3034
|
+
o.output = Shapes::ShapeRef.new(shape: GetHookResultOutput)
|
|
3035
|
+
o.errors << Shapes::ShapeRef.new(shape: HookResultNotFoundException)
|
|
3036
|
+
end)
|
|
3037
|
+
|
|
2846
3038
|
api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
2847
3039
|
o.name = "GetStackPolicy"
|
|
2848
3040
|
o.http_method = "POST"
|
|
@@ -13,22 +13,22 @@ module Aws::CloudFormation
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
|
@@ -69,7 +69,6 @@ module Aws::CloudFormation
|
|
|
69
69
|
#
|
|
70
70
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
|
71
71
|
# if they are not defined above.
|
|
72
|
-
# Some existing error classes may use a different class name than the one documented.
|
|
73
72
|
module Errors
|
|
74
73
|
|
|
75
74
|
extend Aws::Errors::DynamicErrors
|