aws-sdk-billingconductor 1.19.0 → 1.20.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-billingconductor/client.rb +1 -1
- data/lib/aws-sdk-billingconductor/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-billingconductor.rb +1 -1
- data/sig/client.rbs +627 -0
- data/sig/errors.rbs +50 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +835 -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: 722824ccc7e652e6c74d9a8839a25d5e2737b79844734424f054d4b573aac541
|
4
|
+
data.tar.gz: e24bb65f49eed23f459f399396b1a83b29cbbcf5cb35c2157b79d2b85740693a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eed52e9fc9cafe4a1f72209b2aca7706b2f75b10a5e08c3be5e1aa6d7070262a459ff55e60b6c41d7afff0930aa753690e3ba795d8d9978b1623c733cb5d98ef
|
7
|
+
data.tar.gz: 6b5a453a1f0090573d660f90a4ad0b6ccde0390e23383901299e68b2880f49bce1693d9d56f14aaa2e699c74c82b9f5c82cd20624b31ff77be660e5b4731937a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -2114,7 +2114,7 @@ module Aws::BillingConductor
|
|
2114
2114
|
params: params,
|
2115
2115
|
config: config)
|
2116
2116
|
context[:gem_name] = 'aws-sdk-billingconductor'
|
2117
|
-
context[:gem_version] = '1.
|
2117
|
+
context[:gem_version] = '1.20.0'
|
2118
2118
|
Seahorse::Client::Request.new(handlers, context)
|
2119
2119
|
end
|
2120
2120
|
|
@@ -14,6 +14,7 @@ module Aws::BillingConductor
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::BillingConductor::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 '\
|