aws-sdk-mainframemodernization 1.50.0 → 1.51.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: 29888191cf20c8e3202e64256df21094568849c7a850a5b4e0b1916163456e0d
4
- data.tar.gz: 2a0fd30accd484248306473f48080e06a3456aa176f3e70341448a4521fd7d7c
3
+ metadata.gz: e6317c2b6c7b812696831f86d69cc9725a6635ac79b8820f0140ff665c4f94e5
4
+ data.tar.gz: ddb5d1816c8a9e95da026184f1244baaa51b389cf216842899c7dadec56adc6b
5
5
  SHA512:
6
- metadata.gz: 0b0f49a94e54e1c946e748fee71fcf61fd610035817feef429da49e2a65f98be89e301188064b0d1a0b295f68f3e34e66e9c7fec592903a5bd9c4ff2996569b8
7
- data.tar.gz: 5fdcc115fff5f1a3531a973d8aad0e4668eebf79127bce6b651c707c7ff0c9571cb3213e39f5fd8cd314883214c447ed10872b60f47c60a58dfef0ce4ad9452f
6
+ metadata.gz: 46fe3d7822b858735471972edf406781fbd941718835b52e32e3a1e7b6b80c5c4bba6e1f142d11fd7c6b7f00c687def7c44cc7cceedc157eb10e9cbe5383a3f2
7
+ data.tar.gz: 50945b824ea0f96f013a185210585d2967691cdc127922e1229555a6a1bb17a404ed81419b5ccbb54e76527a280b2526f14e04e350242fc20a0e9c4b85b2e129
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.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.50.0'
2445
+ context[:gem_version] = '1.51.0'
2446
2446
  Seahorse::Client::Request.new(handlers, context)
2447
2447
  end
2448
2448
 
@@ -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.50.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  end
60
60
 
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.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services