aws-sdk-kms 1.95.0 → 1.96.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kms/client.rb +1 -10
- data/lib/aws-sdk-kms/types.rb +0 -6
- data/lib/aws-sdk-kms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27205ebb9ac89706b9193e2490b075c57f0d4cccb4dcd359134bd2425f44eff3
|
|
4
|
+
data.tar.gz: ea06b9c8bc98a32118101b9a3fa2363643146369bb8f17a9d1dbb77c435acc65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aaf90e8d29bc84924327304c4f417feed62b082d1245e88fb9ff3afd3ece1a2114808c5e6275ff5d0bfd6000b3a0225faf1e0e3ad4dee0ba5a7b9a2688c32b3d
|
|
7
|
+
data.tar.gz: 3c451ee500b841f71051b724d90c86c0fa38b2f674f96c681d23ee8763237872e761e50c2205fed0b370b7cf9a9d86e9586ad08ad3a80fec209cb0128c47e75d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
data/lib/aws-sdk-kms/client.rb
CHANGED
|
@@ -1823,7 +1823,6 @@ module Aws::KMS
|
|
|
1823
1823
|
# * `SYMMETRIC_DEFAULT`
|
|
1824
1824
|
#
|
|
1825
1825
|
# ^
|
|
1826
|
-
#
|
|
1827
1826
|
# * HMAC keys (symmetric)
|
|
1828
1827
|
#
|
|
1829
1828
|
# * `HMAC_224`
|
|
@@ -1833,7 +1832,6 @@ module Aws::KMS
|
|
|
1833
1832
|
# * `HMAC_384`
|
|
1834
1833
|
#
|
|
1835
1834
|
# * `HMAC_512`
|
|
1836
|
-
#
|
|
1837
1835
|
# * Asymmetric RSA key pairs (encryption and decryption -or- signing and
|
|
1838
1836
|
# verification)
|
|
1839
1837
|
#
|
|
@@ -1842,7 +1840,6 @@ module Aws::KMS
|
|
|
1842
1840
|
# * `RSA_3072`
|
|
1843
1841
|
#
|
|
1844
1842
|
# * `RSA_4096`
|
|
1845
|
-
#
|
|
1846
1843
|
# * Asymmetric NIST-recommended elliptic curve key pairs (signing and
|
|
1847
1844
|
# verification -or- deriving shared secrets)
|
|
1848
1845
|
#
|
|
@@ -1851,13 +1848,11 @@ module Aws::KMS
|
|
|
1851
1848
|
# * `ECC_NIST_P384` (secp384r1)
|
|
1852
1849
|
#
|
|
1853
1850
|
# * `ECC_NIST_P521` (secp521r1)
|
|
1854
|
-
#
|
|
1855
1851
|
# * Other asymmetric elliptic curve key pairs (signing and verification)
|
|
1856
1852
|
#
|
|
1857
1853
|
# * `ECC_SECG_P256K1` (secp256k1), commonly used for cryptocurrencies.
|
|
1858
1854
|
#
|
|
1859
1855
|
# ^
|
|
1860
|
-
#
|
|
1861
1856
|
# * SM2 key pairs (encryption and decryption -or- signing and
|
|
1862
1857
|
# verification -or- deriving shared secrets)
|
|
1863
1858
|
#
|
|
@@ -4391,25 +4386,21 @@ module Aws::KMS
|
|
|
4391
4386
|
# * `SYMMETRIC_DEFAULT`: 4096 bytes
|
|
4392
4387
|
#
|
|
4393
4388
|
# ^
|
|
4394
|
-
#
|
|
4395
4389
|
# * `RSA_2048`
|
|
4396
4390
|
#
|
|
4397
4391
|
# * `RSAES_OAEP_SHA_1`: 214 bytes
|
|
4398
4392
|
#
|
|
4399
4393
|
# * `RSAES_OAEP_SHA_256`: 190 bytes
|
|
4400
|
-
#
|
|
4401
4394
|
# * `RSA_3072`
|
|
4402
4395
|
#
|
|
4403
4396
|
# * `RSAES_OAEP_SHA_1`: 342 bytes
|
|
4404
4397
|
#
|
|
4405
4398
|
# * `RSAES_OAEP_SHA_256`: 318 bytes
|
|
4406
|
-
#
|
|
4407
4399
|
# * `RSA_4096`
|
|
4408
4400
|
#
|
|
4409
4401
|
# * `RSAES_OAEP_SHA_1`: 470 bytes
|
|
4410
4402
|
#
|
|
4411
4403
|
# * `RSAES_OAEP_SHA_256`: 446 bytes
|
|
4412
|
-
#
|
|
4413
4404
|
# * `SM2PKE`: 1024 bytes (China Regions only)
|
|
4414
4405
|
#
|
|
4415
4406
|
# The KMS key that you use for this operation must be in a compatible
|
|
@@ -10782,7 +10773,7 @@ module Aws::KMS
|
|
|
10782
10773
|
tracer: tracer
|
|
10783
10774
|
)
|
|
10784
10775
|
context[:gem_name] = 'aws-sdk-kms'
|
|
10785
|
-
context[:gem_version] = '1.
|
|
10776
|
+
context[:gem_version] = '1.96.0'
|
|
10786
10777
|
Seahorse::Client::Request.new(handlers, context)
|
|
10787
10778
|
end
|
|
10788
10779
|
|
data/lib/aws-sdk-kms/types.rb
CHANGED
|
@@ -896,7 +896,6 @@ module Aws::KMS
|
|
|
896
896
|
# * `SYMMETRIC_DEFAULT`
|
|
897
897
|
#
|
|
898
898
|
# ^
|
|
899
|
-
#
|
|
900
899
|
# * HMAC keys (symmetric)
|
|
901
900
|
#
|
|
902
901
|
# * `HMAC_224`
|
|
@@ -906,7 +905,6 @@ module Aws::KMS
|
|
|
906
905
|
# * `HMAC_384`
|
|
907
906
|
#
|
|
908
907
|
# * `HMAC_512`
|
|
909
|
-
#
|
|
910
908
|
# * Asymmetric RSA key pairs (encryption and decryption -or- signing
|
|
911
909
|
# and verification)
|
|
912
910
|
#
|
|
@@ -915,7 +913,6 @@ module Aws::KMS
|
|
|
915
913
|
# * `RSA_3072`
|
|
916
914
|
#
|
|
917
915
|
# * `RSA_4096`
|
|
918
|
-
#
|
|
919
916
|
# * Asymmetric NIST-recommended elliptic curve key pairs (signing and
|
|
920
917
|
# verification -or- deriving shared secrets)
|
|
921
918
|
#
|
|
@@ -924,7 +921,6 @@ module Aws::KMS
|
|
|
924
921
|
# * `ECC_NIST_P384` (secp384r1)
|
|
925
922
|
#
|
|
926
923
|
# * `ECC_NIST_P521` (secp521r1)
|
|
927
|
-
#
|
|
928
924
|
# * Other asymmetric elliptic curve key pairs (signing and
|
|
929
925
|
# verification)
|
|
930
926
|
#
|
|
@@ -932,7 +928,6 @@ module Aws::KMS
|
|
|
932
928
|
# cryptocurrencies.
|
|
933
929
|
#
|
|
934
930
|
# ^
|
|
935
|
-
#
|
|
936
931
|
# * SM2 key pairs (encryption and decryption -or- signing and
|
|
937
932
|
# verification -or- deriving shared secrets)
|
|
938
933
|
#
|
|
@@ -1452,7 +1447,6 @@ module Aws::KMS
|
|
|
1452
1447
|
#
|
|
1453
1448
|
# * The [TLS certificate][6] specifies the private DNS hostname at
|
|
1454
1449
|
# which the endpoint is reachable.
|
|
1455
|
-
#
|
|
1456
1450
|
# * `XKS_VPC_ENDPOINT_SERVICE_NOT_FOUND` — KMS can't find the VPC
|
|
1457
1451
|
# endpoint service that it uses to communicate with the external key
|
|
1458
1452
|
# store proxy. Verify that the `XksProxyVpcEndpointServiceName` is
|
data/lib/aws-sdk-kms.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-kms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.96.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|