aws-sdk-clouddirectory 1.73.0 → 1.74.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: 592cb7e50c3e73a99d93af03e72235c36175b60c775eceee4db667e2028f491b
4
- data.tar.gz: d64ae600dd4b7df23817ccf506ec41fe26999d6c527b6ca29f1d474ed7342e66
3
+ metadata.gz: 7bdd1aa6a1cb3cf0289be8dd981c5cbf8f6aeb847cf388498731917592be9e5d
4
+ data.tar.gz: 4d6f2e99c33dc38d77796b90e97b9c272e662c4eb079986366d23dc9062cb5eb
5
5
  SHA512:
6
- metadata.gz: eca1064f52916b3274ffa59dc6fdd1553a64b5981ebc112bb71b024ed5aa7cd7db1f82d8938f07c974fcd1cc68e32102902d6cc0703f00f9c5265de75db347e2
7
- data.tar.gz: 5916a9c2125e8e459deaa9e1eb513ea173f32bd241e68fceab5dd0a5dc23efc06374860fb57d8a474a1298f6a252b01bd2a1548235c30bfd8997e9f0f1cd6ce4
6
+ metadata.gz: 4abbfa69099a43a83c86097c6e2d13382385755ceffd562699fb0521d902c5ae16a08e59655a684ae6a25938b4d318be12aa5bc555a40bf21ea3fcabdaf54da1
7
+ data.tar.gz: c7f4d200cdeb04b7f6c58325c08ed617702dd750a67db24449b08d966f27a72fd70d76127226c24ed94d1e320bf05bcf4c1024d24ffa77ea3d443b68f2bb9d61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -200,8 +200,7 @@ module Aws::CloudDirectory
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
@@ -5410,7 +5409,7 @@ module Aws::CloudDirectory
5410
5409
  tracer: tracer
5411
5410
  )
5412
5411
  context[:gem_name] = 'aws-sdk-clouddirectory'
5413
- context[:gem_version] = '1.73.0'
5412
+ context[:gem_version] = '1.74.0'
5414
5413
  Seahorse::Client::Request.new(handlers, context)
5415
5414
  end
5416
5415
 
@@ -54,7 +54,7 @@ module Aws::CloudDirectory
54
54
  autoload :EndpointProvider, 'aws-sdk-clouddirectory/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-clouddirectory/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.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-clouddirectory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services