aws-sdk-bcmpricingcalculator 1.26.0 → 1.28.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-bcmpricingcalculator/client.rb +6 -8
- data/lib/aws-sdk-bcmpricingcalculator.rb +1 -1
- data/sig/client.rbs +17 -85
- data/sig/params.rbs +112 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bcc7a5a88cd9cf0bb7439304fe4c65df22e6a6d2678f6b0c59426e9c3b4b85e
|
|
4
|
+
data.tar.gz: 00e47c936107a3de6a3950efea90ac3d8b261bd4e25ef22fcb4b4b79ef3b95d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab6b2b185fa910e9de7999f3d5690d5a9f46195c1791755697bbbaef878b3bc4c3abfbbf04d81773cce92cb464ccc6460e9b62257e4c2495afbb3aebc83cacea
|
|
7
|
+
data.tar.gz: b06cd2a5bde5d9fab85278e1bb12eb57a2488e166e3641ef9089c1fde273a886370588edc9eac307c9d9bbf9b341ad447eef3cccc018d42acb657da382afea3d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.28.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.27.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.26.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.28.0
|
|
@@ -199,7 +199,7 @@ module Aws::BCMPricingCalculator
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::BCMPricingCalculator
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2782,7 +2780,7 @@ module Aws::BCMPricingCalculator
|
|
|
2782
2780
|
tracer: tracer
|
|
2783
2781
|
)
|
|
2784
2782
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
|
2785
|
-
context[:gem_version] = '1.
|
|
2783
|
+
context[:gem_version] = '1.28.0'
|
|
2786
2784
|
Seahorse::Client::Request.new(handlers, context)
|
|
2787
2785
|
end
|
|
2788
2786
|
|
data/sig/client.rbs
CHANGED
|
@@ -108,7 +108,7 @@ module Aws
|
|
|
108
108
|
savings_plan_id: ::String?
|
|
109
109
|
}?
|
|
110
110
|
}
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
],
|
|
113
113
|
?client_token: ::String
|
|
114
114
|
) -> _BatchCreateBillScenarioCommitmentModificationResponseSuccess
|
|
@@ -135,44 +135,10 @@ module Aws
|
|
|
135
135
|
{
|
|
136
136
|
start_hour: ::Time,
|
|
137
137
|
amount: ::Float
|
|
138
|
-
},
|
|
139
|
-
]?,
|
|
140
|
-
historical_usage: {
|
|
141
|
-
service_code: ::String,
|
|
142
|
-
usage_type: ::String,
|
|
143
|
-
operation: ::String,
|
|
144
|
-
location: ::String?,
|
|
145
|
-
usage_account_id: ::String,
|
|
146
|
-
bill_interval: {
|
|
147
|
-
start: ::Time?,
|
|
148
|
-
end: ::Time?
|
|
149
|
-
},
|
|
150
|
-
filter_expression: {
|
|
151
|
-
and: Array[
|
|
152
|
-
untyped,
|
|
153
|
-
]?,
|
|
154
|
-
or: Array[
|
|
155
|
-
untyped,
|
|
156
|
-
]?,
|
|
157
|
-
not: untyped?,
|
|
158
|
-
cost_categories: {
|
|
159
|
-
key: ::String?,
|
|
160
|
-
match_options: Array[::String]?,
|
|
161
|
-
values: Array[::String]?
|
|
162
|
-
}?,
|
|
163
|
-
dimensions: {
|
|
164
|
-
key: ::String?,
|
|
165
|
-
match_options: Array[::String]?,
|
|
166
|
-
values: Array[::String]?
|
|
167
|
-
}?,
|
|
168
|
-
tags: {
|
|
169
|
-
key: ::String?,
|
|
170
|
-
match_options: Array[::String]?,
|
|
171
|
-
values: Array[::String]?
|
|
172
|
-
}?
|
|
173
138
|
}
|
|
174
|
-
|
|
175
|
-
|
|
139
|
+
]?,
|
|
140
|
+
historical_usage: Params::historical_usage_entity?
|
|
141
|
+
}
|
|
176
142
|
],
|
|
177
143
|
?client_token: ::String
|
|
178
144
|
) -> _BatchCreateBillScenarioUsageModificationResponseSuccess
|
|
@@ -195,42 +161,8 @@ module Aws
|
|
|
195
161
|
group: ::String?,
|
|
196
162
|
usage_account_id: ::String,
|
|
197
163
|
amount: ::Float,
|
|
198
|
-
historical_usage:
|
|
199
|
-
|
|
200
|
-
usage_type: ::String,
|
|
201
|
-
operation: ::String,
|
|
202
|
-
location: ::String?,
|
|
203
|
-
usage_account_id: ::String,
|
|
204
|
-
bill_interval: {
|
|
205
|
-
start: ::Time?,
|
|
206
|
-
end: ::Time?
|
|
207
|
-
},
|
|
208
|
-
filter_expression: {
|
|
209
|
-
and: Array[
|
|
210
|
-
untyped,
|
|
211
|
-
]?,
|
|
212
|
-
or: Array[
|
|
213
|
-
untyped,
|
|
214
|
-
]?,
|
|
215
|
-
not: untyped?,
|
|
216
|
-
cost_categories: {
|
|
217
|
-
key: ::String?,
|
|
218
|
-
match_options: Array[::String]?,
|
|
219
|
-
values: Array[::String]?
|
|
220
|
-
}?,
|
|
221
|
-
dimensions: {
|
|
222
|
-
key: ::String?,
|
|
223
|
-
match_options: Array[::String]?,
|
|
224
|
-
values: Array[::String]?
|
|
225
|
-
}?,
|
|
226
|
-
tags: {
|
|
227
|
-
key: ::String?,
|
|
228
|
-
match_options: Array[::String]?,
|
|
229
|
-
values: Array[::String]?
|
|
230
|
-
}?
|
|
231
|
-
}
|
|
232
|
-
}?
|
|
233
|
-
},
|
|
164
|
+
historical_usage: Params::historical_usage_entity?
|
|
165
|
+
}
|
|
234
166
|
],
|
|
235
167
|
?client_token: ::String
|
|
236
168
|
) -> _BatchCreateWorkloadEstimateUsageResponseSuccess
|
|
@@ -281,7 +213,7 @@ module Aws
|
|
|
281
213
|
{
|
|
282
214
|
id: ::String,
|
|
283
215
|
group: ::String?
|
|
284
|
-
}
|
|
216
|
+
}
|
|
285
217
|
]
|
|
286
218
|
) -> _BatchUpdateBillScenarioCommitmentModificationResponseSuccess
|
|
287
219
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateBillScenarioCommitmentModificationResponseSuccess
|
|
@@ -302,9 +234,9 @@ module Aws
|
|
|
302
234
|
{
|
|
303
235
|
start_hour: ::Time,
|
|
304
236
|
amount: ::Float
|
|
305
|
-
}
|
|
237
|
+
}
|
|
306
238
|
]?
|
|
307
|
-
}
|
|
239
|
+
}
|
|
308
240
|
]
|
|
309
241
|
) -> _BatchUpdateBillScenarioUsageModificationResponseSuccess
|
|
310
242
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateBillScenarioUsageModificationResponseSuccess
|
|
@@ -322,7 +254,7 @@ module Aws
|
|
|
322
254
|
id: ::String,
|
|
323
255
|
group: ::String?,
|
|
324
256
|
amount: ::Float?
|
|
325
|
-
}
|
|
257
|
+
}
|
|
326
258
|
]
|
|
327
259
|
) -> _BatchUpdateWorkloadEstimateUsageResponseSuccess
|
|
328
260
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateWorkloadEstimateUsageResponseSuccess
|
|
@@ -528,7 +460,7 @@ module Aws
|
|
|
528
460
|
name: ("USAGE_ACCOUNT_ID" | "SERVICE_CODE" | "USAGE_TYPE" | "OPERATION" | "LOCATION" | "USAGE_GROUP" | "HISTORICAL_USAGE_ACCOUNT_ID" | "HISTORICAL_SERVICE_CODE" | "HISTORICAL_USAGE_TYPE" | "HISTORICAL_OPERATION" | "HISTORICAL_LOCATION"),
|
|
529
461
|
values: Array[::String],
|
|
530
462
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
531
|
-
}
|
|
463
|
+
}
|
|
532
464
|
],
|
|
533
465
|
?next_token: ::String,
|
|
534
466
|
?max_results: ::Integer
|
|
@@ -548,7 +480,7 @@ module Aws
|
|
|
548
480
|
name: ("USAGE_ACCOUNT_ID" | "SERVICE_CODE" | "USAGE_TYPE" | "OPERATION" | "LOCATION" | "LINE_ITEM_TYPE"),
|
|
549
481
|
values: Array[::String],
|
|
550
482
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
551
|
-
}
|
|
483
|
+
}
|
|
552
484
|
],
|
|
553
485
|
?next_token: ::String,
|
|
554
486
|
?max_results: ::Integer
|
|
@@ -567,7 +499,7 @@ module Aws
|
|
|
567
499
|
name: ("STATUS" | "NAME"),
|
|
568
500
|
values: Array[::String],
|
|
569
501
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
570
|
-
}
|
|
502
|
+
}
|
|
571
503
|
],
|
|
572
504
|
?created_at_filter: {
|
|
573
505
|
after_timestamp: ::Time?,
|
|
@@ -608,7 +540,7 @@ module Aws
|
|
|
608
540
|
name: ("USAGE_ACCOUNT_ID" | "SERVICE_CODE" | "USAGE_TYPE" | "OPERATION" | "LOCATION" | "USAGE_GROUP" | "HISTORICAL_USAGE_ACCOUNT_ID" | "HISTORICAL_SERVICE_CODE" | "HISTORICAL_USAGE_TYPE" | "HISTORICAL_OPERATION" | "HISTORICAL_LOCATION"),
|
|
609
541
|
values: Array[::String],
|
|
610
542
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
611
|
-
}
|
|
543
|
+
}
|
|
612
544
|
],
|
|
613
545
|
?next_token: ::String,
|
|
614
546
|
?max_results: ::Integer
|
|
@@ -627,7 +559,7 @@ module Aws
|
|
|
627
559
|
name: ("STATUS" | "NAME" | "GROUP_SHARING_PREFERENCE" | "COST_CATEGORY_ARN"),
|
|
628
560
|
values: Array[::String],
|
|
629
561
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
630
|
-
}
|
|
562
|
+
}
|
|
631
563
|
],
|
|
632
564
|
?created_at_filter: {
|
|
633
565
|
after_timestamp: ::Time?,
|
|
@@ -665,7 +597,7 @@ module Aws
|
|
|
665
597
|
name: ("USAGE_ACCOUNT_ID" | "SERVICE_CODE" | "USAGE_TYPE" | "OPERATION" | "LOCATION" | "USAGE_GROUP" | "HISTORICAL_USAGE_ACCOUNT_ID" | "HISTORICAL_SERVICE_CODE" | "HISTORICAL_USAGE_TYPE" | "HISTORICAL_OPERATION" | "HISTORICAL_LOCATION"),
|
|
666
598
|
values: Array[::String],
|
|
667
599
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
668
|
-
}
|
|
600
|
+
}
|
|
669
601
|
],
|
|
670
602
|
?next_token: ::String,
|
|
671
603
|
?max_results: ::Integer
|
|
@@ -692,7 +624,7 @@ module Aws
|
|
|
692
624
|
name: ("STATUS" | "NAME"),
|
|
693
625
|
values: Array[::String],
|
|
694
626
|
match_option: ("EQUALS" | "STARTS_WITH" | "CONTAINS")?
|
|
695
|
-
}
|
|
627
|
+
}
|
|
696
628
|
],
|
|
697
629
|
?next_token: ::String,
|
|
698
630
|
?max_results: ::Integer
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module BCMPricingCalculator
|
|
10
|
+
module Params
|
|
11
|
+
type expression = {
|
|
12
|
+
and: Array[
|
|
13
|
+
{
|
|
14
|
+
and: untyped?,
|
|
15
|
+
or: untyped?,
|
|
16
|
+
not: untyped?,
|
|
17
|
+
cost_categories: {
|
|
18
|
+
key: ::String?,
|
|
19
|
+
match_options: Array[::String]?,
|
|
20
|
+
values: Array[::String]?
|
|
21
|
+
}?,
|
|
22
|
+
dimensions: {
|
|
23
|
+
key: ::String?,
|
|
24
|
+
match_options: Array[::String]?,
|
|
25
|
+
values: Array[::String]?
|
|
26
|
+
}?,
|
|
27
|
+
tags: {
|
|
28
|
+
key: ::String?,
|
|
29
|
+
match_options: Array[::String]?,
|
|
30
|
+
values: Array[::String]?
|
|
31
|
+
}?
|
|
32
|
+
}
|
|
33
|
+
]?,
|
|
34
|
+
or: Array[
|
|
35
|
+
{
|
|
36
|
+
and: untyped?,
|
|
37
|
+
or: untyped?,
|
|
38
|
+
not: untyped?,
|
|
39
|
+
cost_categories: {
|
|
40
|
+
key: ::String?,
|
|
41
|
+
match_options: Array[::String]?,
|
|
42
|
+
values: Array[::String]?
|
|
43
|
+
}?,
|
|
44
|
+
dimensions: {
|
|
45
|
+
key: ::String?,
|
|
46
|
+
match_options: Array[::String]?,
|
|
47
|
+
values: Array[::String]?
|
|
48
|
+
}?,
|
|
49
|
+
tags: {
|
|
50
|
+
key: ::String?,
|
|
51
|
+
match_options: Array[::String]?,
|
|
52
|
+
values: Array[::String]?
|
|
53
|
+
}?
|
|
54
|
+
}
|
|
55
|
+
]?,
|
|
56
|
+
not: {
|
|
57
|
+
and: Array[
|
|
58
|
+
untyped
|
|
59
|
+
]?,
|
|
60
|
+
or: Array[
|
|
61
|
+
untyped
|
|
62
|
+
]?,
|
|
63
|
+
not: untyped?,
|
|
64
|
+
cost_categories: {
|
|
65
|
+
key: ::String?,
|
|
66
|
+
match_options: Array[::String]?,
|
|
67
|
+
values: Array[::String]?
|
|
68
|
+
}?,
|
|
69
|
+
dimensions: {
|
|
70
|
+
key: ::String?,
|
|
71
|
+
match_options: Array[::String]?,
|
|
72
|
+
values: Array[::String]?
|
|
73
|
+
}?,
|
|
74
|
+
tags: {
|
|
75
|
+
key: ::String?,
|
|
76
|
+
match_options: Array[::String]?,
|
|
77
|
+
values: Array[::String]?
|
|
78
|
+
}?
|
|
79
|
+
}?,
|
|
80
|
+
cost_categories: {
|
|
81
|
+
key: ::String?,
|
|
82
|
+
match_options: Array[::String]?,
|
|
83
|
+
values: Array[::String]?
|
|
84
|
+
}?,
|
|
85
|
+
dimensions: {
|
|
86
|
+
key: ::String?,
|
|
87
|
+
match_options: Array[::String]?,
|
|
88
|
+
values: Array[::String]?
|
|
89
|
+
}?,
|
|
90
|
+
tags: {
|
|
91
|
+
key: ::String?,
|
|
92
|
+
match_options: Array[::String]?,
|
|
93
|
+
values: Array[::String]?
|
|
94
|
+
}?
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
type historical_usage_entity = {
|
|
98
|
+
service_code: ::String,
|
|
99
|
+
usage_type: ::String,
|
|
100
|
+
operation: ::String,
|
|
101
|
+
location: ::String?,
|
|
102
|
+
usage_account_id: ::String,
|
|
103
|
+
bill_interval: {
|
|
104
|
+
start: ::Time?,
|
|
105
|
+
end: ::Time?
|
|
106
|
+
},
|
|
107
|
+
filter_expression: Params::expression
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
end
|
|
111
|
+
end
|
|
112
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-bcmpricingcalculator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.28.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.248.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.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-bcmpricingcalculator/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|