aws-sdk-cloudformation 1.143.0 → 1.145.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +345 -131
- data/lib/aws-sdk-cloudformation/client_api.rb +178 -1
- data/lib/aws-sdk-cloudformation/event.rb +7 -0
- data/lib/aws-sdk-cloudformation/resource.rb +4 -11
- data/lib/aws-sdk-cloudformation/stack.rb +24 -16
- data/lib/aws-sdk-cloudformation/types.rb +745 -144
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +50 -5
- data/sig/event.rbs +3 -0
- data/sig/stack.rbs +3 -0
- data/sig/types.rbs +135 -10
- metadata +1 -1
|
@@ -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')
|
|
@@ -210,6 +228,9 @@ module Aws::CloudFormation
|
|
|
210
228
|
HookResultSummary = Shapes::StructureShape.new(name: 'HookResultSummary')
|
|
211
229
|
HookStatus = Shapes::StringShape.new(name: 'HookStatus')
|
|
212
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')
|
|
213
234
|
HookTargetType = Shapes::StringShape.new(name: 'HookTargetType')
|
|
214
235
|
HookTargetTypeName = Shapes::StringShape.new(name: 'HookTargetTypeName')
|
|
215
236
|
HookType = Shapes::StringShape.new(name: 'HookType')
|
|
@@ -238,6 +259,7 @@ module Aws::CloudFormation
|
|
|
238
259
|
JazzResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyKey')
|
|
239
260
|
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
|
240
261
|
Key = Shapes::StringShape.new(name: 'Key')
|
|
262
|
+
LastOperations = Shapes::ListShape.new(name: 'LastOperations')
|
|
241
263
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
|
242
264
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
|
|
243
265
|
LimitName = Shapes::StringShape.new(name: 'LimitName')
|
|
@@ -285,6 +307,7 @@ module Aws::CloudFormation
|
|
|
285
307
|
ListTypeVersionsOutput = Shapes::StructureShape.new(name: 'ListTypeVersionsOutput')
|
|
286
308
|
ListTypesInput = Shapes::StructureShape.new(name: 'ListTypesInput')
|
|
287
309
|
ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
|
|
310
|
+
LiveResourceDrift = Shapes::StructureShape.new(name: 'LiveResourceDrift')
|
|
288
311
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
289
312
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
|
290
313
|
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
|
@@ -308,6 +331,10 @@ module Aws::CloudFormation
|
|
|
308
331
|
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
|
309
332
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
|
310
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')
|
|
311
338
|
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code" => "OperationIdAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
|
312
339
|
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code" => "OperationInProgressException", "httpStatusCode" => 409, "senderFault" => true})
|
|
313
340
|
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code" => "OperationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
|
@@ -317,6 +344,7 @@ module Aws::CloudFormation
|
|
|
317
344
|
OperationResultFilters = Shapes::ListShape.new(name: 'OperationResultFilters')
|
|
318
345
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
|
319
346
|
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code" => "ConditionalCheckFailed", "httpStatusCode" => 400, "senderFault" => true})
|
|
347
|
+
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
|
320
348
|
OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
|
|
321
349
|
OrganizationStatus = Shapes::StringShape.new(name: 'OrganizationStatus')
|
|
322
350
|
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
|
@@ -339,6 +367,7 @@ module Aws::CloudFormation
|
|
|
339
367
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
|
340
368
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
|
341
369
|
PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
|
|
370
|
+
PreviousDeploymentContext = Shapes::StringShape.new(name: 'PreviousDeploymentContext')
|
|
342
371
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
|
343
372
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
|
344
373
|
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
|
@@ -371,6 +400,8 @@ module Aws::CloudFormation
|
|
|
371
400
|
RegistrationTokenList = Shapes::ListShape.new(name: 'RegistrationTokenList')
|
|
372
401
|
RegistryType = Shapes::StringShape.new(name: 'RegistryType')
|
|
373
402
|
RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
|
|
403
|
+
RemediationMessageRemediationMessage = Shapes::StringShape.new(name: 'RemediationMessageRemediationMessage')
|
|
404
|
+
RemediationMessageStatusMessage = Shapes::StringShape.new(name: 'RemediationMessageStatusMessage')
|
|
374
405
|
Replacement = Shapes::StringShape.new(name: 'Replacement')
|
|
375
406
|
RequestToken = Shapes::StringShape.new(name: 'RequestToken')
|
|
376
407
|
RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
|
|
@@ -385,6 +416,10 @@ module Aws::CloudFormation
|
|
|
385
416
|
ResourceDefinitions = Shapes::ListShape.new(name: 'ResourceDefinitions')
|
|
386
417
|
ResourceDetail = Shapes::StructureShape.new(name: 'ResourceDetail')
|
|
387
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')
|
|
388
423
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
|
389
424
|
ResourceIdentifierProperties = Shapes::MapShape.new(name: 'ResourceIdentifierProperties')
|
|
390
425
|
ResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyKey')
|
|
@@ -627,6 +662,10 @@ module Aws::CloudFormation
|
|
|
627
662
|
UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
|
|
628
663
|
ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
|
|
629
664
|
ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
|
|
665
|
+
ValidationName = Shapes::StringShape.new(name: 'ValidationName')
|
|
666
|
+
ValidationPath = Shapes::StringShape.new(name: 'ValidationPath')
|
|
667
|
+
ValidationStatus = Shapes::StringShape.new(name: 'ValidationStatus')
|
|
668
|
+
ValidationStatusReason = Shapes::StringShape.new(name: 'ValidationStatusReason')
|
|
630
669
|
Value = Shapes::StringShape.new(name: 'Value')
|
|
631
670
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
632
671
|
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
|
@@ -673,6 +712,16 @@ module Aws::CloudFormation
|
|
|
673
712
|
|
|
674
713
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
|
675
714
|
|
|
715
|
+
Annotation.add_member(:annotation_name, Shapes::ShapeRef.new(shape: AnnotationName, location_name: "AnnotationName"))
|
|
716
|
+
Annotation.add_member(:status, Shapes::ShapeRef.new(shape: AnnotationStatus, location_name: "Status"))
|
|
717
|
+
Annotation.add_member(:status_message, Shapes::ShapeRef.new(shape: RemediationMessageStatusMessage, location_name: "StatusMessage"))
|
|
718
|
+
Annotation.add_member(:remediation_message, Shapes::ShapeRef.new(shape: RemediationMessageRemediationMessage, location_name: "RemediationMessage"))
|
|
719
|
+
Annotation.add_member(:remediation_link, Shapes::ShapeRef.new(shape: AnnotationRemediationLink, location_name: "RemediationLink"))
|
|
720
|
+
Annotation.add_member(:severity_level, Shapes::ShapeRef.new(shape: AnnotationSeverityLevel, location_name: "SeverityLevel"))
|
|
721
|
+
Annotation.struct_class = Types::Annotation
|
|
722
|
+
|
|
723
|
+
AnnotationList.member = Shapes::ShapeRef.new(shape: Annotation)
|
|
724
|
+
|
|
676
725
|
AutoDeployment.add_member(:enabled, Shapes::ShapeRef.new(shape: AutoDeploymentNullable, location_name: "Enabled"))
|
|
677
726
|
AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
|
|
678
727
|
AutoDeployment.struct_class = Types::AutoDeployment
|
|
@@ -775,6 +824,7 @@ module Aws::CloudFormation
|
|
|
775
824
|
CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
|
776
825
|
CreateChangeSetInput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
777
826
|
CreateChangeSetInput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
|
827
|
+
CreateChangeSetInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "DeploymentMode"))
|
|
778
828
|
CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
|
|
779
829
|
|
|
780
830
|
CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
|
|
@@ -824,6 +874,7 @@ module Aws::CloudFormation
|
|
|
824
874
|
CreateStackInstancesOutput.struct_class = Types::CreateStackInstancesOutput
|
|
825
875
|
|
|
826
876
|
CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
877
|
+
CreateStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
827
878
|
CreateStackOutput.struct_class = Types::CreateStackOutput
|
|
828
879
|
|
|
829
880
|
CreateStackRefactorInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -955,6 +1006,7 @@ module Aws::CloudFormation
|
|
|
955
1006
|
DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
|
|
956
1007
|
DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
|
|
957
1008
|
DescribeChangeSetOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
|
|
1009
|
+
DescribeChangeSetOutput.add_member(:stack_drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, location_name: "StackDriftStatus"))
|
|
958
1010
|
DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
|
|
959
1011
|
DescribeChangeSetOutput.add_member(:rollback_configuration, Shapes::ShapeRef.new(shape: RollbackConfiguration, location_name: "RollbackConfiguration"))
|
|
960
1012
|
DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
@@ -966,8 +1018,20 @@ module Aws::CloudFormation
|
|
|
966
1018
|
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
|
967
1019
|
DescribeChangeSetOutput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
968
1020
|
DescribeChangeSetOutput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
|
1021
|
+
DescribeChangeSetOutput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "DeploymentMode"))
|
|
969
1022
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
|
970
1023
|
|
|
1024
|
+
DescribeEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
1025
|
+
DescribeEventsInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, location_name: "ChangeSetName"))
|
|
1026
|
+
DescribeEventsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1027
|
+
DescribeEventsInput.add_member(:filters, Shapes::ShapeRef.new(shape: EventFilter, location_name: "Filters"))
|
|
1028
|
+
DescribeEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1029
|
+
DescribeEventsInput.struct_class = Types::DescribeEventsInput
|
|
1030
|
+
|
|
1031
|
+
DescribeEventsOutput.add_member(:operation_events, Shapes::ShapeRef.new(shape: OperationEvents, location_name: "OperationEvents"))
|
|
1032
|
+
DescribeEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1033
|
+
DescribeEventsOutput.struct_class = Types::DescribeEventsOutput
|
|
1034
|
+
|
|
971
1035
|
DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
|
972
1036
|
DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
|
|
973
1037
|
|
|
@@ -1026,7 +1090,7 @@ module Aws::CloudFormation
|
|
|
1026
1090
|
DescribeStackDriftDetectionStatusOutput.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
|
1027
1091
|
DescribeStackDriftDetectionStatusOutput.struct_class = Types::DescribeStackDriftDetectionStatusOutput
|
|
1028
1092
|
|
|
1029
|
-
DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
|
1093
|
+
DescribeStackEventsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
1030
1094
|
DescribeStackEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1031
1095
|
DescribeStackEventsInput.struct_class = Types::DescribeStackEventsInput
|
|
1032
1096
|
|
|
@@ -1180,6 +1244,9 @@ module Aws::CloudFormation
|
|
|
1180
1244
|
EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
|
|
1181
1245
|
EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
|
|
1182
1246
|
|
|
1247
|
+
EventFilter.add_member(:failed_events, Shapes::ShapeRef.new(shape: FailedEventsFilter, location_name: "FailedEvents"))
|
|
1248
|
+
EventFilter.struct_class = Types::EventFilter
|
|
1249
|
+
|
|
1183
1250
|
ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
|
1184
1251
|
ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
1185
1252
|
ExecuteChangeSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
|
@@ -1209,6 +1276,24 @@ module Aws::CloudFormation
|
|
|
1209
1276
|
GetGeneratedTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
|
1210
1277
|
GetGeneratedTemplateOutput.struct_class = Types::GetGeneratedTemplateOutput
|
|
1211
1278
|
|
|
1279
|
+
GetHookResultInput.add_member(:hook_result_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookResultId"))
|
|
1280
|
+
GetHookResultInput.struct_class = Types::GetHookResultInput
|
|
1281
|
+
|
|
1282
|
+
GetHookResultOutput.add_member(:hook_result_id, Shapes::ShapeRef.new(shape: HookInvocationId, location_name: "HookResultId"))
|
|
1283
|
+
GetHookResultOutput.add_member(:invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "InvocationPoint"))
|
|
1284
|
+
GetHookResultOutput.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "FailureMode"))
|
|
1285
|
+
GetHookResultOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "TypeName"))
|
|
1286
|
+
GetHookResultOutput.add_member(:original_type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "OriginalTypeName"))
|
|
1287
|
+
GetHookResultOutput.add_member(:type_version_id, Shapes::ShapeRef.new(shape: HookTypeVersionId, location_name: "TypeVersionId"))
|
|
1288
|
+
GetHookResultOutput.add_member(:type_configuration_version_id, Shapes::ShapeRef.new(shape: HookTypeConfigurationVersionId, location_name: "TypeConfigurationVersionId"))
|
|
1289
|
+
GetHookResultOutput.add_member(:type_arn, Shapes::ShapeRef.new(shape: HookTypeArn, location_name: "TypeArn"))
|
|
1290
|
+
GetHookResultOutput.add_member(:status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "Status"))
|
|
1291
|
+
GetHookResultOutput.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1292
|
+
GetHookResultOutput.add_member(:invoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InvokedAt"))
|
|
1293
|
+
GetHookResultOutput.add_member(:target, Shapes::ShapeRef.new(shape: HookTarget, location_name: "Target"))
|
|
1294
|
+
GetHookResultOutput.add_member(:annotations, Shapes::ShapeRef.new(shape: AnnotationList, location_name: "Annotations"))
|
|
1295
|
+
GetHookResultOutput.struct_class = Types::GetHookResultOutput
|
|
1296
|
+
|
|
1212
1297
|
GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
1213
1298
|
GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
|
|
1214
1299
|
|
|
@@ -1263,6 +1348,12 @@ module Aws::CloudFormation
|
|
|
1263
1348
|
HookResultSummary.add_member(:hook_execution_target, Shapes::ShapeRef.new(shape: HookResultId, location_name: "HookExecutionTarget"))
|
|
1264
1349
|
HookResultSummary.struct_class = Types::HookResultSummary
|
|
1265
1350
|
|
|
1351
|
+
HookTarget.add_member(:target_type, Shapes::ShapeRef.new(shape: HookTargetType, required: true, location_name: "TargetType"))
|
|
1352
|
+
HookTarget.add_member(:target_type_name, Shapes::ShapeRef.new(shape: HookTargetTypeName, required: true, location_name: "TargetTypeName"))
|
|
1353
|
+
HookTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: HookTargetId, required: true, location_name: "TargetId"))
|
|
1354
|
+
HookTarget.add_member(:action, Shapes::ShapeRef.new(shape: HookTargetAction, required: true, location_name: "Action"))
|
|
1355
|
+
HookTarget.struct_class = Types::HookTarget
|
|
1356
|
+
|
|
1266
1357
|
ImportStacksToStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
|
1267
1358
|
ImportStacksToStackSetInput.add_member(:stack_ids, Shapes::ShapeRef.new(shape: StackIdList, location_name: "StackIds"))
|
|
1268
1359
|
ImportStacksToStackSetInput.add_member(:stack_ids_url, Shapes::ShapeRef.new(shape: StackIdsUrl, location_name: "StackIdsUrl"))
|
|
@@ -1290,6 +1381,8 @@ module Aws::CloudFormation
|
|
|
1290
1381
|
JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
|
|
1291
1382
|
JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
|
|
1292
1383
|
|
|
1384
|
+
LastOperations.member = Shapes::ShapeRef.new(shape: OperationEntry)
|
|
1385
|
+
|
|
1293
1386
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
1294
1387
|
|
|
1295
1388
|
ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
|
@@ -1509,6 +1602,11 @@ module Aws::CloudFormation
|
|
|
1509
1602
|
ListTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1510
1603
|
ListTypesOutput.struct_class = Types::ListTypesOutput
|
|
1511
1604
|
|
|
1605
|
+
LiveResourceDrift.add_member(:previous_value, Shapes::ShapeRef.new(shape: ResourceDriftPreviousValue, location_name: "PreviousValue"))
|
|
1606
|
+
LiveResourceDrift.add_member(:actual_value, Shapes::ShapeRef.new(shape: ResourceDriftActualValue, location_name: "ActualValue"))
|
|
1607
|
+
LiveResourceDrift.add_member(:drift_detection_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DriftDetectionTimestamp"))
|
|
1608
|
+
LiveResourceDrift.struct_class = Types::LiveResourceDrift
|
|
1609
|
+
|
|
1512
1610
|
LoggingConfig.add_member(:log_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "LogRoleArn"))
|
|
1513
1611
|
LoggingConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "LogGroupName"))
|
|
1514
1612
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
@@ -1526,6 +1624,41 @@ module Aws::CloudFormation
|
|
|
1526
1624
|
|
|
1527
1625
|
NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
|
|
1528
1626
|
|
|
1627
|
+
OperationEntry.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, location_name: "OperationType"))
|
|
1628
|
+
OperationEntry.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1629
|
+
OperationEntry.struct_class = Types::OperationEntry
|
|
1630
|
+
|
|
1631
|
+
OperationEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "EventId"))
|
|
1632
|
+
OperationEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
1633
|
+
OperationEvent.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1634
|
+
OperationEvent.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, location_name: "OperationType"))
|
|
1635
|
+
OperationEvent.add_member(:operation_status, Shapes::ShapeRef.new(shape: BeaconStackOperationStatus, location_name: "OperationStatus"))
|
|
1636
|
+
OperationEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
|
1637
|
+
OperationEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1638
|
+
OperationEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1639
|
+
OperationEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1640
|
+
OperationEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
|
1641
|
+
OperationEvent.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
1642
|
+
OperationEvent.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
1643
|
+
OperationEvent.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "ResourceStatus"))
|
|
1644
|
+
OperationEvent.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
|
1645
|
+
OperationEvent.add_member(:resource_properties, Shapes::ShapeRef.new(shape: ResourceProperties, location_name: "ResourceProperties"))
|
|
1646
|
+
OperationEvent.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
|
1647
|
+
OperationEvent.add_member(:hook_type, Shapes::ShapeRef.new(shape: HookType, location_name: "HookType"))
|
|
1648
|
+
OperationEvent.add_member(:hook_status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "HookStatus"))
|
|
1649
|
+
OperationEvent.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
|
1650
|
+
OperationEvent.add_member(:hook_invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "HookInvocationPoint"))
|
|
1651
|
+
OperationEvent.add_member(:hook_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "HookFailureMode"))
|
|
1652
|
+
OperationEvent.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
|
1653
|
+
OperationEvent.add_member(:validation_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "ValidationFailureMode"))
|
|
1654
|
+
OperationEvent.add_member(:validation_name, Shapes::ShapeRef.new(shape: ValidationName, location_name: "ValidationName"))
|
|
1655
|
+
OperationEvent.add_member(:validation_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "ValidationStatus"))
|
|
1656
|
+
OperationEvent.add_member(:validation_status_reason, Shapes::ShapeRef.new(shape: ValidationStatusReason, location_name: "ValidationStatusReason"))
|
|
1657
|
+
OperationEvent.add_member(:validation_path, Shapes::ShapeRef.new(shape: ValidationPath, location_name: "ValidationPath"))
|
|
1658
|
+
OperationEvent.struct_class = Types::OperationEvent
|
|
1659
|
+
|
|
1660
|
+
OperationEvents.member = Shapes::ShapeRef.new(shape: OperationEvent)
|
|
1661
|
+
|
|
1529
1662
|
OperationIdAlreadyExistsException.struct_class = Types::OperationIdAlreadyExistsException
|
|
1530
1663
|
|
|
1531
1664
|
OperationInProgressException.struct_class = Types::OperationInProgressException
|
|
@@ -1644,11 +1777,14 @@ module Aws::CloudFormation
|
|
|
1644
1777
|
ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1645
1778
|
ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
|
|
1646
1779
|
ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
|
1780
|
+
ResourceChange.add_member(:resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, location_name: "ResourceDriftStatus"))
|
|
1781
|
+
ResourceChange.add_member(:resource_drift_ignored_attributes, Shapes::ShapeRef.new(shape: ResourceDriftIgnoredAttributes, location_name: "ResourceDriftIgnoredAttributes"))
|
|
1647
1782
|
ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
|
|
1648
1783
|
ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
|
1649
1784
|
ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
|
1650
1785
|
ResourceChange.add_member(:before_context, Shapes::ShapeRef.new(shape: BeforeContext, location_name: "BeforeContext"))
|
|
1651
1786
|
ResourceChange.add_member(:after_context, Shapes::ShapeRef.new(shape: AfterContext, location_name: "AfterContext"))
|
|
1787
|
+
ResourceChange.add_member(:previous_deployment_context, Shapes::ShapeRef.new(shape: PreviousDeploymentContext, location_name: "PreviousDeploymentContext"))
|
|
1652
1788
|
ResourceChange.struct_class = Types::ResourceChange
|
|
1653
1789
|
|
|
1654
1790
|
ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
|
|
@@ -1676,6 +1812,12 @@ module Aws::CloudFormation
|
|
|
1676
1812
|
|
|
1677
1813
|
ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
|
|
1678
1814
|
|
|
1815
|
+
ResourceDriftIgnoredAttribute.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
|
1816
|
+
ResourceDriftIgnoredAttribute.add_member(:reason, Shapes::ShapeRef.new(shape: DriftIgnoredReason, location_name: "Reason"))
|
|
1817
|
+
ResourceDriftIgnoredAttribute.struct_class = Types::ResourceDriftIgnoredAttribute
|
|
1818
|
+
|
|
1819
|
+
ResourceDriftIgnoredAttributes.member = Shapes::ShapeRef.new(shape: ResourceDriftIgnoredAttribute)
|
|
1820
|
+
|
|
1679
1821
|
ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
|
1680
1822
|
ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
|
|
1681
1823
|
|
|
@@ -1721,6 +1863,9 @@ module Aws::CloudFormation
|
|
|
1721
1863
|
ResourceTargetDefinition.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
|
1722
1864
|
ResourceTargetDefinition.add_member(:before_value, Shapes::ShapeRef.new(shape: BeforeValue, location_name: "BeforeValue"))
|
|
1723
1865
|
ResourceTargetDefinition.add_member(:after_value, Shapes::ShapeRef.new(shape: AfterValue, location_name: "AfterValue"))
|
|
1866
|
+
ResourceTargetDefinition.add_member(:before_value_from, Shapes::ShapeRef.new(shape: BeforeValueFrom, location_name: "BeforeValueFrom"))
|
|
1867
|
+
ResourceTargetDefinition.add_member(:after_value_from, Shapes::ShapeRef.new(shape: AfterValueFrom, location_name: "AfterValueFrom"))
|
|
1868
|
+
ResourceTargetDefinition.add_member(:drift, Shapes::ShapeRef.new(shape: LiveResourceDrift, location_name: "Drift"))
|
|
1724
1869
|
ResourceTargetDefinition.add_member(:attribute_change_type, Shapes::ShapeRef.new(shape: AttributeChangeType, location_name: "AttributeChangeType"))
|
|
1725
1870
|
ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
|
|
1726
1871
|
|
|
@@ -1750,6 +1895,7 @@ module Aws::CloudFormation
|
|
|
1750
1895
|
RollbackStackInput.struct_class = Types::RollbackStackInput
|
|
1751
1896
|
|
|
1752
1897
|
RollbackStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
1898
|
+
RollbackStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1753
1899
|
RollbackStackOutput.struct_class = Types::RollbackStackOutput
|
|
1754
1900
|
|
|
1755
1901
|
RollbackTrigger.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
|
@@ -1832,6 +1978,7 @@ module Aws::CloudFormation
|
|
|
1832
1978
|
Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
|
1833
1979
|
Stack.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
|
|
1834
1980
|
Stack.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
|
1981
|
+
Stack.add_member(:last_operations, Shapes::ShapeRef.new(shape: LastOperations, location_name: "LastOperations"))
|
|
1835
1982
|
Stack.struct_class = Types::Stack
|
|
1836
1983
|
|
|
1837
1984
|
StackDefinition.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
|
@@ -1852,6 +1999,7 @@ module Aws::CloudFormation
|
|
|
1852
1999
|
StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
|
1853
2000
|
StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
|
1854
2001
|
StackEvent.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
|
2002
|
+
StackEvent.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
1855
2003
|
StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1856
2004
|
StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1857
2005
|
StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
@@ -2145,6 +2293,7 @@ module Aws::CloudFormation
|
|
|
2145
2293
|
StackSummary.add_member(:parent_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ParentId"))
|
|
2146
2294
|
StackSummary.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
|
|
2147
2295
|
StackSummary.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackDriftInformationSummary, location_name: "DriftInformation"))
|
|
2296
|
+
StackSummary.add_member(:last_operations, Shapes::ShapeRef.new(shape: LastOperations, location_name: "LastOperations"))
|
|
2148
2297
|
StackSummary.struct_class = Types::StackSummary
|
|
2149
2298
|
|
|
2150
2299
|
Stacks.member = Shapes::ShapeRef.new(shape: Stack)
|
|
@@ -2326,6 +2475,7 @@ module Aws::CloudFormation
|
|
|
2326
2475
|
UpdateStackInstancesOutput.struct_class = Types::UpdateStackInstancesOutput
|
|
2327
2476
|
|
|
2328
2477
|
UpdateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
|
2478
|
+
UpdateStackOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
|
2329
2479
|
UpdateStackOutput.struct_class = Types::UpdateStackOutput
|
|
2330
2480
|
|
|
2331
2481
|
UpdateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
|
@@ -2621,6 +2771,11 @@ module Aws::CloudFormation
|
|
|
2621
2771
|
o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
|
|
2622
2772
|
o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
|
|
2623
2773
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2774
|
+
o[:pager] = Aws::Pager.new(
|
|
2775
|
+
tokens: {
|
|
2776
|
+
"next_token" => "next_token"
|
|
2777
|
+
}
|
|
2778
|
+
)
|
|
2624
2779
|
end)
|
|
2625
2780
|
|
|
2626
2781
|
api.add_operation(:describe_change_set_hooks, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2632,6 +2787,19 @@ module Aws::CloudFormation
|
|
|
2632
2787
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2633
2788
|
end)
|
|
2634
2789
|
|
|
2790
|
+
api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
|
|
2791
|
+
o.name = "DescribeEvents"
|
|
2792
|
+
o.http_method = "POST"
|
|
2793
|
+
o.http_request_uri = "/"
|
|
2794
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventsInput)
|
|
2795
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEventsOutput)
|
|
2796
|
+
o[:pager] = Aws::Pager.new(
|
|
2797
|
+
tokens: {
|
|
2798
|
+
"next_token" => "next_token"
|
|
2799
|
+
}
|
|
2800
|
+
)
|
|
2801
|
+
end)
|
|
2802
|
+
|
|
2635
2803
|
api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
|
2636
2804
|
o.name = "DescribeGeneratedTemplate"
|
|
2637
2805
|
o.http_method = "POST"
|
|
@@ -2854,6 +3022,15 @@ module Aws::CloudFormation
|
|
|
2854
3022
|
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
|
2855
3023
|
end)
|
|
2856
3024
|
|
|
3025
|
+
api.add_operation(:get_hook_result, Seahorse::Model::Operation.new.tap do |o|
|
|
3026
|
+
o.name = "GetHookResult"
|
|
3027
|
+
o.http_method = "POST"
|
|
3028
|
+
o.http_request_uri = "/"
|
|
3029
|
+
o.input = Shapes::ShapeRef.new(shape: GetHookResultInput)
|
|
3030
|
+
o.output = Shapes::ShapeRef.new(shape: GetHookResultOutput)
|
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: HookResultNotFoundException)
|
|
3032
|
+
end)
|
|
3033
|
+
|
|
2857
3034
|
api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
2858
3035
|
o.name = "GetStackPolicy"
|
|
2859
3036
|
o.http_method = "POST"
|
|
@@ -47,6 +47,13 @@ module Aws::CloudFormation
|
|
|
47
47
|
data[:stack_name]
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
+
# The unique identifier of the operation that generated this stack
|
|
51
|
+
# event.
|
|
52
|
+
# @return [String]
|
|
53
|
+
def operation_id
|
|
54
|
+
data[:operation_id]
|
|
55
|
+
end
|
|
56
|
+
|
|
50
57
|
# The logical name of the resource specified in the template.
|
|
51
58
|
# @return [String]
|
|
52
59
|
def logical_resource_id
|
|
@@ -221,22 +221,15 @@ module Aws::CloudFormation
|
|
|
221
221
|
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
222
222
|
# [12]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
223
223
|
# @option options [Array<String>] :resource_types
|
|
224
|
-
#
|
|
225
|
-
#
|
|
226
|
-
# or `Custom::MyCustomInstance`. Use the following syntax to describe
|
|
227
|
-
# template resource types: `AWS::*` (for all Amazon Web Services
|
|
228
|
-
# resources), `Custom::*` (for all custom resources),
|
|
229
|
-
# `Custom::logical_ID ` (for a specific custom resource),
|
|
230
|
-
# `AWS::service_name::*` (for all resources of a particular Amazon Web
|
|
231
|
-
# Services service), and `AWS::service_name::resource_logical_ID ` (for
|
|
232
|
-
# a specific Amazon Web Services resource).
|
|
224
|
+
# Specifies which resource types you can work with, such as
|
|
225
|
+
# `AWS::EC2::Instance` or `Custom::MyCustomInstance`.
|
|
233
226
|
#
|
|
234
227
|
# If the list of resource types doesn't include a resource that you're
|
|
235
228
|
# creating, the stack creation fails. By default, CloudFormation grants
|
|
236
229
|
# permissions to all resource types. IAM uses this parameter for
|
|
237
230
|
# CloudFormation-specific condition keys in IAM policies. For more
|
|
238
|
-
# information, see [Control access with Identity and
|
|
239
|
-
# Management][1].
|
|
231
|
+
# information, see [Control CloudFormation access with Identity and
|
|
232
|
+
# Access Management][1].
|
|
240
233
|
#
|
|
241
234
|
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
|
242
235
|
# specified.
|
|
@@ -244,6 +244,12 @@ module Aws::CloudFormation
|
|
|
244
244
|
data[:detailed_status]
|
|
245
245
|
end
|
|
246
246
|
|
|
247
|
+
# Information about the most recent operations performed on this stack.
|
|
248
|
+
# @return [Array<Types::OperationEntry>]
|
|
249
|
+
def last_operations
|
|
250
|
+
data[:last_operations]
|
|
251
|
+
end
|
|
252
|
+
|
|
247
253
|
# @!endgroup
|
|
248
254
|
|
|
249
255
|
# @return [Client]
|
|
@@ -612,22 +618,15 @@ module Aws::CloudFormation
|
|
|
612
618
|
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
613
619
|
# [12]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
614
620
|
# @option options [Array<String>] :resource_types
|
|
615
|
-
#
|
|
616
|
-
#
|
|
617
|
-
# or `Custom::MyCustomInstance`. Use the following syntax to describe
|
|
618
|
-
# template resource types: `AWS::*` (for all Amazon Web Services
|
|
619
|
-
# resources), `Custom::*` (for all custom resources),
|
|
620
|
-
# `Custom::logical_ID ` (for a specific custom resource),
|
|
621
|
-
# `AWS::service_name::*` (for all resources of a particular Amazon Web
|
|
622
|
-
# Services service), and `AWS::service_name::resource_logical_ID ` (for
|
|
623
|
-
# a specific Amazon Web Services resource).
|
|
621
|
+
# Specifies which resource types you can work with, such as
|
|
622
|
+
# `AWS::EC2::Instance` or `Custom::MyCustomInstance`.
|
|
624
623
|
#
|
|
625
624
|
# If the list of resource types doesn't include a resource that you're
|
|
626
625
|
# creating, the stack creation fails. By default, CloudFormation grants
|
|
627
626
|
# permissions to all resource types. IAM uses this parameter for
|
|
628
627
|
# CloudFormation-specific condition keys in IAM policies. For more
|
|
629
|
-
# information, see [Control access with Identity and
|
|
630
|
-
# Management][1].
|
|
628
|
+
# information, see [Control CloudFormation access with Identity and
|
|
629
|
+
# Access Management][1].
|
|
631
630
|
#
|
|
632
631
|
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
|
633
632
|
# specified.
|
|
@@ -860,9 +859,19 @@ module Aws::CloudFormation
|
|
|
860
859
|
# Reuse the existing template that is associated with the stack that you
|
|
861
860
|
# are updating.
|
|
862
861
|
#
|
|
862
|
+
# When using templates with the `AWS::LanguageExtensions` transform,
|
|
863
|
+
# provide the template instead of using `UsePreviousTemplate` to ensure
|
|
864
|
+
# new parameter values and Systems Manager parameter updates are applied
|
|
865
|
+
# correctly. For more information, see [AWS::LanguageExtensions
|
|
866
|
+
# transform][1].
|
|
867
|
+
#
|
|
863
868
|
# Conditional: You must specify only one of the following parameters:
|
|
864
869
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
|
865
870
|
# `true`.
|
|
871
|
+
#
|
|
872
|
+
#
|
|
873
|
+
#
|
|
874
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/transform-aws-languageextensions.html
|
|
866
875
|
# @option options [String] :stack_policy_during_update_body
|
|
867
876
|
# Structure that contains the temporary overriding stack policy body.
|
|
868
877
|
# You can specify either the `StackPolicyDuringUpdateBody` or the
|
|
@@ -987,16 +996,15 @@ module Aws::CloudFormation
|
|
|
987
996
|
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
988
997
|
# [12]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
989
998
|
# @option options [Array<String>] :resource_types
|
|
990
|
-
#
|
|
991
|
-
#
|
|
992
|
-
# or `Custom::MyCustomInstance`.
|
|
999
|
+
# Specifies which resource types you can work with, such as
|
|
1000
|
+
# `AWS::EC2::Instance` or `Custom::MyCustomInstance`.
|
|
993
1001
|
#
|
|
994
1002
|
# If the list of resource types doesn't include a resource that you're
|
|
995
1003
|
# updating, the stack update fails. By default, CloudFormation grants
|
|
996
1004
|
# permissions to all resource types. IAM uses this parameter for
|
|
997
1005
|
# CloudFormation-specific condition keys in IAM policies. For more
|
|
998
|
-
# information, see [Control access with Identity and
|
|
999
|
-
# Management][1].
|
|
1006
|
+
# information, see [Control CloudFormation access with Identity and
|
|
1007
|
+
# Access Management][1].
|
|
1000
1008
|
#
|
|
1001
1009
|
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
|
1002
1010
|
# specified.
|