aws-sdk-mainframemodernization 1.50.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mainframemodernization/client.rb +6 -8
- data/lib/aws-sdk-mainframemodernization.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cf083a91e990c129b3c3973fa8f4e33fec900d519b497e311dbb0d3732a1ba9
|
|
4
|
+
data.tar.gz: bd31239511cc17b96b4d596dd3b385661558d00e0d997ef952639d31363d5b96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f126c6a70da4994fb0c39749cce4b8e4236db073ba2b29fe81fbc76f8db45cb263b2858e783e6d99eb14b47dc1c297f1b46ed3d5b0b38b32bd83b4b0582c059a
|
|
7
|
+
data.tar.gz: 800420f125b4e53d8699ddb8f53487e6349408707c3c21619c7feb2bf50402713aebe59110678d8f74c18887684e30f43b7edd8225ed197165d1a68d6419afa6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.52.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.51.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.50.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
|
@@ -199,7 +199,7 @@ module Aws::MainframeModernization
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::MainframeModernization
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2442,7 +2440,7 @@ module Aws::MainframeModernization
|
|
|
2442
2440
|
tracer: tracer
|
|
2443
2441
|
)
|
|
2444
2442
|
context[:gem_name] = 'aws-sdk-mainframemodernization'
|
|
2445
|
-
context[:gem_version] = '1.
|
|
2443
|
+
context[:gem_version] = '1.52.0'
|
|
2446
2444
|
Seahorse::Client::Request.new(handlers, context)
|
|
2447
2445
|
end
|
|
2448
2446
|
|
data/sig/client.rbs
CHANGED
|
@@ -126,7 +126,7 @@ module Aws
|
|
|
126
126
|
external_location: {
|
|
127
127
|
s3_location: ::String?
|
|
128
128
|
}
|
|
129
|
-
}
|
|
129
|
+
}
|
|
130
130
|
]?,
|
|
131
131
|
s3_location: ::String?
|
|
132
132
|
},
|
|
@@ -168,7 +168,7 @@ module Aws
|
|
|
168
168
|
length: ::Integer,
|
|
169
169
|
name: ::String?,
|
|
170
170
|
offset: ::Integer
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
]?,
|
|
173
173
|
compressed: bool?,
|
|
174
174
|
encoding: ::String?,
|
|
@@ -190,7 +190,7 @@ module Aws
|
|
|
190
190
|
external_location: {
|
|
191
191
|
s3_location: ::String?
|
|
192
192
|
}
|
|
193
|
-
}
|
|
193
|
+
}
|
|
194
194
|
]?,
|
|
195
195
|
s3_location: ::String?
|
|
196
196
|
}
|
|
@@ -240,7 +240,7 @@ module Aws
|
|
|
240
240
|
file_system_id: ::String,
|
|
241
241
|
mount_point: ::String
|
|
242
242
|
}?
|
|
243
|
-
}
|
|
243
|
+
}
|
|
244
244
|
],
|
|
245
245
|
?subnet_ids: Array[::String],
|
|
246
246
|
?tags: Hash[::String, ::String]
|
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.
|
|
4
|
+
version: 1.52.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.
|
|
21
|
+
version: 3.248.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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|