types-aiobotocore-bcm-pricing-calculator 2.18.0__tar.gz

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.

Potentially problematic release.


This version of types-aiobotocore-bcm-pricing-calculator might be problematic. Click here for more details.

Files changed (24) hide show
  1. types_aiobotocore_bcm_pricing_calculator-2.18.0/LICENSE +21 -0
  2. types_aiobotocore_bcm_pricing_calculator-2.18.0/PKG-INFO +524 -0
  3. types_aiobotocore_bcm_pricing_calculator-2.18.0/README.md +478 -0
  4. types_aiobotocore_bcm_pricing_calculator-2.18.0/setup.cfg +4 -0
  5. types_aiobotocore_bcm_pricing_calculator-2.18.0/setup.py +54 -0
  6. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/__init__.py +74 -0
  7. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/__init__.pyi +73 -0
  8. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/__main__.py +43 -0
  9. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/client.py +662 -0
  10. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/client.pyi +659 -0
  11. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/literals.py +562 -0
  12. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/literals.pyi +560 -0
  13. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/paginator.py +319 -0
  14. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/paginator.pyi +288 -0
  15. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/py.typed +0 -0
  16. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/type_defs.py +1324 -0
  17. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/type_defs.pyi +1202 -0
  18. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator/version.py +7 -0
  19. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/PKG-INFO +524 -0
  20. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/SOURCES.txt +22 -0
  21. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/dependency_links.txt +1 -0
  22. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/not-zip-safe +1 -0
  23. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/requires.txt +3 -0
  24. types_aiobotocore_bcm_pricing_calculator-2.18.0/types_aiobotocore_bcm_pricing_calculator.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,524 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-aiobotocore-bcm-pricing-calculator
3
+ Version: 2.18.0
4
+ Summary: Type annotations for aiobotocore BillingandCostManagementPricingCalculator 2.18.0 service generated with mypy-boto3-builder 8.8.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_bcm_pricing_calculator/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: aiobotocore bcm-pricing-calculator aiobotocore-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-aiobotocore-bcm-pricing-calculator"></a>
48
+
49
+ # types-aiobotocore-bcm-pricing-calculator
50
+
51
+ [![PyPI - types-aiobotocore-bcm-pricing-calculator](https://img.shields.io/pypi/v/types-aiobotocore-bcm-pricing-calculator.svg?color=blue)](https://pypi.org/project/types-aiobotocore-bcm-pricing-calculator/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-bcm-pricing-calculator.svg?color=blue)](https://pypi.org/project/types-aiobotocore-bcm-pricing-calculator/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-bcm-pricing-calculator)](https://pypistats.org/packages/types-aiobotocore-bcm-pricing-calculator)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for
59
+ [aiobotocore BillingandCostManagementPricingCalculator 2.18.0](https://pypi.org/project/aiobotocore/)
60
+ compatible with [VSCode](https://code.visualstudio.com/),
61
+ [PyCharm](https://www.jetbrains.com/pycharm/),
62
+ [Emacs](https://www.gnu.org/software/emacs/),
63
+ [Sublime Text](https://www.sublimetext.com/),
64
+ [mypy](https://github.com/python/mypy),
65
+ [pyright](https://github.com/microsoft/pyright) and other tools.
66
+
67
+ Generated with
68
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
72
+ [types-aiobotocore-bcm-pricing-calculator docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_bcm_pricing_calculator/).
73
+
74
+ See how it helps you find and fix potential bugs:
75
+
76
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
77
+
78
+ - [types-aiobotocore-bcm-pricing-calculator](#types-aiobotocore-bcm-pricing-calculator)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [From PyPI with pip](#from-pypi-with-pip)
82
+ - [How to uninstall](#how-to-uninstall)
83
+ - [Usage](#usage)
84
+ - [VSCode](#vscode)
85
+ - [PyCharm](#pycharm)
86
+ - [Emacs](#emacs)
87
+ - [Sublime Text](#sublime-text)
88
+ - [Other IDEs](#other-ides)
89
+ - [mypy](#mypy)
90
+ - [pyright](#pyright)
91
+ - [Pylint compatibility](#pylint-compatibility)
92
+ - [Explicit type annotations](#explicit-type-annotations)
93
+ - [Client annotations](#client-annotations)
94
+ - [Paginators annotations](#paginators-annotations)
95
+ - [Literals](#literals)
96
+ - [Type definitions](#type-definitions)
97
+ - [How it works](#how-it-works)
98
+ - [What's new](#what's-new)
99
+ - [Implemented features](#implemented-features)
100
+ - [Latest changes](#latest-changes)
101
+ - [Versioning](#versioning)
102
+ - [Thank you](#thank-you)
103
+ - [Documentation](#documentation)
104
+ - [Support and contributing](#support-and-contributing)
105
+
106
+ <a id="how-to-install"></a>
107
+
108
+ ## How to install
109
+
110
+ <a id="generate-locally-(recommended)"></a>
111
+
112
+ ### Generate locally (recommended)
113
+
114
+ You can generate type annotations for `aiobotocore` package locally with
115
+ `mypy_boto3_builder`. Use
116
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
+ isolation.
118
+
119
+ 1. Run mypy-boto3-builder in your package root directory:
120
+ `uvx --with 'aiobotocore==2.18.0' mypy_boto3_builder`
121
+ 2. Select `aiobotocore` AWS SDK.
122
+ 3. Add `BillingandCostManagementPricingCalculator` service.
123
+ 4. Use provided commands to install generated packages.
124
+
125
+ <a id="from-pypi-with-pip"></a>
126
+
127
+ ### From PyPI with pip
128
+
129
+ Install `types-aiobotocore` for `BillingandCostManagementPricingCalculator`
130
+ service.
131
+
132
+ ```bash
133
+ # install with aiobotocore type annotations
134
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
135
+
136
+ # Lite version does not provide session.client/resource overloads
137
+ # it is more RAM-friendly, but requires explicit type annotations
138
+ python -m pip install 'types-aiobotocore-lite[bcm-pricing-calculator]'
139
+
140
+ # standalone installation
141
+ python -m pip install types-aiobotocore-bcm-pricing-calculator
142
+ ```
143
+
144
+ <a id="how-to-uninstall"></a>
145
+
146
+ ## How to uninstall
147
+
148
+ ```bash
149
+ python -m pip uninstall -y types-aiobotocore-bcm-pricing-calculator
150
+ ```
151
+
152
+ <a id="usage"></a>
153
+
154
+ ## Usage
155
+
156
+ <a id="vscode"></a>
157
+
158
+ ### VSCode
159
+
160
+ - Install
161
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
162
+ - Install
163
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
164
+ - Set `Pylance` as your Python Language Server
165
+ - Install `types-aiobotocore[bcm-pricing-calculator]` in your environment:
166
+
167
+ ```bash
168
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
169
+ ```
170
+
171
+ Both type checking and code completion should now work. No explicit type
172
+ annotations required, write your `aiobotocore` code as usual.
173
+
174
+ <a id="pycharm"></a>
175
+
176
+ ### PyCharm
177
+
178
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
179
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
180
+ > to use
181
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
182
+ > until the issue is resolved.
183
+
184
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
185
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
186
+ > [pyright](https://github.com/microsoft/pyright) instead.
187
+
188
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
189
+ > `types-aiobotocore` with
190
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
191
+
192
+ ```bash
193
+ pip uninstall types-aiobotocore
194
+ pip install types-aiobotocore-lite
195
+ ```
196
+
197
+ Install `types-aiobotocore[bcm-pricing-calculator]` in your environment:
198
+
199
+ ```bash
200
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
201
+ ```
202
+
203
+ Both type checking and code completion should now work.
204
+
205
+ <a id="emacs"></a>
206
+
207
+ ### Emacs
208
+
209
+ - Install `types-aiobotocore` with services you use in your environment:
210
+
211
+ ```bash
212
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
213
+ ```
214
+
215
+ - Install [use-package](https://github.com/jwiegley/use-package),
216
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
217
+ [company](https://github.com/company-mode/company-mode) and
218
+ [flycheck](https://github.com/flycheck/flycheck) packages
219
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
220
+
221
+ ```elisp
222
+ (use-package lsp-pyright
223
+ :ensure t
224
+ :hook (python-mode . (lambda ()
225
+ (require 'lsp-pyright)
226
+ (lsp))) ; or lsp-deferred
227
+ :init (when (executable-find "python3")
228
+ (setq lsp-pyright-python-executable-cmd "python3"))
229
+ )
230
+ ```
231
+
232
+ - Make sure emacs uses the environment where you have installed
233
+ `types-aiobotocore`
234
+
235
+ Type checking should now work. No explicit type annotations required, write
236
+ your `aiobotocore` code as usual.
237
+
238
+ <a id="sublime-text"></a>
239
+
240
+ ### Sublime Text
241
+
242
+ - Install `types-aiobotocore[bcm-pricing-calculator]` with services you use in
243
+ your environment:
244
+
245
+ ```bash
246
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
247
+ ```
248
+
249
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
250
+
251
+ Type checking should now work. No explicit type annotations required, write
252
+ your `aiobotocore` code as usual.
253
+
254
+ <a id="other-ides"></a>
255
+
256
+ ### Other IDEs
257
+
258
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
259
+ should work.
260
+
261
+ <a id="mypy"></a>
262
+
263
+ ### mypy
264
+
265
+ - Install `mypy`: `python -m pip install mypy`
266
+ - Install `types-aiobotocore[bcm-pricing-calculator]` in your environment:
267
+
268
+ ```bash
269
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
270
+ ```
271
+
272
+ Type checking should now work. No explicit type annotations required, write
273
+ your `aiobotocore` code as usual.
274
+
275
+ <a id="pyright"></a>
276
+
277
+ ### pyright
278
+
279
+ - Install `pyright`: `npm i -g pyright`
280
+ - Install `types-aiobotocore[bcm-pricing-calculator]` in your environment:
281
+
282
+ ```bash
283
+ python -m pip install 'types-aiobotocore[bcm-pricing-calculator]'
284
+ ```
285
+
286
+ Optionally, you can install `types-aiobotocore` to `typings` directory.
287
+
288
+ Type checking should now work. No explicit type annotations required, write
289
+ your `aiobotocore` code as usual.
290
+
291
+ <a id="pylint-compatibility"></a>
292
+
293
+ ### Pylint compatibility
294
+
295
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
296
+ `types-aiobotocore-bcm-pricing-calculator` dependency in production. However,
297
+ there is an issue in `pylint` that it complains about undefined variables. To
298
+ fix it, set all types to `object` in non-`TYPE_CHECKING` mode.
299
+
300
+ ```python
301
+ from typing import TYPE_CHECKING
302
+
303
+ if TYPE_CHECKING:
304
+ from types_aiobotocore_ec2 import EC2Client, EC2ServiceResource
305
+ from types_aiobotocore_ec2.waiters import BundleTaskCompleteWaiter
306
+ from types_aiobotocore_ec2.paginators import DescribeVolumesPaginator
307
+ else:
308
+ EC2Client = object
309
+ EC2ServiceResource = object
310
+ BundleTaskCompleteWaiter = object
311
+ DescribeVolumesPaginator = object
312
+
313
+ ...
314
+ ```
315
+
316
+ <a id="explicit-type-annotations"></a>
317
+
318
+ ## Explicit type annotations
319
+
320
+ <a id="client-annotations"></a>
321
+
322
+ ### Client annotations
323
+
324
+ `BillingandCostManagementPricingCalculatorClient` provides annotations for
325
+ `session.create_client("bcm-pricing-calculator")`.
326
+
327
+ ```python
328
+ from aiobotocore.session import get_session
329
+
330
+ from types_aiobotocore_bcm_pricing_calculator import BillingandCostManagementPricingCalculatorClient
331
+
332
+ session = get_session()
333
+ async with session.create_client("bcm-pricing-calculator") as client:
334
+ client: BillingandCostManagementPricingCalculatorClient
335
+ # now client usage is checked by mypy and IDE should provide code completion
336
+ ```
337
+
338
+ <a id="paginators-annotations"></a>
339
+
340
+ ### Paginators annotations
341
+
342
+ `types_aiobotocore_bcm_pricing_calculator.paginator` module contains type
343
+ annotations for all paginators.
344
+
345
+ ```python
346
+ from aiobotocore.session import get_session
347
+
348
+ from types_aiobotocore_bcm_pricing_calculator import BillingandCostManagementPricingCalculatorClient
349
+ from types_aiobotocore_bcm_pricing_calculator.paginator import (
350
+ ListBillEstimateCommitmentsPaginator,
351
+ ListBillEstimateInputCommitmentModificationsPaginator,
352
+ ListBillEstimateInputUsageModificationsPaginator,
353
+ ListBillEstimateLineItemsPaginator,
354
+ ListBillEstimatesPaginator,
355
+ ListBillScenarioCommitmentModificationsPaginator,
356
+ ListBillScenarioUsageModificationsPaginator,
357
+ ListBillScenariosPaginator,
358
+ ListWorkloadEstimateUsagePaginator,
359
+ ListWorkloadEstimatesPaginator,
360
+ )
361
+
362
+ session = get_session()
363
+ async with session.create_client("bcm-pricing-calculator") as client:
364
+ client: BillingandCostManagementPricingCalculatorClient
365
+
366
+ # Explicit type annotations are optional here
367
+ # Types should be correctly discovered by mypy and IDEs
368
+ list_bill_estimate_commitments_paginator: ListBillEstimateCommitmentsPaginator = (
369
+ client.get_paginator("list_bill_estimate_commitments")
370
+ )
371
+ list_bill_estimate_input_commitment_modifications_paginator: ListBillEstimateInputCommitmentModificationsPaginator = client.get_paginator(
372
+ "list_bill_estimate_input_commitment_modifications"
373
+ )
374
+ list_bill_estimate_input_usage_modifications_paginator: ListBillEstimateInputUsageModificationsPaginator = client.get_paginator(
375
+ "list_bill_estimate_input_usage_modifications"
376
+ )
377
+ list_bill_estimate_line_items_paginator: ListBillEstimateLineItemsPaginator = (
378
+ client.get_paginator("list_bill_estimate_line_items")
379
+ )
380
+ list_bill_estimates_paginator: ListBillEstimatesPaginator = client.get_paginator(
381
+ "list_bill_estimates"
382
+ )
383
+ list_bill_scenario_commitment_modifications_paginator: ListBillScenarioCommitmentModificationsPaginator = client.get_paginator(
384
+ "list_bill_scenario_commitment_modifications"
385
+ )
386
+ list_bill_scenario_usage_modifications_paginator: ListBillScenarioUsageModificationsPaginator = client.get_paginator(
387
+ "list_bill_scenario_usage_modifications"
388
+ )
389
+ list_bill_scenarios_paginator: ListBillScenariosPaginator = client.get_paginator(
390
+ "list_bill_scenarios"
391
+ )
392
+ list_workload_estimate_usage_paginator: ListWorkloadEstimateUsagePaginator = (
393
+ client.get_paginator("list_workload_estimate_usage")
394
+ )
395
+ list_workload_estimates_paginator: ListWorkloadEstimatesPaginator = client.get_paginator(
396
+ "list_workload_estimates"
397
+ )
398
+ ```
399
+
400
+ <a id="literals"></a>
401
+
402
+ ### Literals
403
+
404
+ `types_aiobotocore_bcm_pricing_calculator.literals` module contains literals
405
+ extracted from shapes that can be used in user code for type checking.
406
+
407
+ Full list of `BillingandCostManagementPricingCalculator` Literals can be found
408
+ in
409
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_bcm_pricing_calculator/literals/).
410
+
411
+ ```python
412
+ from types_aiobotocore_bcm_pricing_calculator.literals import (
413
+ BatchCreateBillScenarioCommitmentModificationErrorCodeType,
414
+ )
415
+
416
+
417
+ def check_value(value: BatchCreateBillScenarioCommitmentModificationErrorCodeType) -> bool: ...
418
+ ```
419
+
420
+ <a id="type-definitions"></a>
421
+
422
+ ### Type definitions
423
+
424
+ `types_aiobotocore_bcm_pricing_calculator.type_defs` module contains structures
425
+ and shapes assembled to typed dictionaries and unions for additional type
426
+ checking.
427
+
428
+ Full list of `BillingandCostManagementPricingCalculator` TypeDefs can be found
429
+ in
430
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_bcm_pricing_calculator/type_defs/).
431
+
432
+ ```python
433
+ from types_aiobotocore_bcm_pricing_calculator.type_defs import AddReservedInstanceActionTypeDef
434
+
435
+
436
+ def get_value() -> AddReservedInstanceActionTypeDef:
437
+ return {...}
438
+ ```
439
+
440
+ <a id="how-it-works"></a>
441
+
442
+ ## How it works
443
+
444
+ Fully automated
445
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
446
+ generates type annotations for each service, patiently waiting for
447
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
448
+ sure that:
449
+
450
+ - All available `aiobotocore` services are covered.
451
+ - Each public class and method of every `aiobotocore` service gets valid type
452
+ annotations extracted from `botocore` schemas.
453
+ - Type annotations include up-to-date documentation.
454
+ - Link to documentation is provided for every method.
455
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
456
+
457
+ <a id="what's-new"></a>
458
+
459
+ ## What's new
460
+
461
+ <a id="implemented-features"></a>
462
+
463
+ ### Implemented features
464
+
465
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
466
+ libraries
467
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
468
+ compatibility
469
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
470
+ annotations for each service
471
+ - Generated `TypeDefs` for each service
472
+ - Generated `Literals` for each service
473
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
474
+ - Auto discovery of types for `session.client` and `session.resource` calls
475
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
476
+ calls
477
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
478
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
479
+
480
+ <a id="latest-changes"></a>
481
+
482
+ ### Latest changes
483
+
484
+ Builder changelog can be found in
485
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
486
+
487
+ <a id="versioning"></a>
488
+
489
+ ## Versioning
490
+
491
+ `types-aiobotocore-bcm-pricing-calculator` version is the same as related
492
+ `aiobotocore` version and follows
493
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
494
+
495
+ <a id="thank-you"></a>
496
+
497
+ ## Thank you
498
+
499
+ - [Allie Fitter](https://github.com/alliefitter) for
500
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
501
+ this package is based on top of his work
502
+ - [black](https://github.com/psf/black) developers for an awesome formatting
503
+ tool
504
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
505
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
506
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
507
+ for us
508
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
509
+ Python
510
+
511
+ <a id="documentation"></a>
512
+
513
+ ## Documentation
514
+
515
+ All services type annotations can be found in
516
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_bcm_pricing_calculator/)
517
+
518
+ <a id="support-and-contributing"></a>
519
+
520
+ ## Support and contributing
521
+
522
+ This package is auto-generated. Please reports any bugs or request new features
523
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
524
+ repository.