aws-sdk-migrationhubconfig 1.58.0 → 1.59.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: e7643ef8a51c0fe9fd881747bb3349842675712aee9740628bfad3aca6e34d59
4
- data.tar.gz: 2952c78b531019054330ec96be322a6d5d8d044a4306173b4d34f2844763937e
3
+ metadata.gz: ba0ca2ffea14bbaf08319797f3bec7051b45673fa29e3803014403ce11f5f3e4
4
+ data.tar.gz: 57e0c188a62422cbcd2e7b7f0ebbc6c2bc50c74ab938cde268b3f9a051cd9f09
5
5
  SHA512:
6
- metadata.gz: feade0e052472b1de379d6920a6c0992a9bfa96b981308d3c178b541c03e66c733466fb1c41e03af598ab1cc8376d6832ef16c11a5fceb0d6df0b065cbc4d858
7
- data.tar.gz: a1de79dda54fcfc2f3bd29db05d812fdd2e2bf17b36621ae03a501710cb780c448a6e0e2f148028bcda5d4ad7d485c1a5d06a3a40fdf94b26c545f917d138594
6
+ metadata.gz: 9ef4b27142f846dfcd6829e85caee1e3b88ee443b26577d5b64748e6e72290795a4773dd000b03827d0e91de6010b5a788441084c73edb05bff20075d7547822
7
+ data.tar.gz: 2fba35705a831060622e3d8a5e3a2e964a749ca25e6b4ec8c17ba3b2c6f10a1e16889d57a73848214cbb8de8b748bf04a8b805e7e494fe0826e7f320bd0d82f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.58.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -657,7 +657,7 @@ module Aws::MigrationHubConfig
657
657
  tracer: tracer
658
658
  )
659
659
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
660
- context[:gem_version] = '1.58.0'
660
+ context[:gem_version] = '1.59.0'
661
661
  Seahorse::Client::Request.new(handlers, context)
662
662
  end
663
663
 
@@ -13,22 +13,22 @@ module Aws::MigrationHubConfig
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,
@@ -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.58.0'
57
+ GEM_VERSION = '1.59.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.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services