aws-sdk-migrationhubconfig 1.51.0 → 1.52.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: 7b006eb49d8405ad04c7eefaf25ccd2022e0da069bf1dae315f78221c807b611
4
- data.tar.gz: ee90a9a8644b2d98bd0c2f811a74b1604a7018949448d24bf779990bbb762867
3
+ metadata.gz: b01c9ae7d82dddc5b9c5204a0b757b0d56269593849ee299a35f3ea0db39cc44
4
+ data.tar.gz: 4b23c5c668dd0e1df8c29d5ce4e51584e088a03fcf81bca01d1c464f49317044
5
5
  SHA512:
6
- metadata.gz: 151824601b3f86f3ed4e316ff968c9082b8174f95257966065023bfe30ae94e226d2e8d07b7577749c0bee97bef35100c6bbf999d607db1cc815dc445f17a88c
7
- data.tar.gz: 949d9ee94e09d3a852cda1b171254a3e83c991af682a2302f3487b5f81d1b755bc0c7627cf4c1c1b49b0d2ecddc236d67decb1e3b7de7130bd11c31d9bf60547
6
+ metadata.gz: efb79ec4ba312ed7f3cdd7bff1de998cc4e6a1df420311a13cf4e73bcd3507aadc829e52d25ebb22322060f49b7606dce022c4b54df352de1a29ec6bcd74fe6c
7
+ data.tar.gz: e97734dfcccf99ecead21232dd5ac093628600782696096dfed50dd8e5057449dacf786ed6d248b5780cc3ddba5a6aed3d2c7dcf6e585984bbb42dab70b7489b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubConfig
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
@@ -651,7 +650,7 @@ module Aws::MigrationHubConfig
651
650
  tracer: tracer
652
651
  )
653
652
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
654
- context[:gem_version] = '1.51.0'
653
+ context[:gem_version] = '1.52.0'
655
654
  Seahorse::Client::Request.new(handlers, context)
656
655
  end
657
656
 
@@ -54,7 +54,7 @@ module Aws::MigrationHubConfig
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubconfig/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubconfig/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.52.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-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services