aws-sdk-cloudhsm 1.63.0 → 1.64.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: 41d9e03de661d4ac4a6f9fab10a180e2f09588057a8ef781da873d4fe4ffe76d
4
- data.tar.gz: 4ab80fb2e886afcac10b4e9b759583ac428ed0f0ce14ac5fc8d70be7078abedd
3
+ metadata.gz: 5f68c30aed09c341eef810702261679a53a5793bac9d2a44e0eeabd26b489425
4
+ data.tar.gz: 30a31697eede1f4b41363269607394181957abcac96ee63bdf06491408defa15
5
5
  SHA512:
6
- metadata.gz: 92c2c508a5c33cf380d4d5f05a926c6f346e6937d7606b3893e9289a68090ced7a660e7064cc38d5f39cd0d651ba22a822d8b210fbc7ce93cb5451f77bac4921
7
- data.tar.gz: 516807abf602fdba3284f326f8c670c3b6bfa4c0b44990069d48fb09be3e51a84fcdfe5d272f9538ba0e197251b2363923404bf9077f27ffe48cc90496fa61e7
6
+ metadata.gz: a2987ff6c85582e254321dab81b41d084fb542ed9451c6dea3fe47e84884e38375f8b30be5e73d02e98e7c3d7c05abc17960270a0cce9233d5a3b2576c3c94aa
7
+ data.tar.gz: ce34f98dcaf95085b0ebd0289a7dac8614759b2f264dca0fd8d6e4a62cd30c7c69f0b8c75d21db21cb2062b8b285c33407f557065ffd8816ecbb79129bd837c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.63.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudhsm)
40
-
41
39
  module Aws::CloudHSM
42
40
  # An API client for CloudHSM. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1640,7 +1638,7 @@ module Aws::CloudHSM
1640
1638
  tracer: tracer
1641
1639
  )
1642
1640
  context[:gem_name] = 'aws-sdk-cloudhsm'
1643
- context[:gem_version] = '1.63.0'
1641
+ context[:gem_version] = '1.64.0'
1644
1642
  Seahorse::Client::Request.new(handlers, context)
1645
1643
  end
1646
1644
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudhsm)
15
+
14
16
  # This module provides support for Amazon CloudHSM. This module is available in the
15
17
  # `aws-sdk-cloudhsm` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::CloudHSM
52
54
  autoload :EndpointProvider, 'aws-sdk-cloudhsm/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-cloudhsm/endpoints'
54
56
 
55
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudhsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core