types-boto3 1.40.11__py3-none-any.whl → 1.40.13__py3-none-any.whl
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.
- boto3-stubs/__init__.pyi +19 -0
- boto3-stubs/session.pyi +20 -0
- {types_boto3-1.40.11.dist-info → types_boto3-1.40.13.dist-info}/METADATA +13 -7
- {types_boto3-1.40.11.dist-info → types_boto3-1.40.13.dist-info}/RECORD +7 -7
- {types_boto3-1.40.11.dist-info → types_boto3-1.40.13.dist-info}/WHEEL +0 -0
- {types_boto3-1.40.11.dist-info → types_boto3-1.40.13.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.40.11.dist-info → types_boto3-1.40.13.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -50,6 +50,7 @@ from types_boto3_backup.client import BackupClient
|
|
50
50
|
from types_boto3_backup_gateway.client import BackupGatewayClient
|
51
51
|
from types_boto3_backupsearch.client import BackupSearchClient
|
52
52
|
from types_boto3_batch.client import BatchClient
|
53
|
+
from types_boto3_bcm_dashboards.client import BillingandCostManagementDashboardsClient
|
53
54
|
from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
54
55
|
from types_boto3_bcm_pricing_calculator.client import (
|
55
56
|
BillingandCostManagementPricingCalculatorClient,
|
@@ -1160,6 +1161,24 @@ def client(
|
|
1160
1161
|
Create client for Batch service.
|
1161
1162
|
"""
|
1162
1163
|
|
1164
|
+
@overload
|
1165
|
+
def client(
|
1166
|
+
service_name: Literal["bcm-dashboards"],
|
1167
|
+
region_name: str | None = ...,
|
1168
|
+
api_version: str | None = ...,
|
1169
|
+
use_ssl: bool | None = ...,
|
1170
|
+
verify: bool | str | None = ...,
|
1171
|
+
endpoint_url: str | None = ...,
|
1172
|
+
aws_access_key_id: str | None = ...,
|
1173
|
+
aws_secret_access_key: str | None = ...,
|
1174
|
+
aws_session_token: str | None = ...,
|
1175
|
+
config: Config | None = ...,
|
1176
|
+
aws_account_id: str | None = ...,
|
1177
|
+
) -> BillingandCostManagementDashboardsClient:
|
1178
|
+
"""
|
1179
|
+
Create client for BillingandCostManagementDashboards service.
|
1180
|
+
"""
|
1181
|
+
|
1163
1182
|
@overload
|
1164
1183
|
def client(
|
1165
1184
|
service_name: Literal["bcm-data-exports"],
|
boto3-stubs/session.pyi
CHANGED
@@ -56,6 +56,7 @@ from types_boto3_backup.client import BackupClient
|
|
56
56
|
from types_boto3_backup_gateway.client import BackupGatewayClient
|
57
57
|
from types_boto3_backupsearch.client import BackupSearchClient
|
58
58
|
from types_boto3_batch.client import BatchClient
|
59
|
+
from types_boto3_bcm_dashboards.client import BillingandCostManagementDashboardsClient
|
59
60
|
from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
60
61
|
from types_boto3_bcm_pricing_calculator.client import (
|
61
62
|
BillingandCostManagementPricingCalculatorClient,
|
@@ -1218,6 +1219,25 @@ class Session:
|
|
1218
1219
|
Create client for Batch service.
|
1219
1220
|
"""
|
1220
1221
|
|
1222
|
+
@overload
|
1223
|
+
def client(
|
1224
|
+
self,
|
1225
|
+
service_name: Literal["bcm-dashboards"],
|
1226
|
+
region_name: str | None = ...,
|
1227
|
+
api_version: str | None = ...,
|
1228
|
+
use_ssl: bool | None = ...,
|
1229
|
+
verify: bool | str | None = ...,
|
1230
|
+
endpoint_url: str | None = ...,
|
1231
|
+
aws_access_key_id: str | None = ...,
|
1232
|
+
aws_secret_access_key: str | None = ...,
|
1233
|
+
aws_session_token: str | None = ...,
|
1234
|
+
config: Config | None = ...,
|
1235
|
+
aws_account_id: str | None = ...,
|
1236
|
+
) -> BillingandCostManagementDashboardsClient:
|
1237
|
+
"""
|
1238
|
+
Create client for BillingandCostManagementDashboards service.
|
1239
|
+
"""
|
1240
|
+
|
1221
1241
|
@overload
|
1222
1242
|
def client(
|
1223
1243
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
3
|
-
Version: 1.40.
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
3
|
+
Version: 1.40.13
|
4
|
+
Summary: Type annotations for boto3 1.40.13 generated with mypy-boto3-builder 8.11.0
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
36
36
|
Provides-Extra: full
|
37
37
|
Requires-Dist: types-boto3-full<1.41.0,>=1.40.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.40.
|
39
|
+
Requires-Dist: boto3==1.40.13; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
@@ -76,6 +76,7 @@ Requires-Dist: types-boto3-backup<1.41.0,>=1.40.0; extra == "all"
|
|
76
76
|
Requires-Dist: types-boto3-backup-gateway<1.41.0,>=1.40.0; extra == "all"
|
77
77
|
Requires-Dist: types-boto3-backupsearch<1.41.0,>=1.40.0; extra == "all"
|
78
78
|
Requires-Dist: types-boto3-batch<1.41.0,>=1.40.0; extra == "all"
|
79
|
+
Requires-Dist: types-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "all"
|
79
80
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
|
80
81
|
Requires-Dist: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
|
81
82
|
Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
|
@@ -536,6 +537,8 @@ Provides-Extra: backupsearch
|
|
536
537
|
Requires-Dist: types-boto3-backupsearch<1.41.0,>=1.40.0; extra == "backupsearch"
|
537
538
|
Provides-Extra: batch
|
538
539
|
Requires-Dist: types-boto3-batch<1.41.0,>=1.40.0; extra == "batch"
|
540
|
+
Provides-Extra: bcm-dashboards
|
541
|
+
Requires-Dist: types-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "bcm-dashboards"
|
539
542
|
Provides-Extra: bcm-data-exports
|
540
543
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
|
541
544
|
Provides-Extra: bcm-pricing-calculator
|
@@ -1314,7 +1317,7 @@ Dynamic: summary
|
|
1314
1317
|
|
1315
1318
|

|
1316
1319
|
|
1317
|
-
Type annotations for [boto3 1.40.
|
1320
|
+
Type annotations for [boto3 1.40.13](https://pypi.org/project/boto3/)
|
1318
1321
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1319
1322
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1320
1323
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1372,7 +1375,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1372
1375
|
isolation.
|
1373
1376
|
|
1374
1377
|
1. Run mypy-boto3-builder in your package root directory:
|
1375
|
-
`uvx --with 'boto3==1.40.
|
1378
|
+
`uvx --with 'boto3==1.40.13' mypy-boto3-builder`
|
1376
1379
|
2. Select `boto3` AWS SDK.
|
1377
1380
|
3. Select services you use in the current project.
|
1378
1381
|
4. Use provided commands to install generated packages.
|
@@ -1700,9 +1703,9 @@ repository.
|
|
1700
1703
|
|
1701
1704
|
## Submodules
|
1702
1705
|
|
1703
|
-
- `types-boto3[full]` - Type annotations for all
|
1706
|
+
- `types-boto3[full]` - Type annotations for all 415 services in one package
|
1704
1707
|
(recommended).
|
1705
|
-
- `types-boto3[all]` - Type annotations for all
|
1708
|
+
- `types-boto3[all]` - Type annotations for all 415 services in separate
|
1706
1709
|
packages.
|
1707
1710
|
- `types-boto3[essential]` - Type annotations for
|
1708
1711
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -1825,6 +1828,9 @@ repository.
|
|
1825
1828
|
- `types-boto3[batch]` - Type annotations for
|
1826
1829
|
[Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
|
1827
1830
|
service.
|
1831
|
+
- `types-boto3[bcm-dashboards]` - Type annotations for
|
1832
|
+
[BillingandCostManagementDashboards](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_dashboards/)
|
1833
|
+
service.
|
1828
1834
|
- `types-boto3[bcm-data-exports]` - Type annotations for
|
1829
1835
|
[BillingandCostManagementDataExports](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_data_exports/)
|
1830
1836
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=fxfz5QCxDvrgJ3Am9j2it_cT5TnMng68f9xHxOOapCQ,252573
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=2KvX0b2JGR12fVPLPSagnWAFbA9God7LbXz05l5Bzu8,288530
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
types_boto3-1.40.
|
42
|
-
types_boto3-1.40.
|
43
|
-
types_boto3-1.40.
|
44
|
-
types_boto3-1.40.
|
45
|
-
types_boto3-1.40.
|
41
|
+
types_boto3-1.40.13.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.40.13.dist-info/METADATA,sha256=auT7YmS9d7DT5NTMc4zuV9JFmIhK5v0IDdm0zrpmOtw,153835
|
43
|
+
types_boto3-1.40.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.40.13.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.40.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|