aws-sdk-acmpca 1.92.0 → 1.93.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: a48bf19e987325dd2d4756771b90b29e4fd95a667434a1ba72f8a5aee9fc1195
4
- data.tar.gz: a8e2063fb615a7d2a78162c1c53f47a3379f9052db9f1fe6d2e6f8dd670c5f29
3
+ metadata.gz: df66c79639cd73d3eea7142f8cf8c521c78247d3711752e7e5078bc6c06c5564
4
+ data.tar.gz: 37bf2e6051f23af76b35cca3931e81f34c349c5866b002b2be4868c70e7460af
5
5
  SHA512:
6
- metadata.gz: 0f245f3ab98a5f5b739e8cf88f3e9f8aec1949c58ba2ca2f86b3cd08a03cff176d76e7bdd0dbaf2ba0a8af64f5ee62b6f6caba4d7a8fe1a818238d87421fc8f8
7
- data.tar.gz: e289cbd0584ae1a79ce99a613616b381a50ee68b20ad3f59748bc6b21fa5f143c0cef1ea57a61701fe4a4ea68a37ff2729e0e9959194c1146cde281d0b3ea662
6
+ metadata.gz: 65bdd7fc8d9e9db07ee2b818eb23a88bc0f0d777cd9390ee7785e9ea4fa6175d166ea26c6d5aa574611d1d3174816716033afde62f4881da23b32b771ba7142e
7
+ data.tar.gz: e3f02ce1fb1c0a4bb750553601b02d588389a38acadd6a464b9cfba4dd68f0836d3de34f708f333f6e3a2685d4d734f749000afb8d9cb0ba99a652573424cbfe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -200,8 +200,7 @@ module Aws::ACMPCA
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2697,7 +2696,7 @@ module Aws::ACMPCA
2697
2696
  tracer: tracer
2698
2697
  )
2699
2698
  context[:gem_name] = 'aws-sdk-acmpca'
2700
- context[:gem_version] = '1.92.0'
2699
+ context[:gem_version] = '1.93.0'
2701
2700
  Seahorse::Client::Request.new(handlers, context)
2702
2701
  end
2703
2702
 
@@ -55,7 +55,7 @@ module Aws::ACMPCA
55
55
  autoload :EndpointProvider, 'aws-sdk-acmpca/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-acmpca/endpoints'
57
57
 
58
- GEM_VERSION = '1.92.0'
58
+ GEM_VERSION = '1.93.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services