aws-sdk-ssm 1.96.0 → 1.101.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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')
@@ -194,6 +197,8 @@ module Aws::SSM
194
197
  CreateMaintenanceWindowResult = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowResult')
195
198
  CreateOpsItemRequest = Shapes::StructureShape.new(name: 'CreateOpsItemRequest')
196
199
  CreateOpsItemResponse = Shapes::StructureShape.new(name: 'CreateOpsItemResponse')
200
+ CreateOpsMetadataRequest = Shapes::StructureShape.new(name: 'CreateOpsMetadataRequest')
201
+ CreateOpsMetadataResult = Shapes::StructureShape.new(name: 'CreateOpsMetadataResult')
197
202
  CreatePatchBaselineRequest = Shapes::StructureShape.new(name: 'CreatePatchBaselineRequest')
198
203
  CreatePatchBaselineResult = Shapes::StructureShape.new(name: 'CreatePatchBaselineResult')
199
204
  CreateResourceDataSyncRequest = Shapes::StructureShape.new(name: 'CreateResourceDataSyncRequest')
@@ -213,6 +218,8 @@ module Aws::SSM
213
218
  DeleteInventoryResult = Shapes::StructureShape.new(name: 'DeleteInventoryResult')
214
219
  DeleteMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'DeleteMaintenanceWindowRequest')
215
220
  DeleteMaintenanceWindowResult = Shapes::StructureShape.new(name: 'DeleteMaintenanceWindowResult')
221
+ DeleteOpsMetadataRequest = Shapes::StructureShape.new(name: 'DeleteOpsMetadataRequest')
222
+ DeleteOpsMetadataResult = Shapes::StructureShape.new(name: 'DeleteOpsMetadataResult')
216
223
  DeleteParameterRequest = Shapes::StructureShape.new(name: 'DeleteParameterRequest')
217
224
  DeleteParameterResult = Shapes::StructureShape.new(name: 'DeleteParameterResult')
218
225
  DeleteParametersRequest = Shapes::StructureShape.new(name: 'DeleteParametersRequest')
@@ -300,6 +307,7 @@ module Aws::SSM
300
307
  DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
301
308
  DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
302
309
  DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
310
+ DocumentAuthor = Shapes::StringShape.new(name: 'DocumentAuthor')
303
311
  DocumentContent = Shapes::StringShape.new(name: 'DocumentContent')
304
312
  DocumentDefaultVersionDescription = Shapes::StructureShape.new(name: 'DocumentDefaultVersionDescription')
305
313
  DocumentDescription = Shapes::StructureShape.new(name: 'DocumentDescription')
@@ -318,6 +326,8 @@ module Aws::SSM
318
326
  DocumentKeyValuesFilterValue = Shapes::StringShape.new(name: 'DocumentKeyValuesFilterValue')
319
327
  DocumentKeyValuesFilterValues = Shapes::ListShape.new(name: 'DocumentKeyValuesFilterValues')
320
328
  DocumentLimitExceeded = Shapes::StructureShape.new(name: 'DocumentLimitExceeded')
329
+ DocumentMetadataEnum = Shapes::StringShape.new(name: 'DocumentMetadataEnum')
330
+ DocumentMetadataResponseInfo = Shapes::StructureShape.new(name: 'DocumentMetadataResponseInfo')
321
331
  DocumentName = Shapes::StringShape.new(name: 'DocumentName')
322
332
  DocumentOwner = Shapes::StringShape.new(name: 'DocumentOwner')
323
333
  DocumentParameter = Shapes::StructureShape.new(name: 'DocumentParameter')
@@ -330,6 +340,14 @@ module Aws::SSM
330
340
  DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
331
341
  DocumentRequires = Shapes::StructureShape.new(name: 'DocumentRequires')
332
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')
333
351
  DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
334
352
  DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
335
353
  DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
@@ -389,6 +407,9 @@ module Aws::SSM
389
407
  GetMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskResult')
390
408
  GetOpsItemRequest = Shapes::StructureShape.new(name: 'GetOpsItemRequest')
391
409
  GetOpsItemResponse = Shapes::StructureShape.new(name: 'GetOpsItemResponse')
410
+ GetOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'GetOpsMetadataMaxResults')
411
+ GetOpsMetadataRequest = Shapes::StructureShape.new(name: 'GetOpsMetadataRequest')
412
+ GetOpsMetadataResult = Shapes::StructureShape.new(name: 'GetOpsMetadataResult')
392
413
  GetOpsSummaryRequest = Shapes::StructureShape.new(name: 'GetOpsSummaryRequest')
393
414
  GetOpsSummaryResult = Shapes::StructureShape.new(name: 'GetOpsSummaryResult')
394
415
  GetParameterHistoryRequest = Shapes::StructureShape.new(name: 'GetParameterHistoryRequest')
@@ -566,12 +587,19 @@ module Aws::SSM
566
587
  ListComplianceItemsResult = Shapes::StructureShape.new(name: 'ListComplianceItemsResult')
567
588
  ListComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListComplianceSummariesRequest')
568
589
  ListComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListComplianceSummariesResult')
590
+ ListDocumentMetadataHistoryRequest = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryRequest')
591
+ ListDocumentMetadataHistoryResponse = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryResponse')
569
592
  ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
570
593
  ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
571
594
  ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
572
595
  ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
573
596
  ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
574
597
  ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
598
+ ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
599
+ ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
600
+ ListOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListOpsMetadataMaxResults')
601
+ ListOpsMetadataRequest = Shapes::StructureShape.new(name: 'ListOpsMetadataRequest')
602
+ ListOpsMetadataResult = Shapes::StructureShape.new(name: 'ListOpsMetadataResult')
575
603
  ListResourceComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesRequest')
576
604
  ListResourceComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesResult')
577
605
  ListResourceDataSyncRequest = Shapes::StructureShape.new(name: 'ListResourceDataSyncRequest')
@@ -649,6 +677,11 @@ module Aws::SSM
649
677
  MaxErrors = Shapes::StringShape.new(name: 'MaxErrors')
650
678
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
651
679
  MaxResultsEC2Compatible = Shapes::IntegerShape.new(name: 'MaxResultsEC2Compatible')
680
+ MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
681
+ MetadataKeysToDeleteList = Shapes::ListShape.new(name: 'MetadataKeysToDeleteList')
682
+ MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
683
+ MetadataValue = Shapes::StructureShape.new(name: 'MetadataValue')
684
+ MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
652
685
  ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
653
686
  ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
654
687
  NextToken = Shapes::StringShape.new(name: 'NextToken')
@@ -691,6 +724,15 @@ module Aws::SSM
691
724
  OpsItemDataValue = Shapes::StructureShape.new(name: 'OpsItemDataValue')
692
725
  OpsItemDataValueString = Shapes::StringShape.new(name: 'OpsItemDataValueString')
693
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')
694
736
  OpsItemFilter = Shapes::StructureShape.new(name: 'OpsItemFilter')
695
737
  OpsItemFilterKey = Shapes::StringShape.new(name: 'OpsItemFilterKey')
696
738
  OpsItemFilterOperator = Shapes::StringShape.new(name: 'OpsItemFilterOperator')
@@ -698,6 +740,7 @@ module Aws::SSM
698
740
  OpsItemFilterValues = Shapes::ListShape.new(name: 'OpsItemFilterValues')
699
741
  OpsItemFilters = Shapes::ListShape.new(name: 'OpsItemFilters')
700
742
  OpsItemId = Shapes::StringShape.new(name: 'OpsItemId')
743
+ OpsItemIdentity = Shapes::StructureShape.new(name: 'OpsItemIdentity')
701
744
  OpsItemInvalidParameterException = Shapes::StructureShape.new(name: 'OpsItemInvalidParameterException')
702
745
  OpsItemLimitExceededException = Shapes::StructureShape.new(name: 'OpsItemLimitExceededException')
703
746
  OpsItemMaxResults = Shapes::IntegerShape.new(name: 'OpsItemMaxResults')
@@ -714,6 +757,22 @@ module Aws::SSM
714
757
  OpsItemSummaries = Shapes::ListShape.new(name: 'OpsItemSummaries')
715
758
  OpsItemSummary = Shapes::StructureShape.new(name: 'OpsItemSummary')
716
759
  OpsItemTitle = Shapes::StringShape.new(name: 'OpsItemTitle')
760
+ OpsItemType = Shapes::StringShape.new(name: 'OpsItemType')
761
+ OpsMetadata = Shapes::StructureShape.new(name: 'OpsMetadata')
762
+ OpsMetadataAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsMetadataAlreadyExistsException')
763
+ OpsMetadataArn = Shapes::StringShape.new(name: 'OpsMetadataArn')
764
+ OpsMetadataFilter = Shapes::StructureShape.new(name: 'OpsMetadataFilter')
765
+ OpsMetadataFilterKey = Shapes::StringShape.new(name: 'OpsMetadataFilterKey')
766
+ OpsMetadataFilterList = Shapes::ListShape.new(name: 'OpsMetadataFilterList')
767
+ OpsMetadataFilterValue = Shapes::StringShape.new(name: 'OpsMetadataFilterValue')
768
+ OpsMetadataFilterValueList = Shapes::ListShape.new(name: 'OpsMetadataFilterValueList')
769
+ OpsMetadataInvalidArgumentException = Shapes::StructureShape.new(name: 'OpsMetadataInvalidArgumentException')
770
+ OpsMetadataKeyLimitExceededException = Shapes::StructureShape.new(name: 'OpsMetadataKeyLimitExceededException')
771
+ OpsMetadataLimitExceededException = Shapes::StructureShape.new(name: 'OpsMetadataLimitExceededException')
772
+ OpsMetadataList = Shapes::ListShape.new(name: 'OpsMetadataList')
773
+ OpsMetadataNotFoundException = Shapes::StructureShape.new(name: 'OpsMetadataNotFoundException')
774
+ OpsMetadataResourceId = Shapes::StringShape.new(name: 'OpsMetadataResourceId')
775
+ OpsMetadataTooManyUpdatesException = Shapes::StructureShape.new(name: 'OpsMetadataTooManyUpdatesException')
717
776
  OpsResultAttribute = Shapes::StructureShape.new(name: 'OpsResultAttribute')
718
777
  OpsResultAttributeList = Shapes::ListShape.new(name: 'OpsResultAttributeList')
719
778
  OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
@@ -920,6 +979,12 @@ module Aws::SSM
920
979
  ResultAttributeList = Shapes::ListShape.new(name: 'ResultAttributeList')
921
980
  ResumeSessionRequest = Shapes::StructureShape.new(name: 'ResumeSessionRequest')
922
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')
923
988
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
924
989
  S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
925
990
  S3OutputLocation = Shapes::StructureShape.new(name: 'S3OutputLocation')
@@ -968,6 +1033,8 @@ module Aws::SSM
968
1033
  StartAssociationsOnceResult = Shapes::StructureShape.new(name: 'StartAssociationsOnceResult')
969
1034
  StartAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StartAutomationExecutionRequest')
970
1035
  StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
1036
+ StartChangeRequestExecutionRequest = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionRequest')
1037
+ StartChangeRequestExecutionResult = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionResult')
971
1038
  StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
972
1039
  StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
973
1040
  StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
@@ -1033,6 +1100,8 @@ module Aws::SSM
1033
1100
  UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
1034
1101
  UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
1035
1102
  UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
1103
+ UpdateDocumentMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataRequest')
1104
+ UpdateDocumentMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataResponse')
1036
1105
  UpdateDocumentRequest = Shapes::StructureShape.new(name: 'UpdateDocumentRequest')
1037
1106
  UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
1038
1107
  UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
@@ -1045,6 +1114,8 @@ module Aws::SSM
1045
1114
  UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
1046
1115
  UpdateOpsItemRequest = Shapes::StructureShape.new(name: 'UpdateOpsItemRequest')
1047
1116
  UpdateOpsItemResponse = Shapes::StructureShape.new(name: 'UpdateOpsItemResponse')
1117
+ UpdateOpsMetadataRequest = Shapes::StructureShape.new(name: 'UpdateOpsMetadataRequest')
1118
+ UpdateOpsMetadataResult = Shapes::StructureShape.new(name: 'UpdateOpsMetadataResult')
1048
1119
  UpdatePatchBaselineRequest = Shapes::StructureShape.new(name: 'UpdatePatchBaselineRequest')
1049
1120
  UpdatePatchBaselineResult = Shapes::StructureShape.new(name: 'UpdatePatchBaselineResult')
1050
1121
  UpdateResourceDataSyncRequest = Shapes::StructureShape.new(name: 'UpdateResourceDataSyncRequest')
@@ -1128,6 +1199,7 @@ module Aws::SSM
1128
1199
  AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1129
1200
  AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1130
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"))
1131
1203
  AssociationDescription.struct_class = Types::AssociationDescription
1132
1204
 
1133
1205
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
@@ -1217,6 +1289,7 @@ module Aws::SSM
1217
1289
  AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1218
1290
  AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1219
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"))
1220
1293
  AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
1221
1294
 
1222
1295
  AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1247,6 +1320,9 @@ module Aws::SSM
1247
1320
 
1248
1321
  AttachmentsSourceValues.member = Shapes::ShapeRef.new(shape: AttachmentsSourceValue)
1249
1322
 
1323
+ AutomationDefinitionNotApprovedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1324
+ AutomationDefinitionNotApprovedException.struct_class = Types::AutomationDefinitionNotApprovedException
1325
+
1250
1326
  AutomationDefinitionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1251
1327
  AutomationDefinitionNotFoundException.struct_class = Types::AutomationDefinitionNotFoundException
1252
1328
 
@@ -1278,6 +1354,12 @@ module Aws::SSM
1278
1354
  AutomationExecution.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1279
1355
  AutomationExecution.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
1280
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"))
1281
1363
  AutomationExecution.struct_class = Types::AutomationExecution
1282
1364
 
1283
1365
  AutomationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AutomationExecutionFilterKey, required: true, location_name: "Key"))
@@ -1313,6 +1395,12 @@ module Aws::SSM
1313
1395
  AutomationExecutionMetadata.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
1314
1396
  AutomationExecutionMetadata.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
1315
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"))
1316
1404
  AutomationExecutionMetadata.struct_class = Types::AutomationExecutionMetadata
1317
1405
 
1318
1406
  AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
@@ -1504,6 +1592,7 @@ module Aws::SSM
1504
1592
  CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1505
1593
  CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1506
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"))
1507
1596
  CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
1508
1597
 
1509
1598
  CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
@@ -1524,6 +1613,7 @@ module Aws::SSM
1524
1613
  CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1525
1614
  CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
1526
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"))
1527
1617
  CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
1528
1618
 
1529
1619
  CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -1561,6 +1651,7 @@ module Aws::SSM
1561
1651
  CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
1562
1652
 
1563
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"))
1564
1655
  CreateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
1565
1656
  CreateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
1566
1657
  CreateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
@@ -1570,11 +1661,22 @@ module Aws::SSM
1570
1661
  CreateOpsItemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1571
1662
  CreateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
1572
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"))
1573
1668
  CreateOpsItemRequest.struct_class = Types::CreateOpsItemRequest
1574
1669
 
1575
1670
  CreateOpsItemResponse.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1576
1671
  CreateOpsItemResponse.struct_class = Types::CreateOpsItemResponse
1577
1672
 
1673
+ CreateOpsMetadataRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, required: true, location_name: "ResourceId"))
1674
+ CreateOpsMetadataRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
1675
+ CreateOpsMetadataRequest.struct_class = Types::CreateOpsMetadataRequest
1676
+
1677
+ CreateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
1678
+ CreateOpsMetadataResult.struct_class = Types::CreateOpsMetadataResult
1679
+
1578
1680
  CreatePatchBaselineRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
1579
1681
  CreatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, required: true, location_name: "Name"))
1580
1682
  CreatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
@@ -1641,6 +1743,11 @@ module Aws::SSM
1641
1743
  DeleteMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1642
1744
  DeleteMaintenanceWindowResult.struct_class = Types::DeleteMaintenanceWindowResult
1643
1745
 
1746
+ DeleteOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
1747
+ DeleteOpsMetadataRequest.struct_class = Types::DeleteOpsMetadataRequest
1748
+
1749
+ DeleteOpsMetadataResult.struct_class = Types::DeleteOpsMetadataResult
1750
+
1644
1751
  DeleteParameterRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
1645
1752
  DeleteParameterRequest.struct_class = Types::DeleteParameterRequest
1646
1753
 
@@ -2044,6 +2151,11 @@ module Aws::SSM
2044
2151
  DocumentDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2045
2152
  DocumentDescription.add_member(:attachments_information, Shapes::ShapeRef.new(shape: AttachmentInformationList, location_name: "AttachmentsInformation"))
2046
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"))
2047
2159
  DocumentDescription.struct_class = Types::DocumentDescription
2048
2160
 
2049
2161
  DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
@@ -2063,6 +2175,8 @@ module Aws::SSM
2063
2175
  DocumentIdentifier.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
2064
2176
  DocumentIdentifier.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2065
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"))
2066
2180
  DocumentIdentifier.struct_class = Types::DocumentIdentifier
2067
2181
 
2068
2182
  DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier)
@@ -2078,6 +2192,9 @@ module Aws::SSM
2078
2192
  DocumentLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2079
2193
  DocumentLimitExceeded.struct_class = Types::DocumentLimitExceeded
2080
2194
 
2195
+ DocumentMetadataResponseInfo.add_member(:reviewer_response, Shapes::ShapeRef.new(shape: DocumentReviewerResponseList, location_name: "ReviewerResponse"))
2196
+ DocumentMetadataResponseInfo.struct_class = Types::DocumentMetadataResponseInfo
2197
+
2081
2198
  DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
2082
2199
  DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
2083
2200
  DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
@@ -2095,6 +2212,25 @@ module Aws::SSM
2095
2212
 
2096
2213
  DocumentRequiresList.member = Shapes::ShapeRef.new(shape: DocumentRequires)
2097
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
+
2098
2234
  DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
2099
2235
  DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
2100
2236
  DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
@@ -2103,6 +2239,7 @@ module Aws::SSM
2103
2239
  DocumentVersionInfo.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2104
2240
  DocumentVersionInfo.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
2105
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"))
2106
2243
  DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
2107
2244
 
2108
2245
  DocumentVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2221,6 +2358,7 @@ module Aws::SSM
2221
2358
  GetDocumentResult.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
2222
2359
  GetDocumentResult.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
2223
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"))
2224
2362
  GetDocumentResult.struct_class = Types::GetDocumentResult
2225
2363
 
2226
2364
  GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
@@ -2340,6 +2478,16 @@ module Aws::SSM
2340
2478
  GetOpsItemResponse.add_member(:ops_item, Shapes::ShapeRef.new(shape: OpsItem, location_name: "OpsItem"))
2341
2479
  GetOpsItemResponse.struct_class = Types::GetOpsItemResponse
2342
2480
 
2481
+ GetOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
2482
+ GetOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2483
+ GetOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2484
+ GetOpsMetadataRequest.struct_class = Types::GetOpsMetadataRequest
2485
+
2486
+ GetOpsMetadataResult.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
2487
+ GetOpsMetadataResult.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
2488
+ GetOpsMetadataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2489
+ GetOpsMetadataResult.struct_class = Types::GetOpsMetadataResult
2490
+
2343
2491
  GetOpsSummaryRequest.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
2344
2492
  GetOpsSummaryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsFilterList, location_name: "Filters"))
2345
2493
  GetOpsSummaryRequest.add_member(:aggregators, Shapes::ShapeRef.new(shape: OpsAggregatorList, location_name: "Aggregators"))
@@ -2859,6 +3007,20 @@ module Aws::SSM
2859
3007
  ListComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2860
3008
  ListComplianceSummariesResult.struct_class = Types::ListComplianceSummariesResult
2861
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
+
2862
3024
  ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
2863
3025
  ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2864
3026
  ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -2893,6 +3055,24 @@ module Aws::SSM
2893
3055
  ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2894
3056
  ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
2895
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
+
3067
+ ListOpsMetadataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsMetadataFilterList, location_name: "Filters"))
3068
+ ListOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
3069
+ ListOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3070
+ ListOpsMetadataRequest.struct_class = Types::ListOpsMetadataRequest
3071
+
3072
+ ListOpsMetadataResult.add_member(:ops_metadata_list, Shapes::ShapeRef.new(shape: OpsMetadataList, location_name: "OpsMetadataList"))
3073
+ ListOpsMetadataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3074
+ ListOpsMetadataResult.struct_class = Types::ListOpsMetadataResult
3075
+
2896
3076
  ListResourceComplianceSummariesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ComplianceStringFilterList, location_name: "Filters"))
2897
3077
  ListResourceComplianceSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2898
3078
  ListResourceComplianceSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -3066,6 +3246,14 @@ module Aws::SSM
3066
3246
  MaxDocumentSizeExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3067
3247
  MaxDocumentSizeExceeded.struct_class = Types::MaxDocumentSizeExceeded
3068
3248
 
3249
+ MetadataKeysToDeleteList.member = Shapes::ShapeRef.new(shape: MetadataKey)
3250
+
3251
+ MetadataMap.key = Shapes::ShapeRef.new(shape: MetadataKey)
3252
+ MetadataMap.value = Shapes::ShapeRef.new(shape: MetadataValue)
3253
+
3254
+ MetadataValue.add_member(:value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "Value"))
3255
+ MetadataValue.struct_class = Types::MetadataValue
3256
+
3069
3257
  ModifyDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
3070
3258
  ModifyDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
3071
3259
  ModifyDocumentPermissionRequest.add_member(:account_ids_to_add, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToAdd"))
@@ -3130,6 +3318,7 @@ module Aws::SSM
3130
3318
  OpsFilterValueList.member = Shapes::ShapeRef.new(shape: OpsFilterValue)
3131
3319
 
3132
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"))
3133
3322
  OpsItem.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3134
3323
  OpsItem.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
3135
3324
  OpsItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
@@ -3145,6 +3334,10 @@ module Aws::SSM
3145
3334
  OpsItem.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3146
3335
  OpsItem.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3147
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"))
3148
3341
  OpsItem.struct_class = Types::OpsItem
3149
3342
 
3150
3343
  OpsItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -3155,6 +3348,26 @@ module Aws::SSM
3155
3348
  OpsItemDataValue.add_member(:type, Shapes::ShapeRef.new(shape: OpsItemDataType, location_name: "Type"))
3156
3349
  OpsItemDataValue.struct_class = Types::OpsItemDataValue
3157
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
+
3158
3371
  OpsItemFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemFilterKey, required: true, location_name: "Key"))
3159
3372
  OpsItemFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemFilterValues, required: true, location_name: "Values"))
3160
3373
  OpsItemFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemFilterOperator, required: true, location_name: "Operator"))
@@ -3164,6 +3377,9 @@ module Aws::SSM
3164
3377
 
3165
3378
  OpsItemFilters.member = Shapes::ShapeRef.new(shape: OpsItemFilter)
3166
3379
 
3380
+ OpsItemIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
3381
+ OpsItemIdentity.struct_class = Types::OpsItemIdentity
3382
+
3167
3383
  OpsItemInvalidParameterException.add_member(:parameter_names, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ParameterNames"))
3168
3384
  OpsItemInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3169
3385
  OpsItemInvalidParameterException.struct_class = Types::OpsItemInvalidParameterException
@@ -3203,8 +3419,48 @@ module Aws::SSM
3203
3419
  OpsItemSummary.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3204
3420
  OpsItemSummary.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
3205
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"))
3206
3427
  OpsItemSummary.struct_class = Types::OpsItemSummary
3207
3428
 
3429
+ OpsMetadata.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
3430
+ OpsMetadata.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
3431
+ OpsMetadata.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
3432
+ OpsMetadata.add_member(:last_modified_user, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedUser"))
3433
+ OpsMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreationDate"))
3434
+ OpsMetadata.struct_class = Types::OpsMetadata
3435
+
3436
+ OpsMetadataAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3437
+ OpsMetadataAlreadyExistsException.struct_class = Types::OpsMetadataAlreadyExistsException
3438
+
3439
+ OpsMetadataFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsMetadataFilterKey, required: true, location_name: "Key"))
3440
+ OpsMetadataFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsMetadataFilterValueList, required: true, location_name: "Values"))
3441
+ OpsMetadataFilter.struct_class = Types::OpsMetadataFilter
3442
+
3443
+ OpsMetadataFilterList.member = Shapes::ShapeRef.new(shape: OpsMetadataFilter)
3444
+
3445
+ OpsMetadataFilterValueList.member = Shapes::ShapeRef.new(shape: OpsMetadataFilterValue)
3446
+
3447
+ OpsMetadataInvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3448
+ OpsMetadataInvalidArgumentException.struct_class = Types::OpsMetadataInvalidArgumentException
3449
+
3450
+ OpsMetadataKeyLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3451
+ OpsMetadataKeyLimitExceededException.struct_class = Types::OpsMetadataKeyLimitExceededException
3452
+
3453
+ OpsMetadataLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3454
+ OpsMetadataLimitExceededException.struct_class = Types::OpsMetadataLimitExceededException
3455
+
3456
+ OpsMetadataList.member = Shapes::ShapeRef.new(shape: OpsMetadata)
3457
+
3458
+ OpsMetadataNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3459
+ OpsMetadataNotFoundException.struct_class = Types::OpsMetadataNotFoundException
3460
+
3461
+ OpsMetadataTooManyUpdatesException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3462
+ OpsMetadataTooManyUpdatesException.struct_class = Types::OpsMetadataTooManyUpdatesException
3463
+
3208
3464
  OpsResultAttribute.add_member(:type_name, Shapes::ShapeRef.new(shape: OpsDataTypeName, required: true, location_name: "TypeName"))
3209
3465
  OpsResultAttribute.struct_class = Types::OpsResultAttribute
3210
3466
 
@@ -3502,15 +3758,15 @@ module Aws::SSM
3502
3758
  RegisterTargetWithMaintenanceWindowResult.struct_class = Types::RegisterTargetWithMaintenanceWindowResult
3503
3759
 
3504
3760
  RegisterTaskWithMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
3505
- RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
3761
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets", metadata: {"box"=>true}))
3506
3762
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, required: true, location_name: "TaskArn"))
3507
3763
  RegisterTaskWithMaintenanceWindowRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
3508
3764
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
3509
3765
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
3510
3766
  RegisterTaskWithMaintenanceWindowRequest.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
3511
3767
  RegisterTaskWithMaintenanceWindowRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
3512
- RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, required: true, location_name: "MaxConcurrency"))
3513
- RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, required: true, location_name: "MaxErrors"))
3768
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency", metadata: {"box"=>true}))
3769
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors", metadata: {"box"=>true}))
3514
3770
  RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
3515
3771
  RegisterTaskWithMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
3516
3772
  RegisterTaskWithMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
@@ -3639,6 +3895,25 @@ module Aws::SSM
3639
3895
  ResumeSessionResponse.add_member(:stream_url, Shapes::ShapeRef.new(shape: StreamUrl, location_name: "StreamUrl"))
3640
3896
  ResumeSessionResponse.struct_class = Types::ResumeSessionResponse
3641
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
+
3642
3917
  S3OutputLocation.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
3643
3918
  S3OutputLocation.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
3644
3919
  S3OutputLocation.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
@@ -3752,6 +4027,19 @@ module Aws::SSM
3752
4027
  StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
3753
4028
  StartAutomationExecutionResult.struct_class = Types::StartAutomationExecutionResult
3754
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
+
3755
4043
  StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
3756
4044
  StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
3757
4045
  StartSessionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SessionManagerParameters, location_name: "Parameters"))
@@ -3898,6 +4186,7 @@ module Aws::SSM
3898
4186
  UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
3899
4187
  UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
3900
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"))
3901
4190
  UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
3902
4191
 
3903
4192
  UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -3918,6 +4207,13 @@ module Aws::SSM
3918
4207
  UpdateDocumentDefaultVersionResult.add_member(:description, Shapes::ShapeRef.new(shape: DocumentDefaultVersionDescription, location_name: "Description"))
3919
4208
  UpdateDocumentDefaultVersionResult.struct_class = Types::UpdateDocumentDefaultVersionResult
3920
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
+
3921
4217
  UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
3922
4218
  UpdateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
3923
4219
  UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
@@ -4024,10 +4320,22 @@ module Aws::SSM
4024
4320
  UpdateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
4025
4321
  UpdateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
4026
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"))
4027
4327
  UpdateOpsItemRequest.struct_class = Types::UpdateOpsItemRequest
4028
4328
 
4029
4329
  UpdateOpsItemResponse.struct_class = Types::UpdateOpsItemResponse
4030
4330
 
4331
+ UpdateOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
4332
+ UpdateOpsMetadataRequest.add_member(:metadata_to_update, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "MetadataToUpdate"))
4333
+ UpdateOpsMetadataRequest.add_member(:keys_to_delete, Shapes::ShapeRef.new(shape: MetadataKeysToDeleteList, location_name: "KeysToDelete"))
4334
+ UpdateOpsMetadataRequest.struct_class = Types::UpdateOpsMetadataRequest
4335
+
4336
+ UpdateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
4337
+ UpdateOpsMetadataResult.struct_class = Types::UpdateOpsMetadataResult
4338
+
4031
4339
  UpdatePatchBaselineRequest.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, required: true, location_name: "BaselineId"))
4032
4340
  UpdatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "Name"))
4033
4341
  UpdatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
@@ -4211,6 +4519,19 @@ module Aws::SSM
4211
4519
  o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
4212
4520
  end)
4213
4521
 
4522
+ api.add_operation(:create_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
4523
+ o.name = "CreateOpsMetadata"
4524
+ o.http_method = "POST"
4525
+ o.http_request_uri = "/"
4526
+ o.input = Shapes::ShapeRef.new(shape: CreateOpsMetadataRequest)
4527
+ o.output = Shapes::ShapeRef.new(shape: CreateOpsMetadataResult)
4528
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataAlreadyExistsException)
4529
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataTooManyUpdatesException)
4530
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
4531
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataLimitExceededException)
4532
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4533
+ end)
4534
+
4214
4535
  api.add_operation(:create_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
4215
4536
  o.name = "CreatePatchBaseline"
4216
4537
  o.http_method = "POST"
@@ -4293,6 +4614,17 @@ module Aws::SSM
4293
4614
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4294
4615
  end)
4295
4616
 
4617
+ api.add_operation(:delete_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
4618
+ o.name = "DeleteOpsMetadata"
4619
+ o.http_method = "POST"
4620
+ o.http_request_uri = "/"
4621
+ o.input = Shapes::ShapeRef.new(shape: DeleteOpsMetadataRequest)
4622
+ o.output = Shapes::ShapeRef.new(shape: DeleteOpsMetadataResult)
4623
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
4624
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
4625
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4626
+ end)
4627
+
4296
4628
  api.add_operation(:delete_parameter, Seahorse::Model::Operation.new.tap do |o|
4297
4629
  o.name = "DeleteParameter"
4298
4630
  o.http_method = "POST"
@@ -5056,6 +5388,17 @@ module Aws::SSM
5056
5388
  o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
5057
5389
  end)
5058
5390
 
5391
+ api.add_operation(:get_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
5392
+ o.name = "GetOpsMetadata"
5393
+ o.http_method = "POST"
5394
+ o.http_request_uri = "/"
5395
+ o.input = Shapes::ShapeRef.new(shape: GetOpsMetadataRequest)
5396
+ o.output = Shapes::ShapeRef.new(shape: GetOpsMetadataResult)
5397
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
5398
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
5399
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5400
+ end)
5401
+
5059
5402
  api.add_operation(:get_ops_summary, Seahorse::Model::Operation.new.tap do |o|
5060
5403
  o.name = "GetOpsSummary"
5061
5404
  o.http_method = "POST"
@@ -5286,6 +5629,18 @@ module Aws::SSM
5286
5629
  )
5287
5630
  end)
5288
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
+
5289
5644
  api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
5290
5645
  o.name = "ListDocumentVersions"
5291
5646
  o.http_method = "POST"
@@ -5333,6 +5688,40 @@ module Aws::SSM
5333
5688
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
5334
5689
  end)
5335
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
+
5709
+ api.add_operation(:list_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
5710
+ o.name = "ListOpsMetadata"
5711
+ o.http_method = "POST"
5712
+ o.http_request_uri = "/"
5713
+ o.input = Shapes::ShapeRef.new(shape: ListOpsMetadataRequest)
5714
+ o.output = Shapes::ShapeRef.new(shape: ListOpsMetadataResult)
5715
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
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
+ )
5723
+ end)
5724
+
5336
5725
  api.add_operation(:list_resource_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
5337
5726
  o.name = "ListResourceComplianceSummaries"
5338
5727
  o.http_method = "POST"
@@ -5587,6 +5976,21 @@ module Aws::SSM
5587
5976
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5588
5977
  end)
5589
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
+
5590
5994
  api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
5591
5995
  o.name = "StartSession"
5592
5996
  o.http_method = "POST"
@@ -5683,6 +6087,18 @@ module Aws::SSM
5683
6087
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
5684
6088
  end)
5685
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
+
5686
6102
  api.add_operation(:update_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
5687
6103
  o.name = "UpdateMaintenanceWindow"
5688
6104
  o.http_method = "POST"
@@ -5736,6 +6152,19 @@ module Aws::SSM
5736
6152
  o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
5737
6153
  end)
5738
6154
 
6155
+ api.add_operation(:update_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
6156
+ o.name = "UpdateOpsMetadata"
6157
+ o.http_method = "POST"
6158
+ o.http_request_uri = "/"
6159
+ o.input = Shapes::ShapeRef.new(shape: UpdateOpsMetadataRequest)
6160
+ o.output = Shapes::ShapeRef.new(shape: UpdateOpsMetadataResult)
6161
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
6162
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
6163
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataKeyLimitExceededException)
6164
+ o.errors << Shapes::ShapeRef.new(shape: OpsMetadataTooManyUpdatesException)
6165
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6166
+ end)
6167
+
5739
6168
  api.add_operation(:update_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
5740
6169
  o.name = "UpdatePatchBaseline"
5741
6170
  o.http_method = "POST"