boto3-stubs 1.40.9__py3-none-any.whl → 1.40.11__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 CHANGED
@@ -52,6 +52,9 @@ from mypy_boto3_backupsearch.client import BackupSearchClient
52
52
  from mypy_boto3_batch.client import BatchClient
53
53
  from mypy_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
54
54
  from mypy_boto3_bcm_pricing_calculator.client import BillingandCostManagementPricingCalculatorClient
55
+ from mypy_boto3_bcm_recommended_actions.client import (
56
+ BillingandCostManagementRecommendedActionsClient,
57
+ )
55
58
  from mypy_boto3_bedrock.client import BedrockClient
56
59
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
57
60
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
@@ -1191,6 +1194,24 @@ def client(
1191
1194
  Create client for BillingandCostManagementPricingCalculator service.
1192
1195
  """
1193
1196
 
1197
+ @overload
1198
+ def client(
1199
+ service_name: Literal["bcm-recommended-actions"],
1200
+ region_name: str | None = ...,
1201
+ api_version: str | None = ...,
1202
+ use_ssl: bool | None = ...,
1203
+ verify: bool | str | None = ...,
1204
+ endpoint_url: str | None = ...,
1205
+ aws_access_key_id: str | None = ...,
1206
+ aws_secret_access_key: str | None = ...,
1207
+ aws_session_token: str | None = ...,
1208
+ config: Config | None = ...,
1209
+ aws_account_id: str | None = ...,
1210
+ ) -> BillingandCostManagementRecommendedActionsClient:
1211
+ """
1212
+ Create client for BillingandCostManagementRecommendedActions service.
1213
+ """
1214
+
1194
1215
  @overload
1195
1216
  def client(
1196
1217
  service_name: Literal["bedrock"],
boto3-stubs/session.pyi CHANGED
@@ -58,6 +58,9 @@ from mypy_boto3_backupsearch.client import BackupSearchClient
58
58
  from mypy_boto3_batch.client import BatchClient
59
59
  from mypy_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
60
60
  from mypy_boto3_bcm_pricing_calculator.client import BillingandCostManagementPricingCalculatorClient
61
+ from mypy_boto3_bcm_recommended_actions.client import (
62
+ BillingandCostManagementRecommendedActionsClient,
63
+ )
61
64
  from mypy_boto3_bedrock.client import BedrockClient
62
65
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
63
66
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
@@ -1251,6 +1254,25 @@ class Session:
1251
1254
  Create client for BillingandCostManagementPricingCalculator service.
1252
1255
  """
1253
1256
 
1257
+ @overload
1258
+ def client(
1259
+ self,
1260
+ service_name: Literal["bcm-recommended-actions"],
1261
+ region_name: str | None = ...,
1262
+ api_version: str | None = ...,
1263
+ use_ssl: bool | None = ...,
1264
+ verify: bool | str | None = ...,
1265
+ endpoint_url: str | None = ...,
1266
+ aws_access_key_id: str | None = ...,
1267
+ aws_secret_access_key: str | None = ...,
1268
+ aws_session_token: str | None = ...,
1269
+ config: Config | None = ...,
1270
+ aws_account_id: str | None = ...,
1271
+ ) -> BillingandCostManagementRecommendedActionsClient:
1272
+ """
1273
+ Create client for BillingandCostManagementRecommendedActions service.
1274
+ """
1275
+
1254
1276
  @overload
1255
1277
  def client(
1256
1278
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs
3
- Version: 1.40.9
4
- Summary: Type annotations for boto3 1.40.9 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.11
4
+ Summary: Type annotations for boto3 1.40.11 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: boto3-stubs-full<1.41.0,>=1.40.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.40.9; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.11; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
@@ -78,6 +78,7 @@ Requires-Dist: mypy-boto3-backupsearch<1.41.0,>=1.40.0; extra == "all"
78
78
  Requires-Dist: mypy-boto3-batch<1.41.0,>=1.40.0; extra == "all"
79
79
  Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
80
80
  Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
81
+ Requires-Dist: mypy-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
81
82
  Requires-Dist: mypy-boto3-bedrock<1.41.0,>=1.40.0; extra == "all"
82
83
  Requires-Dist: mypy-boto3-bedrock-agent<1.41.0,>=1.40.0; extra == "all"
83
84
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.41.0,>=1.40.0; extra == "all"
@@ -539,6 +540,8 @@ Provides-Extra: bcm-data-exports
539
540
  Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
540
541
  Provides-Extra: bcm-pricing-calculator
541
542
  Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "bcm-pricing-calculator"
543
+ Provides-Extra: bcm-recommended-actions
544
+ Requires-Dist: mypy-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "bcm-recommended-actions"
542
545
  Provides-Extra: bedrock
543
546
  Requires-Dist: mypy-boto3-bedrock<1.41.0,>=1.40.0; extra == "bedrock"
544
547
  Provides-Extra: bedrock-agent
@@ -1311,8 +1314,8 @@ Dynamic: summary
1311
1314
 
1312
1315
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1313
1316
 
1314
- Type annotations for [boto3 1.40.9](https://pypi.org/project/boto3/) compatible
1315
- with [VSCode](https://code.visualstudio.com/),
1317
+ Type annotations for [boto3 1.40.11](https://pypi.org/project/boto3/)
1318
+ compatible with [VSCode](https://code.visualstudio.com/),
1316
1319
  [PyCharm](https://www.jetbrains.com/pycharm/),
1317
1320
  [Emacs](https://www.gnu.org/software/emacs/),
1318
1321
  [Sublime Text](https://www.sublimetext.com/),
@@ -1370,7 +1373,7 @@ You can generate type annotations for `boto3` package locally with
1370
1373
  isolation.
1371
1374
 
1372
1375
  1. Run mypy-boto3-builder in your package root directory:
1373
- `uvx --with 'boto3==1.40.9' mypy-boto3-builder`
1376
+ `uvx --with 'boto3==1.40.11' mypy-boto3-builder`
1374
1377
  2. Select `boto3-stubs` AWS SDK.
1375
1378
  3. Select services you use in the current project.
1376
1379
  4. Use provided commands to install generated packages.
@@ -1722,9 +1725,9 @@ repository.
1722
1725
 
1723
1726
  ## Submodules
1724
1727
 
1725
- - `boto3-stubs[full]` - Type annotations for all 413 services in one package
1728
+ - `boto3-stubs[full]` - Type annotations for all 414 services in one package
1726
1729
  (recommended).
1727
- - `boto3-stubs[all]` - Type annotations for all 413 services in separate
1730
+ - `boto3-stubs[all]` - Type annotations for all 414 services in separate
1728
1731
  packages.
1729
1732
  - `boto3-stubs[essential]` - Type annotations for
1730
1733
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1853,6 +1856,9 @@ repository.
1853
1856
  - `boto3-stubs[bcm-pricing-calculator]` - Type annotations for
1854
1857
  [BillingandCostManagementPricingCalculator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_pricing_calculator/)
1855
1858
  service.
1859
+ - `boto3-stubs[bcm-recommended-actions]` - Type annotations for
1860
+ [BillingandCostManagementRecommendedActions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_recommended_actions/)
1861
+ service.
1856
1862
  - `boto3-stubs[bedrock]` - Type annotations for
1857
1863
  [Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
1858
1864
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=o46Cc1Xtuy8Ohy3AdeKZVtgwUY4RzVCAsS4flj-bABY,250776
1
+ boto3-stubs/__init__.pyi,sha256=57Wb9dPEqDdjsSW7UkkofXHl8Qc8ZSNhleUAiZRgnF4,251483
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=cLSLvI5HGr3OYiOHG5I4KyDQmgoyl5mZYO2T0mu7G-U,286569
6
+ boto3-stubs/session.pyi,sha256=LjPhuBq6_vM_HkVc2zCEDQcSpF_sLO3qBIKwK3WrG2Y,287358
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
- boto3_stubs-1.40.9.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.40.9.dist-info/METADATA,sha256=MEKGrcgMSfXENm-5VvxIaQGEiJ1FVI0iWJ6BqjJzFC4,152330
43
- boto3_stubs-1.40.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs-1.40.9.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.40.9.dist-info/RECORD,,
41
+ boto3_stubs-1.40.11.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.40.11.dist-info/METADATA,sha256=NhINo3h88Bm2oSVfgiDln2i9AJvb_MiadBtUvS-YW5c,152761
43
+ boto3_stubs-1.40.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs-1.40.11.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.40.11.dist-info/RECORD,,