aws-sdk-ssm 1.99.0 → 1.100.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,6 +91,7 @@ module Aws::SSM
91
91
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
92
92
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
93
93
  AutomationActionName = Shapes::StringShape.new(name: 'AutomationActionName')
94
+ AutomationDefinitionNotApprovedException = Shapes::StructureShape.new(name: 'AutomationDefinitionNotApprovedException')
94
95
  AutomationDefinitionNotFoundException = Shapes::StructureShape.new(name: 'AutomationDefinitionNotFoundException')
95
96
  AutomationDefinitionVersionNotFoundException = Shapes::StructureShape.new(name: 'AutomationDefinitionVersionNotFoundException')
96
97
  AutomationExecution = Shapes::StructureShape.new(name: 'AutomationExecution')
@@ -110,6 +111,7 @@ module Aws::SSM
110
111
  AutomationParameterValue = Shapes::StringShape.new(name: 'AutomationParameterValue')
111
112
  AutomationParameterValueList = Shapes::ListShape.new(name: 'AutomationParameterValueList')
112
113
  AutomationStepNotFoundException = Shapes::StructureShape.new(name: 'AutomationStepNotFoundException')
114
+ AutomationSubtype = Shapes::StringShape.new(name: 'AutomationSubtype')
113
115
  AutomationTargetParameterName = Shapes::StringShape.new(name: 'AutomationTargetParameterName')
114
116
  AutomationType = Shapes::StringShape.new(name: 'AutomationType')
115
117
  BaselineDescription = Shapes::StringShape.new(name: 'BaselineDescription')
@@ -124,6 +126,7 @@ module Aws::SSM
124
126
  CancelCommandResult = Shapes::StructureShape.new(name: 'CancelCommandResult')
125
127
  CancelMaintenanceWindowExecutionRequest = Shapes::StructureShape.new(name: 'CancelMaintenanceWindowExecutionRequest')
126
128
  CancelMaintenanceWindowExecutionResult = Shapes::StructureShape.new(name: 'CancelMaintenanceWindowExecutionResult')
129
+ ChangeRequestName = Shapes::StringShape.new(name: 'ChangeRequestName')
127
130
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
128
131
  CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
129
132
  CloudWatchOutputConfig = Shapes::StructureShape.new(name: 'CloudWatchOutputConfig')
@@ -304,6 +307,7 @@ module Aws::SSM
304
307
  DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
305
308
  DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
306
309
  DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
310
+ DocumentAuthor = Shapes::StringShape.new(name: 'DocumentAuthor')
307
311
  DocumentContent = Shapes::StringShape.new(name: 'DocumentContent')
308
312
  DocumentDefaultVersionDescription = Shapes::StructureShape.new(name: 'DocumentDefaultVersionDescription')
309
313
  DocumentDescription = Shapes::StructureShape.new(name: 'DocumentDescription')
@@ -322,6 +326,8 @@ module Aws::SSM
322
326
  DocumentKeyValuesFilterValue = Shapes::StringShape.new(name: 'DocumentKeyValuesFilterValue')
323
327
  DocumentKeyValuesFilterValues = Shapes::ListShape.new(name: 'DocumentKeyValuesFilterValues')
324
328
  DocumentLimitExceeded = Shapes::StructureShape.new(name: 'DocumentLimitExceeded')
329
+ DocumentMetadataEnum = Shapes::StringShape.new(name: 'DocumentMetadataEnum')
330
+ DocumentMetadataResponseInfo = Shapes::StructureShape.new(name: 'DocumentMetadataResponseInfo')
325
331
  DocumentName = Shapes::StringShape.new(name: 'DocumentName')
326
332
  DocumentOwner = Shapes::StringShape.new(name: 'DocumentOwner')
327
333
  DocumentParameter = Shapes::StructureShape.new(name: 'DocumentParameter')
@@ -334,6 +340,14 @@ module Aws::SSM
334
340
  DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
335
341
  DocumentRequires = Shapes::StructureShape.new(name: 'DocumentRequires')
336
342
  DocumentRequiresList = Shapes::ListShape.new(name: 'DocumentRequiresList')
343
+ DocumentReviewAction = Shapes::StringShape.new(name: 'DocumentReviewAction')
344
+ DocumentReviewComment = Shapes::StringShape.new(name: 'DocumentReviewComment')
345
+ DocumentReviewCommentList = Shapes::ListShape.new(name: 'DocumentReviewCommentList')
346
+ DocumentReviewCommentSource = Shapes::StructureShape.new(name: 'DocumentReviewCommentSource')
347
+ DocumentReviewCommentType = Shapes::StringShape.new(name: 'DocumentReviewCommentType')
348
+ DocumentReviewerResponseList = Shapes::ListShape.new(name: 'DocumentReviewerResponseList')
349
+ DocumentReviewerResponseSource = Shapes::StructureShape.new(name: 'DocumentReviewerResponseSource')
350
+ DocumentReviews = Shapes::StructureShape.new(name: 'DocumentReviews')
337
351
  DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
338
352
  DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
339
353
  DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
@@ -573,12 +587,16 @@ module Aws::SSM
573
587
  ListComplianceItemsResult = Shapes::StructureShape.new(name: 'ListComplianceItemsResult')
574
588
  ListComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListComplianceSummariesRequest')
575
589
  ListComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListComplianceSummariesResult')
590
+ ListDocumentMetadataHistoryRequest = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryRequest')
591
+ ListDocumentMetadataHistoryResponse = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryResponse')
576
592
  ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
577
593
  ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
578
594
  ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
579
595
  ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
580
596
  ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
581
597
  ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
598
+ ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
599
+ ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
582
600
  ListOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListOpsMetadataMaxResults')
583
601
  ListOpsMetadataRequest = Shapes::StructureShape.new(name: 'ListOpsMetadataRequest')
584
602
  ListOpsMetadataResult = Shapes::StructureShape.new(name: 'ListOpsMetadataResult')
@@ -706,6 +724,15 @@ module Aws::SSM
706
724
  OpsItemDataValue = Shapes::StructureShape.new(name: 'OpsItemDataValue')
707
725
  OpsItemDataValueString = Shapes::StringShape.new(name: 'OpsItemDataValueString')
708
726
  OpsItemDescription = Shapes::StringShape.new(name: 'OpsItemDescription')
727
+ OpsItemEventFilter = Shapes::StructureShape.new(name: 'OpsItemEventFilter')
728
+ OpsItemEventFilterKey = Shapes::StringShape.new(name: 'OpsItemEventFilterKey')
729
+ OpsItemEventFilterOperator = Shapes::StringShape.new(name: 'OpsItemEventFilterOperator')
730
+ OpsItemEventFilterValue = Shapes::StringShape.new(name: 'OpsItemEventFilterValue')
731
+ OpsItemEventFilterValues = Shapes::ListShape.new(name: 'OpsItemEventFilterValues')
732
+ OpsItemEventFilters = Shapes::ListShape.new(name: 'OpsItemEventFilters')
733
+ OpsItemEventMaxResults = Shapes::IntegerShape.new(name: 'OpsItemEventMaxResults')
734
+ OpsItemEventSummaries = Shapes::ListShape.new(name: 'OpsItemEventSummaries')
735
+ OpsItemEventSummary = Shapes::StructureShape.new(name: 'OpsItemEventSummary')
709
736
  OpsItemFilter = Shapes::StructureShape.new(name: 'OpsItemFilter')
710
737
  OpsItemFilterKey = Shapes::StringShape.new(name: 'OpsItemFilterKey')
711
738
  OpsItemFilterOperator = Shapes::StringShape.new(name: 'OpsItemFilterOperator')
@@ -713,6 +740,7 @@ module Aws::SSM
713
740
  OpsItemFilterValues = Shapes::ListShape.new(name: 'OpsItemFilterValues')
714
741
  OpsItemFilters = Shapes::ListShape.new(name: 'OpsItemFilters')
715
742
  OpsItemId = Shapes::StringShape.new(name: 'OpsItemId')
743
+ OpsItemIdentity = Shapes::StructureShape.new(name: 'OpsItemIdentity')
716
744
  OpsItemInvalidParameterException = Shapes::StructureShape.new(name: 'OpsItemInvalidParameterException')
717
745
  OpsItemLimitExceededException = Shapes::StructureShape.new(name: 'OpsItemLimitExceededException')
718
746
  OpsItemMaxResults = Shapes::IntegerShape.new(name: 'OpsItemMaxResults')
@@ -729,6 +757,7 @@ module Aws::SSM
729
757
  OpsItemSummaries = Shapes::ListShape.new(name: 'OpsItemSummaries')
730
758
  OpsItemSummary = Shapes::StructureShape.new(name: 'OpsItemSummary')
731
759
  OpsItemTitle = Shapes::StringShape.new(name: 'OpsItemTitle')
760
+ OpsItemType = Shapes::StringShape.new(name: 'OpsItemType')
732
761
  OpsMetadata = Shapes::StructureShape.new(name: 'OpsMetadata')
733
762
  OpsMetadataAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsMetadataAlreadyExistsException')
734
763
  OpsMetadataArn = Shapes::StringShape.new(name: 'OpsMetadataArn')
@@ -950,6 +979,12 @@ module Aws::SSM
950
979
  ResultAttributeList = Shapes::ListShape.new(name: 'ResultAttributeList')
951
980
  ResumeSessionRequest = Shapes::StructureShape.new(name: 'ResumeSessionRequest')
952
981
  ResumeSessionResponse = Shapes::StructureShape.new(name: 'ResumeSessionResponse')
982
+ ReviewInformation = Shapes::StructureShape.new(name: 'ReviewInformation')
983
+ ReviewInformationList = Shapes::ListShape.new(name: 'ReviewInformationList')
984
+ ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
985
+ Reviewer = Shapes::StringShape.new(name: 'Reviewer')
986
+ Runbook = Shapes::StructureShape.new(name: 'Runbook')
987
+ Runbooks = Shapes::ListShape.new(name: 'Runbooks')
953
988
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
954
989
  S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
955
990
  S3OutputLocation = Shapes::StructureShape.new(name: 'S3OutputLocation')
@@ -998,6 +1033,8 @@ module Aws::SSM
998
1033
  StartAssociationsOnceResult = Shapes::StructureShape.new(name: 'StartAssociationsOnceResult')
999
1034
  StartAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StartAutomationExecutionRequest')
1000
1035
  StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
1036
+ StartChangeRequestExecutionRequest = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionRequest')
1037
+ StartChangeRequestExecutionResult = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionResult')
1001
1038
  StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
1002
1039
  StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
1003
1040
  StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
@@ -1063,6 +1100,8 @@ module Aws::SSM
1063
1100
  UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
1064
1101
  UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
1065
1102
  UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
1103
+ UpdateDocumentMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataRequest')
1104
+ UpdateDocumentMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataResponse')
1066
1105
  UpdateDocumentRequest = Shapes::StructureShape.new(name: 'UpdateDocumentRequest')
1067
1106
  UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
1068
1107
  UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
@@ -1160,6 +1199,7 @@ module Aws::SSM
1160
1199
  AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1161
1200
  AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1162
1201
  AssociationDescription.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1202
+ AssociationDescription.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1163
1203
  AssociationDescription.struct_class = Types::AssociationDescription
1164
1204
 
1165
1205
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
@@ -1249,6 +1289,7 @@ module Aws::SSM
1249
1289
  AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1250
1290
  AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1251
1291
  AssociationVersionInfo.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1292
+ AssociationVersionInfo.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1252
1293
  AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
1253
1294
 
1254
1295
  AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1279,6 +1320,9 @@ module Aws::SSM
1279
1320
 
1280
1321
  AttachmentsSourceValues.member = Shapes::ShapeRef.new(shape: AttachmentsSourceValue)
1281
1322
 
1323
+ AutomationDefinitionNotApprovedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1324
+ AutomationDefinitionNotApprovedException.struct_class = Types::AutomationDefinitionNotApprovedException
1325
+
1282
1326
  AutomationDefinitionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1283
1327
  AutomationDefinitionNotFoundException.struct_class = Types::AutomationDefinitionNotFoundException
1284
1328
 
@@ -1310,6 +1354,12 @@ module Aws::SSM
1310
1354
  AutomationExecution.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1311
1355
  AutomationExecution.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
1312
1356
  AutomationExecution.add_member(:progress_counters, Shapes::ShapeRef.new(shape: ProgressCounters, location_name: "ProgressCounters"))
1357
+ AutomationExecution.add_member(:automation_subtype, Shapes::ShapeRef.new(shape: AutomationSubtype, location_name: "AutomationSubtype"))
1358
+ AutomationExecution.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
1359
+ AutomationExecution.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, location_name: "Runbooks"))
1360
+ AutomationExecution.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1361
+ AutomationExecution.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "AssociationId"))
1362
+ AutomationExecution.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
1313
1363
  AutomationExecution.struct_class = Types::AutomationExecution
1314
1364
 
1315
1365
  AutomationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AutomationExecutionFilterKey, required: true, location_name: "Key"))
@@ -1345,6 +1395,12 @@ module Aws::SSM
1345
1395
  AutomationExecutionMetadata.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
1346
1396
  AutomationExecutionMetadata.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1347
1397
  AutomationExecutionMetadata.add_member(:automation_type, Shapes::ShapeRef.new(shape: AutomationType, location_name: "AutomationType"))
1398
+ AutomationExecutionMetadata.add_member(:automation_subtype, Shapes::ShapeRef.new(shape: AutomationSubtype, location_name: "AutomationSubtype"))
1399
+ AutomationExecutionMetadata.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
1400
+ AutomationExecutionMetadata.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, location_name: "Runbooks"))
1401
+ AutomationExecutionMetadata.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1402
+ AutomationExecutionMetadata.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "AssociationId"))
1403
+ AutomationExecutionMetadata.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
1348
1404
  AutomationExecutionMetadata.struct_class = Types::AutomationExecutionMetadata
1349
1405
 
1350
1406
  AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
@@ -1536,6 +1592,7 @@ module Aws::SSM
1536
1592
  CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1537
1593
  CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1538
1594
  CreateAssociationBatchRequestEntry.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1595
+ CreateAssociationBatchRequestEntry.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1539
1596
  CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
1540
1597
 
1541
1598
  CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
@@ -1556,6 +1613,7 @@ module Aws::SSM
1556
1613
  CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1557
1614
  CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1558
1615
  CreateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1616
+ CreateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1559
1617
  CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
1560
1618
 
1561
1619
  CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -1593,6 +1651,7 @@ module Aws::SSM
1593
1651
  CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
1594
1652
 
1595
1653
  CreateOpsItemRequest.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, required: true, location_name: "Description"))
1654
+ CreateOpsItemRequest.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
1596
1655
  CreateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
1597
1656
  CreateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
1598
1657
  CreateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
@@ -1602,6 +1661,10 @@ module Aws::SSM
1602
1661
  CreateOpsItemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1603
1662
  CreateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
1604
1663
  CreateOpsItemRequest.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
1664
+ CreateOpsItemRequest.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
1665
+ CreateOpsItemRequest.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
1666
+ CreateOpsItemRequest.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
1667
+ CreateOpsItemRequest.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
1605
1668
  CreateOpsItemRequest.struct_class = Types::CreateOpsItemRequest
1606
1669
 
1607
1670
  CreateOpsItemResponse.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
@@ -2088,6 +2151,11 @@ module Aws::SSM
2088
2151
  DocumentDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2089
2152
  DocumentDescription.add_member(:attachments_information, Shapes::ShapeRef.new(shape: AttachmentInformationList, location_name: "AttachmentsInformation"))
2090
2153
  DocumentDescription.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2154
+ DocumentDescription.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
2155
+ DocumentDescription.add_member(:review_information, Shapes::ShapeRef.new(shape: ReviewInformationList, location_name: "ReviewInformation"))
2156
+ DocumentDescription.add_member(:approved_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "ApprovedVersion"))
2157
+ DocumentDescription.add_member(:pending_review_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "PendingReviewVersion"))
2158
+ DocumentDescription.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2091
2159
  DocumentDescription.struct_class = Types::DocumentDescription
2092
2160
 
2093
2161
  DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
@@ -2107,6 +2175,8 @@ module Aws::SSM
2107
2175
  DocumentIdentifier.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
2108
2176
  DocumentIdentifier.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2109
2177
  DocumentIdentifier.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2178
+ DocumentIdentifier.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2179
+ DocumentIdentifier.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
2110
2180
  DocumentIdentifier.struct_class = Types::DocumentIdentifier
2111
2181
 
2112
2182
  DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier)
@@ -2122,6 +2192,9 @@ module Aws::SSM
2122
2192
  DocumentLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2123
2193
  DocumentLimitExceeded.struct_class = Types::DocumentLimitExceeded
2124
2194
 
2195
+ DocumentMetadataResponseInfo.add_member(:reviewer_response, Shapes::ShapeRef.new(shape: DocumentReviewerResponseList, location_name: "ReviewerResponse"))
2196
+ DocumentMetadataResponseInfo.struct_class = Types::DocumentMetadataResponseInfo
2197
+
2125
2198
  DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
2126
2199
  DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
2127
2200
  DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
@@ -2139,6 +2212,25 @@ module Aws::SSM
2139
2212
 
2140
2213
  DocumentRequiresList.member = Shapes::ShapeRef.new(shape: DocumentRequires)
2141
2214
 
2215
+ DocumentReviewCommentList.member = Shapes::ShapeRef.new(shape: DocumentReviewCommentSource)
2216
+
2217
+ DocumentReviewCommentSource.add_member(:type, Shapes::ShapeRef.new(shape: DocumentReviewCommentType, location_name: "Type"))
2218
+ DocumentReviewCommentSource.add_member(:content, Shapes::ShapeRef.new(shape: DocumentReviewComment, location_name: "Content"))
2219
+ DocumentReviewCommentSource.struct_class = Types::DocumentReviewCommentSource
2220
+
2221
+ DocumentReviewerResponseList.member = Shapes::ShapeRef.new(shape: DocumentReviewerResponseSource)
2222
+
2223
+ DocumentReviewerResponseSource.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
2224
+ DocumentReviewerResponseSource.add_member(:updated_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedTime"))
2225
+ DocumentReviewerResponseSource.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2226
+ DocumentReviewerResponseSource.add_member(:comment, Shapes::ShapeRef.new(shape: DocumentReviewCommentList, location_name: "Comment"))
2227
+ DocumentReviewerResponseSource.add_member(:reviewer, Shapes::ShapeRef.new(shape: Reviewer, location_name: "Reviewer"))
2228
+ DocumentReviewerResponseSource.struct_class = Types::DocumentReviewerResponseSource
2229
+
2230
+ DocumentReviews.add_member(:action, Shapes::ShapeRef.new(shape: DocumentReviewAction, required: true, location_name: "Action"))
2231
+ DocumentReviews.add_member(:comment, Shapes::ShapeRef.new(shape: DocumentReviewCommentList, location_name: "Comment"))
2232
+ DocumentReviews.struct_class = Types::DocumentReviews
2233
+
2142
2234
  DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
2143
2235
  DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
2144
2236
  DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
@@ -2147,6 +2239,7 @@ module Aws::SSM
2147
2239
  DocumentVersionInfo.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2148
2240
  DocumentVersionInfo.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
2149
2241
  DocumentVersionInfo.add_member(:status_information, Shapes::ShapeRef.new(shape: DocumentStatusInformation, location_name: "StatusInformation"))
2242
+ DocumentVersionInfo.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2150
2243
  DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
2151
2244
 
2152
2245
  DocumentVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2265,6 +2358,7 @@ module Aws::SSM
2265
2358
  GetDocumentResult.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2266
2359
  GetDocumentResult.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2267
2360
  GetDocumentResult.add_member(:attachments_content, Shapes::ShapeRef.new(shape: AttachmentContentList, location_name: "AttachmentsContent"))
2361
+ GetDocumentResult.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2268
2362
  GetDocumentResult.struct_class = Types::GetDocumentResult
2269
2363
 
2270
2364
  GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
@@ -2913,6 +3007,20 @@ module Aws::SSM
2913
3007
  ListComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2914
3008
  ListComplianceSummariesResult.struct_class = Types::ListComplianceSummariesResult
2915
3009
 
3010
+ ListDocumentMetadataHistoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
3011
+ ListDocumentMetadataHistoryRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
3012
+ ListDocumentMetadataHistoryRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: DocumentMetadataEnum, required: true, location_name: "Metadata"))
3013
+ ListDocumentMetadataHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3014
+ ListDocumentMetadataHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
3015
+ ListDocumentMetadataHistoryRequest.struct_class = Types::ListDocumentMetadataHistoryRequest
3016
+
3017
+ ListDocumentMetadataHistoryResponse.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
3018
+ ListDocumentMetadataHistoryResponse.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
3019
+ ListDocumentMetadataHistoryResponse.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
3020
+ ListDocumentMetadataHistoryResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: DocumentMetadataResponseInfo, location_name: "Metadata"))
3021
+ ListDocumentMetadataHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3022
+ ListDocumentMetadataHistoryResponse.struct_class = Types::ListDocumentMetadataHistoryResponse
3023
+
2916
3024
  ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
2917
3025
  ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2918
3026
  ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -2947,6 +3055,15 @@ module Aws::SSM
2947
3055
  ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2948
3056
  ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
2949
3057
 
3058
+ ListOpsItemEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsItemEventFilters, location_name: "Filters"))
3059
+ ListOpsItemEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OpsItemEventMaxResults, location_name: "MaxResults"))
3060
+ ListOpsItemEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3061
+ ListOpsItemEventsRequest.struct_class = Types::ListOpsItemEventsRequest
3062
+
3063
+ ListOpsItemEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3064
+ ListOpsItemEventsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: OpsItemEventSummaries, location_name: "Summaries"))
3065
+ ListOpsItemEventsResponse.struct_class = Types::ListOpsItemEventsResponse
3066
+
2950
3067
  ListOpsMetadataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsMetadataFilterList, location_name: "Filters"))
2951
3068
  ListOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2952
3069
  ListOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -3201,6 +3318,7 @@ module Aws::SSM
3201
3318
  OpsFilterValueList.member = Shapes::ShapeRef.new(shape: OpsFilterValue)
3202
3319
 
3203
3320
  OpsItem.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
3321
+ OpsItem.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
3204
3322
  OpsItem.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3205
3323
  OpsItem.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
3206
3324
  OpsItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
@@ -3216,6 +3334,10 @@ module Aws::SSM
3216
3334
  OpsItem.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3217
3335
  OpsItem.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3218
3336
  OpsItem.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
3337
+ OpsItem.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
3338
+ OpsItem.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
3339
+ OpsItem.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
3340
+ OpsItem.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
3219
3341
  OpsItem.struct_class = Types::OpsItem
3220
3342
 
3221
3343
  OpsItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -3226,6 +3348,26 @@ module Aws::SSM
3226
3348
  OpsItemDataValue.add_member(:type, Shapes::ShapeRef.new(shape: OpsItemDataType, location_name: "Type"))
3227
3349
  OpsItemDataValue.struct_class = Types::OpsItemDataValue
3228
3350
 
3351
+ OpsItemEventFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemEventFilterKey, required: true, location_name: "Key"))
3352
+ OpsItemEventFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemEventFilterValues, required: true, location_name: "Values"))
3353
+ OpsItemEventFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemEventFilterOperator, required: true, location_name: "Operator"))
3354
+ OpsItemEventFilter.struct_class = Types::OpsItemEventFilter
3355
+
3356
+ OpsItemEventFilterValues.member = Shapes::ShapeRef.new(shape: OpsItemEventFilterValue)
3357
+
3358
+ OpsItemEventFilters.member = Shapes::ShapeRef.new(shape: OpsItemEventFilter)
3359
+
3360
+ OpsItemEventSummaries.member = Shapes::ShapeRef.new(shape: OpsItemEventSummary)
3361
+
3362
+ OpsItemEventSummary.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
3363
+ OpsItemEventSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "EventId"))
3364
+ OpsItemEventSummary.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
3365
+ OpsItemEventSummary.add_member(:detail_type, Shapes::ShapeRef.new(shape: String, location_name: "DetailType"))
3366
+ OpsItemEventSummary.add_member(:detail, Shapes::ShapeRef.new(shape: String, location_name: "Detail"))
3367
+ OpsItemEventSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: OpsItemIdentity, location_name: "CreatedBy"))
3368
+ OpsItemEventSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3369
+ OpsItemEventSummary.struct_class = Types::OpsItemEventSummary
3370
+
3229
3371
  OpsItemFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemFilterKey, required: true, location_name: "Key"))
3230
3372
  OpsItemFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemFilterValues, required: true, location_name: "Values"))
3231
3373
  OpsItemFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemFilterOperator, required: true, location_name: "Operator"))
@@ -3235,6 +3377,9 @@ module Aws::SSM
3235
3377
 
3236
3378
  OpsItemFilters.member = Shapes::ShapeRef.new(shape: OpsItemFilter)
3237
3379
 
3380
+ OpsItemIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
3381
+ OpsItemIdentity.struct_class = Types::OpsItemIdentity
3382
+
3238
3383
  OpsItemInvalidParameterException.add_member(:parameter_names, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ParameterNames"))
3239
3384
  OpsItemInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3240
3385
  OpsItemInvalidParameterException.struct_class = Types::OpsItemInvalidParameterException
@@ -3274,6 +3419,11 @@ module Aws::SSM
3274
3419
  OpsItemSummary.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3275
3420
  OpsItemSummary.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3276
3421
  OpsItemSummary.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
3422
+ OpsItemSummary.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
3423
+ OpsItemSummary.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
3424
+ OpsItemSummary.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
3425
+ OpsItemSummary.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
3426
+ OpsItemSummary.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
3277
3427
  OpsItemSummary.struct_class = Types::OpsItemSummary
3278
3428
 
3279
3429
  OpsMetadata.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
@@ -3745,6 +3895,25 @@ module Aws::SSM
3745
3895
  ResumeSessionResponse.add_member(:stream_url, Shapes::ShapeRef.new(shape: StreamUrl, location_name: "StreamUrl"))
3746
3896
  ResumeSessionResponse.struct_class = Types::ResumeSessionResponse
3747
3897
 
3898
+ ReviewInformation.add_member(:reviewed_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ReviewedTime"))
3899
+ ReviewInformation.add_member(:status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "Status"))
3900
+ ReviewInformation.add_member(:reviewer, Shapes::ShapeRef.new(shape: Reviewer, location_name: "Reviewer"))
3901
+ ReviewInformation.struct_class = Types::ReviewInformation
3902
+
3903
+ ReviewInformationList.member = Shapes::ShapeRef.new(shape: ReviewInformation)
3904
+
3905
+ Runbook.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
3906
+ Runbook.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
3907
+ Runbook.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
3908
+ Runbook.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
3909
+ Runbook.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
3910
+ Runbook.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
3911
+ Runbook.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
3912
+ Runbook.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
3913
+ Runbook.struct_class = Types::Runbook
3914
+
3915
+ Runbooks.member = Shapes::ShapeRef.new(shape: Runbook)
3916
+
3748
3917
  S3OutputLocation.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
3749
3918
  S3OutputLocation.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
3750
3919
  S3OutputLocation.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
@@ -3858,6 +4027,19 @@ module Aws::SSM
3858
4027
  StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
3859
4028
  StartAutomationExecutionResult.struct_class = Types::StartAutomationExecutionResult
3860
4029
 
4030
+ StartChangeRequestExecutionRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
4031
+ StartChangeRequestExecutionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
4032
+ StartChangeRequestExecutionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
4033
+ StartChangeRequestExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
4034
+ StartChangeRequestExecutionRequest.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
4035
+ StartChangeRequestExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken"))
4036
+ StartChangeRequestExecutionRequest.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, required: true, location_name: "Runbooks"))
4037
+ StartChangeRequestExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
4038
+ StartChangeRequestExecutionRequest.struct_class = Types::StartChangeRequestExecutionRequest
4039
+
4040
+ StartChangeRequestExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
4041
+ StartChangeRequestExecutionResult.struct_class = Types::StartChangeRequestExecutionResult
4042
+
3861
4043
  StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
3862
4044
  StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
3863
4045
  StartSessionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SessionManagerParameters, location_name: "Parameters"))
@@ -4004,6 +4186,7 @@ module Aws::SSM
4004
4186
  UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
4005
4187
  UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
4006
4188
  UpdateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
4189
+ UpdateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
4007
4190
  UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
4008
4191
 
4009
4192
  UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -4024,6 +4207,13 @@ module Aws::SSM
4024
4207
  UpdateDocumentDefaultVersionResult.add_member(:description, Shapes::ShapeRef.new(shape: DocumentDefaultVersionDescription, location_name: "Description"))
4025
4208
  UpdateDocumentDefaultVersionResult.struct_class = Types::UpdateDocumentDefaultVersionResult
4026
4209
 
4210
+ UpdateDocumentMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
4211
+ UpdateDocumentMetadataRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
4212
+ UpdateDocumentMetadataRequest.add_member(:document_reviews, Shapes::ShapeRef.new(shape: DocumentReviews, required: true, location_name: "DocumentReviews"))
4213
+ UpdateDocumentMetadataRequest.struct_class = Types::UpdateDocumentMetadataRequest
4214
+
4215
+ UpdateDocumentMetadataResponse.struct_class = Types::UpdateDocumentMetadataResponse
4216
+
4027
4217
  UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
4028
4218
  UpdateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
4029
4219
  UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
@@ -4130,6 +4320,10 @@ module Aws::SSM
4130
4320
  UpdateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
4131
4321
  UpdateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
4132
4322
  UpdateOpsItemRequest.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
4323
+ UpdateOpsItemRequest.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
4324
+ UpdateOpsItemRequest.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
4325
+ UpdateOpsItemRequest.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
4326
+ UpdateOpsItemRequest.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
4133
4327
  UpdateOpsItemRequest.struct_class = Types::UpdateOpsItemRequest
4134
4328
 
4135
4329
  UpdateOpsItemResponse.struct_class = Types::UpdateOpsItemResponse
@@ -5435,6 +5629,18 @@ module Aws::SSM
5435
5629
  )
5436
5630
  end)
5437
5631
 
5632
+ api.add_operation(:list_document_metadata_history, Seahorse::Model::Operation.new.tap do |o|
5633
+ o.name = "ListDocumentMetadataHistory"
5634
+ o.http_method = "POST"
5635
+ o.http_request_uri = "/"
5636
+ o.input = Shapes::ShapeRef.new(shape: ListDocumentMetadataHistoryRequest)
5637
+ o.output = Shapes::ShapeRef.new(shape: ListDocumentMetadataHistoryResponse)
5638
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5639
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
5640
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
5641
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
5642
+ end)
5643
+
5438
5644
  api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
5439
5645
  o.name = "ListDocumentVersions"
5440
5646
  o.http_method = "POST"
@@ -5482,6 +5688,24 @@ module Aws::SSM
5482
5688
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
5483
5689
  end)
5484
5690
 
5691
+ api.add_operation(:list_ops_item_events, Seahorse::Model::Operation.new.tap do |o|
5692
+ o.name = "ListOpsItemEvents"
5693
+ o.http_method = "POST"
5694
+ o.http_request_uri = "/"
5695
+ o.input = Shapes::ShapeRef.new(shape: ListOpsItemEventsRequest)
5696
+ o.output = Shapes::ShapeRef.new(shape: ListOpsItemEventsResponse)
5697
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5698
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
5699
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemLimitExceededException)
5700
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
5701
+ o[:pager] = Aws::Pager.new(
5702
+ limit_key: "max_results",
5703
+ tokens: {
5704
+ "next_token" => "next_token"
5705
+ }
5706
+ )
5707
+ end)
5708
+
5485
5709
  api.add_operation(:list_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
5486
5710
  o.name = "ListOpsMetadata"
5487
5711
  o.http_method = "POST"
@@ -5490,6 +5714,12 @@ module Aws::SSM
5490
5714
  o.output = Shapes::ShapeRef.new(shape: ListOpsMetadataResult)
5491
5715
  o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
5492
5716
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5717
+ o[:pager] = Aws::Pager.new(
5718
+ limit_key: "max_results",
5719
+ tokens: {
5720
+ "next_token" => "next_token"
5721
+ }
5722
+ )
5493
5723
  end)
5494
5724
 
5495
5725
  api.add_operation(:list_resource_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
@@ -5746,6 +5976,21 @@ module Aws::SSM
5746
5976
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5747
5977
  end)
5748
5978
 
5979
+ api.add_operation(:start_change_request_execution, Seahorse::Model::Operation.new.tap do |o|
5980
+ o.name = "StartChangeRequestExecution"
5981
+ o.http_method = "POST"
5982
+ o.http_request_uri = "/"
5983
+ o.input = Shapes::ShapeRef.new(shape: StartChangeRequestExecutionRequest)
5984
+ o.output = Shapes::ShapeRef.new(shape: StartChangeRequestExecutionResult)
5985
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotFoundException)
5986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAutomationExecutionParametersException)
5987
+ o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionLimitExceededException)
5988
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionVersionNotFoundException)
5989
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
5990
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5991
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotApprovedException)
5992
+ end)
5993
+
5749
5994
  api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
5750
5995
  o.name = "StartSession"
5751
5996
  o.http_method = "POST"
@@ -5842,6 +6087,18 @@ module Aws::SSM
5842
6087
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
5843
6088
  end)
5844
6089
 
6090
+ api.add_operation(:update_document_metadata, Seahorse::Model::Operation.new.tap do |o|
6091
+ o.name = "UpdateDocumentMetadata"
6092
+ o.http_method = "POST"
6093
+ o.http_request_uri = "/"
6094
+ o.input = Shapes::ShapeRef.new(shape: UpdateDocumentMetadataRequest)
6095
+ o.output = Shapes::ShapeRef.new(shape: UpdateDocumentMetadataResponse)
6096
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6097
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
6098
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentOperation)
6099
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
6100
+ end)
6101
+
5845
6102
  api.add_operation(:update_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
5846
6103
  o.name = "UpdateMaintenanceWindow"
5847
6104
  o.http_method = "POST"