aws-sdk-synthetics 1.64.0 → 1.65.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: f2f10eca2913a43646fb0d7dad579d5fbbb8ff68317f9f4fccd3e4dab3f6225e
4
- data.tar.gz: bd07a39420ada92596e0352cddfb0468c8c151189c5740cb558083ea446362dd
3
+ metadata.gz: eaa0b7085a179640d70b8026d92a07ba5417935c811008e741f4eeed8aeaaf62
4
+ data.tar.gz: 89126a1f4b91444e5f00617e2cb138b70cd475830cb33601dac39a10e6f68458
5
5
  SHA512:
6
- metadata.gz: 9cea5297a6b133f3ebaa010239ae2ac36f0b7dcdced52069a84633d4c9080f7e6492d4e430642c20f25e87d954b7e2aa56f6c51988bf494983be3e644c201fa5
7
- data.tar.gz: 91dc833ef6609777aeaa7fe6546501b57c087dcc9ad3bf50d2d814b467e7db4fbe13393028f8ffc45fdd3d753f99b8881f7941b4fcbf192ef55b684145758b21
6
+ metadata.gz: a300869cd376ec9c6d32598558711421b4348e1395ea0415b4ccebe6bd4ebbc7b4f56661499de9bb16bc83dba43019ee4c123db2cd0308c4c4f56aa6fcf17641
7
+ data.tar.gz: 03bdd147197eaced627eb97bcaeeaf7ba8af18ce379522171429b04d7a413d40bdde44233fa0337440660d27c76f25c5c0136f7e3e4a9bfd2f61465c766d81d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2025-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -200,8 +200,7 @@ module Aws::Synthetics
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
@@ -2174,7 +2173,7 @@ module Aws::Synthetics
2174
2173
  tracer: tracer
2175
2174
  )
2176
2175
  context[:gem_name] = 'aws-sdk-synthetics'
2177
- context[:gem_version] = '1.64.0'
2176
+ context[:gem_version] = '1.65.0'
2178
2177
  Seahorse::Client::Request.new(handlers, context)
2179
2178
  end
2180
2179
 
@@ -54,7 +54,7 @@ module Aws::Synthetics
54
54
  autoload :EndpointProvider, 'aws-sdk-synthetics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-synthetics/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.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-synthetics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services