aws-sdk-kms 1.105.0 → 1.106.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: 6331c0f383f2fd8b5dab1615773be873e0c6ce311a925149fc85395af789c1e4
4
- data.tar.gz: 86568fac92b7e542850dc896ce2df41b63d6520560f87b6e0b90dfc004540957
3
+ metadata.gz: 201524fcd7a495dca2dd60546a1056631fcd9d5d70bdcef9b46c77fc08716b19
4
+ data.tar.gz: 3d6c1641f2d79bbef429d71379a933451de6151f7690a829cb67ad8bce4f6ce0
5
5
  SHA512:
6
- metadata.gz: 2baa1bbe70fc7b7b5d21c1edaf96eb806d8429b5036ccbbeb7ee03f5d1b41b627700d9ce02e57b3bd91d583e972ae4ef67c1ee1c3e4e7e4f6dc7bc4299581fb8
7
- data.tar.gz: fa84328e25889582146f85efad204401551d70d76fc7d99bfeacacbef58553dd874872b8cace82443edecb0f35a297fbaed6a99d303548267de71de48c9cfae3
6
+ metadata.gz: 17b3468e36b9929f90e68dc867df1368aa9ba865c45e1c78cd4cee22fd3e54cb8ffbc98330789c35bdcdd61e078db1281220e0a0362ed07b41fb0f83c69aafd2
7
+ data.tar.gz: e9c97588b4eb8000829bf24febd171652b39d5a3809bf0169e89aeeccdf9b93a63fb30f05085ddd2510a16e0c7900131562072351dc3046124a949f78e9fff0b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2025-06-26)
5
+ ------------------
6
+
7
+ * Feature - This release updates AWS CLI examples for KMS APIs.
8
+
4
9
  1.105.0 (2025-06-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -6908,10 +6908,11 @@ module Aws::KMS
6908
6908
  # @option params [String] :import_type
6909
6909
  # Indicates whether the key material being imported is previously
6910
6910
  # associated with this KMS key or not. This parameter is optional and
6911
- # only usable with symmetric encryption keys. The default is
6912
- # `EXISTING_KEY_MATERIAL`. If no key material has ever been imported
6913
- # into the KMS key, and this parameter is omitted, the parameter
6914
- # defaults to `NEW_KEY_MATERIAL`.
6911
+ # only usable with symmetric encryption keys. If no key material has
6912
+ # ever been imported into the KMS key, and this parameter is omitted,
6913
+ # the parameter defaults to `NEW_KEY_MATERIAL`. After the first key
6914
+ # material is imported, if this parameter is omitted then the parameter
6915
+ # defaults to `EXISTING_KEY_MATERIAL`.
6915
6916
  #
6916
6917
  # @option params [String] :key_material_description
6917
6918
  # Description for the key material being imported. This parameter is
@@ -11022,7 +11023,7 @@ module Aws::KMS
11022
11023
  tracer: tracer
11023
11024
  )
11024
11025
  context[:gem_name] = 'aws-sdk-kms'
11025
- context[:gem_version] = '1.105.0'
11026
+ context[:gem_version] = '1.106.0'
11026
11027
  Seahorse::Client::Request.new(handlers, context)
11027
11028
  end
11028
11029
 
@@ -3940,10 +3940,11 @@ module Aws::KMS
3940
3940
  # @!attribute [rw] import_type
3941
3941
  # Indicates whether the key material being imported is previously
3942
3942
  # associated with this KMS key or not. This parameter is optional and
3943
- # only usable with symmetric encryption keys. The default is
3944
- # `EXISTING_KEY_MATERIAL`. If no key material has ever been imported
3945
- # into the KMS key, and this parameter is omitted, the parameter
3946
- # defaults to `NEW_KEY_MATERIAL`.
3943
+ # only usable with symmetric encryption keys. If no key material has
3944
+ # ever been imported into the KMS key, and this parameter is omitted,
3945
+ # the parameter defaults to `NEW_KEY_MATERIAL`. After the first key
3946
+ # material is imported, if this parameter is omitted then the
3947
+ # parameter defaults to `EXISTING_KEY_MATERIAL`.
3947
3948
  # @return [String]
3948
3949
  #
3949
3950
  # @!attribute [rw] key_material_description
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.105.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services