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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4d973a74bcae462f3f222075244cfa142644a61136ba5c5fcdfaf3b2c998745
4
- data.tar.gz: 69d5649298197c0f877c7634fbe96d0f86073a47b1c7a25b2aaa2d1a7e49122b
3
+ metadata.gz: 27205ebb9ac89706b9193e2490b075c57f0d4cccb4dcd359134bd2425f44eff3
4
+ data.tar.gz: ea06b9c8bc98a32118101b9a3fa2363643146369bb8f17a9d1dbb77c435acc65
5
5
  SHA512:
6
- metadata.gz: d3e5f9409823a38db9f2636680ce54d7ae750a998dd2b0ab3c766bbfff42ae090e7a3e9acd534320dfbd869998dbc4d751721eade0b2ae074ae08f663bba47fa
7
- data.tar.gz: 3f4df4b9fe9656316652bf9122348230aba0c0ab88a98344f22120e67ce3ec128b8dfc0dfa4fd1549394670cf1c72f95b65c13f1ef246f702e37491a2fb96070
6
+ metadata.gz: aaf90e8d29bc84924327304c4f417feed62b082d1245e88fb9ff3afd3ece1a2114808c5e6275ff5d0bfd6000b3a0225faf1e0e3ad4dee0ba5a7b9a2688c32b3d
7
+ data.tar.gz: 3c451ee500b841f71051b724d90c86c0fa38b2f674f96c681d23ee8763237872e761e50c2205fed0b370b7cf9a9d86e9586ad08ad3a80fec209cb0128c47e75d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.95.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -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.95.0'
10776
+ context[:gem_version] = '1.96.0'
10786
10777
  Seahorse::Client::Request.new(handlers, context)
10787
10778
  end
10788
10779
 
@@ -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
@@ -54,7 +54,7 @@ module Aws::KMS
54
54
  autoload :EndpointProvider, 'aws-sdk-kms/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kms/endpoints'
56
56
 
57
- GEM_VERSION = '1.95.0'
57
+ GEM_VERSION = '1.96.0'
58
58
 
59
59
  end
60
60
 
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.95.0
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-10-18 00:00:00.000000000 Z
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