aws-sdk-migrationhuborchestrator 1.37.0 → 1.39.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: 6d516fae67c9401520aac7b16c2f09adf41d6d43018779dd3e8da46c88e4d8c3
4
- data.tar.gz: 2e7ff520168ff687719add890e7143e3e0315dd41fb9727cede3c2e2b84aa6e5
3
+ metadata.gz: b3fae694f601c7fa1e3a7121766ed74028d9c3e1ec48d25d9f467c7d5523e3c4
4
+ data.tar.gz: 2bded4bdd8c78c7ba63d98ed8be7d8e1e07a887d7696bc48f3ebd98b2fc92ada
5
5
  SHA512:
6
- metadata.gz: 89cdd7dc3f3970ef42541a85ea1cf5b65a2a4dace3cad2616258421c7f6ead8354e61f0591868174de809eed91804b5f18a8635fc8b3e643152a0ab72107d58f
7
- data.tar.gz: 48e8b1c902b04517d65c83fa725f31ae7bb0ee22cffbf7fa21b87d36a89ba8af4e4b7d1ef35f3699a98708906b19a82dfea4af37640a141005a436f963adab5a
6
+ metadata.gz: 20264e5818d70fab1aec957d1a432c673c4390ede18c3abf7b851c7df558c1dfe3e79aa714dee25ec94595e8239b1007211630de900df7bdf9c0f4225ac2d2ab
7
+ data.tar.gz: 1407fc7d507d9b1e8ac6684716a817062d3e2ced22cba0309e1dd9f85d0d7af035c50231c8779ce75fce6b94b8b8edf87345892f090037a8f3cb3dcd960eeb9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.38.0 (2025-10-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.37.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.39.0
@@ -2178,7 +2178,7 @@ module Aws::MigrationHubOrchestrator
2178
2178
  tracer: tracer
2179
2179
  )
2180
2180
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
2181
- context[:gem_version] = '1.37.0'
2181
+ context[:gem_version] = '1.39.0'
2182
2182
  Seahorse::Client::Request.new(handlers, context)
2183
2183
  end
2184
2184
 
@@ -13,22 +13,22 @@ module Aws::MigrationHubOrchestrator
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::MigrationHubOrchestrator
55
55
  autoload :EndpointProvider, 'aws-sdk-migrationhuborchestrator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-migrationhuborchestrator/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.39.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-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.231.0
21
+ version: 3.234.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement