aws-sdk-pcaconnectorad 1.22.0 → 1.23.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: 0b9130d889e2ba0b3be6353e6d6975b4d3e3c14272667af3198c44c6276f35eb
4
- data.tar.gz: be4d13a5d70b02573f06b07d3d8086256b5608a473a5d531fefc826e871c9412
3
+ metadata.gz: c7ed20239ca64b2716b167e1d3e2d22288338a1146a6faa2bd638c6664554249
4
+ data.tar.gz: c8e7df19ccc7e6e2a08819180eab59159f57053e47c309ee2fb4dee41f6c3ff7
5
5
  SHA512:
6
- metadata.gz: e3a23c81b582bf552a92085cc8e36bcbf5f4024960c31d891a50861bfaae055e5ec46af1b387f67abfd7c8cf03f2305ed8ad117241f62b7799b95f718e0970b4
7
- data.tar.gz: 1bcad8ee71b57e5dd48c78e55f6fef8accd4a352622c51b0d2c1503f10be6d25f2336227b20359a4bc1f94e48fd6d3d79d1ed36fab96ed0547fc2e03243d9534
6
+ metadata.gz: 27af7fd9df302d0369ce86bbbcbe773841bde2fbe3dbaeb5b9940fa0f53e3db06853e19f01d158dedd2c69f351fa861e777bc6805b10ff00380a412ed3dff5ae
7
+ data.tar.gz: 33690ad194fe9eaa6603f02e3b3134e91faad56b471e943298b88dfb633e847c9c3114a0856d5b6b0f11bd46cc7587521fee5946add663cd6e42992bf5a3b75a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.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.22.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -200,8 +200,7 @@ module Aws::PcaConnectorAd
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
@@ -2327,7 +2326,7 @@ module Aws::PcaConnectorAd
2327
2326
  tracer: tracer
2328
2327
  )
2329
2328
  context[:gem_name] = 'aws-sdk-pcaconnectorad'
2330
- context[:gem_version] = '1.22.0'
2329
+ context[:gem_version] = '1.23.0'
2331
2330
  Seahorse::Client::Request.new(handlers, context)
2332
2331
  end
2333
2332
 
@@ -54,7 +54,7 @@ module Aws::PcaConnectorAd
54
54
  autoload :EndpointProvider, 'aws-sdk-pcaconnectorad/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pcaconnectorad/endpoints'
56
56
 
57
- GEM_VERSION = '1.22.0'
57
+ GEM_VERSION = '1.23.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-pcaconnectorad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services