aws-sdk-kms 1.59.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,6 +47,7 @@ module Aws::KMS
47
47
  CustomKeyStoreNameInUseException = Shapes::StructureShape.new(name: 'CustomKeyStoreNameInUseException')
48
48
  CustomKeyStoreNameType = Shapes::StringShape.new(name: 'CustomKeyStoreNameType')
49
49
  CustomKeyStoreNotFoundException = Shapes::StructureShape.new(name: 'CustomKeyStoreNotFoundException')
50
+ CustomKeyStoreType = Shapes::StringShape.new(name: 'CustomKeyStoreType')
50
51
  CustomKeyStoresList = Shapes::ListShape.new(name: 'CustomKeyStoresList')
51
52
  CustomKeyStoresListEntry = Shapes::StructureShape.new(name: 'CustomKeyStoresListEntry')
52
53
  CustomerMasterKeySpec = Shapes::StringShape.new(name: 'CustomerMasterKeySpec')
@@ -205,6 +206,28 @@ module Aws::KMS
205
206
  VerifyRequest = Shapes::StructureShape.new(name: 'VerifyRequest')
206
207
  VerifyResponse = Shapes::StructureShape.new(name: 'VerifyResponse')
207
208
  WrappingKeySpec = Shapes::StringShape.new(name: 'WrappingKeySpec')
209
+ XksKeyAlreadyInUseException = Shapes::StructureShape.new(name: 'XksKeyAlreadyInUseException')
210
+ XksKeyConfigurationType = Shapes::StructureShape.new(name: 'XksKeyConfigurationType')
211
+ XksKeyIdType = Shapes::StringShape.new(name: 'XksKeyIdType')
212
+ XksKeyInvalidConfigurationException = Shapes::StructureShape.new(name: 'XksKeyInvalidConfigurationException')
213
+ XksKeyNotFoundException = Shapes::StructureShape.new(name: 'XksKeyNotFoundException')
214
+ XksProxyAuthenticationAccessKeyIdType = Shapes::StringShape.new(name: 'XksProxyAuthenticationAccessKeyIdType')
215
+ XksProxyAuthenticationCredentialType = Shapes::StructureShape.new(name: 'XksProxyAuthenticationCredentialType')
216
+ XksProxyAuthenticationRawSecretAccessKeyType = Shapes::StringShape.new(name: 'XksProxyAuthenticationRawSecretAccessKeyType')
217
+ XksProxyConfigurationType = Shapes::StructureShape.new(name: 'XksProxyConfigurationType')
218
+ XksProxyConnectivityType = Shapes::StringShape.new(name: 'XksProxyConnectivityType')
219
+ XksProxyIncorrectAuthenticationCredentialException = Shapes::StructureShape.new(name: 'XksProxyIncorrectAuthenticationCredentialException')
220
+ XksProxyInvalidConfigurationException = Shapes::StructureShape.new(name: 'XksProxyInvalidConfigurationException')
221
+ XksProxyInvalidResponseException = Shapes::StructureShape.new(name: 'XksProxyInvalidResponseException')
222
+ XksProxyUriEndpointInUseException = Shapes::StructureShape.new(name: 'XksProxyUriEndpointInUseException')
223
+ XksProxyUriEndpointType = Shapes::StringShape.new(name: 'XksProxyUriEndpointType')
224
+ XksProxyUriInUseException = Shapes::StructureShape.new(name: 'XksProxyUriInUseException')
225
+ XksProxyUriPathType = Shapes::StringShape.new(name: 'XksProxyUriPathType')
226
+ XksProxyUriUnreachableException = Shapes::StructureShape.new(name: 'XksProxyUriUnreachableException')
227
+ XksProxyVpcEndpointServiceInUseException = Shapes::StructureShape.new(name: 'XksProxyVpcEndpointServiceInUseException')
228
+ XksProxyVpcEndpointServiceInvalidConfigurationException = Shapes::StructureShape.new(name: 'XksProxyVpcEndpointServiceInvalidConfigurationException')
229
+ XksProxyVpcEndpointServiceNameType = Shapes::StringShape.new(name: 'XksProxyVpcEndpointServiceNameType')
230
+ XksProxyVpcEndpointServiceNotFoundException = Shapes::StructureShape.new(name: 'XksProxyVpcEndpointServiceNotFoundException')
208
231
 
209
232
  AliasList.member = Shapes::ShapeRef.new(shape: AliasListEntry)
210
233
 
@@ -252,6 +275,12 @@ module Aws::KMS
252
275
  CreateCustomKeyStoreRequest.add_member(:cloud_hsm_cluster_id, Shapes::ShapeRef.new(shape: CloudHsmClusterIdType, location_name: "CloudHsmClusterId"))
253
276
  CreateCustomKeyStoreRequest.add_member(:trust_anchor_certificate, Shapes::ShapeRef.new(shape: TrustAnchorCertificateType, location_name: "TrustAnchorCertificate"))
254
277
  CreateCustomKeyStoreRequest.add_member(:key_store_password, Shapes::ShapeRef.new(shape: KeyStorePasswordType, location_name: "KeyStorePassword"))
278
+ CreateCustomKeyStoreRequest.add_member(:custom_key_store_type, Shapes::ShapeRef.new(shape: CustomKeyStoreType, location_name: "CustomKeyStoreType"))
279
+ CreateCustomKeyStoreRequest.add_member(:xks_proxy_uri_endpoint, Shapes::ShapeRef.new(shape: XksProxyUriEndpointType, location_name: "XksProxyUriEndpoint"))
280
+ CreateCustomKeyStoreRequest.add_member(:xks_proxy_uri_path, Shapes::ShapeRef.new(shape: XksProxyUriPathType, location_name: "XksProxyUriPath"))
281
+ CreateCustomKeyStoreRequest.add_member(:xks_proxy_vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceNameType, location_name: "XksProxyVpcEndpointServiceName"))
282
+ CreateCustomKeyStoreRequest.add_member(:xks_proxy_authentication_credential, Shapes::ShapeRef.new(shape: XksProxyAuthenticationCredentialType, location_name: "XksProxyAuthenticationCredential"))
283
+ CreateCustomKeyStoreRequest.add_member(:xks_proxy_connectivity, Shapes::ShapeRef.new(shape: XksProxyConnectivityType, location_name: "XksProxyConnectivity"))
255
284
  CreateCustomKeyStoreRequest.struct_class = Types::CreateCustomKeyStoreRequest
256
285
 
257
286
  CreateCustomKeyStoreResponse.add_member(:custom_key_store_id, Shapes::ShapeRef.new(shape: CustomKeyStoreIdType, location_name: "CustomKeyStoreId"))
@@ -280,6 +309,7 @@ module Aws::KMS
280
309
  CreateKeyRequest.add_member(:bypass_policy_lockout_safety_check, Shapes::ShapeRef.new(shape: BooleanType, location_name: "BypassPolicyLockoutSafetyCheck"))
281
310
  CreateKeyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
282
311
  CreateKeyRequest.add_member(:multi_region, Shapes::ShapeRef.new(shape: NullableBooleanType, location_name: "MultiRegion"))
312
+ CreateKeyRequest.add_member(:xks_key_id, Shapes::ShapeRef.new(shape: XksKeyIdType, location_name: "XksKeyId"))
283
313
  CreateKeyRequest.struct_class = Types::CreateKeyRequest
284
314
 
285
315
  CreateKeyResponse.add_member(:key_metadata, Shapes::ShapeRef.new(shape: KeyMetadata, location_name: "KeyMetadata"))
@@ -306,6 +336,8 @@ module Aws::KMS
306
336
  CustomKeyStoresListEntry.add_member(:connection_state, Shapes::ShapeRef.new(shape: ConnectionStateType, location_name: "ConnectionState"))
307
337
  CustomKeyStoresListEntry.add_member(:connection_error_code, Shapes::ShapeRef.new(shape: ConnectionErrorCodeType, location_name: "ConnectionErrorCode"))
308
338
  CustomKeyStoresListEntry.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
339
+ CustomKeyStoresListEntry.add_member(:custom_key_store_type, Shapes::ShapeRef.new(shape: CustomKeyStoreType, location_name: "CustomKeyStoreType"))
340
+ CustomKeyStoresListEntry.add_member(:xks_proxy_configuration, Shapes::ShapeRef.new(shape: XksProxyConfigurationType, location_name: "XksProxyConfiguration"))
309
341
  CustomKeyStoresListEntry.struct_class = Types::CustomKeyStoresListEntry
310
342
 
311
343
  DecryptRequest.add_member(:ciphertext_blob, Shapes::ShapeRef.new(shape: CiphertextType, required: true, location_name: "CiphertextBlob"))
@@ -599,6 +631,7 @@ module Aws::KMS
599
631
  KeyMetadata.add_member(:multi_region_configuration, Shapes::ShapeRef.new(shape: MultiRegionConfiguration, location_name: "MultiRegionConfiguration"))
600
632
  KeyMetadata.add_member(:pending_deletion_window_in_days, Shapes::ShapeRef.new(shape: PendingWindowInDaysType, location_name: "PendingDeletionWindowInDays"))
601
633
  KeyMetadata.add_member(:mac_algorithms, Shapes::ShapeRef.new(shape: MacAlgorithmSpecList, location_name: "MacAlgorithms"))
634
+ KeyMetadata.add_member(:xks_key_configuration, Shapes::ShapeRef.new(shape: XksKeyConfigurationType, location_name: "XksKeyConfiguration"))
602
635
  KeyMetadata.struct_class = Types::KeyMetadata
603
636
 
604
637
  KeyUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
@@ -783,6 +816,11 @@ module Aws::KMS
783
816
  UpdateCustomKeyStoreRequest.add_member(:new_custom_key_store_name, Shapes::ShapeRef.new(shape: CustomKeyStoreNameType, location_name: "NewCustomKeyStoreName"))
784
817
  UpdateCustomKeyStoreRequest.add_member(:key_store_password, Shapes::ShapeRef.new(shape: KeyStorePasswordType, location_name: "KeyStorePassword"))
785
818
  UpdateCustomKeyStoreRequest.add_member(:cloud_hsm_cluster_id, Shapes::ShapeRef.new(shape: CloudHsmClusterIdType, location_name: "CloudHsmClusterId"))
819
+ UpdateCustomKeyStoreRequest.add_member(:xks_proxy_uri_endpoint, Shapes::ShapeRef.new(shape: XksProxyUriEndpointType, location_name: "XksProxyUriEndpoint"))
820
+ UpdateCustomKeyStoreRequest.add_member(:xks_proxy_uri_path, Shapes::ShapeRef.new(shape: XksProxyUriPathType, location_name: "XksProxyUriPath"))
821
+ UpdateCustomKeyStoreRequest.add_member(:xks_proxy_vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceNameType, location_name: "XksProxyVpcEndpointServiceName"))
822
+ UpdateCustomKeyStoreRequest.add_member(:xks_proxy_authentication_credential, Shapes::ShapeRef.new(shape: XksProxyAuthenticationCredentialType, location_name: "XksProxyAuthenticationCredential"))
823
+ UpdateCustomKeyStoreRequest.add_member(:xks_proxy_connectivity, Shapes::ShapeRef.new(shape: XksProxyConnectivityType, location_name: "XksProxyConnectivity"))
786
824
  UpdateCustomKeyStoreRequest.struct_class = Types::UpdateCustomKeyStoreRequest
787
825
 
788
826
  UpdateCustomKeyStoreResponse.struct_class = Types::UpdateCustomKeyStoreResponse
@@ -820,6 +858,56 @@ module Aws::KMS
820
858
  VerifyResponse.add_member(:signing_algorithm, Shapes::ShapeRef.new(shape: SigningAlgorithmSpec, location_name: "SigningAlgorithm"))
821
859
  VerifyResponse.struct_class = Types::VerifyResponse
822
860
 
861
+ XksKeyAlreadyInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
862
+ XksKeyAlreadyInUseException.struct_class = Types::XksKeyAlreadyInUseException
863
+
864
+ XksKeyConfigurationType.add_member(:id, Shapes::ShapeRef.new(shape: XksKeyIdType, location_name: "Id"))
865
+ XksKeyConfigurationType.struct_class = Types::XksKeyConfigurationType
866
+
867
+ XksKeyInvalidConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
868
+ XksKeyInvalidConfigurationException.struct_class = Types::XksKeyInvalidConfigurationException
869
+
870
+ XksKeyNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
871
+ XksKeyNotFoundException.struct_class = Types::XksKeyNotFoundException
872
+
873
+ XksProxyAuthenticationCredentialType.add_member(:access_key_id, Shapes::ShapeRef.new(shape: XksProxyAuthenticationAccessKeyIdType, required: true, location_name: "AccessKeyId"))
874
+ XksProxyAuthenticationCredentialType.add_member(:raw_secret_access_key, Shapes::ShapeRef.new(shape: XksProxyAuthenticationRawSecretAccessKeyType, required: true, location_name: "RawSecretAccessKey"))
875
+ XksProxyAuthenticationCredentialType.struct_class = Types::XksProxyAuthenticationCredentialType
876
+
877
+ XksProxyConfigurationType.add_member(:connectivity, Shapes::ShapeRef.new(shape: XksProxyConnectivityType, location_name: "Connectivity"))
878
+ XksProxyConfigurationType.add_member(:access_key_id, Shapes::ShapeRef.new(shape: XksProxyAuthenticationAccessKeyIdType, location_name: "AccessKeyId"))
879
+ XksProxyConfigurationType.add_member(:uri_endpoint, Shapes::ShapeRef.new(shape: XksProxyUriEndpointType, location_name: "UriEndpoint"))
880
+ XksProxyConfigurationType.add_member(:uri_path, Shapes::ShapeRef.new(shape: XksProxyUriPathType, location_name: "UriPath"))
881
+ XksProxyConfigurationType.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceNameType, location_name: "VpcEndpointServiceName"))
882
+ XksProxyConfigurationType.struct_class = Types::XksProxyConfigurationType
883
+
884
+ XksProxyIncorrectAuthenticationCredentialException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
885
+ XksProxyIncorrectAuthenticationCredentialException.struct_class = Types::XksProxyIncorrectAuthenticationCredentialException
886
+
887
+ XksProxyInvalidConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
888
+ XksProxyInvalidConfigurationException.struct_class = Types::XksProxyInvalidConfigurationException
889
+
890
+ XksProxyInvalidResponseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
891
+ XksProxyInvalidResponseException.struct_class = Types::XksProxyInvalidResponseException
892
+
893
+ XksProxyUriEndpointInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
894
+ XksProxyUriEndpointInUseException.struct_class = Types::XksProxyUriEndpointInUseException
895
+
896
+ XksProxyUriInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
897
+ XksProxyUriInUseException.struct_class = Types::XksProxyUriInUseException
898
+
899
+ XksProxyUriUnreachableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
900
+ XksProxyUriUnreachableException.struct_class = Types::XksProxyUriUnreachableException
901
+
902
+ XksProxyVpcEndpointServiceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
903
+ XksProxyVpcEndpointServiceInUseException.struct_class = Types::XksProxyVpcEndpointServiceInUseException
904
+
905
+ XksProxyVpcEndpointServiceInvalidConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
906
+ XksProxyVpcEndpointServiceInvalidConfigurationException.struct_class = Types::XksProxyVpcEndpointServiceInvalidConfigurationException
907
+
908
+ XksProxyVpcEndpointServiceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageType, location_name: "message"))
909
+ XksProxyVpcEndpointServiceNotFoundException.struct_class = Types::XksProxyVpcEndpointServiceNotFoundException
910
+
823
911
 
824
912
  # @api private
825
913
  API = Seahorse::Model::Api.new.tap do |api|
@@ -893,6 +981,16 @@ module Aws::KMS
893
981
  o.errors << Shapes::ShapeRef.new(shape: CloudHsmClusterNotActiveException)
894
982
  o.errors << Shapes::ShapeRef.new(shape: IncorrectTrustAnchorException)
895
983
  o.errors << Shapes::ShapeRef.new(shape: CloudHsmClusterInvalidConfigurationException)
984
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
985
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriInUseException)
986
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriEndpointInUseException)
987
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriUnreachableException)
988
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyIncorrectAuthenticationCredentialException)
989
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceInUseException)
990
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceNotFoundException)
991
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceInvalidConfigurationException)
992
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyInvalidResponseException)
993
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyInvalidConfigurationException)
896
994
  end)
897
995
 
898
996
  api.add_operation(:create_grant, Seahorse::Model::Operation.new.tap do |o|
@@ -927,6 +1025,9 @@ module Aws::KMS
927
1025
  o.errors << Shapes::ShapeRef.new(shape: CustomKeyStoreNotFoundException)
928
1026
  o.errors << Shapes::ShapeRef.new(shape: CustomKeyStoreInvalidStateException)
929
1027
  o.errors << Shapes::ShapeRef.new(shape: CloudHsmClusterInvalidConfigurationException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: XksKeyInvalidConfigurationException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: XksKeyAlreadyInUseException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: XksKeyNotFoundException)
930
1031
  end)
931
1032
 
932
1033
  api.add_operation(:decrypt, Seahorse::Model::Operation.new.tap do |o|
@@ -995,7 +1096,6 @@ module Aws::KMS
995
1096
  o.errors << Shapes::ShapeRef.new(shape: InvalidMarkerException)
996
1097
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
997
1098
  o[:pager] = Aws::Pager.new(
998
- more_results: "truncated",
999
1099
  limit_key: "limit",
1000
1100
  tokens: {
1001
1101
  "next_marker" => "marker"
@@ -1188,6 +1288,7 @@ module Aws::KMS
1188
1288
  o.output = Shapes::ShapeRef.new(shape: GenerateRandomResponse)
1189
1289
  o.errors << Shapes::ShapeRef.new(shape: DependencyTimeoutException)
1190
1290
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1191
1292
  o.errors << Shapes::ShapeRef.new(shape: CustomKeyStoreNotFoundException)
1192
1293
  o.errors << Shapes::ShapeRef.new(shape: CustomKeyStoreInvalidStateException)
1193
1294
  end)
@@ -1281,7 +1382,6 @@ module Aws::KMS
1281
1382
  o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1282
1383
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1283
1384
  o[:pager] = Aws::Pager.new(
1284
- more_results: "truncated",
1285
1385
  limit_key: "limit",
1286
1386
  tokens: {
1287
1387
  "next_marker" => "marker"
@@ -1303,7 +1403,6 @@ module Aws::KMS
1303
1403
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1304
1404
  o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateException)
1305
1405
  o[:pager] = Aws::Pager.new(
1306
- more_results: "truncated",
1307
1406
  limit_key: "limit",
1308
1407
  tokens: {
1309
1408
  "next_marker" => "marker"
@@ -1323,7 +1422,6 @@ module Aws::KMS
1323
1422
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1324
1423
  o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateException)
1325
1424
  o[:pager] = Aws::Pager.new(
1326
- more_results: "truncated",
1327
1425
  limit_key: "limit",
1328
1426
  tokens: {
1329
1427
  "next_marker" => "marker"
@@ -1341,7 +1439,6 @@ module Aws::KMS
1341
1439
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1342
1440
  o.errors << Shapes::ShapeRef.new(shape: InvalidMarkerException)
1343
1441
  o[:pager] = Aws::Pager.new(
1344
- more_results: "truncated",
1345
1442
  limit_key: "limit",
1346
1443
  tokens: {
1347
1444
  "next_marker" => "marker"
@@ -1360,7 +1457,6 @@ module Aws::KMS
1360
1457
  o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1361
1458
  o.errors << Shapes::ShapeRef.new(shape: InvalidMarkerException)
1362
1459
  o[:pager] = Aws::Pager.new(
1363
- more_results: "truncated",
1364
1460
  limit_key: "limit",
1365
1461
  tokens: {
1366
1462
  "next_marker" => "marker"
@@ -1380,7 +1476,6 @@ module Aws::KMS
1380
1476
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1381
1477
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1382
1478
  o[:pager] = Aws::Pager.new(
1383
- more_results: "truncated",
1384
1479
  limit_key: "limit",
1385
1480
  tokens: {
1386
1481
  "next_marker" => "marker"
@@ -1552,6 +1647,15 @@ module Aws::KMS
1552
1647
  o.errors << Shapes::ShapeRef.new(shape: KMSInternalException)
1553
1648
  o.errors << Shapes::ShapeRef.new(shape: CloudHsmClusterNotActiveException)
1554
1649
  o.errors << Shapes::ShapeRef.new(shape: CloudHsmClusterInvalidConfigurationException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriInUseException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriEndpointInUseException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyUriUnreachableException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyIncorrectAuthenticationCredentialException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceInUseException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceNotFoundException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyVpcEndpointServiceInvalidConfigurationException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyInvalidResponseException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: XksProxyInvalidConfigurationException)
1555
1659
  end)
1556
1660
 
1557
1661
  api.add_operation(:update_key_description, Seahorse::Model::Operation.new.tap do |o|
@@ -50,6 +50,9 @@ module Aws::KMS
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,82 +29,82 @@ module Aws::KMS
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL2ttcy1maXBzLntSZWdpb259LntQYXJ0aXRp
77
- b25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9
78
- LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRp
79
- b25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVuYWJs
80
- ZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9uZSBv
81
- ciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZu
82
- IjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0
83
- cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
84
- eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0
85
- QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBw
86
- b3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
87
- dGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
88
- IjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9rbXMtZmlwcy57UmVn
89
- aW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
90
- Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0seyJj
91
- b25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVuYWJsZWQgYnV0IHRo
92
- aXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQUyIsInR5cGUiOiJl
93
- cnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
94
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0eXBl
95
- IjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
96
- YW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3Yi
97
- Olt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFj
98
- ayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
99
- W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8va21zLntSZWdpb259LntQ
100
- YXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRp
101
- ZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJj
102
- b25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBi
103
- dXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2si
104
- LCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50
105
- Ijp7InVybCI6Imh0dHBzOi8va21zLntSZWdpb259LntQYXJ0aXRpb25SZXN1
106
- bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0s
107
- InR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfSx7ImZuIjoicGFy
54
+ c2VVUkwiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XSwiYXNzaWduIjoi
55
+ dXJsIn1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
56
+ eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
57
+ In0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZpZ3VyYXRpb246IEZJ
58
+ UFMgYW5kIGN1c3RvbSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5
59
+ cGUiOiJlcnJvciJ9LHsiY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
60
+ cnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
61
+ ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sImVycm9y
62
+ IjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBEdWFsc3RhY2sgYW5kIGN1c3Rv
63
+ bSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5cGUiOiJlcnJvciJ9
64
+ LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6eyJyZWYiOiJF
65
+ bmRwb2ludCJ9LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
66
+ IjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
67
+ YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsi
68
+ Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0
69
+ YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
70
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
71
+ biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
72
+ fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
73
+ cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
74
+ cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
75
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
76
+ Ijp7InVybCI6Imh0dHBzOi8va21zLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlv
77
+ blJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30s
78
+ ImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlv
79
+ bnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5hYmxl
80
+ ZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25lIG9y
81
+ IGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4i
82
+ OiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRy
83
+ dWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7
84
+ ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRB
85
+ dHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBv
86
+ cnRzRklQUyJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
87
+ aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMi
88
+ OltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2ttcy1maXBzLntSZWdp
89
+ b259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMi
90
+ Ont9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfSx7ImNv
91
+ bmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxlZCBidXQgdGhp
92
+ cyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwidHlwZSI6ImVy
93
+ cm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
94
+ ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sInR5cGUi
95
+ OiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVh
96
+ bkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6
97
+ W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRHVhbFN0YWNr
98
+ Il19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
99
+ XSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9rbXMue1JlZ2lvbn0ue1Bh
100
+ cnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGll
101
+ cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNv
102
+ bmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBpcyBlbmFibGVkIGJ1
103
+ dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IER1YWxTdGFjayIs
104
+ InR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQi
105
+ OnsidXJsIjoiaHR0cHM6Ly9rbXMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3Vs
106
+ dCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwi
107
+ dHlwZSI6ImVuZHBvaW50In1dfV19
108
108
 
109
109
  JSON
110
110
  end
@@ -61,6 +61,18 @@ module Aws::KMS
61
61
  # * {NotFoundException}
62
62
  # * {TagException}
63
63
  # * {UnsupportedOperationException}
64
+ # * {XksKeyAlreadyInUseException}
65
+ # * {XksKeyInvalidConfigurationException}
66
+ # * {XksKeyNotFoundException}
67
+ # * {XksProxyIncorrectAuthenticationCredentialException}
68
+ # * {XksProxyInvalidConfigurationException}
69
+ # * {XksProxyInvalidResponseException}
70
+ # * {XksProxyUriEndpointInUseException}
71
+ # * {XksProxyUriInUseException}
72
+ # * {XksProxyUriUnreachableException}
73
+ # * {XksProxyVpcEndpointServiceInUseException}
74
+ # * {XksProxyVpcEndpointServiceInvalidConfigurationException}
75
+ # * {XksProxyVpcEndpointServiceNotFoundException}
64
76
  #
65
77
  # Additionally, error classes are dynamically generated for service errors based on the error code
66
78
  # if they are not defined above.
@@ -578,5 +590,185 @@ module Aws::KMS
578
590
  end
579
591
  end
580
592
 
593
+ class XksKeyAlreadyInUseException < ServiceError
594
+
595
+ # @param [Seahorse::Client::RequestContext] context
596
+ # @param [String] message
597
+ # @param [Aws::KMS::Types::XksKeyAlreadyInUseException] data
598
+ def initialize(context, message, data = Aws::EmptyStructure.new)
599
+ super(context, message, data)
600
+ end
601
+
602
+ # @return [String]
603
+ def message
604
+ @message || @data[:message]
605
+ end
606
+ end
607
+
608
+ class XksKeyInvalidConfigurationException < ServiceError
609
+
610
+ # @param [Seahorse::Client::RequestContext] context
611
+ # @param [String] message
612
+ # @param [Aws::KMS::Types::XksKeyInvalidConfigurationException] data
613
+ def initialize(context, message, data = Aws::EmptyStructure.new)
614
+ super(context, message, data)
615
+ end
616
+
617
+ # @return [String]
618
+ def message
619
+ @message || @data[:message]
620
+ end
621
+ end
622
+
623
+ class XksKeyNotFoundException < ServiceError
624
+
625
+ # @param [Seahorse::Client::RequestContext] context
626
+ # @param [String] message
627
+ # @param [Aws::KMS::Types::XksKeyNotFoundException] data
628
+ def initialize(context, message, data = Aws::EmptyStructure.new)
629
+ super(context, message, data)
630
+ end
631
+
632
+ # @return [String]
633
+ def message
634
+ @message || @data[:message]
635
+ end
636
+ end
637
+
638
+ class XksProxyIncorrectAuthenticationCredentialException < ServiceError
639
+
640
+ # @param [Seahorse::Client::RequestContext] context
641
+ # @param [String] message
642
+ # @param [Aws::KMS::Types::XksProxyIncorrectAuthenticationCredentialException] data
643
+ def initialize(context, message, data = Aws::EmptyStructure.new)
644
+ super(context, message, data)
645
+ end
646
+
647
+ # @return [String]
648
+ def message
649
+ @message || @data[:message]
650
+ end
651
+ end
652
+
653
+ class XksProxyInvalidConfigurationException < ServiceError
654
+
655
+ # @param [Seahorse::Client::RequestContext] context
656
+ # @param [String] message
657
+ # @param [Aws::KMS::Types::XksProxyInvalidConfigurationException] data
658
+ def initialize(context, message, data = Aws::EmptyStructure.new)
659
+ super(context, message, data)
660
+ end
661
+
662
+ # @return [String]
663
+ def message
664
+ @message || @data[:message]
665
+ end
666
+ end
667
+
668
+ class XksProxyInvalidResponseException < ServiceError
669
+
670
+ # @param [Seahorse::Client::RequestContext] context
671
+ # @param [String] message
672
+ # @param [Aws::KMS::Types::XksProxyInvalidResponseException] data
673
+ def initialize(context, message, data = Aws::EmptyStructure.new)
674
+ super(context, message, data)
675
+ end
676
+
677
+ # @return [String]
678
+ def message
679
+ @message || @data[:message]
680
+ end
681
+ end
682
+
683
+ class XksProxyUriEndpointInUseException < ServiceError
684
+
685
+ # @param [Seahorse::Client::RequestContext] context
686
+ # @param [String] message
687
+ # @param [Aws::KMS::Types::XksProxyUriEndpointInUseException] data
688
+ def initialize(context, message, data = Aws::EmptyStructure.new)
689
+ super(context, message, data)
690
+ end
691
+
692
+ # @return [String]
693
+ def message
694
+ @message || @data[:message]
695
+ end
696
+ end
697
+
698
+ class XksProxyUriInUseException < ServiceError
699
+
700
+ # @param [Seahorse::Client::RequestContext] context
701
+ # @param [String] message
702
+ # @param [Aws::KMS::Types::XksProxyUriInUseException] data
703
+ def initialize(context, message, data = Aws::EmptyStructure.new)
704
+ super(context, message, data)
705
+ end
706
+
707
+ # @return [String]
708
+ def message
709
+ @message || @data[:message]
710
+ end
711
+ end
712
+
713
+ class XksProxyUriUnreachableException < ServiceError
714
+
715
+ # @param [Seahorse::Client::RequestContext] context
716
+ # @param [String] message
717
+ # @param [Aws::KMS::Types::XksProxyUriUnreachableException] data
718
+ def initialize(context, message, data = Aws::EmptyStructure.new)
719
+ super(context, message, data)
720
+ end
721
+
722
+ # @return [String]
723
+ def message
724
+ @message || @data[:message]
725
+ end
726
+ end
727
+
728
+ class XksProxyVpcEndpointServiceInUseException < ServiceError
729
+
730
+ # @param [Seahorse::Client::RequestContext] context
731
+ # @param [String] message
732
+ # @param [Aws::KMS::Types::XksProxyVpcEndpointServiceInUseException] data
733
+ def initialize(context, message, data = Aws::EmptyStructure.new)
734
+ super(context, message, data)
735
+ end
736
+
737
+ # @return [String]
738
+ def message
739
+ @message || @data[:message]
740
+ end
741
+ end
742
+
743
+ class XksProxyVpcEndpointServiceInvalidConfigurationException < ServiceError
744
+
745
+ # @param [Seahorse::Client::RequestContext] context
746
+ # @param [String] message
747
+ # @param [Aws::KMS::Types::XksProxyVpcEndpointServiceInvalidConfigurationException] data
748
+ def initialize(context, message, data = Aws::EmptyStructure.new)
749
+ super(context, message, data)
750
+ end
751
+
752
+ # @return [String]
753
+ def message
754
+ @message || @data[:message]
755
+ end
756
+ end
757
+
758
+ class XksProxyVpcEndpointServiceNotFoundException < ServiceError
759
+
760
+ # @param [Seahorse::Client::RequestContext] context
761
+ # @param [String] message
762
+ # @param [Aws::KMS::Types::XksProxyVpcEndpointServiceNotFoundException] data
763
+ def initialize(context, message, data = Aws::EmptyStructure.new)
764
+ super(context, message, data)
765
+ end
766
+
767
+ # @return [String]
768
+ def message
769
+ @message || @data[:message]
770
+ end
771
+ end
772
+
581
773
  end
582
774
  end