aws-sdk-ssm 1.97.0 → 1.102.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +889 -49
- data/lib/aws-sdk-ssm/client_api.rb +438 -3
- data/lib/aws-sdk-ssm/errors.rb +112 -0
- data/lib/aws-sdk-ssm/types.rb +1646 -100
- metadata +2 -2
@@ -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')
|
@@ -327,9 +337,18 @@ module Aws::SSM
|
|
327
337
|
DocumentParameterName = Shapes::StringShape.new(name: 'DocumentParameterName')
|
328
338
|
DocumentParameterType = Shapes::StringShape.new(name: 'DocumentParameterType')
|
329
339
|
DocumentPermissionLimit = Shapes::StructureShape.new(name: 'DocumentPermissionLimit')
|
340
|
+
DocumentPermissionMaxResults = Shapes::IntegerShape.new(name: 'DocumentPermissionMaxResults')
|
330
341
|
DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
|
331
342
|
DocumentRequires = Shapes::StructureShape.new(name: 'DocumentRequires')
|
332
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')
|
333
352
|
DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
|
334
353
|
DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
|
335
354
|
DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
|
@@ -389,6 +408,9 @@ module Aws::SSM
|
|
389
408
|
GetMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskResult')
|
390
409
|
GetOpsItemRequest = Shapes::StructureShape.new(name: 'GetOpsItemRequest')
|
391
410
|
GetOpsItemResponse = Shapes::StructureShape.new(name: 'GetOpsItemResponse')
|
411
|
+
GetOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'GetOpsMetadataMaxResults')
|
412
|
+
GetOpsMetadataRequest = Shapes::StructureShape.new(name: 'GetOpsMetadataRequest')
|
413
|
+
GetOpsMetadataResult = Shapes::StructureShape.new(name: 'GetOpsMetadataResult')
|
392
414
|
GetOpsSummaryRequest = Shapes::StructureShape.new(name: 'GetOpsSummaryRequest')
|
393
415
|
GetOpsSummaryResult = Shapes::StructureShape.new(name: 'GetOpsSummaryResult')
|
394
416
|
GetParameterHistoryRequest = Shapes::StructureShape.new(name: 'GetParameterHistoryRequest')
|
@@ -566,12 +588,19 @@ module Aws::SSM
|
|
566
588
|
ListComplianceItemsResult = Shapes::StructureShape.new(name: 'ListComplianceItemsResult')
|
567
589
|
ListComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListComplianceSummariesRequest')
|
568
590
|
ListComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListComplianceSummariesResult')
|
591
|
+
ListDocumentMetadataHistoryRequest = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryRequest')
|
592
|
+
ListDocumentMetadataHistoryResponse = Shapes::StructureShape.new(name: 'ListDocumentMetadataHistoryResponse')
|
569
593
|
ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
|
570
594
|
ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
|
571
595
|
ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
|
572
596
|
ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
|
573
597
|
ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
|
574
598
|
ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
|
599
|
+
ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
|
600
|
+
ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
|
601
|
+
ListOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListOpsMetadataMaxResults')
|
602
|
+
ListOpsMetadataRequest = Shapes::StructureShape.new(name: 'ListOpsMetadataRequest')
|
603
|
+
ListOpsMetadataResult = Shapes::StructureShape.new(name: 'ListOpsMetadataResult')
|
575
604
|
ListResourceComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesRequest')
|
576
605
|
ListResourceComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesResult')
|
577
606
|
ListResourceDataSyncRequest = Shapes::StructureShape.new(name: 'ListResourceDataSyncRequest')
|
@@ -649,6 +678,11 @@ module Aws::SSM
|
|
649
678
|
MaxErrors = Shapes::StringShape.new(name: 'MaxErrors')
|
650
679
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
651
680
|
MaxResultsEC2Compatible = Shapes::IntegerShape.new(name: 'MaxResultsEC2Compatible')
|
681
|
+
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
682
|
+
MetadataKeysToDeleteList = Shapes::ListShape.new(name: 'MetadataKeysToDeleteList')
|
683
|
+
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
684
|
+
MetadataValue = Shapes::StructureShape.new(name: 'MetadataValue')
|
685
|
+
MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
|
652
686
|
ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
|
653
687
|
ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
|
654
688
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
@@ -691,6 +725,15 @@ module Aws::SSM
|
|
691
725
|
OpsItemDataValue = Shapes::StructureShape.new(name: 'OpsItemDataValue')
|
692
726
|
OpsItemDataValueString = Shapes::StringShape.new(name: 'OpsItemDataValueString')
|
693
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')
|
694
737
|
OpsItemFilter = Shapes::StructureShape.new(name: 'OpsItemFilter')
|
695
738
|
OpsItemFilterKey = Shapes::StringShape.new(name: 'OpsItemFilterKey')
|
696
739
|
OpsItemFilterOperator = Shapes::StringShape.new(name: 'OpsItemFilterOperator')
|
@@ -698,6 +741,7 @@ module Aws::SSM
|
|
698
741
|
OpsItemFilterValues = Shapes::ListShape.new(name: 'OpsItemFilterValues')
|
699
742
|
OpsItemFilters = Shapes::ListShape.new(name: 'OpsItemFilters')
|
700
743
|
OpsItemId = Shapes::StringShape.new(name: 'OpsItemId')
|
744
|
+
OpsItemIdentity = Shapes::StructureShape.new(name: 'OpsItemIdentity')
|
701
745
|
OpsItemInvalidParameterException = Shapes::StructureShape.new(name: 'OpsItemInvalidParameterException')
|
702
746
|
OpsItemLimitExceededException = Shapes::StructureShape.new(name: 'OpsItemLimitExceededException')
|
703
747
|
OpsItemMaxResults = Shapes::IntegerShape.new(name: 'OpsItemMaxResults')
|
@@ -714,6 +758,22 @@ module Aws::SSM
|
|
714
758
|
OpsItemSummaries = Shapes::ListShape.new(name: 'OpsItemSummaries')
|
715
759
|
OpsItemSummary = Shapes::StructureShape.new(name: 'OpsItemSummary')
|
716
760
|
OpsItemTitle = Shapes::StringShape.new(name: 'OpsItemTitle')
|
761
|
+
OpsItemType = Shapes::StringShape.new(name: 'OpsItemType')
|
762
|
+
OpsMetadata = Shapes::StructureShape.new(name: 'OpsMetadata')
|
763
|
+
OpsMetadataAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsMetadataAlreadyExistsException')
|
764
|
+
OpsMetadataArn = Shapes::StringShape.new(name: 'OpsMetadataArn')
|
765
|
+
OpsMetadataFilter = Shapes::StructureShape.new(name: 'OpsMetadataFilter')
|
766
|
+
OpsMetadataFilterKey = Shapes::StringShape.new(name: 'OpsMetadataFilterKey')
|
767
|
+
OpsMetadataFilterList = Shapes::ListShape.new(name: 'OpsMetadataFilterList')
|
768
|
+
OpsMetadataFilterValue = Shapes::StringShape.new(name: 'OpsMetadataFilterValue')
|
769
|
+
OpsMetadataFilterValueList = Shapes::ListShape.new(name: 'OpsMetadataFilterValueList')
|
770
|
+
OpsMetadataInvalidArgumentException = Shapes::StructureShape.new(name: 'OpsMetadataInvalidArgumentException')
|
771
|
+
OpsMetadataKeyLimitExceededException = Shapes::StructureShape.new(name: 'OpsMetadataKeyLimitExceededException')
|
772
|
+
OpsMetadataLimitExceededException = Shapes::StructureShape.new(name: 'OpsMetadataLimitExceededException')
|
773
|
+
OpsMetadataList = Shapes::ListShape.new(name: 'OpsMetadataList')
|
774
|
+
OpsMetadataNotFoundException = Shapes::StructureShape.new(name: 'OpsMetadataNotFoundException')
|
775
|
+
OpsMetadataResourceId = Shapes::StringShape.new(name: 'OpsMetadataResourceId')
|
776
|
+
OpsMetadataTooManyUpdatesException = Shapes::StructureShape.new(name: 'OpsMetadataTooManyUpdatesException')
|
717
777
|
OpsResultAttribute = Shapes::StructureShape.new(name: 'OpsResultAttribute')
|
718
778
|
OpsResultAttributeList = Shapes::ListShape.new(name: 'OpsResultAttributeList')
|
719
779
|
OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
|
@@ -920,6 +980,12 @@ module Aws::SSM
|
|
920
980
|
ResultAttributeList = Shapes::ListShape.new(name: 'ResultAttributeList')
|
921
981
|
ResumeSessionRequest = Shapes::StructureShape.new(name: 'ResumeSessionRequest')
|
922
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')
|
923
989
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
924
990
|
S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
|
925
991
|
S3OutputLocation = Shapes::StructureShape.new(name: 'S3OutputLocation')
|
@@ -968,6 +1034,8 @@ module Aws::SSM
|
|
968
1034
|
StartAssociationsOnceResult = Shapes::StructureShape.new(name: 'StartAssociationsOnceResult')
|
969
1035
|
StartAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StartAutomationExecutionRequest')
|
970
1036
|
StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
|
1037
|
+
StartChangeRequestExecutionRequest = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionRequest')
|
1038
|
+
StartChangeRequestExecutionResult = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionResult')
|
971
1039
|
StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
|
972
1040
|
StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
|
973
1041
|
StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
|
@@ -1033,6 +1101,8 @@ module Aws::SSM
|
|
1033
1101
|
UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
|
1034
1102
|
UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
|
1035
1103
|
UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
|
1104
|
+
UpdateDocumentMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataRequest')
|
1105
|
+
UpdateDocumentMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataResponse')
|
1036
1106
|
UpdateDocumentRequest = Shapes::StructureShape.new(name: 'UpdateDocumentRequest')
|
1037
1107
|
UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
|
1038
1108
|
UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
|
@@ -1045,6 +1115,8 @@ module Aws::SSM
|
|
1045
1115
|
UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
|
1046
1116
|
UpdateOpsItemRequest = Shapes::StructureShape.new(name: 'UpdateOpsItemRequest')
|
1047
1117
|
UpdateOpsItemResponse = Shapes::StructureShape.new(name: 'UpdateOpsItemResponse')
|
1118
|
+
UpdateOpsMetadataRequest = Shapes::StructureShape.new(name: 'UpdateOpsMetadataRequest')
|
1119
|
+
UpdateOpsMetadataResult = Shapes::StructureShape.new(name: 'UpdateOpsMetadataResult')
|
1048
1120
|
UpdatePatchBaselineRequest = Shapes::StructureShape.new(name: 'UpdatePatchBaselineRequest')
|
1049
1121
|
UpdatePatchBaselineResult = Shapes::StructureShape.new(name: 'UpdatePatchBaselineResult')
|
1050
1122
|
UpdateResourceDataSyncRequest = Shapes::StructureShape.new(name: 'UpdateResourceDataSyncRequest')
|
@@ -1128,6 +1200,7 @@ module Aws::SSM
|
|
1128
1200
|
AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1129
1201
|
AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1130
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"))
|
1131
1204
|
AssociationDescription.struct_class = Types::AssociationDescription
|
1132
1205
|
|
1133
1206
|
AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
|
@@ -1217,6 +1290,7 @@ module Aws::SSM
|
|
1217
1290
|
AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1218
1291
|
AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1219
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"))
|
1220
1294
|
AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
|
1221
1295
|
|
1222
1296
|
AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -1247,6 +1321,9 @@ module Aws::SSM
|
|
1247
1321
|
|
1248
1322
|
AttachmentsSourceValues.member = Shapes::ShapeRef.new(shape: AttachmentsSourceValue)
|
1249
1323
|
|
1324
|
+
AutomationDefinitionNotApprovedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1325
|
+
AutomationDefinitionNotApprovedException.struct_class = Types::AutomationDefinitionNotApprovedException
|
1326
|
+
|
1250
1327
|
AutomationDefinitionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1251
1328
|
AutomationDefinitionNotFoundException.struct_class = Types::AutomationDefinitionNotFoundException
|
1252
1329
|
|
@@ -1278,6 +1355,12 @@ module Aws::SSM
|
|
1278
1355
|
AutomationExecution.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
|
1279
1356
|
AutomationExecution.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
|
1280
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"))
|
1281
1364
|
AutomationExecution.struct_class = Types::AutomationExecution
|
1282
1365
|
|
1283
1366
|
AutomationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AutomationExecutionFilterKey, required: true, location_name: "Key"))
|
@@ -1313,6 +1396,12 @@ module Aws::SSM
|
|
1313
1396
|
AutomationExecutionMetadata.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1314
1397
|
AutomationExecutionMetadata.add_member(:target, Shapes::ShapeRef.new(shape: String, location_name: "Target"))
|
1315
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"))
|
1316
1405
|
AutomationExecutionMetadata.struct_class = Types::AutomationExecutionMetadata
|
1317
1406
|
|
1318
1407
|
AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
|
@@ -1504,6 +1593,7 @@ module Aws::SSM
|
|
1504
1593
|
CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1505
1594
|
CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1506
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"))
|
1507
1597
|
CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
|
1508
1598
|
|
1509
1599
|
CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
|
@@ -1524,6 +1614,7 @@ module Aws::SSM
|
|
1524
1614
|
CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1525
1615
|
CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1526
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"))
|
1527
1618
|
CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
|
1528
1619
|
|
1529
1620
|
CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
@@ -1561,6 +1652,7 @@ module Aws::SSM
|
|
1561
1652
|
CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
|
1562
1653
|
|
1563
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"))
|
1564
1656
|
CreateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
|
1565
1657
|
CreateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
|
1566
1658
|
CreateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
|
@@ -1570,11 +1662,22 @@ module Aws::SSM
|
|
1570
1662
|
CreateOpsItemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1571
1663
|
CreateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
|
1572
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"))
|
1573
1669
|
CreateOpsItemRequest.struct_class = Types::CreateOpsItemRequest
|
1574
1670
|
|
1575
1671
|
CreateOpsItemResponse.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
|
1576
1672
|
CreateOpsItemResponse.struct_class = Types::CreateOpsItemResponse
|
1577
1673
|
|
1674
|
+
CreateOpsMetadataRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, required: true, location_name: "ResourceId"))
|
1675
|
+
CreateOpsMetadataRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
|
1676
|
+
CreateOpsMetadataRequest.struct_class = Types::CreateOpsMetadataRequest
|
1677
|
+
|
1678
|
+
CreateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
|
1679
|
+
CreateOpsMetadataResult.struct_class = Types::CreateOpsMetadataResult
|
1680
|
+
|
1578
1681
|
CreatePatchBaselineRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
|
1579
1682
|
CreatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, required: true, location_name: "Name"))
|
1580
1683
|
CreatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
|
@@ -1641,6 +1744,11 @@ module Aws::SSM
|
|
1641
1744
|
DeleteMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1642
1745
|
DeleteMaintenanceWindowResult.struct_class = Types::DeleteMaintenanceWindowResult
|
1643
1746
|
|
1747
|
+
DeleteOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
|
1748
|
+
DeleteOpsMetadataRequest.struct_class = Types::DeleteOpsMetadataRequest
|
1749
|
+
|
1750
|
+
DeleteOpsMetadataResult.struct_class = Types::DeleteOpsMetadataResult
|
1751
|
+
|
1644
1752
|
DeleteParameterRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
|
1645
1753
|
DeleteParameterRequest.struct_class = Types::DeleteParameterRequest
|
1646
1754
|
|
@@ -1771,10 +1879,13 @@ module Aws::SSM
|
|
1771
1879
|
|
1772
1880
|
DescribeDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
1773
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"))
|
1774
1884
|
DescribeDocumentPermissionRequest.struct_class = Types::DescribeDocumentPermissionRequest
|
1775
1885
|
|
1776
1886
|
DescribeDocumentPermissionResponse.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
|
1777
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"))
|
1778
1889
|
DescribeDocumentPermissionResponse.struct_class = Types::DescribeDocumentPermissionResponse
|
1779
1890
|
|
1780
1891
|
DescribeDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
|
@@ -2044,6 +2155,11 @@ module Aws::SSM
|
|
2044
2155
|
DocumentDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2045
2156
|
DocumentDescription.add_member(:attachments_information, Shapes::ShapeRef.new(shape: AttachmentInformationList, location_name: "AttachmentsInformation"))
|
2046
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"))
|
2047
2163
|
DocumentDescription.struct_class = Types::DocumentDescription
|
2048
2164
|
|
2049
2165
|
DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
|
@@ -2063,6 +2179,8 @@ module Aws::SSM
|
|
2063
2179
|
DocumentIdentifier.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
|
2064
2180
|
DocumentIdentifier.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2065
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"))
|
2066
2184
|
DocumentIdentifier.struct_class = Types::DocumentIdentifier
|
2067
2185
|
|
2068
2186
|
DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier)
|
@@ -2078,6 +2196,9 @@ module Aws::SSM
|
|
2078
2196
|
DocumentLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2079
2197
|
DocumentLimitExceeded.struct_class = Types::DocumentLimitExceeded
|
2080
2198
|
|
2199
|
+
DocumentMetadataResponseInfo.add_member(:reviewer_response, Shapes::ShapeRef.new(shape: DocumentReviewerResponseList, location_name: "ReviewerResponse"))
|
2200
|
+
DocumentMetadataResponseInfo.struct_class = Types::DocumentMetadataResponseInfo
|
2201
|
+
|
2081
2202
|
DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
|
2082
2203
|
DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
|
2083
2204
|
DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
|
@@ -2095,6 +2216,25 @@ module Aws::SSM
|
|
2095
2216
|
|
2096
2217
|
DocumentRequiresList.member = Shapes::ShapeRef.new(shape: DocumentRequires)
|
2097
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
|
+
|
2098
2238
|
DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
|
2099
2239
|
DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
2100
2240
|
DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
@@ -2103,6 +2243,7 @@ module Aws::SSM
|
|
2103
2243
|
DocumentVersionInfo.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
|
2104
2244
|
DocumentVersionInfo.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
|
2105
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"))
|
2106
2247
|
DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
|
2107
2248
|
|
2108
2249
|
DocumentVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -2221,6 +2362,7 @@ module Aws::SSM
|
|
2221
2362
|
GetDocumentResult.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
|
2222
2363
|
GetDocumentResult.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
|
2223
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"))
|
2224
2366
|
GetDocumentResult.struct_class = Types::GetDocumentResult
|
2225
2367
|
|
2226
2368
|
GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
|
@@ -2340,6 +2482,16 @@ module Aws::SSM
|
|
2340
2482
|
GetOpsItemResponse.add_member(:ops_item, Shapes::ShapeRef.new(shape: OpsItem, location_name: "OpsItem"))
|
2341
2483
|
GetOpsItemResponse.struct_class = Types::GetOpsItemResponse
|
2342
2484
|
|
2485
|
+
GetOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
|
2486
|
+
GetOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
2487
|
+
GetOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2488
|
+
GetOpsMetadataRequest.struct_class = Types::GetOpsMetadataRequest
|
2489
|
+
|
2490
|
+
GetOpsMetadataResult.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
|
2491
|
+
GetOpsMetadataResult.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
|
2492
|
+
GetOpsMetadataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2493
|
+
GetOpsMetadataResult.struct_class = Types::GetOpsMetadataResult
|
2494
|
+
|
2343
2495
|
GetOpsSummaryRequest.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
|
2344
2496
|
GetOpsSummaryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsFilterList, location_name: "Filters"))
|
2345
2497
|
GetOpsSummaryRequest.add_member(:aggregators, Shapes::ShapeRef.new(shape: OpsAggregatorList, location_name: "Aggregators"))
|
@@ -2859,6 +3011,20 @@ module Aws::SSM
|
|
2859
3011
|
ListComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2860
3012
|
ListComplianceSummariesResult.struct_class = Types::ListComplianceSummariesResult
|
2861
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
|
+
|
2862
3028
|
ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
|
2863
3029
|
ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
2864
3030
|
ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -2893,6 +3059,24 @@ module Aws::SSM
|
|
2893
3059
|
ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2894
3060
|
ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
|
2895
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
|
+
|
3071
|
+
ListOpsMetadataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsMetadataFilterList, location_name: "Filters"))
|
3072
|
+
ListOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
3073
|
+
ListOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3074
|
+
ListOpsMetadataRequest.struct_class = Types::ListOpsMetadataRequest
|
3075
|
+
|
3076
|
+
ListOpsMetadataResult.add_member(:ops_metadata_list, Shapes::ShapeRef.new(shape: OpsMetadataList, location_name: "OpsMetadataList"))
|
3077
|
+
ListOpsMetadataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3078
|
+
ListOpsMetadataResult.struct_class = Types::ListOpsMetadataResult
|
3079
|
+
|
2896
3080
|
ListResourceComplianceSummariesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ComplianceStringFilterList, location_name: "Filters"))
|
2897
3081
|
ListResourceComplianceSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2898
3082
|
ListResourceComplianceSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3066,6 +3250,14 @@ module Aws::SSM
|
|
3066
3250
|
MaxDocumentSizeExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3067
3251
|
MaxDocumentSizeExceeded.struct_class = Types::MaxDocumentSizeExceeded
|
3068
3252
|
|
3253
|
+
MetadataKeysToDeleteList.member = Shapes::ShapeRef.new(shape: MetadataKey)
|
3254
|
+
|
3255
|
+
MetadataMap.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
3256
|
+
MetadataMap.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
3257
|
+
|
3258
|
+
MetadataValue.add_member(:value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "Value"))
|
3259
|
+
MetadataValue.struct_class = Types::MetadataValue
|
3260
|
+
|
3069
3261
|
ModifyDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
3070
3262
|
ModifyDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
|
3071
3263
|
ModifyDocumentPermissionRequest.add_member(:account_ids_to_add, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToAdd"))
|
@@ -3130,6 +3322,7 @@ module Aws::SSM
|
|
3130
3322
|
OpsFilterValueList.member = Shapes::ShapeRef.new(shape: OpsFilterValue)
|
3131
3323
|
|
3132
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"))
|
3133
3326
|
OpsItem.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
|
3134
3327
|
OpsItem.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
|
3135
3328
|
OpsItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
|
@@ -3145,6 +3338,10 @@ module Aws::SSM
|
|
3145
3338
|
OpsItem.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
|
3146
3339
|
OpsItem.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
|
3147
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"))
|
3148
3345
|
OpsItem.struct_class = Types::OpsItem
|
3149
3346
|
|
3150
3347
|
OpsItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -3155,6 +3352,26 @@ module Aws::SSM
|
|
3155
3352
|
OpsItemDataValue.add_member(:type, Shapes::ShapeRef.new(shape: OpsItemDataType, location_name: "Type"))
|
3156
3353
|
OpsItemDataValue.struct_class = Types::OpsItemDataValue
|
3157
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
|
+
|
3158
3375
|
OpsItemFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemFilterKey, required: true, location_name: "Key"))
|
3159
3376
|
OpsItemFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemFilterValues, required: true, location_name: "Values"))
|
3160
3377
|
OpsItemFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemFilterOperator, required: true, location_name: "Operator"))
|
@@ -3164,6 +3381,9 @@ module Aws::SSM
|
|
3164
3381
|
|
3165
3382
|
OpsItemFilters.member = Shapes::ShapeRef.new(shape: OpsItemFilter)
|
3166
3383
|
|
3384
|
+
OpsItemIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
3385
|
+
OpsItemIdentity.struct_class = Types::OpsItemIdentity
|
3386
|
+
|
3167
3387
|
OpsItemInvalidParameterException.add_member(:parameter_names, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ParameterNames"))
|
3168
3388
|
OpsItemInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3169
3389
|
OpsItemInvalidParameterException.struct_class = Types::OpsItemInvalidParameterException
|
@@ -3203,8 +3423,48 @@ module Aws::SSM
|
|
3203
3423
|
OpsItemSummary.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
|
3204
3424
|
OpsItemSummary.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
|
3205
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"))
|
3206
3431
|
OpsItemSummary.struct_class = Types::OpsItemSummary
|
3207
3432
|
|
3433
|
+
OpsMetadata.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, location_name: "ResourceId"))
|
3434
|
+
OpsMetadata.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
|
3435
|
+
OpsMetadata.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
3436
|
+
OpsMetadata.add_member(:last_modified_user, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedUser"))
|
3437
|
+
OpsMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreationDate"))
|
3438
|
+
OpsMetadata.struct_class = Types::OpsMetadata
|
3439
|
+
|
3440
|
+
OpsMetadataAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3441
|
+
OpsMetadataAlreadyExistsException.struct_class = Types::OpsMetadataAlreadyExistsException
|
3442
|
+
|
3443
|
+
OpsMetadataFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsMetadataFilterKey, required: true, location_name: "Key"))
|
3444
|
+
OpsMetadataFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsMetadataFilterValueList, required: true, location_name: "Values"))
|
3445
|
+
OpsMetadataFilter.struct_class = Types::OpsMetadataFilter
|
3446
|
+
|
3447
|
+
OpsMetadataFilterList.member = Shapes::ShapeRef.new(shape: OpsMetadataFilter)
|
3448
|
+
|
3449
|
+
OpsMetadataFilterValueList.member = Shapes::ShapeRef.new(shape: OpsMetadataFilterValue)
|
3450
|
+
|
3451
|
+
OpsMetadataInvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3452
|
+
OpsMetadataInvalidArgumentException.struct_class = Types::OpsMetadataInvalidArgumentException
|
3453
|
+
|
3454
|
+
OpsMetadataKeyLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3455
|
+
OpsMetadataKeyLimitExceededException.struct_class = Types::OpsMetadataKeyLimitExceededException
|
3456
|
+
|
3457
|
+
OpsMetadataLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3458
|
+
OpsMetadataLimitExceededException.struct_class = Types::OpsMetadataLimitExceededException
|
3459
|
+
|
3460
|
+
OpsMetadataList.member = Shapes::ShapeRef.new(shape: OpsMetadata)
|
3461
|
+
|
3462
|
+
OpsMetadataNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3463
|
+
OpsMetadataNotFoundException.struct_class = Types::OpsMetadataNotFoundException
|
3464
|
+
|
3465
|
+
OpsMetadataTooManyUpdatesException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
3466
|
+
OpsMetadataTooManyUpdatesException.struct_class = Types::OpsMetadataTooManyUpdatesException
|
3467
|
+
|
3208
3468
|
OpsResultAttribute.add_member(:type_name, Shapes::ShapeRef.new(shape: OpsDataTypeName, required: true, location_name: "TypeName"))
|
3209
3469
|
OpsResultAttribute.struct_class = Types::OpsResultAttribute
|
3210
3470
|
|
@@ -3502,15 +3762,15 @@ module Aws::SSM
|
|
3502
3762
|
RegisterTargetWithMaintenanceWindowResult.struct_class = Types::RegisterTargetWithMaintenanceWindowResult
|
3503
3763
|
|
3504
3764
|
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,
|
3765
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets", metadata: {"box"=>true}))
|
3506
3766
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, required: true, location_name: "TaskArn"))
|
3507
3767
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
3508
3768
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
|
3509
3769
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
3510
3770
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
|
3511
3771
|
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,
|
3513
|
-
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: 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}))
|
3514
3774
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
3515
3775
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
3516
3776
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
@@ -3639,6 +3899,25 @@ module Aws::SSM
|
|
3639
3899
|
ResumeSessionResponse.add_member(:stream_url, Shapes::ShapeRef.new(shape: StreamUrl, location_name: "StreamUrl"))
|
3640
3900
|
ResumeSessionResponse.struct_class = Types::ResumeSessionResponse
|
3641
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
|
+
|
3642
3921
|
S3OutputLocation.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
|
3643
3922
|
S3OutputLocation.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
|
3644
3923
|
S3OutputLocation.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
|
@@ -3752,6 +4031,19 @@ module Aws::SSM
|
|
3752
4031
|
StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
|
3753
4032
|
StartAutomationExecutionResult.struct_class = Types::StartAutomationExecutionResult
|
3754
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
|
+
|
3755
4047
|
StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
|
3756
4048
|
StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
|
3757
4049
|
StartSessionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SessionManagerParameters, location_name: "Parameters"))
|
@@ -3898,6 +4190,7 @@ module Aws::SSM
|
|
3898
4190
|
UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
3899
4191
|
UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
3900
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"))
|
3901
4194
|
UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
|
3902
4195
|
|
3903
4196
|
UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
@@ -3918,6 +4211,13 @@ module Aws::SSM
|
|
3918
4211
|
UpdateDocumentDefaultVersionResult.add_member(:description, Shapes::ShapeRef.new(shape: DocumentDefaultVersionDescription, location_name: "Description"))
|
3919
4212
|
UpdateDocumentDefaultVersionResult.struct_class = Types::UpdateDocumentDefaultVersionResult
|
3920
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
|
+
|
3921
4221
|
UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
|
3922
4222
|
UpdateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
|
3923
4223
|
UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
@@ -4024,10 +4324,22 @@ module Aws::SSM
|
|
4024
4324
|
UpdateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
|
4025
4325
|
UpdateOpsItemRequest.add_member(:category, Shapes::ShapeRef.new(shape: OpsItemCategory, location_name: "Category"))
|
4026
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"))
|
4027
4331
|
UpdateOpsItemRequest.struct_class = Types::UpdateOpsItemRequest
|
4028
4332
|
|
4029
4333
|
UpdateOpsItemResponse.struct_class = Types::UpdateOpsItemResponse
|
4030
4334
|
|
4335
|
+
UpdateOpsMetadataRequest.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, required: true, location_name: "OpsMetadataArn"))
|
4336
|
+
UpdateOpsMetadataRequest.add_member(:metadata_to_update, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "MetadataToUpdate"))
|
4337
|
+
UpdateOpsMetadataRequest.add_member(:keys_to_delete, Shapes::ShapeRef.new(shape: MetadataKeysToDeleteList, location_name: "KeysToDelete"))
|
4338
|
+
UpdateOpsMetadataRequest.struct_class = Types::UpdateOpsMetadataRequest
|
4339
|
+
|
4340
|
+
UpdateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
|
4341
|
+
UpdateOpsMetadataResult.struct_class = Types::UpdateOpsMetadataResult
|
4342
|
+
|
4031
4343
|
UpdatePatchBaselineRequest.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, required: true, location_name: "BaselineId"))
|
4032
4344
|
UpdatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "Name"))
|
4033
4345
|
UpdatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
|
@@ -4211,6 +4523,19 @@ module Aws::SSM
|
|
4211
4523
|
o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
|
4212
4524
|
end)
|
4213
4525
|
|
4526
|
+
api.add_operation(:create_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
4527
|
+
o.name = "CreateOpsMetadata"
|
4528
|
+
o.http_method = "POST"
|
4529
|
+
o.http_request_uri = "/"
|
4530
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOpsMetadataRequest)
|
4531
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOpsMetadataResult)
|
4532
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataAlreadyExistsException)
|
4533
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataTooManyUpdatesException)
|
4534
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
|
4535
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataLimitExceededException)
|
4536
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4537
|
+
end)
|
4538
|
+
|
4214
4539
|
api.add_operation(:create_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
|
4215
4540
|
o.name = "CreatePatchBaseline"
|
4216
4541
|
o.http_method = "POST"
|
@@ -4293,6 +4618,17 @@ module Aws::SSM
|
|
4293
4618
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4294
4619
|
end)
|
4295
4620
|
|
4621
|
+
api.add_operation(:delete_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
4622
|
+
o.name = "DeleteOpsMetadata"
|
4623
|
+
o.http_method = "POST"
|
4624
|
+
o.http_request_uri = "/"
|
4625
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOpsMetadataRequest)
|
4626
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteOpsMetadataResult)
|
4627
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
|
4628
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
|
4629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4630
|
+
end)
|
4631
|
+
|
4296
4632
|
api.add_operation(:delete_parameter, Seahorse::Model::Operation.new.tap do |o|
|
4297
4633
|
o.name = "DeleteParameter"
|
4298
4634
|
o.http_method = "POST"
|
@@ -4510,7 +4846,9 @@ module Aws::SSM
|
|
4510
4846
|
o.output = Shapes::ShapeRef.new(shape: DescribeDocumentPermissionResponse)
|
4511
4847
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4512
4848
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
|
4849
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
4513
4850
|
o.errors << Shapes::ShapeRef.new(shape: InvalidPermissionType)
|
4851
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentOperation)
|
4514
4852
|
end)
|
4515
4853
|
|
4516
4854
|
api.add_operation(:describe_effective_instance_associations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5056,6 +5394,17 @@ module Aws::SSM
|
|
5056
5394
|
o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
|
5057
5395
|
end)
|
5058
5396
|
|
5397
|
+
api.add_operation(:get_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5398
|
+
o.name = "GetOpsMetadata"
|
5399
|
+
o.http_method = "POST"
|
5400
|
+
o.http_request_uri = "/"
|
5401
|
+
o.input = Shapes::ShapeRef.new(shape: GetOpsMetadataRequest)
|
5402
|
+
o.output = Shapes::ShapeRef.new(shape: GetOpsMetadataResult)
|
5403
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
|
5404
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
|
5405
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
5406
|
+
end)
|
5407
|
+
|
5059
5408
|
api.add_operation(:get_ops_summary, Seahorse::Model::Operation.new.tap do |o|
|
5060
5409
|
o.name = "GetOpsSummary"
|
5061
5410
|
o.http_method = "POST"
|
@@ -5286,6 +5635,18 @@ module Aws::SSM
|
|
5286
5635
|
)
|
5287
5636
|
end)
|
5288
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
|
+
|
5289
5650
|
api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
|
5290
5651
|
o.name = "ListDocumentVersions"
|
5291
5652
|
o.http_method = "POST"
|
@@ -5333,6 +5694,40 @@ module Aws::SSM
|
|
5333
5694
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
5334
5695
|
end)
|
5335
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
|
+
|
5715
|
+
api.add_operation(:list_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5716
|
+
o.name = "ListOpsMetadata"
|
5717
|
+
o.http_method = "POST"
|
5718
|
+
o.http_request_uri = "/"
|
5719
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpsMetadataRequest)
|
5720
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpsMetadataResult)
|
5721
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
|
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
|
+
)
|
5729
|
+
end)
|
5730
|
+
|
5336
5731
|
api.add_operation(:list_resource_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
|
5337
5732
|
o.name = "ListResourceComplianceSummaries"
|
5338
5733
|
o.http_method = "POST"
|
@@ -5587,6 +5982,21 @@ module Aws::SSM
|
|
5587
5982
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
5588
5983
|
end)
|
5589
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
|
+
|
5590
6000
|
api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
|
5591
6001
|
o.name = "StartSession"
|
5592
6002
|
o.http_method = "POST"
|
@@ -5683,6 +6093,18 @@ module Aws::SSM
|
|
5683
6093
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
|
5684
6094
|
end)
|
5685
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
|
+
|
5686
6108
|
api.add_operation(:update_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
|
5687
6109
|
o.name = "UpdateMaintenanceWindow"
|
5688
6110
|
o.http_method = "POST"
|
@@ -5736,6 +6158,19 @@ module Aws::SSM
|
|
5736
6158
|
o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
|
5737
6159
|
end)
|
5738
6160
|
|
6161
|
+
api.add_operation(:update_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
6162
|
+
o.name = "UpdateOpsMetadata"
|
6163
|
+
o.http_method = "POST"
|
6164
|
+
o.http_request_uri = "/"
|
6165
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOpsMetadataRequest)
|
6166
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateOpsMetadataResult)
|
6167
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataNotFoundException)
|
6168
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataInvalidArgumentException)
|
6169
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataKeyLimitExceededException)
|
6170
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsMetadataTooManyUpdatesException)
|
6171
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
6172
|
+
end)
|
6173
|
+
|
5739
6174
|
api.add_operation(:update_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
|
5740
6175
|
o.name = "UpdatePatchBaseline"
|
5741
6176
|
o.http_method = "POST"
|