aws-sdk-kms 1.75.0 → 1.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d84c8e3c955b97f0e753cdfa201c38efe9eeef2576c228f92c5241698573988e
4
- data.tar.gz: ab307b585f33f04d98a047f8902930855a0fe9c9122acc85d6c55f0d0ff6850d
3
+ metadata.gz: e837dd8d4b5ad149b08472dbca0202f5b7842bd3f72928e5b76545c0cecd3147
4
+ data.tar.gz: d098c788bf5dab662a6ed3a37f51c09f3df740fa5eec7f25dd28e35e4ea04723
5
5
  SHA512:
6
- metadata.gz: dd1b236a26f5b67b2fb45cac76e5f706613d63878101bc8657b24aba7c1a135adb065a8982f4496623dbabd002fac5e77224094a377e821158e467e496d3394e
7
- data.tar.gz: a21a659194586dd42b54781f15e02d033d1942b541e979404c425beb7a4438127155fb8833c1e7b0fb63cf15c9cb60b797877815810d6e50fd2002f1765a5e42
6
+ metadata.gz: e0b5b5bec8054750765c43ff2b2cea22c6ca8e142abf031da9d0d47e468bab0de5d4b15df89ea49c83407449556cbec43907833f74058a8e45c643d970bcae5e
7
+ data.tar.gz: de22ffff9997e158b14d0a9cc68c339bb8247480feb9b0f24a1f8709771548e784ddbf34fff6755741f9e83e113f48e4f5d8a08e392bf0685fe846ef09161e21
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.76.0 (2024-01-05)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for AWS Key Management Service (KMS).
13
+
4
14
  1.75.0 (2023-12-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.77.0
@@ -952,7 +952,7 @@ module Aws::KMS
952
952
  #
953
953
  # * An external key store with `PUBLIC_ENDPOINT` connectivity cannot use
954
954
  # the same `XksProxyUriEndpoint` value as an external key store with
955
- # `VPC_ENDPOINT_SERVICE` connectivity in the same Amazon Web Services
955
+ # `VPC_ENDPOINT_SERVICE` connectivity in this Amazon Web Services
956
956
  # Region.
957
957
  #
958
958
  # * Each external key store with `VPC_ENDPOINT_SERVICE` connectivity
@@ -10103,7 +10103,7 @@ module Aws::KMS
10103
10103
  params: params,
10104
10104
  config: config)
10105
10105
  context[:gem_name] = 'aws-sdk-kms'
10106
- context[:gem_version] = '1.75.0'
10106
+ context[:gem_version] = '1.77.0'
10107
10107
  Seahorse::Client::Request.new(handlers, context)
10108
10108
  end
10109
10109
 
@@ -14,6 +14,7 @@ module Aws::KMS
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::KMS::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -418,7 +418,7 @@ module Aws::KMS
418
418
  #
419
419
  # * An external key store with `PUBLIC_ENDPOINT` connectivity cannot
420
420
  # use the same `XksProxyUriEndpoint` value as an external key store
421
- # with `VPC_ENDPOINT_SERVICE` connectivity in the same Amazon Web
421
+ # with `VPC_ENDPOINT_SERVICE` connectivity in this Amazon Web
422
422
  # Services Region.
423
423
  #
424
424
  # * Each external key store with `VPC_ENDPOINT_SERVICE` connectivity
@@ -6246,9 +6246,9 @@ module Aws::KMS
6246
6246
  end
6247
6247
 
6248
6248
  # The request was rejected because the (`XksKeyId`) is already
6249
- # associated with a KMS key in this external key store. Each KMS key in
6250
- # an external key store must be associated with a different external
6251
- # key.
6249
+ # associated with another KMS key in this external key store. Each KMS
6250
+ # key in an external key store must be associated with a different
6251
+ # external key.
6252
6252
  #
6253
6253
  # @!attribute [rw] message
6254
6254
  # @return [String]
@@ -6427,9 +6427,9 @@ module Aws::KMS
6427
6427
  include Aws::Structure
6428
6428
  end
6429
6429
 
6430
- # The request was rejected because the Amazon VPC endpoint service
6431
- # configuration does not fulfill the requirements for an external key
6432
- # store proxy. For details, see the exception message.
6430
+ # The request was rejected because the external key store proxy is not
6431
+ # configured correctly. To identify the cause, see the error message
6432
+ # that accompanies the exception.
6433
6433
  #
6434
6434
  # @!attribute [rw] message
6435
6435
  # @return [String]
@@ -6458,11 +6458,10 @@ module Aws::KMS
6458
6458
  include Aws::Structure
6459
6459
  end
6460
6460
 
6461
- # The request was rejected because the concatenation of the
6462
- # `XksProxyUriEndpoint` is already associated with an external key store
6463
- # in the Amazon Web Services account and Region. Each external key store
6464
- # in an account and Region must use a unique external key store proxy
6465
- # address.
6461
+ # The request was rejected because the `XksProxyUriEndpoint` is already
6462
+ # associated with another external key store in this Amazon Web Services
6463
+ # Region. To identify the cause, see the error message that accompanies
6464
+ # the exception.
6466
6465
  #
6467
6466
  # @!attribute [rw] message
6468
6467
  # @return [String]
@@ -6477,9 +6476,9 @@ module Aws::KMS
6477
6476
 
6478
6477
  # The request was rejected because the concatenation of the
6479
6478
  # `XksProxyUriEndpoint` and `XksProxyUriPath` is already associated with
6480
- # an external key store in the Amazon Web Services account and Region.
6481
- # Each external key store in an account and Region must use a unique
6482
- # external key store proxy API address.
6479
+ # another external key store in this Amazon Web Services Region. Each
6480
+ # external key store in a Region must use a unique external key store
6481
+ # proxy API address.
6483
6482
  #
6484
6483
  # @!attribute [rw] message
6485
6484
  # @return [String]
@@ -6512,10 +6511,9 @@ module Aws::KMS
6512
6511
  end
6513
6512
 
6514
6513
  # The request was rejected because the specified Amazon VPC endpoint
6515
- # service is already associated with an external key store in the Amazon
6516
- # Web Services account and Region. Each external key store in an Amazon
6517
- # Web Services account and Region must use a different Amazon VPC
6518
- # endpoint service.
6514
+ # service is already associated with another external key store in this
6515
+ # Amazon Web Services Region. Each external key store in a Region must
6516
+ # use a different Amazon VPC endpoint service.
6519
6517
  #
6520
6518
  # @!attribute [rw] message
6521
6519
  # @return [String]
@@ -6530,9 +6528,9 @@ module Aws::KMS
6530
6528
 
6531
6529
  # The request was rejected because the Amazon VPC endpoint service
6532
6530
  # configuration does not fulfill the requirements for an external key
6533
- # store proxy. For details, see the exception message and [review the
6534
- # requirements][1] for Amazon VPC endpoint service connectivity for an
6535
- # external key store.
6531
+ # store. To identify the cause, see the error message that accompanies
6532
+ # the exception and [review the requirements][1] for Amazon VPC endpoint
6533
+ # service connectivity for an external key store.
6536
6534
  #
6537
6535
  #
6538
6536
  #
data/lib/aws-sdk-kms.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kms/customizations'
52
52
  # @!group service
53
53
  module Aws::KMS
54
54
 
55
- GEM_VERSION = '1.75.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end