types-boto3 1.40.8__py3-none-any.whl → 1.40.10__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
@@ -54,6 +54,9 @@ from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExpo
54
54
  from types_boto3_bcm_pricing_calculator.client import (
55
55
  BillingandCostManagementPricingCalculatorClient,
56
56
  )
57
+ from types_boto3_bcm_recommended_actions.client import (
58
+ BillingandCostManagementRecommendedActionsClient,
59
+ )
57
60
  from types_boto3_bedrock.client import BedrockClient
58
61
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
59
62
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
@@ -1193,6 +1196,24 @@ def client(
1193
1196
  Create client for BillingandCostManagementPricingCalculator service.
1194
1197
  """
1195
1198
 
1199
+ @overload
1200
+ def client(
1201
+ service_name: Literal["bcm-recommended-actions"],
1202
+ region_name: str | None = ...,
1203
+ api_version: str | None = ...,
1204
+ use_ssl: bool | None = ...,
1205
+ verify: bool | str | None = ...,
1206
+ endpoint_url: str | None = ...,
1207
+ aws_access_key_id: str | None = ...,
1208
+ aws_secret_access_key: str | None = ...,
1209
+ aws_session_token: str | None = ...,
1210
+ config: Config | None = ...,
1211
+ aws_account_id: str | None = ...,
1212
+ ) -> BillingandCostManagementRecommendedActionsClient:
1213
+ """
1214
+ Create client for BillingandCostManagementRecommendedActions service.
1215
+ """
1216
+
1196
1217
  @overload
1197
1218
  def client(
1198
1219
  service_name: Literal["bedrock"],
boto3-stubs/session.pyi CHANGED
@@ -60,6 +60,9 @@ from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExpo
60
60
  from types_boto3_bcm_pricing_calculator.client import (
61
61
  BillingandCostManagementPricingCalculatorClient,
62
62
  )
63
+ from types_boto3_bcm_recommended_actions.client import (
64
+ BillingandCostManagementRecommendedActionsClient,
65
+ )
63
66
  from types_boto3_bedrock.client import BedrockClient
64
67
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
65
68
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
@@ -1253,6 +1256,25 @@ class Session:
1253
1256
  Create client for BillingandCostManagementPricingCalculator service.
1254
1257
  """
1255
1258
 
1259
+ @overload
1260
+ def client(
1261
+ self,
1262
+ service_name: Literal["bcm-recommended-actions"],
1263
+ region_name: str | None = ...,
1264
+ api_version: str | None = ...,
1265
+ use_ssl: bool | None = ...,
1266
+ verify: bool | str | None = ...,
1267
+ endpoint_url: str | None = ...,
1268
+ aws_access_key_id: str | None = ...,
1269
+ aws_secret_access_key: str | None = ...,
1270
+ aws_session_token: str | None = ...,
1271
+ config: Config | None = ...,
1272
+ aws_account_id: str | None = ...,
1273
+ ) -> BillingandCostManagementRecommendedActionsClient:
1274
+ """
1275
+ Create client for BillingandCostManagementRecommendedActions service.
1276
+ """
1277
+
1256
1278
  @overload
1257
1279
  def client(
1258
1280
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.40.8
4
- Summary: Type annotations for boto3 1.40.8 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.10
4
+ Summary: Type annotations for boto3 1.40.10 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.8; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.10; 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"
@@ -78,6 +78,7 @@ 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
79
  Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
80
80
  Requires-Dist: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
81
+ Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
81
82
  Requires-Dist: types-boto3-bedrock<1.41.0,>=1.40.0; extra == "all"
82
83
  Requires-Dist: types-boto3-bedrock-agent<1.41.0,>=1.40.0; extra == "all"
83
84
  Requires-Dist: types-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: types-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: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "bcm-pricing-calculator"
543
+ Provides-Extra: bcm-recommended-actions
544
+ Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "bcm-recommended-actions"
542
545
  Provides-Extra: bedrock
543
546
  Requires-Dist: types-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.8](https://pypi.org/project/boto3/) compatible
1315
- with [VSCode](https://code.visualstudio.com/),
1317
+ Type annotations for [boto3 1.40.10](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/),
@@ -1369,7 +1372,7 @@ You can generate type annotations for `boto3` package locally with
1369
1372
  isolation.
1370
1373
 
1371
1374
  1. Run mypy-boto3-builder in your package root directory:
1372
- `uvx --with 'boto3==1.40.8' mypy-boto3-builder`
1375
+ `uvx --with 'boto3==1.40.10' mypy-boto3-builder`
1373
1376
  2. Select `boto3` AWS SDK.
1374
1377
  3. Select services you use in the current project.
1375
1378
  4. Use provided commands to install generated packages.
@@ -1697,9 +1700,9 @@ repository.
1697
1700
 
1698
1701
  ## Submodules
1699
1702
 
1700
- - `types-boto3[full]` - Type annotations for all 413 services in one package
1703
+ - `types-boto3[full]` - Type annotations for all 414 services in one package
1701
1704
  (recommended).
1702
- - `types-boto3[all]` - Type annotations for all 413 services in separate
1705
+ - `types-boto3[all]` - Type annotations for all 414 services in separate
1703
1706
  packages.
1704
1707
  - `types-boto3[essential]` - Type annotations for
1705
1708
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1828,6 +1831,9 @@ repository.
1828
1831
  - `types-boto3[bcm-pricing-calculator]` - Type annotations for
1829
1832
  [BillingandCostManagementPricingCalculator](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_pricing_calculator/)
1830
1833
  service.
1834
+ - `types-boto3[bcm-recommended-actions]` - Type annotations for
1835
+ [BillingandCostManagementRecommendedActions](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_recommended_actions/)
1836
+ service.
1831
1837
  - `types-boto3[bedrock]` - Type annotations for
1832
1838
  [Bedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/)
1833
1839
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=mXhgPwhL2KJBUNa_7OYIcJv-fXOD7RjNxPuURgAAAOg,251208
1
+ boto3-stubs/__init__.pyi,sha256=U72hh4CVHKgMA72PsQANZuoPgGTLZ7Lpkecy0ruu5tE,251916
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=vXiG2MwrAXIBx0Szy_-8msTeOZ5DE5MgYJR3z4X3EqE,287001
6
+ boto3-stubs/session.pyi,sha256=0oTnwlB_ZxQaGZ5tFUnFEwscYZyVWV4YC4iDsl9cSBE,287791
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.8.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.40.8.dist-info/METADATA,sha256=ijuh7jIjcKduf6eD85ODnM7JUvHeoWdGNY4B5YRytCs,153034
43
- types_boto3-1.40.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.40.8.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.40.8.dist-info/RECORD,,
41
+ types_boto3-1.40.10.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.40.10.dist-info/METADATA,sha256=odEqyx0KCu0cOK__jpD7XCmrY8eR6VAxWFrZB5pS6u0,153468
43
+ types_boto3-1.40.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.40.10.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.40.10.dist-info/RECORD,,