aws-sdk-groundstation 1.43.0 → 1.44.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-groundstation/client.rb +1 -1
- data/lib/aws-sdk-groundstation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-groundstation.rb +1 -1
- data/sig/client.rbs +776 -0
- data/sig/errors.rbs +31 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +877 -0
- data/sig/waiters.rbs +23 -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: ab3e48a42b3f0f385563f26b5f52cccabf496c8003e8a938c4ba309204f5300e
|
4
|
+
data.tar.gz: 3b8617fae5ee95d3e03c571c1fbf88da198bcd7b4e15f2f725b05f4c21ed1dab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 915671021b67065b90b8d078acdda1f483c3641030c125f4002483a9561b2cbb03e4976c654fb101e48ad6c81c8f0ee7ab18b2c6fb7cd459a44ac32ea5ff1957
|
7
|
+
data.tar.gz: 9415fe962953bc665e03e643e251913b0a2a6ccfbeb80b0895297dc50d2fe49fd735deaf66c45b073f60601f788f7a75d9948b3478c26c52e0703738fafeb667
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -2232,7 +2232,7 @@ module Aws::GroundStation
|
|
2232
2232
|
params: params,
|
2233
2233
|
config: config)
|
2234
2234
|
context[:gem_name] = 'aws-sdk-groundstation'
|
2235
|
-
context[:gem_version] = '1.
|
2235
|
+
context[:gem_version] = '1.44.0'
|
2236
2236
|
Seahorse::Client::Request.new(handlers, context)
|
2237
2237
|
end
|
2238
2238
|
|
@@ -14,6 +14,7 @@ module Aws::GroundStation
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::GroundStation::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 '\
|