aws-sdk-billingconductor 1.54.0 → 1.56.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-billingconductor/client.rb +1 -1
- data/lib/aws-sdk-billingconductor/client_api.rb +1 -0
- data/lib/aws-sdk-billingconductor.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 840419b2f1f0039854e5035673f8bd41e582fa0827d0d4e1d6658efe6f72f554
|
|
4
|
+
data.tar.gz: fb6b9feb22ee2594756c67c3f709877a45466ed84ecf2649d9080adf4369faed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67a69931dd707440045ae390158e45ee05f4ae42e5ff3a772b22bf25a3fc7f0cc3aac421727dbd212e90be50945bf587dab38903d4e7062b49857a8baef8c924
|
|
7
|
+
data.tar.gz: '084ba27c2d08089a7351e02f08cfc217a050e52ad21b3798652b8c3fb9f838511660f7530ba91e9c0df0e6efaab0d9298594cb10988aa9163f822f9fd984a13b'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.56.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add ConflictException to UpdateCustomLineItem operation.
|
|
8
|
+
|
|
9
|
+
1.55.0 (2026-04-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add support for Passthrough pricing plan
|
|
13
|
+
|
|
4
14
|
1.54.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.56.0
|
|
@@ -2259,7 +2259,7 @@ module Aws::BillingConductor
|
|
|
2259
2259
|
tracer: tracer
|
|
2260
2260
|
)
|
|
2261
2261
|
context[:gem_name] = 'aws-sdk-billingconductor'
|
|
2262
|
-
context[:gem_version] = '1.
|
|
2262
|
+
context[:gem_version] = '1.56.0'
|
|
2263
2263
|
Seahorse::Client::Request.new(handlers, context)
|
|
2264
2264
|
end
|
|
2265
2265
|
|
|
@@ -1402,6 +1402,7 @@ module Aws::BillingConductor
|
|
|
1402
1402
|
o.http_request_uri = "/update-custom-line-item"
|
|
1403
1403
|
o.input = Shapes::ShapeRef.new(shape: UpdateCustomLineItemInput)
|
|
1404
1404
|
o.output = Shapes::ShapeRef.new(shape: UpdateCustomLineItemOutput)
|
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1405
1406
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1406
1407
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1407
1408
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-billingconductor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.56.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|