aws-sdk-mainframemodernization 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- 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/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-mainframemodernization.rb +1 -1
- data/sig/client.rbs +641 -0
- data/sig/errors.rbs +57 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +939 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e5af48d99982702168d107d23738290773045ef42b41713e857e82a7b7f673c
|
4
|
+
data.tar.gz: eb52d5ce596ca9e950fc6152e0e5a7436f9ef3915b5709841efe4f75591ae930
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcc5c52934e018458b70c731d0bcfe2244b1f48c9a6b3e1c04a98eb67d27c3bfaab0669c7865624006ec0fbc1586859ae3b8feb94256173af869ddfbefcd439f
|
7
|
+
data.tar.gz: 556f39b1eb6e8635312e4f19c09e5b10766bd86e98815852338c55182e070fa01368ff35129bafcb0de42a7de88f40f10f62d310637476c61f872645f5f83356
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|
@@ -2098,7 +2098,7 @@ module Aws::MainframeModernization
|
|
2098
2098
|
params: params,
|
2099
2099
|
config: config)
|
2100
2100
|
context[:gem_name] = 'aws-sdk-mainframemodernization'
|
2101
|
-
context[:gem_version] = '1.
|
2101
|
+
context[:gem_version] = '1.15.0'
|
2102
2102
|
Seahorse::Client::Request.new(handlers, context)
|
2103
2103
|
end
|
2104
2104
|
|
@@ -14,6 +14,7 @@ module Aws::MainframeModernization
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::MainframeModernization::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|