aws-sdk-cloudhsmv2 1.79.0 → 1.80.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: ac37e5e68113f721368fb6b093aef35b015218d3a6863d73ca661a46c8929d81
4
- data.tar.gz: 5e2edf984545d24ea0d6f77365d94464299a89a3c33223f3e891bde5b4de81b6
3
+ metadata.gz: 80633ebedfcabfd8240c0521d6b528e85a11ca89135f178cb07c29830ed784dc
4
+ data.tar.gz: 9371744b64aab83e458c4ad580632df3fe2cd7fd6f4c13c8a06e6b41ed0708ef
5
5
  SHA512:
6
- metadata.gz: 3f42c6e95ffc536644522c21cc7624ed01c8d454ea2efd814d5b1bfc4f7f4cbced5cad2e7d0465fa1ba282cf2b5f56467e27c161b2894abb4b9c6fff83a38e13
7
- data.tar.gz: '039704c596dfb5e6490efb59d544da5f847d7cc873735d9c71793c0a082f52f9f9beda3f9629bba323219cf1e7eacea49937ba9b4860f111360ab360360de60b'
6
+ metadata.gz: 562e07de23baf88d4cdb54191e347ed3dbd96fbb6da0ab5d09cc73a2a4a87c2664301cf3e87d2b95e4b912c45805e460932798c4fcefdde143bb835bc6c3ba73
7
+ data.tar.gz: b94edcf42e165b3e72c990076c1102b5b358dc2ac9530f686905740d5344d7eb7890c45a3eab587595e4b6e06a79198ef92fc8e6f909d18dfa1740dbb3f79bab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -95,8 +95,8 @@ module Aws::CloudHSMV2
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::CloudHSMV2
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::CloudHSMV2
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::CloudHSMV2
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -1601,7 +1598,7 @@ module Aws::CloudHSMV2
1601
1598
  tracer: tracer
1602
1599
  )
1603
1600
  context[:gem_name] = 'aws-sdk-cloudhsmv2'
1604
- context[:gem_version] = '1.79.0'
1601
+ context[:gem_version] = '1.80.0'
1605
1602
  Seahorse::Client::Request.new(handlers, context)
1606
1603
  end
1607
1604
 
@@ -54,7 +54,7 @@ module Aws::CloudHSMV2
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudhsmv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudhsmv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.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-cloudhsmv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services