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