aws-sdk-appconfig 1.65.0 → 1.66.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: a6f58758af1a8ed4c6eb24e97630f64543df5e0acecb86294eee9ba7e03a7dfd
4
- data.tar.gz: 283383bf653b5017c71156715b8642491d4e373619d6a92bdc05b58afae0bc8e
3
+ metadata.gz: ec5dcf3bd68aef1619e6084dd9ce6211b7da6aeada63d0dffd86990ff3f55b8a
4
+ data.tar.gz: 6e46871aa503d47d352cef777c51149cd977ebe44ab13fffd8c0aa6a7f147272
5
5
  SHA512:
6
- metadata.gz: 5fd5586a7c60031dda8dd61005e93b977c0c5101ebffc6ca927f57d23532aa0f40b774568a17282f55d61c164201d30c29d19c2dbf072d0c38f215a46147465e
7
- data.tar.gz: 697ba0980405d0254ba475966ea0366ce4117415345a884f89c01a34c354fcf01dc8b7cbc263d42ab79736759207577b02f5b50de65a7b2d6c58f71cd4c1b32e
6
+ metadata.gz: 179d25037936b4dc176682b795bbfa44162cc80fe0381aac3ae4d6d124bce442476fbcbf74ee440090de414f65eac2ec10738808cacaa4a3d389042b0204a96f
7
+ data.tar.gz: 3b638d22827e3ac6555daca95a450872f66861041b0aea6b065477aeb4908bea65bb073bc5f892b86c134b5c742a0ef5be084c6ed138238f8231a0585263b3d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -200,8 +200,7 @@ module Aws::AppConfig
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
@@ -3915,7 +3914,7 @@ module Aws::AppConfig
3915
3914
  tracer: tracer
3916
3915
  )
3917
3916
  context[:gem_name] = 'aws-sdk-appconfig'
3918
- context[:gem_version] = '1.65.0'
3917
+ context[:gem_version] = '1.66.0'
3919
3918
  Seahorse::Client::Request.new(handlers, context)
3920
3919
  end
3921
3920
 
@@ -55,7 +55,7 @@ module Aws::AppConfig
55
55
  autoload :EndpointProvider, 'aws-sdk-appconfig/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appconfig/endpoints'
57
57
 
58
- GEM_VERSION = '1.65.0'
58
+ GEM_VERSION = '1.66.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-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services