aws-sdk-alexaforbusiness 1.67.0 → 1.68.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-alexaforbusiness/client.rb +1 -1
- data/lib/aws-sdk-alexaforbusiness/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-alexaforbusiness.rb +1 -1
- data/sig/client.rbs +1427 -0
- data/sig/errors.rbs +62 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1646 -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: c0edd39f0b0dd712f03f7a74399fcf9475b80c1a7a18df8baac5863f664d1147
|
|
4
|
+
data.tar.gz: 05f5c73772ed37108947b5f5944fe84cc0008da995c85e92f1c47a551419f4fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebb8b5b97d7618827a1c2fe3c7db02c8c9c12f52d9d708e4c34d2fca4e6cfae1e1a2f9e2ab5d6090e875df5ffa4ce894175138824c0c4b9829f8e8a079e0cfb2
|
|
7
|
+
data.tar.gz: 18533430808df18cb44c1a18a0f44c008f4f53d924420e89f7f48581b6e52b18fa8609dab2ca57b140cfe8d2a1b11f2b27408774588b5d81d78bc906349315b8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -4305,7 +4305,7 @@ module Aws::AlexaForBusiness
|
|
|
4305
4305
|
params: params,
|
|
4306
4306
|
config: config)
|
|
4307
4307
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
|
4308
|
-
context[:gem_version] = '1.
|
|
4308
|
+
context[:gem_version] = '1.68.0'
|
|
4309
4309
|
Seahorse::Client::Request.new(handlers, context)
|
|
4310
4310
|
end
|
|
4311
4311
|
|
|
@@ -14,6 +14,7 @@ module Aws::AlexaForBusiness
|
|
|
14
14
|
option(
|
|
15
15
|
:endpoint_provider,
|
|
16
16
|
doc_type: 'Aws::AlexaForBusiness::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 '\
|