aws-sdk-configservice 1.127.0 → 1.128.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: 91851d523aee68f5bf05ac43df68a936623cb2fc4701d9e898aaa2221d7f090b
4
- data.tar.gz: 2d837c10ea8a18db91d2c668b49cadd954bba3a7722b2d5eaaa4c35a3921bf27
3
+ metadata.gz: 11cf3250b02f488c49b0931bce6c167e99c950a80b9cea5eea1799ff8c55e982
4
+ data.tar.gz: c3a8a28d5eddc221a14ea3df9377970200d076d7bdbe938626a83c380671b71d
5
5
  SHA512:
6
- metadata.gz: 0e288904e5d264389c22869da004ea83624bb1bf8181666d95c530c6632a50cc4749f62ba44fff6398006de09ada8c7abaf2b1afa4031e6834d85de2ecb7b8d0
7
- data.tar.gz: 2e60743f3751eba3ad3722636b0c2a9a164aabd38e5153391b7c81fce889e86a039d53c7d87a26d079fe718766532cc480c372c12d76ba689eccdb1611de5975
6
+ metadata.gz: f66fec2f91b397d5fdda51f093a688c9576aa8ba89060747d2e93ce2fb39dd0fc0269be53f3f218c290246fe116ca28e1646e67543c31f58f62f744ac1db348b
7
+ data.tar.gz: f0be3e7880d25dff053f58cd0913547e9ad189fc8112c12f2ceddcb88820ffd8b1739f10031fc53c6e959767fa7a6eab16d999b181d605ebf64a84159c0a3543
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.128.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.127.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.127.0
1
+ 1.128.0
@@ -200,8 +200,7 @@ module Aws::ConfigService
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
@@ -6486,7 +6485,7 @@ module Aws::ConfigService
6486
6485
  tracer: tracer
6487
6486
  )
6488
6487
  context[:gem_name] = 'aws-sdk-configservice'
6489
- context[:gem_version] = '1.127.0'
6488
+ context[:gem_version] = '1.128.0'
6490
6489
  Seahorse::Client::Request.new(handlers, context)
6491
6490
  end
6492
6491
 
@@ -54,7 +54,7 @@ module Aws::ConfigService
54
54
  autoload :EndpointProvider, 'aws-sdk-configservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-configservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.127.0'
57
+ GEM_VERSION = '1.128.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-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.127.0
4
+ version: 1.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services