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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mainframemodernization/client.rb +1 -1
- data/lib/aws-sdk-mainframemodernization.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6317c2b6c7b812696831f86d69cc9725a6635ac79b8820f0140ff665c4f94e5
|
|
4
|
+
data.tar.gz: ddb5d1816c8a9e95da026184f1244baaa51b389cf216842899c7dadec56adc6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46fe3d7822b858735471972edf406781fbd941718835b52e32e3a1e7b6b80c5c4bba6e1f142d11fd7c6b7f00c687def7c44cc7cceedc157eb10e9cbe5383a3f2
|
|
7
|
+
data.tar.gz: 50945b824ea0f96f013a185210585d2967691cdc127922e1229555a6a1bb17a404ed81419b5ccbb54e76527a280b2526f14e04e350242fc20a0e9c4b85b2e129
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
2445
|
+
context[:gem_version] = '1.51.0'
|
|
2446
2446
|
Seahorse::Client::Request.new(handlers, context)
|
|
2447
2447
|
end
|
|
2448
2448
|
|
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]
|