aws-sdk-appconfigdata 1.36.0 → 1.37.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: 9c222a6b67625cbdde21e410d7f082602b1a4703e91e3f5dbc5cc31af7730176
4
- data.tar.gz: 5a54f6b7cc4732ddc5f265c437609c79b4a4a05b08054326a3f44a6e31684c97
3
+ metadata.gz: fa684277707f5c33a15b909c5c35b8a1d7c8f5e221944dc61e4d429c439d5b66
4
+ data.tar.gz: 21426d7ed44ffa6758fb2c2833d113699ca4db05ff53bc1a77f31623ff55bbb3
5
5
  SHA512:
6
- metadata.gz: 0e1a1cf1a6f14996f55a3c0c917f96ee2d9af2b5defeaafb7e44e4b5aaa3dcd2ebd169f15ae947e7eb47af895bc6d6794f4b088ba555999ecf9cb8d66f4a1310
7
- data.tar.gz: a07e8f5ef3f311ae5e4a0f99eb4439eca44eb1bff6e8bc7deeb1cd62b84ed7bcec6e2608821be9ea8d5993a08cc310bebdbfa940fa0487450a65a25abdc80e7b
6
+ metadata.gz: 6f1056a964fe600f160f923ee6a9aae013df4507ff48504d978fa8281a252c5c3879294fc8a07ee52c1f43fa55738d0770be8aa48cf851fe4626de0e0e77e393
7
+ data.tar.gz: 5bbf3bc1dab129907373774ba4fcb734338767ba6879d90705cd8bd486cc459bae0842d5ec4cde139ecfcd60c4b850b7987644c35525b84e36a9e90e2a8ac889
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -200,8 +200,7 @@ module Aws::AppConfigData
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
@@ -605,7 +604,7 @@ module Aws::AppConfigData
605
604
  tracer: tracer
606
605
  )
607
606
  context[:gem_name] = 'aws-sdk-appconfigdata'
608
- context[:gem_version] = '1.36.0'
607
+ context[:gem_version] = '1.37.0'
609
608
  Seahorse::Client::Request.new(handlers, context)
610
609
  end
611
610
 
@@ -54,7 +54,7 @@ module Aws::AppConfigData
54
54
  autoload :EndpointProvider, 'aws-sdk-appconfigdata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appconfigdata/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-appconfigdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services