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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kms/client.rb +2 -2
- data/lib/aws-sdk-kms/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-kms/types.rb +20 -22
- data/lib/aws-sdk-kms.rb +1 -1
- data/sig/client.rbs +748 -0
- data/sig/errors.rbs +157 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +973 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e837dd8d4b5ad149b08472dbca0202f5b7842bd3f72928e5b76545c0cecd3147
|
4
|
+
data.tar.gz: d098c788bf5dab662a6ed3a37f51c09f3df740fa5eec7f25dd28e35e4ea04723
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.77.0
|
data/lib/aws-sdk-kms/client.rb
CHANGED
@@ -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
|
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.
|
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 '\
|
data/lib/aws-sdk-kms/types.rb
CHANGED
@@ -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
|
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
|
6250
|
-
# an external key store must be associated with a different
|
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
|
6431
|
-
#
|
6432
|
-
#
|
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
|
6462
|
-
#
|
6463
|
-
#
|
6464
|
-
#
|
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
|
-
#
|
6481
|
-
#
|
6482
|
-
#
|
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
|
6516
|
-
# Web Services
|
6517
|
-
#
|
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
|
6534
|
-
# requirements][1] for Amazon VPC endpoint
|
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
|
#
|