aws-sdk-ssm 1.46.0 → 1.47.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10da70e490a82dff439bfca479ae589bd43512ed
4
- data.tar.gz: 4c99c679d505d084b2af8e06b9c0323474d0584c
3
+ metadata.gz: c44bd90f7de8d49e881e65c44cbd69fccf70b443
4
+ data.tar.gz: fd4adb9f2236bf0afd82746920ac966f464b1b27
5
5
  SHA512:
6
- metadata.gz: cefe4830367e35fc157da8db34d8638cc2bcbf885bdafe960f92da16d57e5ede11b3a0e27b4bfb0f480a3f41a086e28179270dfa18323192576b54a5e70047e6
7
- data.tar.gz: 0b6713062d3d86cbed847fc2943cba20433a63b2847bb6381d6ef5726dc73395cd363545e6268cae62d100a6bc991755304acffca0f87c73e966cd346a5428c8
6
+ metadata.gz: 47ec4107369f057e337772cc1919097043ee0c1724754bb85825969a0d9b4a1027482530769f6fd3b899ad3633ccc070ba91f4b47798269ec2d58ab34fa740db
7
+ data.tar.gz: 7900cf37a74146b03a5e8e7d904d105225b0c15af40ec94df4075d9e7e6711b7eeb03c1aa5ae118629c5a4489f9a09132a5f54429f84c6f2731386bd62ef2f15
data/lib/aws-sdk-ssm.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.46.0'
45
+ GEM_VERSION = '1.47.0'
46
46
 
47
47
  end
@@ -8270,7 +8270,7 @@ module Aws::SSM
8270
8270
  params: params,
8271
8271
  config: config)
8272
8272
  context[:gem_name] = 'aws-sdk-ssm'
8273
- context[:gem_version] = '1.46.0'
8273
+ context[:gem_version] = '1.47.0'
8274
8274
  Seahorse::Client::Request.new(handlers, context)
8275
8275
  end
8276
8276
 
@@ -957,6 +957,9 @@ module Aws::SSM
957
957
 
958
958
  AddTagsToResourceResult.struct_class = Types::AddTagsToResourceResult
959
959
 
960
+ AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
961
+ AlreadyExistsException.struct_class = Types::AlreadyExistsException
962
+
960
963
  Association.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
961
964
  Association.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
962
965
  Association.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
@@ -993,6 +996,9 @@ module Aws::SSM
993
996
 
994
997
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
995
998
 
999
+ AssociationDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1000
+ AssociationDoesNotExist.struct_class = Types::AssociationDoesNotExist
1001
+
996
1002
  AssociationExecution.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
997
1003
  AssociationExecution.add_member(:association_version, Shapes::ShapeRef.new(shape: AssociationVersion, location_name: "AssociationVersion"))
998
1004
  AssociationExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: AssociationExecutionId, location_name: "ExecutionId"))
@@ -1003,6 +1009,9 @@ module Aws::SSM
1003
1009
  AssociationExecution.add_member(:resource_count_by_status, Shapes::ShapeRef.new(shape: ResourceCountByStatus, location_name: "ResourceCountByStatus"))
1004
1010
  AssociationExecution.struct_class = Types::AssociationExecution
1005
1011
 
1012
+ AssociationExecutionDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1013
+ AssociationExecutionDoesNotExist.struct_class = Types::AssociationExecutionDoesNotExist
1014
+
1006
1015
  AssociationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AssociationExecutionFilterKey, required: true, location_name: "Key"))
1007
1016
  AssociationExecutionFilter.add_member(:value, Shapes::ShapeRef.new(shape: AssociationExecutionFilterValue, required: true, location_name: "Value"))
1008
1017
  AssociationExecutionFilter.add_member(:type, Shapes::ShapeRef.new(shape: AssociationFilterOperatorType, required: true, location_name: "Type"))
@@ -1070,6 +1079,9 @@ module Aws::SSM
1070
1079
  AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
1071
1080
  AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
1072
1081
 
1082
+ AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1083
+ AssociationVersionLimitExceeded.struct_class = Types::AssociationVersionLimitExceeded
1084
+
1073
1085
  AssociationVersionList.member = Shapes::ShapeRef.new(shape: AssociationVersionInfo)
1074
1086
 
1075
1087
  AttachmentContent.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "Name"))
@@ -1094,6 +1106,12 @@ module Aws::SSM
1094
1106
 
1095
1107
  AttachmentsSourceValues.member = Shapes::ShapeRef.new(shape: AttachmentsSourceValue)
1096
1108
 
1109
+ AutomationDefinitionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1110
+ AutomationDefinitionNotFoundException.struct_class = Types::AutomationDefinitionNotFoundException
1111
+
1112
+ AutomationDefinitionVersionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1113
+ AutomationDefinitionVersionNotFoundException.struct_class = Types::AutomationDefinitionVersionNotFoundException
1114
+
1097
1115
  AutomationExecution.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
1098
1116
  AutomationExecution.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
1099
1117
  AutomationExecution.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
@@ -1129,6 +1147,9 @@ module Aws::SSM
1129
1147
 
1130
1148
  AutomationExecutionFilterValueList.member = Shapes::ShapeRef.new(shape: AutomationExecutionFilterValue)
1131
1149
 
1150
+ AutomationExecutionLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1151
+ AutomationExecutionLimitExceededException.struct_class = Types::AutomationExecutionLimitExceededException
1152
+
1132
1153
  AutomationExecutionMetadata.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
1133
1154
  AutomationExecutionMetadata.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
1134
1155
  AutomationExecutionMetadata.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
@@ -1155,11 +1176,17 @@ module Aws::SSM
1155
1176
 
1156
1177
  AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
1157
1178
 
1179
+ AutomationExecutionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1180
+ AutomationExecutionNotFoundException.struct_class = Types::AutomationExecutionNotFoundException
1181
+
1158
1182
  AutomationParameterMap.key = Shapes::ShapeRef.new(shape: AutomationParameterKey)
1159
1183
  AutomationParameterMap.value = Shapes::ShapeRef.new(shape: AutomationParameterValueList)
1160
1184
 
1161
1185
  AutomationParameterValueList.member = Shapes::ShapeRef.new(shape: AutomationParameterValue)
1162
1186
 
1187
+ AutomationStepNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1188
+ AutomationStepNotFoundException.struct_class = Types::AutomationStepNotFoundException
1189
+
1163
1190
  CancelCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location_name: "CommandId"))
1164
1191
  CancelCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
1165
1192
  CancelCommandRequest.struct_class = Types::CancelCommandRequest
@@ -1295,6 +1322,9 @@ module Aws::SSM
1295
1322
 
1296
1323
  ComplianceSummaryItemList.member = Shapes::ShapeRef.new(shape: ComplianceSummaryItem)
1297
1324
 
1325
+ ComplianceTypeCountLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1326
+ ComplianceTypeCountLimitExceededException.struct_class = Types::ComplianceTypeCountLimitExceededException
1327
+
1298
1328
  CompliantSummary.add_member(:compliant_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "CompliantCount"))
1299
1329
  CompliantSummary.add_member(:severity_summary, Shapes::ShapeRef.new(shape: SeveritySummary, location_name: "SeveritySummary"))
1300
1330
  CompliantSummary.struct_class = Types::CompliantSummary
@@ -1404,6 +1434,9 @@ module Aws::SSM
1404
1434
 
1405
1435
  CreateResourceDataSyncResult.struct_class = Types::CreateResourceDataSyncResult
1406
1436
 
1437
+ CustomSchemaCountLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1438
+ CustomSchemaCountLimitExceededException.struct_class = Types::CustomSchemaCountLimitExceededException
1439
+
1407
1440
  DeleteActivationRequest.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, required: true, location_name: "ActivationId"))
1408
1441
  DeleteActivationRequest.struct_class = Types::DeleteActivationRequest
1409
1442
 
@@ -1799,6 +1832,9 @@ module Aws::SSM
1799
1832
  DescribeSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1800
1833
  DescribeSessionsResponse.struct_class = Types::DescribeSessionsResponse
1801
1834
 
1835
+ DocumentAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1836
+ DocumentAlreadyExists.struct_class = Types::DocumentAlreadyExists
1837
+
1802
1838
  DocumentDefaultVersionDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
1803
1839
  DocumentDefaultVersionDescription.add_member(:default_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DefaultVersion"))
1804
1840
  DocumentDefaultVersionDescription.add_member(:default_version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "DefaultVersionName"))
@@ -1855,6 +1891,9 @@ module Aws::SSM
1855
1891
 
1856
1892
  DocumentKeyValuesFilterValues.member = Shapes::ShapeRef.new(shape: DocumentKeyValuesFilterValue)
1857
1893
 
1894
+ DocumentLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1895
+ DocumentLimitExceeded.struct_class = Types::DocumentLimitExceeded
1896
+
1858
1897
  DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
1859
1898
  DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
1860
1899
  DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
@@ -1863,6 +1902,9 @@ module Aws::SSM
1863
1902
 
1864
1903
  DocumentParameterList.member = Shapes::ShapeRef.new(shape: DocumentParameter)
1865
1904
 
1905
+ DocumentPermissionLimit.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1906
+ DocumentPermissionLimit.struct_class = Types::DocumentPermissionLimit
1907
+
1866
1908
  DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
1867
1909
  DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
1868
1910
  DocumentVersionInfo.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
@@ -1873,8 +1915,20 @@ module Aws::SSM
1873
1915
  DocumentVersionInfo.add_member(:status_information, Shapes::ShapeRef.new(shape: DocumentStatusInformation, location_name: "StatusInformation"))
1874
1916
  DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
1875
1917
 
1918
+ DocumentVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1919
+ DocumentVersionLimitExceeded.struct_class = Types::DocumentVersionLimitExceeded
1920
+
1876
1921
  DocumentVersionList.member = Shapes::ShapeRef.new(shape: DocumentVersionInfo)
1877
1922
 
1923
+ DoesNotExistException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1924
+ DoesNotExistException.struct_class = Types::DoesNotExistException
1925
+
1926
+ DuplicateDocumentContent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1927
+ DuplicateDocumentContent.struct_class = Types::DuplicateDocumentContent
1928
+
1929
+ DuplicateDocumentVersionName.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1930
+ DuplicateDocumentVersionName.struct_class = Types::DuplicateDocumentVersionName
1931
+
1878
1932
  EffectivePatch.add_member(:patch, Shapes::ShapeRef.new(shape: Patch, location_name: "Patch"))
1879
1933
  EffectivePatch.add_member(:patch_status, Shapes::ShapeRef.new(shape: PatchStatus, location_name: "PatchStatus"))
1880
1934
  EffectivePatch.struct_class = Types::EffectivePatch
@@ -1893,6 +1947,9 @@ module Aws::SSM
1893
1947
  FailureDetails.add_member(:details, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Details"))
1894
1948
  FailureDetails.struct_class = Types::FailureDetails
1895
1949
 
1950
+ FeatureNotAvailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1951
+ FeatureNotAvailableException.struct_class = Types::FeatureNotAvailableException
1952
+
1896
1953
  GetAutomationExecutionRequest.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, required: true, location_name: "AutomationExecutionId"))
1897
1954
  GetAutomationExecutionRequest.struct_class = Types::GetAutomationExecutionRequest
1898
1955
 
@@ -2146,6 +2203,18 @@ module Aws::SSM
2146
2203
  GetServiceSettingResult.add_member(:service_setting, Shapes::ShapeRef.new(shape: ServiceSetting, location_name: "ServiceSetting"))
2147
2204
  GetServiceSettingResult.struct_class = Types::GetServiceSettingResult
2148
2205
 
2206
+ HierarchyLevelLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2207
+ HierarchyLevelLimitExceededException.struct_class = Types::HierarchyLevelLimitExceededException
2208
+
2209
+ HierarchyTypeMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2210
+ HierarchyTypeMismatchException.struct_class = Types::HierarchyTypeMismatchException
2211
+
2212
+ IdempotentParameterMismatch.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2213
+ IdempotentParameterMismatch.struct_class = Types::IdempotentParameterMismatch
2214
+
2215
+ IncompatiblePolicyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2216
+ IncompatiblePolicyException.struct_class = Types::IncompatiblePolicyException
2217
+
2149
2218
  InstanceAggregatedAssociationOverview.add_member(:detailed_status, Shapes::ShapeRef.new(shape: StatusName, location_name: "DetailedStatus"))
2150
2219
  InstanceAggregatedAssociationOverview.add_member(:instance_association_status_aggregated_count, Shapes::ShapeRef.new(shape: InstanceAssociationStatusAggregatedCount, location_name: "InstanceAssociationStatusAggregatedCount"))
2151
2220
  InstanceAggregatedAssociationOverview.struct_class = Types::InstanceAggregatedAssociationOverview
@@ -2253,6 +2322,127 @@ module Aws::SSM
2253
2322
 
2254
2323
  InstancePatchStatesList.member = Shapes::ShapeRef.new(shape: InstancePatchState)
2255
2324
 
2325
+ InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2326
+ InternalServerError.struct_class = Types::InternalServerError
2327
+
2328
+ InvalidActivation.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2329
+ InvalidActivation.struct_class = Types::InvalidActivation
2330
+
2331
+ InvalidActivationId.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2332
+ InvalidActivationId.struct_class = Types::InvalidActivationId
2333
+
2334
+ InvalidAggregatorException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2335
+ InvalidAggregatorException.struct_class = Types::InvalidAggregatorException
2336
+
2337
+ InvalidAllowedPatternException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2338
+ InvalidAllowedPatternException.struct_class = Types::InvalidAllowedPatternException
2339
+
2340
+ InvalidAssociation.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2341
+ InvalidAssociation.struct_class = Types::InvalidAssociation
2342
+
2343
+ InvalidAssociationVersion.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2344
+ InvalidAssociationVersion.struct_class = Types::InvalidAssociationVersion
2345
+
2346
+ InvalidAutomationExecutionParametersException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2347
+ InvalidAutomationExecutionParametersException.struct_class = Types::InvalidAutomationExecutionParametersException
2348
+
2349
+ InvalidAutomationSignalException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2350
+ InvalidAutomationSignalException.struct_class = Types::InvalidAutomationSignalException
2351
+
2352
+ InvalidAutomationStatusUpdateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2353
+ InvalidAutomationStatusUpdateException.struct_class = Types::InvalidAutomationStatusUpdateException
2354
+
2355
+ InvalidDeleteInventoryParametersException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2356
+ InvalidDeleteInventoryParametersException.struct_class = Types::InvalidDeleteInventoryParametersException
2357
+
2358
+ InvalidDeletionIdException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2359
+ InvalidDeletionIdException.struct_class = Types::InvalidDeletionIdException
2360
+
2361
+ InvalidDocument.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2362
+ InvalidDocument.struct_class = Types::InvalidDocument
2363
+
2364
+ InvalidDocumentContent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2365
+ InvalidDocumentContent.struct_class = Types::InvalidDocumentContent
2366
+
2367
+ InvalidDocumentOperation.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2368
+ InvalidDocumentOperation.struct_class = Types::InvalidDocumentOperation
2369
+
2370
+ InvalidDocumentSchemaVersion.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2371
+ InvalidDocumentSchemaVersion.struct_class = Types::InvalidDocumentSchemaVersion
2372
+
2373
+ InvalidDocumentVersion.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2374
+ InvalidDocumentVersion.struct_class = Types::InvalidDocumentVersion
2375
+
2376
+ InvalidFilter.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2377
+ InvalidFilter.struct_class = Types::InvalidFilter
2378
+
2379
+ InvalidFilterOption.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2380
+ InvalidFilterOption.struct_class = Types::InvalidFilterOption
2381
+
2382
+ InvalidFilterValue.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2383
+ InvalidFilterValue.struct_class = Types::InvalidFilterValue
2384
+
2385
+ InvalidInstanceId.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2386
+ InvalidInstanceId.struct_class = Types::InvalidInstanceId
2387
+
2388
+ InvalidInstanceInformationFilterValue.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2389
+ InvalidInstanceInformationFilterValue.struct_class = Types::InvalidInstanceInformationFilterValue
2390
+
2391
+ InvalidInventoryGroupException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2392
+ InvalidInventoryGroupException.struct_class = Types::InvalidInventoryGroupException
2393
+
2394
+ InvalidInventoryItemContextException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2395
+ InvalidInventoryItemContextException.struct_class = Types::InvalidInventoryItemContextException
2396
+
2397
+ InvalidInventoryRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2398
+ InvalidInventoryRequestException.struct_class = Types::InvalidInventoryRequestException
2399
+
2400
+ InvalidItemContentException.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, location_name: "TypeName"))
2401
+ InvalidItemContentException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2402
+ InvalidItemContentException.struct_class = Types::InvalidItemContentException
2403
+
2404
+ InvalidKeyId.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2405
+ InvalidKeyId.struct_class = Types::InvalidKeyId
2406
+
2407
+ InvalidNextToken.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2408
+ InvalidNextToken.struct_class = Types::InvalidNextToken
2409
+
2410
+ InvalidNotificationConfig.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2411
+ InvalidNotificationConfig.struct_class = Types::InvalidNotificationConfig
2412
+
2413
+ InvalidOptionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2414
+ InvalidOptionException.struct_class = Types::InvalidOptionException
2415
+
2416
+ InvalidParameters.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2417
+ InvalidParameters.struct_class = Types::InvalidParameters
2418
+
2419
+ InvalidPermissionType.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2420
+ InvalidPermissionType.struct_class = Types::InvalidPermissionType
2421
+
2422
+ InvalidPolicyAttributeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2423
+ InvalidPolicyAttributeException.struct_class = Types::InvalidPolicyAttributeException
2424
+
2425
+ InvalidPolicyTypeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2426
+ InvalidPolicyTypeException.struct_class = Types::InvalidPolicyTypeException
2427
+
2428
+ InvalidResultAttributeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2429
+ InvalidResultAttributeException.struct_class = Types::InvalidResultAttributeException
2430
+
2431
+ InvalidRole.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2432
+ InvalidRole.struct_class = Types::InvalidRole
2433
+
2434
+ InvalidSchedule.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2435
+ InvalidSchedule.struct_class = Types::InvalidSchedule
2436
+
2437
+ InvalidTarget.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2438
+ InvalidTarget.struct_class = Types::InvalidTarget
2439
+
2440
+ InvalidTypeNameException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2441
+ InvalidTypeNameException.struct_class = Types::InvalidTypeNameException
2442
+
2443
+ InvalidUpdate.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2444
+ InvalidUpdate.struct_class = Types::InvalidUpdate
2445
+
2256
2446
  InventoryAggregator.add_member(:expression, Shapes::ShapeRef.new(shape: InventoryAggregatorExpression, location_name: "Expression"))
2257
2447
  InventoryAggregator.add_member(:aggregators, Shapes::ShapeRef.new(shape: InventoryAggregatorList, location_name: "Aggregators"))
2258
2448
  InventoryAggregator.add_member(:groups, Shapes::ShapeRef.new(shape: InventoryGroupList, location_name: "Groups"))
@@ -2346,6 +2536,14 @@ module Aws::SSM
2346
2536
  InventoryResultItemMap.key = Shapes::ShapeRef.new(shape: InventoryResultItemKey)
2347
2537
  InventoryResultItemMap.value = Shapes::ShapeRef.new(shape: InventoryResultItem)
2348
2538
 
2539
+ ItemContentMismatchException.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, location_name: "TypeName"))
2540
+ ItemContentMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2541
+ ItemContentMismatchException.struct_class = Types::ItemContentMismatchException
2542
+
2543
+ ItemSizeLimitExceededException.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, location_name: "TypeName"))
2544
+ ItemSizeLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2545
+ ItemSizeLimitExceededException.struct_class = Types::ItemSizeLimitExceededException
2546
+
2349
2547
  KeyList.member = Shapes::ShapeRef.new(shape: TagKey)
2350
2548
 
2351
2549
  LabelParameterVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
@@ -2617,6 +2815,9 @@ module Aws::SSM
2617
2815
 
2618
2816
  MaintenanceWindowsForTargetList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowIdentityForTarget)
2619
2817
 
2818
+ MaxDocumentSizeExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2819
+ MaxDocumentSizeExceeded.struct_class = Types::MaxDocumentSizeExceeded
2820
+
2620
2821
  ModifyDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
2621
2822
  ModifyDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
2622
2823
  ModifyDocumentPermissionRequest.add_member(:account_ids_to_add, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToAdd"))
@@ -2653,6 +2854,9 @@ module Aws::SSM
2653
2854
  Parameter.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
2654
2855
  Parameter.struct_class = Types::Parameter
2655
2856
 
2857
+ ParameterAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2858
+ ParameterAlreadyExists.struct_class = Types::ParameterAlreadyExists
2859
+
2656
2860
  ParameterHistory.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, location_name: "Name"))
2657
2861
  ParameterHistory.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
2658
2862
  ParameterHistory.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
@@ -2676,8 +2880,14 @@ module Aws::SSM
2676
2880
 
2677
2881
  ParameterLabelList.member = Shapes::ShapeRef.new(shape: ParameterLabel)
2678
2882
 
2883
+ ParameterLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2884
+ ParameterLimitExceeded.struct_class = Types::ParameterLimitExceeded
2885
+
2679
2886
  ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
2680
2887
 
2888
+ ParameterMaxVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2889
+ ParameterMaxVersionLimitExceeded.struct_class = Types::ParameterMaxVersionLimitExceeded
2890
+
2681
2891
  ParameterMetadata.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, location_name: "Name"))
2682
2892
  ParameterMetadata.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
2683
2893
  ParameterMetadata.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
@@ -2694,6 +2904,12 @@ module Aws::SSM
2694
2904
 
2695
2905
  ParameterNameList.member = Shapes::ShapeRef.new(shape: PSParameterName)
2696
2906
 
2907
+ ParameterNotFound.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2908
+ ParameterNotFound.struct_class = Types::ParameterNotFound
2909
+
2910
+ ParameterPatternMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2911
+ ParameterPatternMismatchException.struct_class = Types::ParameterPatternMismatchException
2912
+
2697
2913
  ParameterPolicyList.member = Shapes::ShapeRef.new(shape: ParameterInlinePolicy)
2698
2914
 
2699
2915
  ParameterStringFilter.add_member(:key, Shapes::ShapeRef.new(shape: ParameterStringFilterKey, required: true, location_name: "Key"))
@@ -2707,6 +2923,12 @@ module Aws::SSM
2707
2923
 
2708
2924
  ParameterValueList.member = Shapes::ShapeRef.new(shape: ParameterValue)
2709
2925
 
2926
+ ParameterVersionLabelLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2927
+ ParameterVersionLabelLimitExceeded.struct_class = Types::ParameterVersionLabelLimitExceeded
2928
+
2929
+ ParameterVersionNotFound.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2930
+ ParameterVersionNotFound.struct_class = Types::ParameterVersionNotFound
2931
+
2710
2932
  Parameters.key = Shapes::ShapeRef.new(shape: ParameterName)
2711
2933
  Parameters.value = Shapes::ShapeRef.new(shape: ParameterValueList)
2712
2934
 
@@ -2815,6 +3037,9 @@ module Aws::SSM
2815
3037
 
2816
3038
  PlatformTypeList.member = Shapes::ShapeRef.new(shape: PlatformType)
2817
3039
 
3040
+ PoliciesLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3041
+ PoliciesLimitExceededException.struct_class = Types::PoliciesLimitExceededException
3042
+
2818
3043
  ProgressCounters.add_member(:total_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalSteps"))
2819
3044
  ProgressCounters.add_member(:success_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "SuccessSteps"))
2820
3045
  ProgressCounters.add_member(:failed_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "FailedSteps"))
@@ -2930,6 +3155,15 @@ module Aws::SSM
2930
3155
 
2931
3156
  ResourceComplianceSummaryItemList.member = Shapes::ShapeRef.new(shape: ResourceComplianceSummaryItem)
2932
3157
 
3158
+ ResourceDataSyncAlreadyExistsException.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
3159
+ ResourceDataSyncAlreadyExistsException.struct_class = Types::ResourceDataSyncAlreadyExistsException
3160
+
3161
+ ResourceDataSyncCountExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3162
+ ResourceDataSyncCountExceededException.struct_class = Types::ResourceDataSyncCountExceededException
3163
+
3164
+ ResourceDataSyncInvalidConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3165
+ ResourceDataSyncInvalidConfigurationException.struct_class = Types::ResourceDataSyncInvalidConfigurationException
3166
+
2933
3167
  ResourceDataSyncItem.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
2934
3168
  ResourceDataSyncItem.add_member(:s3_destination, Shapes::ShapeRef.new(shape: ResourceDataSyncS3Destination, location_name: "S3Destination"))
2935
3169
  ResourceDataSyncItem.add_member(:last_sync_time, Shapes::ShapeRef.new(shape: LastResourceDataSyncTime, location_name: "LastSyncTime"))
@@ -2941,6 +3175,9 @@ module Aws::SSM
2941
3175
 
2942
3176
  ResourceDataSyncItemList.member = Shapes::ShapeRef.new(shape: ResourceDataSyncItem)
2943
3177
 
3178
+ ResourceDataSyncNotFoundException.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
3179
+ ResourceDataSyncNotFoundException.struct_class = Types::ResourceDataSyncNotFoundException
3180
+
2944
3181
  ResourceDataSyncS3Destination.add_member(:bucket_name, Shapes::ShapeRef.new(shape: ResourceDataSyncS3BucketName, required: true, location_name: "BucketName"))
2945
3182
  ResourceDataSyncS3Destination.add_member(:prefix, Shapes::ShapeRef.new(shape: ResourceDataSyncS3Prefix, location_name: "Prefix"))
2946
3183
  ResourceDataSyncS3Destination.add_member(:sync_format, Shapes::ShapeRef.new(shape: ResourceDataSyncS3Format, required: true, location_name: "SyncFormat"))
@@ -2948,6 +3185,12 @@ module Aws::SSM
2948
3185
  ResourceDataSyncS3Destination.add_member(:awskms_key_arn, Shapes::ShapeRef.new(shape: ResourceDataSyncAWSKMSKeyARN, location_name: "AWSKMSKeyARN"))
2949
3186
  ResourceDataSyncS3Destination.struct_class = Types::ResourceDataSyncS3Destination
2950
3187
 
3188
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3189
+ ResourceInUseException.struct_class = Types::ResourceInUseException
3190
+
3191
+ ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3192
+ ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
3193
+
2951
3194
  ResultAttribute.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
2952
3195
  ResultAttribute.struct_class = Types::ResultAttribute
2953
3196
 
@@ -3013,6 +3256,9 @@ module Aws::SSM
3013
3256
  ServiceSetting.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
3014
3257
  ServiceSetting.struct_class = Types::ServiceSetting
3015
3258
 
3259
+ ServiceSettingNotFound.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3260
+ ServiceSettingNotFound.struct_class = Types::ServiceSettingNotFound
3261
+
3016
3262
  Session.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
3017
3263
  Session.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, location_name: "Target"))
3018
3264
  Session.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
@@ -3122,6 +3368,9 @@ module Aws::SSM
3122
3368
 
3123
3369
  StringList.member = Shapes::ShapeRef.new(shape: String)
3124
3370
 
3371
+ SubTypeCountLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3372
+ SubTypeCountLimitExceededException.struct_class = Types::SubTypeCountLimitExceededException
3373
+
3125
3374
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
3126
3375
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
3127
3376
  Tag.struct_class = Types::Tag
@@ -3132,6 +3381,9 @@ module Aws::SSM
3132
3381
  Target.add_member(:values, Shapes::ShapeRef.new(shape: TargetValues, location_name: "Values"))
3133
3382
  Target.struct_class = Types::Target
3134
3383
 
3384
+ TargetInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3385
+ TargetInUseException.struct_class = Types::TargetInUseException
3386
+
3135
3387
  TargetLocation.add_member(:accounts, Shapes::ShapeRef.new(shape: Accounts, location_name: "Accounts"))
3136
3388
  TargetLocation.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
3137
3389
  TargetLocation.add_member(:target_location_max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "TargetLocationMaxConcurrency", metadata: {"box"=>true}))
@@ -3148,6 +3400,9 @@ module Aws::SSM
3148
3400
 
3149
3401
  TargetMaps.member = Shapes::ShapeRef.new(shape: TargetMap)
3150
3402
 
3403
+ TargetNotConnected.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3404
+ TargetNotConnected.struct_class = Types::TargetNotConnected
3405
+
3151
3406
  TargetParameterList.member = Shapes::ShapeRef.new(shape: ParameterValue)
3152
3407
 
3153
3408
  TargetValues.member = Shapes::ShapeRef.new(shape: TargetValue)
@@ -3160,6 +3415,31 @@ module Aws::SSM
3160
3415
  TerminateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
3161
3416
  TerminateSessionResponse.struct_class = Types::TerminateSessionResponse
3162
3417
 
3418
+ TooManyUpdates.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3419
+ TooManyUpdates.struct_class = Types::TooManyUpdates
3420
+
3421
+ TotalSizeLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3422
+ TotalSizeLimitExceededException.struct_class = Types::TotalSizeLimitExceededException
3423
+
3424
+ UnsupportedFeatureRequiredException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3425
+ UnsupportedFeatureRequiredException.struct_class = Types::UnsupportedFeatureRequiredException
3426
+
3427
+ UnsupportedInventoryItemContextException.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, location_name: "TypeName"))
3428
+ UnsupportedInventoryItemContextException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3429
+ UnsupportedInventoryItemContextException.struct_class = Types::UnsupportedInventoryItemContextException
3430
+
3431
+ UnsupportedInventorySchemaVersionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3432
+ UnsupportedInventorySchemaVersionException.struct_class = Types::UnsupportedInventorySchemaVersionException
3433
+
3434
+ UnsupportedOperatingSystem.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3435
+ UnsupportedOperatingSystem.struct_class = Types::UnsupportedOperatingSystem
3436
+
3437
+ UnsupportedParameterType.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
3438
+ UnsupportedParameterType.struct_class = Types::UnsupportedParameterType
3439
+
3440
+ UnsupportedPlatformType.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3441
+ UnsupportedPlatformType.struct_class = Types::UnsupportedPlatformType
3442
+
3163
3443
  UpdateAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location_name: "AssociationId"))
3164
3444
  UpdateAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
3165
3445
  UpdateAssociationRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))