aws-sdk-mainframemodernization 1.42.0 → 1.43.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: 5289f54a61223d2f130f3d1990c73a025ed6c27309edba19c719d5d0bacd0ad2
4
- data.tar.gz: 633f1b2aa2c1891b6653701f9d70773b9316dec7e23d230e559036e29f70bf89
3
+ metadata.gz: 318192687e46869a9382dad031fda73878f74efad07258c36d20c3055a22d8ee
4
+ data.tar.gz: 9062fa1049fadbc619eefa16b294e6470f2a5e75430f6660fb82a2637e9212b2
5
5
  SHA512:
6
- metadata.gz: 45f0e99a426ee13c547da06a034dce96364f89b99a47778dd179ca034ec09a40ee72db9c9f52eb59a9c319f6c5b977a4ce6723a1ffd89a807bcc3d5623179240
7
- data.tar.gz: 6f94d78fa8491582ed136656f0b71f53b8303f7759e89b1ab9a4427892aa3c420f43288c2e60799fa600ea077604d9b1c9869b3a985a742ed2170bffa203105d
6
+ metadata.gz: 9de419ebb9f45fa0ae305c734c53eee5d8808ace6b27ca5fcdff7f720167babc815e31dbdac4c9fd5bdd3aa723d144190653fdc97d2ab4d43a49b0b7bbc5e28f
7
+ data.tar.gz: 9a48400d9cc345859be47c73600954c096c3f8c8e50beef37affea7daabd94e230d6734e9de4e9a6b56e5313bbff45cc207d0b472541ebe7c55f3bf64c56c023
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.42.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -2442,7 +2442,7 @@ module Aws::MainframeModernization
2442
2442
  tracer: tracer
2443
2443
  )
2444
2444
  context[:gem_name] = 'aws-sdk-mainframemodernization'
2445
- context[:gem_version] = '1.42.0'
2445
+ context[:gem_version] = '1.43.0'
2446
2446
  Seahorse::Client::Request.new(handlers, context)
2447
2447
  end
2448
2448
 
@@ -13,22 +13,22 @@ module Aws::MainframeModernization
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::MainframeModernization
54
54
  autoload :EndpointProvider, 'aws-sdk-mainframemodernization/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mainframemodernization/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.43.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-mainframemodernization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services