aws-sdk-cloudformation 1.144.0 → 1.146.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.
@@ -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')
@@ -533,6 +555,7 @@ module Aws::CloudFormation
533
555
  StackResources = Shapes::ListShape.new(name: 'StackResources')
534
556
  StackSet = Shapes::StructureShape.new(name: 'StackSet')
535
557
  StackSetARN = Shapes::StringShape.new(name: 'StackSetARN')
558
+ StackSetARNList = Shapes::ListShape.new(name: 'StackSetARNList')
536
559
  StackSetAutoDeploymentTargetSummaries = Shapes::ListShape.new(name: 'StackSetAutoDeploymentTargetSummaries')
537
560
  StackSetAutoDeploymentTargetSummary = Shapes::StructureShape.new(name: 'StackSetAutoDeploymentTargetSummary')
538
561
  StackSetDriftDetectionDetails = Shapes::StructureShape.new(name: 'StackSetDriftDetectionDetails')
@@ -640,6 +663,10 @@ module Aws::CloudFormation
640
663
  UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
641
664
  ValidateTemplateInput = Shapes::StructureShape.new(name: 'ValidateTemplateInput')
642
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')
643
670
  Value = Shapes::StringShape.new(name: 'Value')
644
671
  Version = Shapes::StringShape.new(name: 'Version')
645
672
  VersionBump = Shapes::StringShape.new(name: 'VersionBump')
@@ -698,6 +725,7 @@ module Aws::CloudFormation
698
725
 
699
726
  AutoDeployment.add_member(:enabled, Shapes::ShapeRef.new(shape: AutoDeploymentNullable, location_name: "Enabled"))
700
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"))
701
729
  AutoDeployment.struct_class = Types::AutoDeployment
702
730
 
703
731
  BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
@@ -798,6 +826,7 @@ module Aws::CloudFormation
798
826
  CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
799
827
  CreateChangeSetInput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
800
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"))
801
830
  CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
802
831
 
803
832
  CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
@@ -847,6 +876,7 @@ module Aws::CloudFormation
847
876
  CreateStackInstancesOutput.struct_class = Types::CreateStackInstancesOutput
848
877
 
849
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"))
850
880
  CreateStackOutput.struct_class = Types::CreateStackOutput
851
881
 
852
882
  CreateStackRefactorInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -978,6 +1008,7 @@ module Aws::CloudFormation
978
1008
  DescribeChangeSetOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
979
1009
  DescribeChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetStatus, location_name: "Status"))
980
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"))
981
1012
  DescribeChangeSetOutput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
982
1013
  DescribeChangeSetOutput.add_member(:rollback_configuration, Shapes::ShapeRef.new(shape: RollbackConfiguration, location_name: "RollbackConfiguration"))
983
1014
  DescribeChangeSetOutput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
@@ -989,8 +1020,20 @@ module Aws::CloudFormation
989
1020
  DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
990
1021
  DescribeChangeSetOutput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
991
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"))
992
1024
  DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
993
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
+
994
1037
  DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
995
1038
  DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
996
1039
 
@@ -1203,6 +1246,9 @@ module Aws::CloudFormation
1203
1246
  EstimateTemplateCostOutput.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
1204
1247
  EstimateTemplateCostOutput.struct_class = Types::EstimateTemplateCostOutput
1205
1248
 
1249
+ EventFilter.add_member(:failed_events, Shapes::ShapeRef.new(shape: FailedEventsFilter, location_name: "FailedEvents"))
1250
+ EventFilter.struct_class = Types::EventFilter
1251
+
1206
1252
  ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
1207
1253
  ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
1208
1254
  ExecuteChangeSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
@@ -1337,6 +1383,8 @@ module Aws::CloudFormation
1337
1383
  JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
1338
1384
  JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
1339
1385
 
1386
+ LastOperations.member = Shapes::ShapeRef.new(shape: OperationEntry)
1387
+
1340
1388
  LimitExceededException.struct_class = Types::LimitExceededException
1341
1389
 
1342
1390
  ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
@@ -1556,6 +1604,11 @@ module Aws::CloudFormation
1556
1604
  ListTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1557
1605
  ListTypesOutput.struct_class = Types::ListTypesOutput
1558
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
+
1559
1612
  LoggingConfig.add_member(:log_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "LogRoleArn"))
1560
1613
  LoggingConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "LogGroupName"))
1561
1614
  LoggingConfig.struct_class = Types::LoggingConfig
@@ -1573,6 +1626,41 @@ module Aws::CloudFormation
1573
1626
 
1574
1627
  NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
1575
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
+
1576
1664
  OperationIdAlreadyExistsException.struct_class = Types::OperationIdAlreadyExistsException
1577
1665
 
1578
1666
  OperationInProgressException.struct_class = Types::OperationInProgressException
@@ -1691,11 +1779,14 @@ module Aws::CloudFormation
1691
1779
  ResourceChange.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1692
1780
  ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
1693
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"))
1694
1784
  ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
1695
1785
  ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
1696
1786
  ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
1697
1787
  ResourceChange.add_member(:before_context, Shapes::ShapeRef.new(shape: BeforeContext, location_name: "BeforeContext"))
1698
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"))
1699
1790
  ResourceChange.struct_class = Types::ResourceChange
1700
1791
 
1701
1792
  ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
@@ -1723,6 +1814,12 @@ module Aws::CloudFormation
1723
1814
 
1724
1815
  ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
1725
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
+
1726
1823
  ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
1727
1824
  ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
1728
1825
 
@@ -1768,6 +1865,9 @@ module Aws::CloudFormation
1768
1865
  ResourceTargetDefinition.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
1769
1866
  ResourceTargetDefinition.add_member(:before_value, Shapes::ShapeRef.new(shape: BeforeValue, location_name: "BeforeValue"))
1770
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"))
1771
1871
  ResourceTargetDefinition.add_member(:attribute_change_type, Shapes::ShapeRef.new(shape: AttributeChangeType, location_name: "AttributeChangeType"))
1772
1872
  ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
1773
1873
 
@@ -1797,6 +1897,7 @@ module Aws::CloudFormation
1797
1897
  RollbackStackInput.struct_class = Types::RollbackStackInput
1798
1898
 
1799
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"))
1800
1901
  RollbackStackOutput.struct_class = Types::RollbackStackOutput
1801
1902
 
1802
1903
  RollbackTrigger.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
@@ -1879,6 +1980,7 @@ module Aws::CloudFormation
1879
1980
  Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
1880
1981
  Stack.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
1881
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"))
1882
1984
  Stack.struct_class = Types::Stack
1883
1985
 
1884
1986
  StackDefinition.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
@@ -1899,6 +2001,7 @@ module Aws::CloudFormation
1899
2001
  StackEvent.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
1900
2002
  StackEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
1901
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"))
1902
2005
  StackEvent.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
1903
2006
  StackEvent.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
1904
2007
  StackEvent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -2094,6 +2197,8 @@ module Aws::CloudFormation
2094
2197
  StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
2095
2198
  StackSet.struct_class = Types::StackSet
2096
2199
 
2200
+ StackSetARNList.member = Shapes::ShapeRef.new(shape: StackSetARN)
2201
+
2097
2202
  StackSetAutoDeploymentTargetSummaries.member = Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummary)
2098
2203
 
2099
2204
  StackSetAutoDeploymentTargetSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
@@ -2192,6 +2297,7 @@ module Aws::CloudFormation
2192
2297
  StackSummary.add_member(:parent_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ParentId"))
2193
2298
  StackSummary.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
2194
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"))
2195
2301
  StackSummary.struct_class = Types::StackSummary
2196
2302
 
2197
2303
  Stacks.member = Shapes::ShapeRef.new(shape: Stack)
@@ -2373,6 +2479,7 @@ module Aws::CloudFormation
2373
2479
  UpdateStackInstancesOutput.struct_class = Types::UpdateStackInstancesOutput
2374
2480
 
2375
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"))
2376
2483
  UpdateStackOutput.struct_class = Types::UpdateStackOutput
2377
2484
 
2378
2485
  UpdateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
@@ -2668,6 +2775,11 @@ module Aws::CloudFormation
2668
2775
  o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetInput)
2669
2776
  o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetOutput)
2670
2777
  o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
2778
+ o[:pager] = Aws::Pager.new(
2779
+ tokens: {
2780
+ "next_token" => "next_token"
2781
+ }
2782
+ )
2671
2783
  end)
2672
2784
 
2673
2785
  api.add_operation(:describe_change_set_hooks, Seahorse::Model::Operation.new.tap do |o|
@@ -2679,6 +2791,19 @@ module Aws::CloudFormation
2679
2791
  o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
2680
2792
  end)
2681
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
+
2682
2807
  api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
2683
2808
  o.name = "DescribeGeneratedTemplate"
2684
2809
  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]