aws-sdk-ssm 1.99.0 → 1.104.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')
@@ -331,9 +337,18 @@ module Aws::SSM
331
337
  DocumentParameterName = Shapes::StringShape.new(name: 'DocumentParameterName')
332
338
  DocumentParameterType = Shapes::StringShape.new(name: 'DocumentParameterType')
333
339
  DocumentPermissionLimit = Shapes::StructureShape.new(name: 'DocumentPermissionLimit')
340
+ DocumentPermissionMaxResults = Shapes::IntegerShape.new(name: 'DocumentPermissionMaxResults')
334
341
  DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
335
342
  DocumentRequires = Shapes::StructureShape.new(name: 'DocumentRequires')
336
343
  DocumentRequiresList = Shapes::ListShape.new(name: 'DocumentRequiresList')
344
+ DocumentReviewAction = Shapes::StringShape.new(name: 'DocumentReviewAction')
345
+ DocumentReviewComment = Shapes::StringShape.new(name: 'DocumentReviewComment')
346
+ DocumentReviewCommentList = Shapes::ListShape.new(name: 'DocumentReviewCommentList')
347
+ DocumentReviewCommentSource = Shapes::StructureShape.new(name: 'DocumentReviewCommentSource')
348
+ DocumentReviewCommentType = Shapes::StringShape.new(name: 'DocumentReviewCommentType')
349
+ DocumentReviewerResponseList = Shapes::ListShape.new(name: 'DocumentReviewerResponseList')
350
+ DocumentReviewerResponseSource = Shapes::StructureShape.new(name: 'DocumentReviewerResponseSource')
351
+ DocumentReviews = Shapes::StructureShape.new(name: 'DocumentReviews')
337
352
  DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
338
353
  DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
339
354
  DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
@@ -573,12 +588,16 @@ module Aws::SSM
573
588
  ListComplianceItemsResult = Shapes::StructureShape.new(name: 'ListComplianceItemsResult')
574
589
  ListComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListComplianceSummariesRequest')
575
590
  ListComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListComplianceSummariesResult')
591
+ ListDocumentMetadataHistoryRequest = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryRequest')
592
+ ListDocumentMetadataHistoryResponse = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryResponse')
576
593
  ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
577
594
  ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
578
595
  ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
579
596
  ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
580
597
  ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
581
598
  ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
599
+ ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
600
+ ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
582
601
  ListOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListOpsMetadataMaxResults')
583
602
  ListOpsMetadataRequest = Shapes::StructureShape.new(name: 'ListOpsMetadataRequest')
584
603
  ListOpsMetadataResult = Shapes::StructureShape.new(name: 'ListOpsMetadataResult')
@@ -706,6 +725,15 @@ module Aws::SSM
706
725
  OpsItemDataValue = Shapes::StructureShape.new(name: 'OpsItemDataValue')
707
726
  OpsItemDataValueString = Shapes::StringShape.new(name: 'OpsItemDataValueString')
708
727
  OpsItemDescription = Shapes::StringShape.new(name: 'OpsItemDescription')
728
+ OpsItemEventFilter = Shapes::StructureShape.new(name: 'OpsItemEventFilter')
729
+ OpsItemEventFilterKey = Shapes::StringShape.new(name: 'OpsItemEventFilterKey')
730
+ OpsItemEventFilterOperator = Shapes::StringShape.new(name: 'OpsItemEventFilterOperator')
731
+ OpsItemEventFilterValue = Shapes::StringShape.new(name: 'OpsItemEventFilterValue')
732
+ OpsItemEventFilterValues = Shapes::ListShape.new(name: 'OpsItemEventFilterValues')
733
+ OpsItemEventFilters = Shapes::ListShape.new(name: 'OpsItemEventFilters')
734
+ OpsItemEventMaxResults = Shapes::IntegerShape.new(name: 'OpsItemEventMaxResults')
735
+ OpsItemEventSummaries = Shapes::ListShape.new(name: 'OpsItemEventSummaries')
736
+ OpsItemEventSummary = Shapes::StructureShape.new(name: 'OpsItemEventSummary')
709
737
  OpsItemFilter = Shapes::StructureShape.new(name: 'OpsItemFilter')
710
738
  OpsItemFilterKey = Shapes::StringShape.new(name: 'OpsItemFilterKey')
711
739
  OpsItemFilterOperator = Shapes::StringShape.new(name: 'OpsItemFilterOperator')
@@ -713,6 +741,7 @@ module Aws::SSM
713
741
  OpsItemFilterValues = Shapes::ListShape.new(name: 'OpsItemFilterValues')
714
742
  OpsItemFilters = Shapes::ListShape.new(name: 'OpsItemFilters')
715
743
  OpsItemId = Shapes::StringShape.new(name: 'OpsItemId')
744
+ OpsItemIdentity = Shapes::StructureShape.new(name: 'OpsItemIdentity')
716
745
  OpsItemInvalidParameterException = Shapes::StructureShape.new(name: 'OpsItemInvalidParameterException')
717
746
  OpsItemLimitExceededException = Shapes::StructureShape.new(name: 'OpsItemLimitExceededException')
718
747
  OpsItemMaxResults = Shapes::IntegerShape.new(name: 'OpsItemMaxResults')
@@ -729,6 +758,7 @@ module Aws::SSM
729
758
  OpsItemSummaries = Shapes::ListShape.new(name: 'OpsItemSummaries')
730
759
  OpsItemSummary = Shapes::StructureShape.new(name: 'OpsItemSummary')
731
760
  OpsItemTitle = Shapes::StringShape.new(name: 'OpsItemTitle')
761
+ OpsItemType = Shapes::StringShape.new(name: 'OpsItemType')
732
762
  OpsMetadata = Shapes::StructureShape.new(name: 'OpsMetadata')
733
763
  OpsMetadataAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsMetadataAlreadyExistsException')
734
764
  OpsMetadataArn = Shapes::StringShape.new(name: 'OpsMetadataArn')
@@ -950,6 +980,12 @@ module Aws::SSM
950
980
  ResultAttributeList = Shapes::ListShape.new(name: 'ResultAttributeList')
951
981
  ResumeSessionRequest = Shapes::StructureShape.new(name: 'ResumeSessionRequest')
952
982
  ResumeSessionResponse = Shapes::StructureShape.new(name: 'ResumeSessionResponse')
983
+ ReviewInformation = Shapes::StructureShape.new(name: 'ReviewInformation')
984
+ ReviewInformationList = Shapes::ListShape.new(name: 'ReviewInformationList')
985
+ ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
986
+ Reviewer = Shapes::StringShape.new(name: 'Reviewer')
987
+ Runbook = Shapes::StructureShape.new(name: 'Runbook')
988
+ Runbooks = Shapes::ListShape.new(name: 'Runbooks')
953
989
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
954
990
  S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
955
991
  S3OutputLocation = Shapes::StructureShape.new(name: 'S3OutputLocation')
@@ -998,6 +1034,8 @@ module Aws::SSM
998
1034
  StartAssociationsOnceResult = Shapes::StructureShape.new(name: 'StartAssociationsOnceResult')
999
1035
  StartAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StartAutomationExecutionRequest')
1000
1036
  StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
1037
+ StartChangeRequestExecutionRequest = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionRequest')
1038
+ StartChangeRequestExecutionResult = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionResult')
1001
1039
  StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
1002
1040
  StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
1003
1041
  StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
@@ -1063,6 +1101,8 @@ module Aws::SSM
1063
1101
  UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
1064
1102
  UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
1065
1103
  UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
1104
+ UpdateDocumentMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataRequest')
1105
+ UpdateDocumentMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataResponse')
1066
1106
  UpdateDocumentRequest = Shapes::StructureShape.new(name: 'UpdateDocumentRequest')
1067
1107
  UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
1068
1108
  UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
@@ -1160,6 +1200,7 @@ module Aws::SSM
1160
1200
  AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1161
1201
  AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1162
1202
  AssociationDescription.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1203
+ AssociationDescription.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1163
1204
  AssociationDescription.struct_class = Types::AssociationDescription
1164
1205
 
1165
1206
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
@@ -1249,6 +1290,7 @@ module Aws::SSM
1249
1290
  AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1250
1291
  AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1251
1292
  AssociationVersionInfo.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1293
+ AssociationVersionInfo.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1252
1294
  AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
1253
1295
 
1254
1296
  AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1279,6 +1321,9 @@ module Aws::SSM
1279
1321
 
1280
1322
  AttachmentsSourceValues.member = Shapes::ShapeRef.new(shape: AttachmentsSourceValue)
1281
1323
 
1324
+ AutomationDefinitionNotApprovedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1325
+ AutomationDefinitionNotApprovedException.struct_class = Types::AutomationDefinitionNotApprovedException
1326
+
1282
1327
  AutomationDefinitionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1283
1328
  AutomationDefinitionNotFoundException.struct_class = Types::AutomationDefinitionNotFoundException
1284
1329
 
@@ -1310,6 +1355,12 @@ module Aws::SSM
1310
1355
  AutomationExecution.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1311
1356
  AutomationExecution.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
1312
1357
  AutomationExecution.add_member(:progress_counters, Shapes::ShapeRef.new(shape: ProgressCounters, location_name: "ProgressCounters"))
1358
+ AutomationExecution.add_member(:automation_subtype, Shapes::ShapeRef.new(shape: AutomationSubtype, location_name: "AutomationSubtype"))
1359
+ AutomationExecution.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
1360
+ AutomationExecution.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, location_name: "Runbooks"))
1361
+ AutomationExecution.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1362
+ AutomationExecution.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "AssociationId"))
1363
+ AutomationExecution.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
1313
1364
  AutomationExecution.struct_class = Types::AutomationExecution
1314
1365
 
1315
1366
  AutomationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AutomationExecutionFilterKey, required: true, location_name: "Key"))
@@ -1345,6 +1396,12 @@ module Aws::SSM
1345
1396
  AutomationExecutionMetadata.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
1346
1397
  AutomationExecutionMetadata.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1347
1398
  AutomationExecutionMetadata.add_member(:automation_type, Shapes::ShapeRef.new(shape: AutomationType, location_name: "AutomationType"))
1399
+ AutomationExecutionMetadata.add_member(:automation_subtype, Shapes::ShapeRef.new(shape: AutomationSubtype, location_name: "AutomationSubtype"))
1400
+ AutomationExecutionMetadata.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
1401
+ AutomationExecutionMetadata.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, location_name: "Runbooks"))
1402
+ AutomationExecutionMetadata.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1403
+ AutomationExecutionMetadata.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "AssociationId"))
1404
+ AutomationExecutionMetadata.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
1348
1405
  AutomationExecutionMetadata.struct_class = Types::AutomationExecutionMetadata
1349
1406
 
1350
1407
  AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
@@ -1536,6 +1593,7 @@ module Aws::SSM
1536
1593
  CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1537
1594
  CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1538
1595
  CreateAssociationBatchRequestEntry.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1596
+ CreateAssociationBatchRequestEntry.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1539
1597
  CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
1540
1598
 
1541
1599
  CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
@@ -1556,6 +1614,7 @@ module Aws::SSM
1556
1614
  CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1557
1615
  CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1558
1616
  CreateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
1617
+ CreateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1559
1618
  CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
1560
1619
 
1561
1620
  CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -1593,6 +1652,7 @@ module Aws::SSM
1593
1652
  CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
1594
1653
 
1595
1654
  CreateOpsItemRequest.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, required: true, location_name: "Description"))
1655
+ CreateOpsItemRequest.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
1596
1656
  CreateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
1597
1657
  CreateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
1598
1658
  CreateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
@@ -1602,6 +1662,10 @@ module Aws::SSM
1602
1662
  CreateOpsItemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1603
1663
  CreateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
1604
1664
  CreateOpsItemRequest.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
1665
+ CreateOpsItemRequest.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
1666
+ CreateOpsItemRequest.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
1667
+ CreateOpsItemRequest.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
1668
+ CreateOpsItemRequest.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
1605
1669
  CreateOpsItemRequest.struct_class = Types::CreateOpsItemRequest
1606
1670
 
1607
1671
  CreateOpsItemResponse.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
@@ -1815,10 +1879,13 @@ module Aws::SSM
1815
1879
 
1816
1880
  DescribeDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
1817
1881
  DescribeDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
1882
+ DescribeDocumentPermissionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DocumentPermissionMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1883
+ DescribeDocumentPermissionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1818
1884
  DescribeDocumentPermissionRequest.struct_class = Types::DescribeDocumentPermissionRequest
1819
1885
 
1820
1886
  DescribeDocumentPermissionResponse.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
1821
1887
  DescribeDocumentPermissionResponse.add_member(:account_sharing_info_list, Shapes::ShapeRef.new(shape: AccountSharingInfoList, location_name: "AccountSharingInfoList"))
1888
+ DescribeDocumentPermissionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1822
1889
  DescribeDocumentPermissionResponse.struct_class = Types::DescribeDocumentPermissionResponse
1823
1890
 
1824
1891
  DescribeDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
@@ -2088,6 +2155,11 @@ module Aws::SSM
2088
2155
  DocumentDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2089
2156
  DocumentDescription.add_member(:attachments_information, Shapes::ShapeRef.new(shape: AttachmentInformationList, location_name: "AttachmentsInformation"))
2090
2157
  DocumentDescription.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2158
+ DocumentDescription.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
2159
+ DocumentDescription.add_member(:review_information, Shapes::ShapeRef.new(shape: ReviewInformationList, location_name: "ReviewInformation"))
2160
+ DocumentDescription.add_member(:approved_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "ApprovedVersion"))
2161
+ DocumentDescription.add_member(:pending_review_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "PendingReviewVersion"))
2162
+ DocumentDescription.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2091
2163
  DocumentDescription.struct_class = Types::DocumentDescription
2092
2164
 
2093
2165
  DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
@@ -2107,6 +2179,8 @@ module Aws::SSM
2107
2179
  DocumentIdentifier.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
2108
2180
  DocumentIdentifier.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2109
2181
  DocumentIdentifier.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2182
+ DocumentIdentifier.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2183
+ DocumentIdentifier.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
2110
2184
  DocumentIdentifier.struct_class = Types::DocumentIdentifier
2111
2185
 
2112
2186
  DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier)
@@ -2122,6 +2196,9 @@ module Aws::SSM
2122
2196
  DocumentLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2123
2197
  DocumentLimitExceeded.struct_class = Types::DocumentLimitExceeded
2124
2198
 
2199
+ DocumentMetadataResponseInfo.add_member(:reviewer_response, Shapes::ShapeRef.new(shape: DocumentReviewerResponseList, location_name: "ReviewerResponse"))
2200
+ DocumentMetadataResponseInfo.struct_class = Types::DocumentMetadataResponseInfo
2201
+
2125
2202
  DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
2126
2203
  DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
2127
2204
  DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
@@ -2139,6 +2216,25 @@ module Aws::SSM
2139
2216
 
2140
2217
  DocumentRequiresList.member = Shapes::ShapeRef.new(shape: DocumentRequires)
2141
2218
 
2219
+ DocumentReviewCommentList.member = Shapes::ShapeRef.new(shape: DocumentReviewCommentSource)
2220
+
2221
+ DocumentReviewCommentSource.add_member(:type, Shapes::ShapeRef.new(shape: DocumentReviewCommentType, location_name: "Type"))
2222
+ DocumentReviewCommentSource.add_member(:content, Shapes::ShapeRef.new(shape: DocumentReviewComment, location_name: "Content"))
2223
+ DocumentReviewCommentSource.struct_class = Types::DocumentReviewCommentSource
2224
+
2225
+ DocumentReviewerResponseList.member = Shapes::ShapeRef.new(shape: DocumentReviewerResponseSource)
2226
+
2227
+ DocumentReviewerResponseSource.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
2228
+ DocumentReviewerResponseSource.add_member(:updated_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedTime"))
2229
+ DocumentReviewerResponseSource.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2230
+ DocumentReviewerResponseSource.add_member(:comment, Shapes::ShapeRef.new(shape: DocumentReviewCommentList, location_name: "Comment"))
2231
+ DocumentReviewerResponseSource.add_member(:reviewer, Shapes::ShapeRef.new(shape: Reviewer, location_name: "Reviewer"))
2232
+ DocumentReviewerResponseSource.struct_class = Types::DocumentReviewerResponseSource
2233
+
2234
+ DocumentReviews.add_member(:action, Shapes::ShapeRef.new(shape: DocumentReviewAction, required: true, location_name: "Action"))
2235
+ DocumentReviews.add_member(:comment, Shapes::ShapeRef.new(shape: DocumentReviewCommentList, location_name: "Comment"))
2236
+ DocumentReviews.struct_class = Types::DocumentReviews
2237
+
2142
2238
  DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
2143
2239
  DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
2144
2240
  DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
@@ -2147,6 +2243,7 @@ module Aws::SSM
2147
2243
  DocumentVersionInfo.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2148
2244
  DocumentVersionInfo.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
2149
2245
  DocumentVersionInfo.add_member(:status_information, Shapes::ShapeRef.new(shape: DocumentStatusInformation, location_name: "StatusInformation"))
2246
+ DocumentVersionInfo.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2150
2247
  DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
2151
2248
 
2152
2249
  DocumentVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2265,6 +2362,7 @@ module Aws::SSM
2265
2362
  GetDocumentResult.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2266
2363
  GetDocumentResult.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2267
2364
  GetDocumentResult.add_member(:attachments_content, Shapes::ShapeRef.new(shape: AttachmentContentList, location_name: "AttachmentsContent"))
2365
+ GetDocumentResult.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2268
2366
  GetDocumentResult.struct_class = Types::GetDocumentResult
2269
2367
 
2270
2368
  GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
@@ -2913,6 +3011,20 @@ module Aws::SSM
2913
3011
  ListComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2914
3012
  ListComplianceSummariesResult.struct_class = Types::ListComplianceSummariesResult
2915
3013
 
3014
+ ListDocumentMetadataHistoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
3015
+ ListDocumentMetadataHistoryRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
3016
+ ListDocumentMetadataHistoryRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: DocumentMetadataEnum, required: true, location_name: "Metadata"))
3017
+ ListDocumentMetadataHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3018
+ ListDocumentMetadataHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
3019
+ ListDocumentMetadataHistoryRequest.struct_class = Types::ListDocumentMetadataHistoryRequest
3020
+
3021
+ ListDocumentMetadataHistoryResponse.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
3022
+ ListDocumentMetadataHistoryResponse.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
3023
+ ListDocumentMetadataHistoryResponse.add_member(:author, Shapes::ShapeRef.new(shape: DocumentAuthor, location_name: "Author"))
3024
+ ListDocumentMetadataHistoryResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: DocumentMetadataResponseInfo, location_name: "Metadata"))
3025
+ ListDocumentMetadataHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3026
+ ListDocumentMetadataHistoryResponse.struct_class = Types::ListDocumentMetadataHistoryResponse
3027
+
2916
3028
  ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
2917
3029
  ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2918
3030
  ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -2947,6 +3059,15 @@ module Aws::SSM
2947
3059
  ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2948
3060
  ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
2949
3061
 
3062
+ ListOpsItemEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsItemEventFilters, location_name: "Filters"))
3063
+ ListOpsItemEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OpsItemEventMaxResults, location_name: "MaxResults"))
3064
+ ListOpsItemEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3065
+ ListOpsItemEventsRequest.struct_class = Types::ListOpsItemEventsRequest
3066
+
3067
+ ListOpsItemEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3068
+ ListOpsItemEventsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: OpsItemEventSummaries, location_name: "Summaries"))
3069
+ ListOpsItemEventsResponse.struct_class = Types::ListOpsItemEventsResponse
3070
+
2950
3071
  ListOpsMetadataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsMetadataFilterList, location_name: "Filters"))
2951
3072
  ListOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2952
3073
  ListOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -3201,6 +3322,7 @@ module Aws::SSM
3201
3322
  OpsFilterValueList.member = Shapes::ShapeRef.new(shape: OpsFilterValue)
3202
3323
 
3203
3324
  OpsItem.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
3325
+ OpsItem.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
3204
3326
  OpsItem.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3205
3327
  OpsItem.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
3206
3328
  OpsItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
@@ -3216,6 +3338,10 @@ module Aws::SSM
3216
3338
  OpsItem.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3217
3339
  OpsItem.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3218
3340
  OpsItem.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
3341
+ OpsItem.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
3342
+ OpsItem.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
3343
+ OpsItem.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
3344
+ OpsItem.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
3219
3345
  OpsItem.struct_class = Types::OpsItem
3220
3346
 
3221
3347
  OpsItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -3226,6 +3352,26 @@ module Aws::SSM
3226
3352
  OpsItemDataValue.add_member(:type, Shapes::ShapeRef.new(shape: OpsItemDataType, location_name: "Type"))
3227
3353
  OpsItemDataValue.struct_class = Types::OpsItemDataValue
3228
3354
 
3355
+ OpsItemEventFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemEventFilterKey, required: true, location_name: "Key"))
3356
+ OpsItemEventFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemEventFilterValues, required: true, location_name: "Values"))
3357
+ OpsItemEventFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemEventFilterOperator, required: true, location_name: "Operator"))
3358
+ OpsItemEventFilter.struct_class = Types::OpsItemEventFilter
3359
+
3360
+ OpsItemEventFilterValues.member = Shapes::ShapeRef.new(shape: OpsItemEventFilterValue)
3361
+
3362
+ OpsItemEventFilters.member = Shapes::ShapeRef.new(shape: OpsItemEventFilter)
3363
+
3364
+ OpsItemEventSummaries.member = Shapes::ShapeRef.new(shape: OpsItemEventSummary)
3365
+
3366
+ OpsItemEventSummary.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
3367
+ OpsItemEventSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "EventId"))
3368
+ OpsItemEventSummary.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
3369
+ OpsItemEventSummary.add_member(:detail_type, Shapes::ShapeRef.new(shape: String, location_name: "DetailType"))
3370
+ OpsItemEventSummary.add_member(:detail, Shapes::ShapeRef.new(shape: String, location_name: "Detail"))
3371
+ OpsItemEventSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: OpsItemIdentity, location_name: "CreatedBy"))
3372
+ OpsItemEventSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3373
+ OpsItemEventSummary.struct_class = Types::OpsItemEventSummary
3374
+
3229
3375
  OpsItemFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemFilterKey, required: true, location_name: "Key"))
3230
3376
  OpsItemFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemFilterValues, required: true, location_name: "Values"))
3231
3377
  OpsItemFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemFilterOperator, required: true, location_name: "Operator"))
@@ -3235,6 +3381,9 @@ module Aws::SSM
3235
3381
 
3236
3382
  OpsItemFilters.member = Shapes::ShapeRef.new(shape: OpsItemFilter)
3237
3383
 
3384
+ OpsItemIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
3385
+ OpsItemIdentity.struct_class = Types::OpsItemIdentity
3386
+
3238
3387
  OpsItemInvalidParameterException.add_member(:parameter_names, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ParameterNames"))
3239
3388
  OpsItemInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3240
3389
  OpsItemInvalidParameterException.struct_class = Types::OpsItemInvalidParameterException
@@ -3274,6 +3423,11 @@ module Aws::SSM
3274
3423
  OpsItemSummary.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3275
3424
  OpsItemSummary.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3276
3425
  OpsItemSummary.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
3426
+ OpsItemSummary.add_member(:ops_item_type, Shapes::ShapeRef.new(shape: OpsItemType, location_name: "OpsItemType"))
3427
+ OpsItemSummary.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
3428
+ OpsItemSummary.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
3429
+ OpsItemSummary.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
3430
+ OpsItemSummary.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
3277
3431
  OpsItemSummary.struct_class = Types::OpsItemSummary
3278
3432
 
3279
3433
  OpsMetadata.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
@@ -3608,15 +3762,15 @@ module Aws::SSM
3608
3762
  RegisterTargetWithMaintenanceWindowResult.struct_class = Types::RegisterTargetWithMaintenanceWindowResult
3609
3763
 
3610
3764
  RegisterTaskWithMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
3611
- RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
3765
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets", metadata: {"box"=>true}))
3612
3766
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, required: true, location_name: "TaskArn"))
3613
3767
  RegisterTaskWithMaintenanceWindowRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
3614
3768
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
3615
3769
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
3616
3770
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
3617
3771
  RegisterTaskWithMaintenanceWindowRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
3618
- RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, required: true, location_name: "MaxConcurrency"))
3619
- RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, required: true, location_name: "MaxErrors"))
3772
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency", metadata: {"box"=>true}))
3773
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors", metadata: {"box"=>true}))
3620
3774
  RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
3621
3775
  RegisterTaskWithMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
3622
3776
  RegisterTaskWithMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
@@ -3745,6 +3899,25 @@ module Aws::SSM
3745
3899
  ResumeSessionResponse.add_member(:stream_url, Shapes::ShapeRef.new(shape: StreamUrl, location_name: "StreamUrl"))
3746
3900
  ResumeSessionResponse.struct_class = Types::ResumeSessionResponse
3747
3901
 
3902
+ ReviewInformation.add_member(:reviewed_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ReviewedTime"))
3903
+ ReviewInformation.add_member(:status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "Status"))
3904
+ ReviewInformation.add_member(:reviewer, Shapes::ShapeRef.new(shape: Reviewer, location_name: "Reviewer"))
3905
+ ReviewInformation.struct_class = Types::ReviewInformation
3906
+
3907
+ ReviewInformationList.member = Shapes::ShapeRef.new(shape: ReviewInformation)
3908
+
3909
+ Runbook.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
3910
+ Runbook.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
3911
+ Runbook.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
3912
+ Runbook.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
3913
+ Runbook.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
3914
+ Runbook.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
3915
+ Runbook.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
3916
+ Runbook.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
3917
+ Runbook.struct_class = Types::Runbook
3918
+
3919
+ Runbooks.member = Shapes::ShapeRef.new(shape: Runbook)
3920
+
3748
3921
  S3OutputLocation.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
3749
3922
  S3OutputLocation.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
3750
3923
  S3OutputLocation.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
@@ -3858,6 +4031,19 @@ module Aws::SSM
3858
4031
  StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
3859
4032
  StartAutomationExecutionResult.struct_class = Types::StartAutomationExecutionResult
3860
4033
 
4034
+ StartChangeRequestExecutionRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledTime"))
4035
+ StartChangeRequestExecutionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
4036
+ StartChangeRequestExecutionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
4037
+ StartChangeRequestExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
4038
+ StartChangeRequestExecutionRequest.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
4039
+ StartChangeRequestExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken"))
4040
+ StartChangeRequestExecutionRequest.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, required: true, location_name: "Runbooks"))
4041
+ StartChangeRequestExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
4042
+ StartChangeRequestExecutionRequest.struct_class = Types::StartChangeRequestExecutionRequest
4043
+
4044
+ StartChangeRequestExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
4045
+ StartChangeRequestExecutionResult.struct_class = Types::StartChangeRequestExecutionResult
4046
+
3861
4047
  StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
3862
4048
  StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
3863
4049
  StartSessionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SessionManagerParameters, location_name: "Parameters"))
@@ -4004,6 +4190,7 @@ module Aws::SSM
4004
4190
  UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
4005
4191
  UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
4006
4192
  UpdateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
4193
+ UpdateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
4007
4194
  UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
4008
4195
 
4009
4196
  UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -4024,6 +4211,13 @@ module Aws::SSM
4024
4211
  UpdateDocumentDefaultVersionResult.add_member(:description, Shapes::ShapeRef.new(shape: DocumentDefaultVersionDescription, location_name: "Description"))
4025
4212
  UpdateDocumentDefaultVersionResult.struct_class = Types::UpdateDocumentDefaultVersionResult
4026
4213
 
4214
+ UpdateDocumentMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
4215
+ UpdateDocumentMetadataRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
4216
+ UpdateDocumentMetadataRequest.add_member(:document_reviews, Shapes::ShapeRef.new(shape: DocumentReviews, required: true, location_name: "DocumentReviews"))
4217
+ UpdateDocumentMetadataRequest.struct_class = Types::UpdateDocumentMetadataRequest
4218
+
4219
+ UpdateDocumentMetadataResponse.struct_class = Types::UpdateDocumentMetadataResponse
4220
+
4027
4221
  UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
4028
4222
  UpdateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
4029
4223
  UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
@@ -4130,6 +4324,10 @@ module Aws::SSM
4130
4324
  UpdateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
4131
4325
  UpdateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
4132
4326
  UpdateOpsItemRequest.add_member(:severity, Shapes::ShapeRef.new(shape: OpsItemSeverity, location_name: "Severity"))
4327
+ UpdateOpsItemRequest.add_member(:actual_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualStartTime"))
4328
+ UpdateOpsItemRequest.add_member(:actual_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ActualEndTime"))
4329
+ UpdateOpsItemRequest.add_member(:planned_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedStartTime"))
4330
+ UpdateOpsItemRequest.add_member(:planned_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "PlannedEndTime"))
4133
4331
  UpdateOpsItemRequest.struct_class = Types::UpdateOpsItemRequest
4134
4332
 
4135
4333
  UpdateOpsItemResponse.struct_class = Types::UpdateOpsItemResponse
@@ -4648,7 +4846,9 @@ module Aws::SSM
4648
4846
  o.output = Shapes::ShapeRef.new(shape: DescribeDocumentPermissionResponse)
4649
4847
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4650
4848
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
4849
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
4651
4850
  o.errors << Shapes::ShapeRef.new(shape: InvalidPermissionType)
4851
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentOperation)
4652
4852
  end)
4653
4853
 
4654
4854
  api.add_operation(:describe_effective_instance_associations, Seahorse::Model::Operation.new.tap do |o|
@@ -5435,6 +5635,18 @@ module Aws::SSM
5435
5635
  )
5436
5636
  end)
5437
5637
 
5638
+ api.add_operation(:list_document_metadata_history, Seahorse::Model::Operation.new.tap do |o|
5639
+ o.name = "ListDocumentMetadataHistory"
5640
+ o.http_method = "POST"
5641
+ o.http_request_uri = "/"
5642
+ o.input = Shapes::ShapeRef.new(shape: ListDocumentMetadataHistoryRequest)
5643
+ o.output = Shapes::ShapeRef.new(shape: ListDocumentMetadataHistoryResponse)
5644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5645
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
5646
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
5647
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
5648
+ end)
5649
+
5438
5650
  api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
5439
5651
  o.name = "ListDocumentVersions"
5440
5652
  o.http_method = "POST"
@@ -5482,6 +5694,24 @@ module Aws::SSM
5482
5694
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
5483
5695
  end)
5484
5696
 
5697
+ api.add_operation(:list_ops_item_events, Seahorse::Model::Operation.new.tap do |o|
5698
+ o.name = "ListOpsItemEvents"
5699
+ o.http_method = "POST"
5700
+ o.http_request_uri = "/"
5701
+ o.input = Shapes::ShapeRef.new(shape: ListOpsItemEventsRequest)
5702
+ o.output = Shapes::ShapeRef.new(shape: ListOpsItemEventsResponse)
5703
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5704
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
5705
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemLimitExceededException)
5706
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
5707
+ o[:pager] = Aws::Pager.new(
5708
+ limit_key: "max_results",
5709
+ tokens: {
5710
+ "next_token" => "next_token"
5711
+ }
5712
+ )
5713
+ end)
5714
+
5485
5715
  api.add_operation(:list_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
5486
5716
  o.name = "ListOpsMetadata"
5487
5717
  o.http_method = "POST"
@@ -5490,6 +5720,12 @@ module Aws::SSM
5490
5720
  o.output = Shapes::ShapeRef.new(shape: ListOpsMetadataResult)
5491
5721
  o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
5492
5722
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5723
+ o[:pager] = Aws::Pager.new(
5724
+ limit_key: "max_results",
5725
+ tokens: {
5726
+ "next_token" => "next_token"
5727
+ }
5728
+ )
5493
5729
  end)
5494
5730
 
5495
5731
  api.add_operation(:list_resource_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
@@ -5746,6 +5982,21 @@ module Aws::SSM
5746
5982
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5747
5983
  end)
5748
5984
 
5985
+ api.add_operation(:start_change_request_execution, Seahorse::Model::Operation.new.tap do |o|
5986
+ o.name = "StartChangeRequestExecution"
5987
+ o.http_method = "POST"
5988
+ o.http_request_uri = "/"
5989
+ o.input = Shapes::ShapeRef.new(shape: StartChangeRequestExecutionRequest)
5990
+ o.output = Shapes::ShapeRef.new(shape: StartChangeRequestExecutionResult)
5991
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotFoundException)
5992
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAutomationExecutionParametersException)
5993
+ o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionLimitExceededException)
5994
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionVersionNotFoundException)
5995
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
5996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5997
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotApprovedException)
5998
+ end)
5999
+
5749
6000
  api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
5750
6001
  o.name = "StartSession"
5751
6002
  o.http_method = "POST"
@@ -5842,6 +6093,18 @@ module Aws::SSM
5842
6093
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
5843
6094
  end)
5844
6095
 
6096
+ api.add_operation(:update_document_metadata, Seahorse::Model::Operation.new.tap do |o|
6097
+ o.name = "UpdateDocumentMetadata"
6098
+ o.http_method = "POST"
6099
+ o.http_request_uri = "/"
6100
+ o.input = Shapes::ShapeRef.new(shape: UpdateDocumentMetadataRequest)
6101
+ o.output = Shapes::ShapeRef.new(shape: UpdateDocumentMetadataResponse)
6102
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6103
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
6104
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentOperation)
6105
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
6106
+ end)
6107
+
5845
6108
  api.add_operation(:update_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
5846
6109
  o.name = "UpdateMaintenanceWindow"
5847
6110
  o.http_method = "POST"