aws-sdk-bcmpricingcalculator 1.26.0 → 1.27.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f876990d9ed56bc52ff08c628c23bf48454360092fb8724500636bfc228721f
4
- data.tar.gz: ac1b427f1bbe0e026f5f582b0e72eaae9179182f4448afb894460d14cc07736e
3
+ metadata.gz: b6d120cd9674fc5c8a66ef8a6e093bad091b68cb8c4b67f67b7c6ea5715b61a9
4
+ data.tar.gz: 8b4a0981a99a31b0837581643a4254c1cda74fe3a3f4f0ddf0503d4b344b3b9e
5
5
  SHA512:
6
- metadata.gz: f0590b029c610bfa1c03eacb6ea56c5d17190219d69786801b06d60d9bbb894d80f6959473b8756135cca07d785434b5057be1e03de4b562f63c1f4cfbff3312
7
- data.tar.gz: 40d771faf8d0fb47dd62549c2469c9d6f6bdc53d4a62526f833bfcccfadf0daf8abacb88edcfae05ee41df457894aed3adb5000369acbf4c50fd115bcb0de13f
6
+ metadata.gz: 0a41458f8e52ee109b1504c4554a566c9980760b913a226d6414fbd0fd1e273b2c14bffed059be2e057cdddf0537f9389c3113fdfbfbbd1c2e191a2b454be38e
7
+ data.tar.gz: 519bf0483383839e159c8be2d0032d1e0d28e38e9963de26bb5333bf64549f0cfa596a90d1a9b13fbbee0cfdec912686915c24255dbfdea30bc21b382946ff20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.26.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -2782,7 +2782,7 @@ module Aws::BCMPricingCalculator
2782
2782
  tracer: tracer
2783
2783
  )
2784
2784
  context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
2785
- context[:gem_version] = '1.26.0'
2785
+ context[:gem_version] = '1.27.0'
2786
2786
  Seahorse::Client::Request.new(handlers, context)
2787
2787
  end
2788
2788
 
@@ -55,7 +55,7 @@ module Aws::BCMPricingCalculator
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
57
 
58
- GEM_VERSION = '1.26.0'
58
+ GEM_VERSION = '1.27.0'
59
59
 
60
60
  end
61
61
 
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
- service_code: ::String,
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.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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