aws-sdk-ssm 1.105.0 → 1.110.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +638 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-ssm.rb +2 -2
- data/lib/aws-sdk-ssm/client.rb +358 -37
- data/lib/aws-sdk-ssm/client_api.rb +171 -1
- data/lib/aws-sdk-ssm/customizations.rb +1 -1
- data/lib/aws-sdk-ssm/errors.rb +43 -1
- data/lib/aws-sdk-ssm/resource.rb +1 -1
- data/lib/aws-sdk-ssm/types.rb +669 -62
- data/lib/aws-sdk-ssm/waiters.rb +1 -1
- metadata +9 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -32,6 +32,8 @@ module Aws::SSM
|
|
32
32
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
33
33
|
ApplyOnlyAtCronInterval = Shapes::BooleanShape.new(name: 'ApplyOnlyAtCronInterval')
|
34
34
|
ApproveAfterDays = Shapes::IntegerShape.new(name: 'ApproveAfterDays')
|
35
|
+
AssociateOpsItemRelatedItemRequest = Shapes::StructureShape.new(name: 'AssociateOpsItemRelatedItemRequest')
|
36
|
+
AssociateOpsItemRelatedItemResponse = Shapes::StructureShape.new(name: 'AssociateOpsItemRelatedItemResponse')
|
35
37
|
AssociatedInstances = Shapes::StructureShape.new(name: 'AssociatedInstances')
|
36
38
|
Association = Shapes::StructureShape.new(name: 'Association')
|
37
39
|
AssociationAlreadyExists = Shapes::StructureShape.new(name: 'AssociationAlreadyExists')
|
@@ -127,6 +129,7 @@ module Aws::SSM
|
|
127
129
|
CancelCommandResult = Shapes::StructureShape.new(name: 'CancelCommandResult')
|
128
130
|
CancelMaintenanceWindowExecutionRequest = Shapes::StructureShape.new(name: 'CancelMaintenanceWindowExecutionRequest')
|
129
131
|
CancelMaintenanceWindowExecutionResult = Shapes::StructureShape.new(name: 'CancelMaintenanceWindowExecutionResult')
|
132
|
+
ChangeDetailsValue = Shapes::StringShape.new(name: 'ChangeDetailsValue')
|
130
133
|
ChangeRequestName = Shapes::StringShape.new(name: 'ChangeRequestName')
|
131
134
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
132
135
|
CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
|
@@ -306,12 +309,15 @@ module Aws::SSM
|
|
306
309
|
DescribeSessionsRequest = Shapes::StructureShape.new(name: 'DescribeSessionsRequest')
|
307
310
|
DescribeSessionsResponse = Shapes::StructureShape.new(name: 'DescribeSessionsResponse')
|
308
311
|
DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
|
312
|
+
DisassociateOpsItemRelatedItemRequest = Shapes::StructureShape.new(name: 'DisassociateOpsItemRelatedItemRequest')
|
313
|
+
DisassociateOpsItemRelatedItemResponse = Shapes::StructureShape.new(name: 'DisassociateOpsItemRelatedItemResponse')
|
309
314
|
DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
|
310
315
|
DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
|
311
316
|
DocumentAuthor = Shapes::StringShape.new(name: 'DocumentAuthor')
|
312
317
|
DocumentContent = Shapes::StringShape.new(name: 'DocumentContent')
|
313
318
|
DocumentDefaultVersionDescription = Shapes::StructureShape.new(name: 'DocumentDefaultVersionDescription')
|
314
319
|
DocumentDescription = Shapes::StructureShape.new(name: 'DocumentDescription')
|
320
|
+
DocumentDisplayName = Shapes::StringShape.new(name: 'DocumentDisplayName')
|
315
321
|
DocumentFilter = Shapes::StructureShape.new(name: 'DocumentFilter')
|
316
322
|
DocumentFilterKey = Shapes::StringShape.new(name: 'DocumentFilterKey')
|
317
323
|
DocumentFilterList = Shapes::ListShape.new(name: 'DocumentFilterList')
|
@@ -599,6 +605,8 @@ module Aws::SSM
|
|
599
605
|
ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
|
600
606
|
ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
|
601
607
|
ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
|
608
|
+
ListOpsItemRelatedItemsRequest = Shapes::StructureShape.new(name: 'ListOpsItemRelatedItemsRequest')
|
609
|
+
ListOpsItemRelatedItemsResponse = Shapes::StructureShape.new(name: 'ListOpsItemRelatedItemsResponse')
|
602
610
|
ListOpsMetadataMaxResults = Shapes::IntegerShape.new(name: 'ListOpsMetadataMaxResults')
|
603
611
|
ListOpsMetadataRequest = Shapes::StructureShape.new(name: 'ListOpsMetadataRequest')
|
604
612
|
ListOpsMetadataResult = Shapes::StructureShape.new(name: 'ListOpsMetadataResult')
|
@@ -753,6 +761,21 @@ module Aws::SSM
|
|
753
761
|
OpsItemOpsDataKeysList = Shapes::ListShape.new(name: 'OpsItemOpsDataKeysList')
|
754
762
|
OpsItemParameterNamesList = Shapes::ListShape.new(name: 'OpsItemParameterNamesList')
|
755
763
|
OpsItemPriority = Shapes::IntegerShape.new(name: 'OpsItemPriority')
|
764
|
+
OpsItemRelatedItemAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsItemRelatedItemAlreadyExistsException')
|
765
|
+
OpsItemRelatedItemAssociationId = Shapes::StringShape.new(name: 'OpsItemRelatedItemAssociationId')
|
766
|
+
OpsItemRelatedItemAssociationNotFoundException = Shapes::StructureShape.new(name: 'OpsItemRelatedItemAssociationNotFoundException')
|
767
|
+
OpsItemRelatedItemAssociationResourceType = Shapes::StringShape.new(name: 'OpsItemRelatedItemAssociationResourceType')
|
768
|
+
OpsItemRelatedItemAssociationResourceUri = Shapes::StringShape.new(name: 'OpsItemRelatedItemAssociationResourceUri')
|
769
|
+
OpsItemRelatedItemAssociationType = Shapes::StringShape.new(name: 'OpsItemRelatedItemAssociationType')
|
770
|
+
OpsItemRelatedItemSummaries = Shapes::ListShape.new(name: 'OpsItemRelatedItemSummaries')
|
771
|
+
OpsItemRelatedItemSummary = Shapes::StructureShape.new(name: 'OpsItemRelatedItemSummary')
|
772
|
+
OpsItemRelatedItemsFilter = Shapes::StructureShape.new(name: 'OpsItemRelatedItemsFilter')
|
773
|
+
OpsItemRelatedItemsFilterKey = Shapes::StringShape.new(name: 'OpsItemRelatedItemsFilterKey')
|
774
|
+
OpsItemRelatedItemsFilterOperator = Shapes::StringShape.new(name: 'OpsItemRelatedItemsFilterOperator')
|
775
|
+
OpsItemRelatedItemsFilterValue = Shapes::StringShape.new(name: 'OpsItemRelatedItemsFilterValue')
|
776
|
+
OpsItemRelatedItemsFilterValues = Shapes::ListShape.new(name: 'OpsItemRelatedItemsFilterValues')
|
777
|
+
OpsItemRelatedItemsFilters = Shapes::ListShape.new(name: 'OpsItemRelatedItemsFilters')
|
778
|
+
OpsItemRelatedItemsMaxResults = Shapes::IntegerShape.new(name: 'OpsItemRelatedItemsMaxResults')
|
756
779
|
OpsItemSeverity = Shapes::StringShape.new(name: 'OpsItemSeverity')
|
757
780
|
OpsItemSource = Shapes::StringShape.new(name: 'OpsItemSource')
|
758
781
|
OpsItemStatus = Shapes::StringShape.new(name: 'OpsItemStatus')
|
@@ -844,6 +867,7 @@ module Aws::SSM
|
|
844
867
|
PatchComplianceLevel = Shapes::StringShape.new(name: 'PatchComplianceLevel')
|
845
868
|
PatchComplianceMaxResults = Shapes::IntegerShape.new(name: 'PatchComplianceMaxResults')
|
846
869
|
PatchContentUrl = Shapes::StringShape.new(name: 'PatchContentUrl')
|
870
|
+
PatchCriticalNonCompliantCount = Shapes::IntegerShape.new(name: 'PatchCriticalNonCompliantCount')
|
847
871
|
PatchDeploymentStatus = Shapes::StringShape.new(name: 'PatchDeploymentStatus')
|
848
872
|
PatchDescription = Shapes::StringShape.new(name: 'PatchDescription')
|
849
873
|
PatchEpoch = Shapes::IntegerShape.new(name: 'PatchEpoch')
|
@@ -878,6 +902,7 @@ module Aws::SSM
|
|
878
902
|
PatchOrchestratorFilterList = Shapes::ListShape.new(name: 'PatchOrchestratorFilterList')
|
879
903
|
PatchOrchestratorFilterValue = Shapes::StringShape.new(name: 'PatchOrchestratorFilterValue')
|
880
904
|
PatchOrchestratorFilterValues = Shapes::ListShape.new(name: 'PatchOrchestratorFilterValues')
|
905
|
+
PatchOtherNonCompliantCount = Shapes::IntegerShape.new(name: 'PatchOtherNonCompliantCount')
|
881
906
|
PatchProduct = Shapes::StringShape.new(name: 'PatchProduct')
|
882
907
|
PatchProductFamily = Shapes::StringShape.new(name: 'PatchProductFamily')
|
883
908
|
PatchPropertiesList = Shapes::ListShape.new(name: 'PatchPropertiesList')
|
@@ -888,6 +913,7 @@ module Aws::SSM
|
|
888
913
|
PatchRule = Shapes::StructureShape.new(name: 'PatchRule')
|
889
914
|
PatchRuleGroup = Shapes::StructureShape.new(name: 'PatchRuleGroup')
|
890
915
|
PatchRuleList = Shapes::ListShape.new(name: 'PatchRuleList')
|
916
|
+
PatchSecurityNonCompliantCount = Shapes::IntegerShape.new(name: 'PatchSecurityNonCompliantCount')
|
891
917
|
PatchSet = Shapes::StringShape.new(name: 'PatchSet')
|
892
918
|
PatchSeverity = Shapes::StringShape.new(name: 'PatchSeverity')
|
893
919
|
PatchSource = Shapes::StructureShape.new(name: 'PatchSource')
|
@@ -948,6 +974,7 @@ module Aws::SSM
|
|
948
974
|
ResourceDataSyncCreatedTime = Shapes::TimestampShape.new(name: 'ResourceDataSyncCreatedTime')
|
949
975
|
ResourceDataSyncDestinationDataSharing = Shapes::StructureShape.new(name: 'ResourceDataSyncDestinationDataSharing')
|
950
976
|
ResourceDataSyncDestinationDataSharingType = Shapes::StringShape.new(name: 'ResourceDataSyncDestinationDataSharingType')
|
977
|
+
ResourceDataSyncEnableAllOpsDataSources = Shapes::BooleanShape.new(name: 'ResourceDataSyncEnableAllOpsDataSources')
|
951
978
|
ResourceDataSyncIncludeFutureRegions = Shapes::BooleanShape.new(name: 'ResourceDataSyncIncludeFutureRegions')
|
952
979
|
ResourceDataSyncInvalidConfigurationException = Shapes::StructureShape.new(name: 'ResourceDataSyncInvalidConfigurationException')
|
953
980
|
ResourceDataSyncItem = Shapes::StructureShape.new(name: 'ResourceDataSyncItem')
|
@@ -1089,6 +1116,8 @@ module Aws::SSM
|
|
1089
1116
|
TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
|
1090
1117
|
TotalSizeLimitExceededException = Shapes::StructureShape.new(name: 'TotalSizeLimitExceededException')
|
1091
1118
|
UUID = Shapes::StringShape.new(name: 'UUID')
|
1119
|
+
UnlabelParameterVersionRequest = Shapes::StructureShape.new(name: 'UnlabelParameterVersionRequest')
|
1120
|
+
UnlabelParameterVersionResult = Shapes::StructureShape.new(name: 'UnlabelParameterVersionResult')
|
1092
1121
|
UnsupportedCalendarException = Shapes::StructureShape.new(name: 'UnsupportedCalendarException')
|
1093
1122
|
UnsupportedFeatureRequiredException = Shapes::StructureShape.new(name: 'UnsupportedFeatureRequiredException')
|
1094
1123
|
UnsupportedInventoryItemContextException = Shapes::StructureShape.new(name: 'UnsupportedInventoryItemContextException')
|
@@ -1163,6 +1192,15 @@ module Aws::SSM
|
|
1163
1192
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1164
1193
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
1165
1194
|
|
1195
|
+
AssociateOpsItemRelatedItemRequest.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, required: true, location_name: "OpsItemId"))
|
1196
|
+
AssociateOpsItemRelatedItemRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationType, required: true, location_name: "AssociationType"))
|
1197
|
+
AssociateOpsItemRelatedItemRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationResourceType, required: true, location_name: "ResourceType"))
|
1198
|
+
AssociateOpsItemRelatedItemRequest.add_member(:resource_uri, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationResourceUri, required: true, location_name: "ResourceUri"))
|
1199
|
+
AssociateOpsItemRelatedItemRequest.struct_class = Types::AssociateOpsItemRelatedItemRequest
|
1200
|
+
|
1201
|
+
AssociateOpsItemRelatedItemResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationId, location_name: "AssociationId"))
|
1202
|
+
AssociateOpsItemRelatedItemResponse.struct_class = Types::AssociateOpsItemRelatedItemResponse
|
1203
|
+
|
1166
1204
|
AssociatedInstances.struct_class = Types::AssociatedInstances
|
1167
1205
|
|
1168
1206
|
Association.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
|
@@ -1201,6 +1239,7 @@ module Aws::SSM
|
|
1201
1239
|
AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1202
1240
|
AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1203
1241
|
AssociationDescription.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1242
|
+
AssociationDescription.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
|
1204
1243
|
AssociationDescription.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
|
1205
1244
|
AssociationDescription.struct_class = Types::AssociationDescription
|
1206
1245
|
|
@@ -1291,6 +1330,7 @@ module Aws::SSM
|
|
1291
1330
|
AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1292
1331
|
AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1293
1332
|
AssociationVersionInfo.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1333
|
+
AssociationVersionInfo.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
|
1294
1334
|
AssociationVersionInfo.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
|
1295
1335
|
AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
|
1296
1336
|
|
@@ -1605,6 +1645,7 @@ module Aws::SSM
|
|
1605
1645
|
CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1606
1646
|
CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1607
1647
|
CreateAssociationBatchRequestEntry.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1648
|
+
CreateAssociationBatchRequestEntry.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
|
1608
1649
|
CreateAssociationBatchRequestEntry.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
|
1609
1650
|
CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
|
1610
1651
|
|
@@ -1626,6 +1667,7 @@ module Aws::SSM
|
|
1626
1667
|
CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1627
1668
|
CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1628
1669
|
CreateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1670
|
+
CreateAssociationRequest.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
|
1629
1671
|
CreateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
|
1630
1672
|
CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
|
1631
1673
|
|
@@ -1636,6 +1678,7 @@ module Aws::SSM
|
|
1636
1678
|
CreateDocumentRequest.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
|
1637
1679
|
CreateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
|
1638
1680
|
CreateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
1681
|
+
CreateDocumentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
1639
1682
|
CreateDocumentRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
1640
1683
|
CreateDocumentRequest.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "DocumentType"))
|
1641
1684
|
CreateDocumentRequest.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
|
@@ -1685,6 +1728,7 @@ module Aws::SSM
|
|
1685
1728
|
|
1686
1729
|
CreateOpsMetadataRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, required: true, location_name: "ResourceId"))
|
1687
1730
|
CreateOpsMetadataRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
|
1731
|
+
CreateOpsMetadataRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1688
1732
|
CreateOpsMetadataRequest.struct_class = Types::CreateOpsMetadataRequest
|
1689
1733
|
|
1690
1734
|
CreateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
|
@@ -2105,6 +2149,9 @@ module Aws::SSM
|
|
2105
2149
|
DescribePatchGroupStateResult.add_member(:instances_with_failed_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithFailedPatches"))
|
2106
2150
|
DescribePatchGroupStateResult.add_member(:instances_with_not_applicable_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithNotApplicablePatches"))
|
2107
2151
|
DescribePatchGroupStateResult.add_member(:instances_with_unreported_not_applicable_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithUnreportedNotApplicablePatches", metadata: {"box"=>true}))
|
2152
|
+
DescribePatchGroupStateResult.add_member(:instances_with_critical_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithCriticalNonCompliantPatches", metadata: {"box"=>true}))
|
2153
|
+
DescribePatchGroupStateResult.add_member(:instances_with_security_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithSecurityNonCompliantPatches", metadata: {"box"=>true}))
|
2154
|
+
DescribePatchGroupStateResult.add_member(:instances_with_other_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithOtherNonCompliantPatches", metadata: {"box"=>true}))
|
2108
2155
|
DescribePatchGroupStateResult.struct_class = Types::DescribePatchGroupStateResult
|
2109
2156
|
|
2110
2157
|
DescribePatchGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PatchBaselineMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -2137,6 +2184,12 @@ module Aws::SSM
|
|
2137
2184
|
DescribeSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2138
2185
|
DescribeSessionsResponse.struct_class = Types::DescribeSessionsResponse
|
2139
2186
|
|
2187
|
+
DisassociateOpsItemRelatedItemRequest.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, required: true, location_name: "OpsItemId"))
|
2188
|
+
DisassociateOpsItemRelatedItemRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationId, required: true, location_name: "AssociationId"))
|
2189
|
+
DisassociateOpsItemRelatedItemRequest.struct_class = Types::DisassociateOpsItemRelatedItemRequest
|
2190
|
+
|
2191
|
+
DisassociateOpsItemRelatedItemResponse.struct_class = Types::DisassociateOpsItemRelatedItemResponse
|
2192
|
+
|
2140
2193
|
DocumentAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2141
2194
|
DocumentAlreadyExists.struct_class = Types::DocumentAlreadyExists
|
2142
2195
|
|
@@ -2149,6 +2202,7 @@ module Aws::SSM
|
|
2149
2202
|
DocumentDescription.add_member(:hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "Hash"))
|
2150
2203
|
DocumentDescription.add_member(:hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "HashType"))
|
2151
2204
|
DocumentDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
|
2205
|
+
DocumentDescription.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
2152
2206
|
DocumentDescription.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
2153
2207
|
DocumentDescription.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
|
2154
2208
|
DocumentDescription.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
@@ -2181,6 +2235,8 @@ module Aws::SSM
|
|
2181
2235
|
DocumentFilterList.member = Shapes::ShapeRef.new(shape: DocumentFilter)
|
2182
2236
|
|
2183
2237
|
DocumentIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
|
2238
|
+
DocumentIdentifier.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
2239
|
+
DocumentIdentifier.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
2184
2240
|
DocumentIdentifier.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
|
2185
2241
|
DocumentIdentifier.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
2186
2242
|
DocumentIdentifier.add_member(:platform_types, Shapes::ShapeRef.new(shape: PlatformTypeList, location_name: "PlatformTypes"))
|
@@ -2248,6 +2304,7 @@ module Aws::SSM
|
|
2248
2304
|
DocumentReviews.struct_class = Types::DocumentReviews
|
2249
2305
|
|
2250
2306
|
DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
|
2307
|
+
DocumentVersionInfo.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
2251
2308
|
DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
2252
2309
|
DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
2253
2310
|
DocumentVersionInfo.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
@@ -2366,6 +2423,8 @@ module Aws::SSM
|
|
2366
2423
|
GetDocumentRequest.struct_class = Types::GetDocumentRequest
|
2367
2424
|
|
2368
2425
|
GetDocumentResult.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
|
2426
|
+
GetDocumentResult.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
2427
|
+
GetDocumentResult.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
2369
2428
|
GetDocumentResult.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
2370
2429
|
GetDocumentResult.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
2371
2430
|
GetDocumentResult.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
|
@@ -2696,6 +2755,9 @@ module Aws::SSM
|
|
2696
2755
|
InstancePatchState.add_member(:operation, Shapes::ShapeRef.new(shape: PatchOperationType, required: true, location_name: "Operation"))
|
2697
2756
|
InstancePatchState.add_member(:last_no_reboot_install_operation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastNoRebootInstallOperationTime"))
|
2698
2757
|
InstancePatchState.add_member(:reboot_option, Shapes::ShapeRef.new(shape: RebootOption, location_name: "RebootOption"))
|
2758
|
+
InstancePatchState.add_member(:critical_non_compliant_count, Shapes::ShapeRef.new(shape: PatchCriticalNonCompliantCount, location_name: "CriticalNonCompliantCount", metadata: {"box"=>true}))
|
2759
|
+
InstancePatchState.add_member(:security_non_compliant_count, Shapes::ShapeRef.new(shape: PatchSecurityNonCompliantCount, location_name: "SecurityNonCompliantCount", metadata: {"box"=>true}))
|
2760
|
+
InstancePatchState.add_member(:other_non_compliant_count, Shapes::ShapeRef.new(shape: PatchOtherNonCompliantCount, location_name: "OtherNonCompliantCount", metadata: {"box"=>true}))
|
2699
2761
|
InstancePatchState.struct_class = Types::InstancePatchState
|
2700
2762
|
|
2701
2763
|
InstancePatchStateFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstancePatchStateFilterKey, required: true, location_name: "Key"))
|
@@ -3081,6 +3143,16 @@ module Aws::SSM
|
|
3081
3143
|
ListOpsItemEventsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: OpsItemEventSummaries, location_name: "Summaries"))
|
3082
3144
|
ListOpsItemEventsResponse.struct_class = Types::ListOpsItemEventsResponse
|
3083
3145
|
|
3146
|
+
ListOpsItemRelatedItemsRequest.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, location_name: "OpsItemId"))
|
3147
|
+
ListOpsItemRelatedItemsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilters, location_name: "Filters"))
|
3148
|
+
ListOpsItemRelatedItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OpsItemRelatedItemsMaxResults, location_name: "MaxResults"))
|
3149
|
+
ListOpsItemRelatedItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
3150
|
+
ListOpsItemRelatedItemsRequest.struct_class = Types::ListOpsItemRelatedItemsRequest
|
3151
|
+
|
3152
|
+
ListOpsItemRelatedItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
3153
|
+
ListOpsItemRelatedItemsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: OpsItemRelatedItemSummaries, location_name: "Summaries"))
|
3154
|
+
ListOpsItemRelatedItemsResponse.struct_class = Types::ListOpsItemRelatedItemsResponse
|
3155
|
+
|
3084
3156
|
ListOpsMetadataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsMetadataFilterList, location_name: "Filters"))
|
3085
3157
|
ListOpsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpsMetadataMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
3086
3158
|
ListOpsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -3422,6 +3494,36 @@ module Aws::SSM
|
|
3422
3494
|
|
3423
3495
|
OpsItemParameterNamesList.member = Shapes::ShapeRef.new(shape: String)
|
3424
3496
|
|
3497
|
+
OpsItemRelatedItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3498
|
+
OpsItemRelatedItemAlreadyExistsException.add_member(:resource_uri, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationResourceUri, location_name: "ResourceUri"))
|
3499
|
+
OpsItemRelatedItemAlreadyExistsException.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, location_name: "OpsItemId"))
|
3500
|
+
OpsItemRelatedItemAlreadyExistsException.struct_class = Types::OpsItemRelatedItemAlreadyExistsException
|
3501
|
+
|
3502
|
+
OpsItemRelatedItemAssociationNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3503
|
+
OpsItemRelatedItemAssociationNotFoundException.struct_class = Types::OpsItemRelatedItemAssociationNotFoundException
|
3504
|
+
|
3505
|
+
OpsItemRelatedItemSummaries.member = Shapes::ShapeRef.new(shape: OpsItemRelatedItemSummary)
|
3506
|
+
|
3507
|
+
OpsItemRelatedItemSummary.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, location_name: "OpsItemId"))
|
3508
|
+
OpsItemRelatedItemSummary.add_member(:association_id, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationId, location_name: "AssociationId"))
|
3509
|
+
OpsItemRelatedItemSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationResourceType, location_name: "ResourceType"))
|
3510
|
+
OpsItemRelatedItemSummary.add_member(:association_type, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationType, location_name: "AssociationType"))
|
3511
|
+
OpsItemRelatedItemSummary.add_member(:resource_uri, Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationResourceUri, location_name: "ResourceUri"))
|
3512
|
+
OpsItemRelatedItemSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: OpsItemIdentity, location_name: "CreatedBy"))
|
3513
|
+
OpsItemRelatedItemSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
|
3514
|
+
OpsItemRelatedItemSummary.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: OpsItemIdentity, location_name: "LastModifiedBy"))
|
3515
|
+
OpsItemRelatedItemSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedTime"))
|
3516
|
+
OpsItemRelatedItemSummary.struct_class = Types::OpsItemRelatedItemSummary
|
3517
|
+
|
3518
|
+
OpsItemRelatedItemsFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilterKey, required: true, location_name: "Key"))
|
3519
|
+
OpsItemRelatedItemsFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilterValues, required: true, location_name: "Values"))
|
3520
|
+
OpsItemRelatedItemsFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilterOperator, required: true, location_name: "Operator"))
|
3521
|
+
OpsItemRelatedItemsFilter.struct_class = Types::OpsItemRelatedItemsFilter
|
3522
|
+
|
3523
|
+
OpsItemRelatedItemsFilterValues.member = Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilterValue)
|
3524
|
+
|
3525
|
+
OpsItemRelatedItemsFilters.member = Shapes::ShapeRef.new(shape: OpsItemRelatedItemsFilter)
|
3526
|
+
|
3425
3527
|
OpsItemSummaries.member = Shapes::ShapeRef.new(shape: OpsItemSummary)
|
3426
3528
|
|
3427
3529
|
OpsItemSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
|
@@ -3882,6 +3984,7 @@ module Aws::SSM
|
|
3882
3984
|
ResourceDataSyncSource.add_member(:aws_organizations_source, Shapes::ShapeRef.new(shape: ResourceDataSyncAwsOrganizationsSource, location_name: "AwsOrganizationsSource"))
|
3883
3985
|
ResourceDataSyncSource.add_member(:source_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegionList, required: true, location_name: "SourceRegions"))
|
3884
3986
|
ResourceDataSyncSource.add_member(:include_future_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncIncludeFutureRegions, location_name: "IncludeFutureRegions"))
|
3987
|
+
ResourceDataSyncSource.add_member(:enable_all_ops_data_sources, Shapes::ShapeRef.new(shape: ResourceDataSyncEnableAllOpsDataSources, location_name: "EnableAllOpsDataSources"))
|
3885
3988
|
ResourceDataSyncSource.struct_class = Types::ResourceDataSyncSource
|
3886
3989
|
|
3887
3990
|
ResourceDataSyncSourceRegionList.member = Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegion)
|
@@ -3891,6 +3994,7 @@ module Aws::SSM
|
|
3891
3994
|
ResourceDataSyncSourceWithState.add_member(:source_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegionList, location_name: "SourceRegions"))
|
3892
3995
|
ResourceDataSyncSourceWithState.add_member(:include_future_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncIncludeFutureRegions, location_name: "IncludeFutureRegions"))
|
3893
3996
|
ResourceDataSyncSourceWithState.add_member(:state, Shapes::ShapeRef.new(shape: ResourceDataSyncState, location_name: "State"))
|
3997
|
+
ResourceDataSyncSourceWithState.add_member(:enable_all_ops_data_sources, Shapes::ShapeRef.new(shape: ResourceDataSyncEnableAllOpsDataSources, location_name: "EnableAllOpsDataSources"))
|
3894
3998
|
ResourceDataSyncSourceWithState.struct_class = Types::ResourceDataSyncSourceWithState
|
3895
3999
|
|
3896
4000
|
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -4052,6 +4156,8 @@ module Aws::SSM
|
|
4052
4156
|
StartChangeRequestExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken"))
|
4053
4157
|
StartChangeRequestExecutionRequest.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, required: true, location_name: "Runbooks"))
|
4054
4158
|
StartChangeRequestExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4159
|
+
StartChangeRequestExecutionRequest.add_member(:scheduled_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledEndTime"))
|
4160
|
+
StartChangeRequestExecutionRequest.add_member(:change_details, Shapes::ShapeRef.new(shape: ChangeDetailsValue, location_name: "ChangeDetails"))
|
4055
4161
|
StartChangeRequestExecutionRequest.struct_class = Types::StartChangeRequestExecutionRequest
|
4056
4162
|
|
4057
4163
|
StartChangeRequestExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
|
@@ -4166,6 +4272,15 @@ module Aws::SSM
|
|
4166
4272
|
TotalSizeLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
4167
4273
|
TotalSizeLimitExceededException.struct_class = Types::TotalSizeLimitExceededException
|
4168
4274
|
|
4275
|
+
UnlabelParameterVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
|
4276
|
+
UnlabelParameterVersionRequest.add_member(:parameter_version, Shapes::ShapeRef.new(shape: PSParameterVersion, required: true, location_name: "ParameterVersion", metadata: {"box"=>true}))
|
4277
|
+
UnlabelParameterVersionRequest.add_member(:labels, Shapes::ShapeRef.new(shape: ParameterLabelList, required: true, location_name: "Labels"))
|
4278
|
+
UnlabelParameterVersionRequest.struct_class = Types::UnlabelParameterVersionRequest
|
4279
|
+
|
4280
|
+
UnlabelParameterVersionResult.add_member(:removed_labels, Shapes::ShapeRef.new(shape: ParameterLabelList, location_name: "RemovedLabels"))
|
4281
|
+
UnlabelParameterVersionResult.add_member(:invalid_labels, Shapes::ShapeRef.new(shape: ParameterLabelList, location_name: "InvalidLabels"))
|
4282
|
+
UnlabelParameterVersionResult.struct_class = Types::UnlabelParameterVersionResult
|
4283
|
+
|
4169
4284
|
UnsupportedCalendarException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
4170
4285
|
UnsupportedCalendarException.struct_class = Types::UnsupportedCalendarException
|
4171
4286
|
|
@@ -4203,6 +4318,7 @@ module Aws::SSM
|
|
4203
4318
|
UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
4204
4319
|
UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
4205
4320
|
UpdateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
4321
|
+
UpdateAssociationRequest.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
|
4206
4322
|
UpdateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
|
4207
4323
|
UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
|
4208
4324
|
|
@@ -4234,6 +4350,7 @@ module Aws::SSM
|
|
4234
4350
|
UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
|
4235
4351
|
UpdateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
|
4236
4352
|
UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
4353
|
+
UpdateDocumentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DocumentDisplayName, location_name: "DisplayName"))
|
4237
4354
|
UpdateDocumentRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
4238
4355
|
UpdateDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
4239
4356
|
UpdateDocumentRequest.add_member(:document_format, Shapes::ShapeRef.new(shape: DocumentFormat, location_name: "DocumentFormat"))
|
@@ -4430,6 +4547,19 @@ module Aws::SSM
|
|
4430
4547
|
o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
|
4431
4548
|
end)
|
4432
4549
|
|
4550
|
+
api.add_operation(:associate_ops_item_related_item, Seahorse::Model::Operation.new.tap do |o|
|
4551
|
+
o.name = "AssociateOpsItemRelatedItem"
|
4552
|
+
o.http_method = "POST"
|
4553
|
+
o.http_request_uri = "/"
|
4554
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateOpsItemRelatedItemRequest)
|
4555
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateOpsItemRelatedItemResponse)
|
4556
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4557
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
|
4558
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemLimitExceededException)
|
4559
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
|
4560
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemRelatedItemAlreadyExistsException)
|
4561
|
+
end)
|
4562
|
+
|
4433
4563
|
api.add_operation(:cancel_command, Seahorse::Model::Operation.new.tap do |o|
|
4434
4564
|
o.name = "CancelCommand"
|
4435
4565
|
o.http_method = "POST"
|
@@ -5234,6 +5364,18 @@ module Aws::SSM
|
|
5234
5364
|
)
|
5235
5365
|
end)
|
5236
5366
|
|
5367
|
+
api.add_operation(:disassociate_ops_item_related_item, Seahorse::Model::Operation.new.tap do |o|
|
5368
|
+
o.name = "DisassociateOpsItemRelatedItem"
|
5369
|
+
o.http_method = "POST"
|
5370
|
+
o.http_request_uri = "/"
|
5371
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateOpsItemRelatedItemRequest)
|
5372
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateOpsItemRelatedItemResponse)
|
5373
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
5374
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemRelatedItemAssociationNotFoundException)
|
5375
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
|
5376
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
|
5377
|
+
end)
|
5378
|
+
|
5237
5379
|
api.add_operation(:get_automation_execution, Seahorse::Model::Operation.new.tap do |o|
|
5238
5380
|
o.name = "GetAutomationExecution"
|
5239
5381
|
o.http_method = "POST"
|
@@ -5725,6 +5867,22 @@ module Aws::SSM
|
|
5725
5867
|
)
|
5726
5868
|
end)
|
5727
5869
|
|
5870
|
+
api.add_operation(:list_ops_item_related_items, Seahorse::Model::Operation.new.tap do |o|
|
5871
|
+
o.name = "ListOpsItemRelatedItems"
|
5872
|
+
o.http_method = "POST"
|
5873
|
+
o.http_request_uri = "/"
|
5874
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpsItemRelatedItemsRequest)
|
5875
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpsItemRelatedItemsResponse)
|
5876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
5877
|
+
o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
|
5878
|
+
o[:pager] = Aws::Pager.new(
|
5879
|
+
limit_key: "max_results",
|
5880
|
+
tokens: {
|
5881
|
+
"next_token" => "next_token"
|
5882
|
+
}
|
5883
|
+
)
|
5884
|
+
end)
|
5885
|
+
|
5728
5886
|
api.add_operation(:list_ops_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5729
5887
|
o.name = "ListOpsMetadata"
|
5730
5888
|
o.http_method = "POST"
|
@@ -6042,6 +6200,18 @@ module Aws::SSM
|
|
6042
6200
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
6043
6201
|
end)
|
6044
6202
|
|
6203
|
+
api.add_operation(:unlabel_parameter_version, Seahorse::Model::Operation.new.tap do |o|
|
6204
|
+
o.name = "UnlabelParameterVersion"
|
6205
|
+
o.http_method = "POST"
|
6206
|
+
o.http_request_uri = "/"
|
6207
|
+
o.input = Shapes::ShapeRef.new(shape: UnlabelParameterVersionRequest)
|
6208
|
+
o.output = Shapes::ShapeRef.new(shape: UnlabelParameterVersionResult)
|
6209
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
6210
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
|
6211
|
+
o.errors << Shapes::ShapeRef.new(shape: ParameterNotFound)
|
6212
|
+
o.errors << Shapes::ShapeRef.new(shape: ParameterVersionNotFound)
|
6213
|
+
end)
|
6214
|
+
|
6045
6215
|
api.add_operation(:update_association, Seahorse::Model::Operation.new.tap do |o|
|
6046
6216
|
o.name = "UpdateAssociation"
|
6047
6217
|
o.http_method = "POST"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
data/lib/aws-sdk-ssm/errors.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -111,6 +111,8 @@ module Aws::SSM
|
|
111
111
|
# * {OpsItemInvalidParameterException}
|
112
112
|
# * {OpsItemLimitExceededException}
|
113
113
|
# * {OpsItemNotFoundException}
|
114
|
+
# * {OpsItemRelatedItemAlreadyExistsException}
|
115
|
+
# * {OpsItemRelatedItemAssociationNotFoundException}
|
114
116
|
# * {OpsMetadataAlreadyExistsException}
|
115
117
|
# * {OpsMetadataInvalidArgumentException}
|
116
118
|
# * {OpsMetadataKeyLimitExceededException}
|
@@ -1394,6 +1396,46 @@ module Aws::SSM
|
|
1394
1396
|
end
|
1395
1397
|
end
|
1396
1398
|
|
1399
|
+
class OpsItemRelatedItemAlreadyExistsException < ServiceError
|
1400
|
+
|
1401
|
+
# @param [Seahorse::Client::RequestContext] context
|
1402
|
+
# @param [String] message
|
1403
|
+
# @param [Aws::SSM::Types::OpsItemRelatedItemAlreadyExistsException] data
|
1404
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1405
|
+
super(context, message, data)
|
1406
|
+
end
|
1407
|
+
|
1408
|
+
# @return [String]
|
1409
|
+
def message
|
1410
|
+
@message || @data[:message]
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
# @return [String]
|
1414
|
+
def resource_uri
|
1415
|
+
@data[:resource_uri]
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
# @return [String]
|
1419
|
+
def ops_item_id
|
1420
|
+
@data[:ops_item_id]
|
1421
|
+
end
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class OpsItemRelatedItemAssociationNotFoundException < ServiceError
|
1425
|
+
|
1426
|
+
# @param [Seahorse::Client::RequestContext] context
|
1427
|
+
# @param [String] message
|
1428
|
+
# @param [Aws::SSM::Types::OpsItemRelatedItemAssociationNotFoundException] data
|
1429
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1430
|
+
super(context, message, data)
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
# @return [String]
|
1434
|
+
def message
|
1435
|
+
@message || @data[:message]
|
1436
|
+
end
|
1437
|
+
end
|
1438
|
+
|
1397
1439
|
class OpsMetadataAlreadyExistsException < ServiceError
|
1398
1440
|
|
1399
1441
|
# @param [Seahorse::Client::RequestContext] context
|