aws-sdk-billingconductor 1.55.0 → 1.57.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
- data/sig/client.rbs +3 -3
- 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: 5c01c6c268088a78210dc7bdeba8dfd422f1a70b558435e92638f56e2029405e
|
|
4
|
+
data.tar.gz: 6add3855da04c8e6df139c9c6047741be93da691313de8603743f518ff191827
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fb21145563e64511ade181d6e36abe9d054b7395568eca0bd1de9c694c34a8f88ff5d8a4479a2a2f8848964b5212b6280d505cdf0121d8a6a907cb90501c909
|
|
7
|
+
data.tar.gz: 828b52a620452309f6ed90b16fb435f7a288f77b1a7721bbaaae0fc39f946a0d9e6a9b9b5c43a31dba08c3cba1339dcfd2fd7d14bf103323fe85c99431fc4c67
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.57.0 (2026-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.56.0 (2026-05-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add ConflictException to UpdateCustomLineItem operation.
|
|
13
|
+
|
|
4
14
|
1.55.0 (2026-04-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.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.57.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)
|
data/sig/client.rbs
CHANGED
|
@@ -184,7 +184,7 @@ module Aws
|
|
|
184
184
|
match_option: ("NOT_EQUAL" | "EQUAL"),
|
|
185
185
|
values: Array[("SAVINGS_PLAN_NEGATION")]?,
|
|
186
186
|
attribute_values: Array[::String]?
|
|
187
|
-
}
|
|
187
|
+
}
|
|
188
188
|
]?
|
|
189
189
|
},
|
|
190
190
|
?account_id: ::String,
|
|
@@ -372,7 +372,7 @@ module Aws
|
|
|
372
372
|
{
|
|
373
373
|
search_option: ("STARTS_WITH"),
|
|
374
374
|
search_value: ::String
|
|
375
|
-
}
|
|
375
|
+
}
|
|
376
376
|
]?,
|
|
377
377
|
responsibility_transfer_arns: Array[::String]?
|
|
378
378
|
}
|
|
@@ -588,7 +588,7 @@ module Aws
|
|
|
588
588
|
match_option: ("NOT_EQUAL" | "EQUAL"),
|
|
589
589
|
values: Array[("SAVINGS_PLAN_NEGATION")]?,
|
|
590
590
|
attribute_values: Array[::String]?
|
|
591
|
-
}
|
|
591
|
+
}
|
|
592
592
|
]?
|
|
593
593
|
},
|
|
594
594
|
?billing_period_range: {
|
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.57.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
|