aws-sdk-cloudformation 1.144.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +177 -13
- data/lib/aws-sdk-cloudformation/client_api.rb +121 -0
- data/lib/aws-sdk-cloudformation/event.rb +7 -0
- data/lib/aws-sdk-cloudformation/stack.rb +6 -0
- data/lib/aws-sdk-cloudformation/types.rb +447 -10
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +26 -3
- data/sig/event.rbs +3 -0
- data/sig/stack.rbs +3 -0
- data/sig/types.rbs +95 -10
- metadata +1 -1
|
@@ -30,6 +30,7 @@ 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})
|
|
@@ -48,8 +49,10 @@ module Aws::CloudFormation
|
|
|
48
49
|
BatchDescribeTypeConfigurationsErrors = Shapes::ListShape.new(name: 'BatchDescribeTypeConfigurationsErrors')
|
|
49
50
|
BatchDescribeTypeConfigurationsInput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsInput')
|
|
50
51
|
BatchDescribeTypeConfigurationsOutput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsOutput')
|
|
52
|
+
BeaconStackOperationStatus = Shapes::StringShape.new(name: 'BeaconStackOperationStatus')
|
|
51
53
|
BeforeContext = Shapes::StringShape.new(name: 'BeforeContext')
|
|
52
54
|
BeforeValue = Shapes::StringShape.new(name: 'BeforeValue')
|
|
55
|
+
BeforeValueFrom = Shapes::StringShape.new(name: 'BeforeValueFrom')
|
|
53
56
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
|
54
57
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
|
55
58
|
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException', error: {"code" => "CFNRegistryException", "httpStatusCode" => 400, "senderFault" => true})
|
|
@@ -115,6 +118,7 @@ module Aws::CloudFormation
|
|
|
115
118
|
DeleteStackSetOutput = Shapes::StructureShape.new(name: 'DeleteStackSetOutput')
|
|
116
119
|
DeletionMode = Shapes::StringShape.new(name: 'DeletionMode')
|
|
117
120
|
DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
|
|
121
|
+
DeploymentMode = Shapes::StringShape.new(name: 'DeploymentMode')
|
|
118
122
|
DeploymentTargets = Shapes::StructureShape.new(name: 'DeploymentTargets')
|
|
119
123
|
DeprecatedStatus = Shapes::StringShape.new(name: 'DeprecatedStatus')
|
|
120
124
|
DeregisterTypeInput = Shapes::StructureShape.new(name: 'DeregisterTypeInput')
|
|
@@ -125,6 +129,8 @@ module Aws::CloudFormation
|
|
|
125
129
|
DescribeChangeSetHooksOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetHooksOutput')
|
|
126
130
|
DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
|
|
127
131
|
DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
|
|
132
|
+
DescribeEventsInput = Shapes::StructureShape.new(name: 'DescribeEventsInput')
|
|
133
|
+
DescribeEventsOutput = Shapes::StructureShape.new(name: 'DescribeEventsOutput')
|
|
128
134
|
DescribeGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateInput')
|
|
129
135
|
DescribeGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateOutput')
|
|
130
136
|
DescribeOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessInput')
|
|
@@ -168,6 +174,7 @@ module Aws::CloudFormation
|
|
|
168
174
|
DetectionReason = Shapes::StringShape.new(name: 'DetectionReason')
|
|
169
175
|
DifferenceType = Shapes::StringShape.new(name: 'DifferenceType')
|
|
170
176
|
DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
|
|
177
|
+
DriftIgnoredReason = Shapes::StringShape.new(name: 'DriftIgnoredReason')
|
|
171
178
|
DriftedStackInstancesCount = Shapes::IntegerShape.new(name: 'DriftedStackInstancesCount')
|
|
172
179
|
EnableStackCreation = Shapes::BooleanShape.new(name: 'EnableStackCreation')
|
|
173
180
|
EnableTerminationProtection = Shapes::BooleanShape.new(name: 'EnableTerminationProtection')
|
|
@@ -176,7 +183,9 @@ module Aws::CloudFormation
|
|
|
176
183
|
EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
|
|
177
184
|
EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
|
|
178
185
|
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
|
186
|
+
EventFilter = Shapes::StructureShape.new(name: 'EventFilter')
|
|
179
187
|
EventId = Shapes::StringShape.new(name: 'EventId')
|
|
188
|
+
EventType = Shapes::StringShape.new(name: 'EventType')
|
|
180
189
|
ExecuteChangeSetInput = Shapes::StructureShape.new(name: 'ExecuteChangeSetInput')
|
|
181
190
|
ExecuteChangeSetOutput = Shapes::StructureShape.new(name: 'ExecuteChangeSetOutput')
|
|
182
191
|
ExecuteStackRefactorInput = Shapes::StructureShape.new(name: 'ExecuteStackRefactorInput')
|
|
@@ -187,6 +196,7 @@ module Aws::CloudFormation
|
|
|
187
196
|
ExportName = Shapes::StringShape.new(name: 'ExportName')
|
|
188
197
|
ExportValue = Shapes::StringShape.new(name: 'ExportValue')
|
|
189
198
|
Exports = Shapes::ListShape.new(name: 'Exports')
|
|
199
|
+
FailedEventsFilter = Shapes::BooleanShape.new(name: 'FailedEventsFilter')
|
|
190
200
|
FailedStackInstancesCount = Shapes::IntegerShape.new(name: 'FailedStackInstancesCount')
|
|
191
201
|
FailureToleranceCount = Shapes::IntegerShape.new(name: 'FailureToleranceCount')
|
|
192
202
|
FailureTolerancePercentage = Shapes::IntegerShape.new(name: 'FailureTolerancePercentage')
|
|
@@ -249,6 +259,7 @@ module Aws::CloudFormation
|
|
|
249
259
|
JazzResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyKey')
|
|
250
260
|
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
|
251
261
|
Key = Shapes::StringShape.new(name: 'Key')
|
|
262
|
+
LastOperations = Shapes::ListShape.new(name: 'LastOperations')
|
|
252
263
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
|
253
264
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
|
|
254
265
|
LimitName = Shapes::StringShape.new(name: 'LimitName')
|
|
@@ -296,6 +307,7 @@ module Aws::CloudFormation
|
|
|
296
307
|
ListTypeVersionsOutput = Shapes::StructureShape.new(name: 'ListTypeVersionsOutput')
|
|
297
308
|
ListTypesInput = Shapes::StructureShape.new(name: 'ListTypesInput')
|
|
298
309
|
ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
|
|
310
|
+
LiveResourceDrift = Shapes::StructureShape.new(name: 'LiveResourceDrift')
|
|
299
311
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
300
312
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
|
301
313
|
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
|
@@ -319,6 +331,10 @@ module Aws::CloudFormation
|
|
|
319
331
|
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
|
320
332
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
|
321
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')
|
|
322
338
|
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code" => "OperationIdAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
|
323
339
|
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code" => "OperationInProgressException", "httpStatusCode" => 409, "senderFault" => true})
|
|
324
340
|
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code" => "OperationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
|
@@ -328,6 +344,7 @@ module Aws::CloudFormation
|
|
|
328
344
|
OperationResultFilters = Shapes::ListShape.new(name: 'OperationResultFilters')
|
|
329
345
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
|
330
346
|
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code" => "ConditionalCheckFailed", "httpStatusCode" => 400, "senderFault" => true})
|
|
347
|
+
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
|
331
348
|
OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
|
|
332
349
|
OrganizationStatus = Shapes::StringShape.new(name: 'OrganizationStatus')
|
|
333
350
|
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
|
@@ -350,6 +367,7 @@ module Aws::CloudFormation
|
|
|
350
367
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
|
351
368
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
|
352
369
|
PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
|
|
370
|
+
PreviousDeploymentContext = Shapes::StringShape.new(name: 'PreviousDeploymentContext')
|
|
353
371
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
|
354
372
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
|
355
373
|
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
|
@@ -398,6 +416,10 @@ module Aws::CloudFormation
|
|
|
398
416
|
ResourceDefinitions = Shapes::ListShape.new(name: 'ResourceDefinitions')
|
|
399
417
|
ResourceDetail = Shapes::StructureShape.new(name: 'ResourceDetail')
|
|
400
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')
|
|
401
423
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
|
402
424
|
ResourceIdentifierProperties = Shapes::MapShape.new(name: 'ResourceIdentifierProperties')
|
|
403
425
|
ResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyKey')
|
|
@@ -640,6 +662,10 @@ module Aws::CloudFormation
|
|
|
640
662
|
UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
|
|
641
663
|
ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
|
|
642
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')
|
|
643
669
|
Value = Shapes::StringShape.new(name: 'Value')
|
|
644
670
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
645
671
|
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
|
@@ -798,6 +824,7 @@ module Aws::CloudFormation
|
|
|
798
824
|
CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
|
799
825
|
CreateChangeSetInput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
800
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"))
|
|
801
828
|
CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
|
|
802
829
|
|
|
803
830
|
CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
|
|
@@ -847,6 +874,7 @@ module Aws::CloudFormation
|
|
|
847
874
|
CreateStackInstancesOutput.struct_class = Types::CreateStackInstancesOutput
|
|
848
875
|
|
|
849
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"))
|
|
850
878
|
CreateStackOutput.struct_class = Types::CreateStackOutput
|
|
851
879
|
|
|
852
880
|
CreateStackRefactorInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -978,6 +1006,7 @@ module Aws::CloudFormation
|
|
|
978
1006
|
DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
|
|
979
1007
|
DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
|
|
980
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"))
|
|
981
1010
|
DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
|
|
982
1011
|
DescribeChangeSetOutput.add_member(:rollback_configuration, Shapes::ShapeRef.new(shape: RollbackConfiguration, location_name: "RollbackConfiguration"))
|
|
983
1012
|
DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
@@ -989,8 +1018,20 @@ module Aws::CloudFormation
|
|
|
989
1018
|
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
|
990
1019
|
DescribeChangeSetOutput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
|
991
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"))
|
|
992
1022
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
|
993
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
|
+
|
|
994
1035
|
DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
|
995
1036
|
DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
|
|
996
1037
|
|
|
@@ -1203,6 +1244,9 @@ module Aws::CloudFormation
|
|
|
1203
1244
|
EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
|
|
1204
1245
|
EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
|
|
1205
1246
|
|
|
1247
|
+
EventFilter.add_member(:failed_events, Shapes::ShapeRef.new(shape: FailedEventsFilter, location_name: "FailedEvents"))
|
|
1248
|
+
EventFilter.struct_class = Types::EventFilter
|
|
1249
|
+
|
|
1206
1250
|
ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
|
1207
1251
|
ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
1208
1252
|
ExecuteChangeSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
|
@@ -1337,6 +1381,8 @@ module Aws::CloudFormation
|
|
|
1337
1381
|
JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
|
|
1338
1382
|
JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
|
|
1339
1383
|
|
|
1384
|
+
LastOperations.member = Shapes::ShapeRef.new(shape: OperationEntry)
|
|
1385
|
+
|
|
1340
1386
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
1341
1387
|
|
|
1342
1388
|
ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
|
@@ -1556,6 +1602,11 @@ module Aws::CloudFormation
|
|
|
1556
1602
|
ListTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1557
1603
|
ListTypesOutput.struct_class = Types::ListTypesOutput
|
|
1558
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
|
+
|
|
1559
1610
|
LoggingConfig.add_member(:log_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "LogRoleArn"))
|
|
1560
1611
|
LoggingConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "LogGroupName"))
|
|
1561
1612
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
@@ -1573,6 +1624,41 @@ module Aws::CloudFormation
|
|
|
1573
1624
|
|
|
1574
1625
|
NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
|
|
1575
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
|
+
|
|
1576
1662
|
OperationIdAlreadyExistsException.struct_class = Types::OperationIdAlreadyExistsException
|
|
1577
1663
|
|
|
1578
1664
|
OperationInProgressException.struct_class = Types::OperationInProgressException
|
|
@@ -1691,11 +1777,14 @@ module Aws::CloudFormation
|
|
|
1691
1777
|
ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1692
1778
|
ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
|
|
1693
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"))
|
|
1694
1782
|
ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
|
|
1695
1783
|
ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
|
1696
1784
|
ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
|
1697
1785
|
ResourceChange.add_member(:before_context, Shapes::ShapeRef.new(shape: BeforeContext, location_name: "BeforeContext"))
|
|
1698
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"))
|
|
1699
1788
|
ResourceChange.struct_class = Types::ResourceChange
|
|
1700
1789
|
|
|
1701
1790
|
ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
|
|
@@ -1723,6 +1812,12 @@ module Aws::CloudFormation
|
|
|
1723
1812
|
|
|
1724
1813
|
ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
|
|
1725
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
|
+
|
|
1726
1821
|
ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
|
1727
1822
|
ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
|
|
1728
1823
|
|
|
@@ -1768,6 +1863,9 @@ module Aws::CloudFormation
|
|
|
1768
1863
|
ResourceTargetDefinition.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
|
1769
1864
|
ResourceTargetDefinition.add_member(:before_value, Shapes::ShapeRef.new(shape: BeforeValue, location_name: "BeforeValue"))
|
|
1770
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"))
|
|
1771
1869
|
ResourceTargetDefinition.add_member(:attribute_change_type, Shapes::ShapeRef.new(shape: AttributeChangeType, location_name: "AttributeChangeType"))
|
|
1772
1870
|
ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
|
|
1773
1871
|
|
|
@@ -1797,6 +1895,7 @@ module Aws::CloudFormation
|
|
|
1797
1895
|
RollbackStackInput.struct_class = Types::RollbackStackInput
|
|
1798
1896
|
|
|
1799
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"))
|
|
1800
1899
|
RollbackStackOutput.struct_class = Types::RollbackStackOutput
|
|
1801
1900
|
|
|
1802
1901
|
RollbackTrigger.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
|
@@ -1879,6 +1978,7 @@ module Aws::CloudFormation
|
|
|
1879
1978
|
Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
|
1880
1979
|
Stack.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
|
|
1881
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"))
|
|
1882
1982
|
Stack.struct_class = Types::Stack
|
|
1883
1983
|
|
|
1884
1984
|
StackDefinition.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
|
@@ -1899,6 +1999,7 @@ module Aws::CloudFormation
|
|
|
1899
1999
|
StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
|
1900
2000
|
StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
|
1901
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"))
|
|
1902
2003
|
StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1903
2004
|
StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1904
2005
|
StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
@@ -2192,6 +2293,7 @@ module Aws::CloudFormation
|
|
|
2192
2293
|
StackSummary.add_member(:parent_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ParentId"))
|
|
2193
2294
|
StackSummary.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
|
|
2194
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"))
|
|
2195
2297
|
StackSummary.struct_class = Types::StackSummary
|
|
2196
2298
|
|
|
2197
2299
|
Stacks.member = Shapes::ShapeRef.new(shape: Stack)
|
|
@@ -2373,6 +2475,7 @@ module Aws::CloudFormation
|
|
|
2373
2475
|
UpdateStackInstancesOutput.struct_class = Types::UpdateStackInstancesOutput
|
|
2374
2476
|
|
|
2375
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"))
|
|
2376
2479
|
UpdateStackOutput.struct_class = Types::UpdateStackOutput
|
|
2377
2480
|
|
|
2378
2481
|
UpdateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
|
@@ -2668,6 +2771,11 @@ module Aws::CloudFormation
|
|
|
2668
2771
|
o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
|
|
2669
2772
|
o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
|
|
2670
2773
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2774
|
+
o[:pager] = Aws::Pager.new(
|
|
2775
|
+
tokens: {
|
|
2776
|
+
"next_token" => "next_token"
|
|
2777
|
+
}
|
|
2778
|
+
)
|
|
2671
2779
|
end)
|
|
2672
2780
|
|
|
2673
2781
|
api.add_operation(:describe_change_set_hooks, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2679,6 +2787,19 @@ module Aws::CloudFormation
|
|
|
2679
2787
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
|
2680
2788
|
end)
|
|
2681
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
|
+
|
|
2682
2803
|
api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
|
2683
2804
|
o.name = "DescribeGeneratedTemplate"
|
|
2684
2805
|
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
|
|
@@ -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]
|