aws-sdk-organizations 1.114.0 → 1.115.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: f1010ad51451832c0cb2f8f36e710127d1060320b500c7ef737c5b66df089de8
4
- data.tar.gz: b7f9b2ebd23b974d9a4a9717e2c94733582a1be2056b2e51c27549ed7296a37d
3
+ metadata.gz: 94d3ed69d3e7f5f8a6b97f22d70bc430ea0d7313bdc40eb6cbf1cb0931a79d4a
4
+ data.tar.gz: e334e7b604c9054a52e187742fdbcad5ea57c05d387977fe1c67b610c0be9f98
5
5
  SHA512:
6
- metadata.gz: 5938fddcc7cff6f9eaa2ce89e39244d62c01562cf52a22b81c52c3db232566d2f2952dccc96f0551ac878ca1206f17162f5b4ab524550a39c7ef7d182c2ef4b1
7
- data.tar.gz: d698e3a67c36e98d2118fa70a5afb7df80ca8ee6c0af20f30338614be11637e7a303e74267fdda654149c6a921623c78546a616b66ce3addd166d6a207b3596d
6
+ metadata.gz: 05110db13111bac4f33c78901a28714cd91d993177585abdf6c031bcee197662dc61042c5b662331c0fb13123c57cb474abe135a5e34b69d2aac07a0d3bcf279
7
+ data.tar.gz: d49352e197715199be6d409fe8b928920cde18963f1e4ed9b8a9bd69408ec61b855790b51f376366d79de394e0615e812bda22e626dd2f0444b79a3deb4251aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.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.114.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -200,8 +200,7 @@ module Aws::Organizations
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
@@ -5895,7 +5894,7 @@ module Aws::Organizations
5895
5894
  tracer: tracer
5896
5895
  )
5897
5896
  context[:gem_name] = 'aws-sdk-organizations'
5898
- context[:gem_version] = '1.114.0'
5897
+ context[:gem_version] = '1.115.0'
5899
5898
  Seahorse::Client::Request.new(handlers, context)
5900
5899
  end
5901
5900
 
@@ -54,7 +54,7 @@ module Aws::Organizations
54
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
56
56
 
57
- GEM_VERSION = '1.114.0'
57
+ GEM_VERSION = '1.115.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-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services