types-boto3 1.35.74__py3-none-any.whl → 1.35.76__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,8 @@ from types_boto3_bcm_pricing_calculator.client import (
54
54
  from types_boto3_bedrock.client import BedrockClient
55
55
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
56
56
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
57
+ from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
58
+ from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
57
59
  from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
58
60
  from types_boto3_billing.client import BillingClient
59
61
  from types_boto3_billingconductor.client import BillingConductorClient
@@ -978,6 +980,32 @@ def client(
978
980
  config: Optional[Config] = ...,
979
981
  ) -> AgentsforBedrockRuntimeClient: ...
980
982
  @overload
983
+ def client(
984
+ service_name: Literal["bedrock-data-automation"],
985
+ region_name: Optional[str] = ...,
986
+ api_version: Optional[str] = ...,
987
+ use_ssl: Optional[bool] = ...,
988
+ verify: Union[bool, str, None] = ...,
989
+ endpoint_url: Optional[str] = ...,
990
+ aws_access_key_id: Optional[str] = ...,
991
+ aws_secret_access_key: Optional[str] = ...,
992
+ aws_session_token: Optional[str] = ...,
993
+ config: Optional[Config] = ...,
994
+ ) -> DataAutomationforBedrockClient: ...
995
+ @overload
996
+ def client(
997
+ service_name: Literal["bedrock-data-automation-runtime"],
998
+ region_name: Optional[str] = ...,
999
+ api_version: Optional[str] = ...,
1000
+ use_ssl: Optional[bool] = ...,
1001
+ verify: Union[bool, str, None] = ...,
1002
+ endpoint_url: Optional[str] = ...,
1003
+ aws_access_key_id: Optional[str] = ...,
1004
+ aws_secret_access_key: Optional[str] = ...,
1005
+ aws_session_token: Optional[str] = ...,
1006
+ config: Optional[Config] = ...,
1007
+ ) -> RuntimeforBedrockDataAutomationClient: ...
1008
+ @overload
981
1009
  def client(
982
1010
  service_name: Literal["bedrock-runtime"],
983
1011
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -60,6 +60,8 @@ from types_boto3_bcm_pricing_calculator.client import (
60
60
  from types_boto3_bedrock.client import BedrockClient
61
61
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
62
62
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
63
+ from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
64
+ from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
63
65
  from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
64
66
  from types_boto3_billing.client import BillingClient
65
67
  from types_boto3_billingconductor.client import BillingConductorClient
@@ -1039,6 +1041,34 @@ class Session:
1039
1041
  config: Optional[Config] = ...,
1040
1042
  ) -> AgentsforBedrockRuntimeClient: ...
1041
1043
  @overload
1044
+ def client(
1045
+ self,
1046
+ service_name: Literal["bedrock-data-automation"],
1047
+ region_name: Optional[str] = ...,
1048
+ api_version: Optional[str] = ...,
1049
+ use_ssl: Optional[bool] = ...,
1050
+ verify: Union[bool, str, None] = ...,
1051
+ endpoint_url: Optional[str] = ...,
1052
+ aws_access_key_id: Optional[str] = ...,
1053
+ aws_secret_access_key: Optional[str] = ...,
1054
+ aws_session_token: Optional[str] = ...,
1055
+ config: Optional[Config] = ...,
1056
+ ) -> DataAutomationforBedrockClient: ...
1057
+ @overload
1058
+ def client(
1059
+ self,
1060
+ service_name: Literal["bedrock-data-automation-runtime"],
1061
+ region_name: Optional[str] = ...,
1062
+ api_version: Optional[str] = ...,
1063
+ use_ssl: Optional[bool] = ...,
1064
+ verify: Union[bool, str, None] = ...,
1065
+ endpoint_url: Optional[str] = ...,
1066
+ aws_access_key_id: Optional[str] = ...,
1067
+ aws_secret_access_key: Optional[str] = ...,
1068
+ aws_session_token: Optional[str] = ...,
1069
+ config: Optional[Config] = ...,
1070
+ ) -> RuntimeforBedrockDataAutomationClient: ...
1071
+ @overload
1042
1072
  def client(
1043
1073
  self,
1044
1074
  service_name: Literal["bedrock-runtime"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3
3
- Version: 1.35.74
4
- Summary: Type annotations for boto3 1.35.74 generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.76
4
+ Summary: Type annotations for boto3 1.35.76 generated with mypy-boto3-builder 8.5.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
@@ -76,6 +76,8 @@ Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all
76
76
  Requires-Dist: types-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
77
77
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
78
78
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
79
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "all"
80
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "all"
79
81
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
82
  Requires-Dist: types-boto3-billing<1.36.0,>=1.35.0; extra == "all"
81
83
  Requires-Dist: types-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
@@ -447,8 +449,8 @@ Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
447
449
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
448
450
  Requires-Dist: types-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
449
451
  Provides-Extra: boto3
450
- Requires-Dist: boto3==1.35.74; extra == "boto3"
451
- Requires-Dist: botocore==1.35.74; extra == "boto3"
452
+ Requires-Dist: boto3==1.35.76; extra == "boto3"
453
+ Requires-Dist: botocore==1.35.76; extra == "boto3"
452
454
  Provides-Extra: accessanalyzer
453
455
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
454
456
  Provides-Extra: account
@@ -529,6 +531,10 @@ Provides-Extra: bedrock-agent
529
531
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
530
532
  Provides-Extra: bedrock-agent-runtime
531
533
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
534
+ Provides-Extra: bedrock-data-automation
535
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "bedrock-data-automation"
536
+ Provides-Extra: bedrock-data-automation-runtime
537
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "bedrock-data-automation-runtime"
532
538
  Provides-Extra: bedrock-runtime
533
539
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
534
540
  Provides-Extra: billing
@@ -1265,7 +1271,7 @@ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1265
1271
 
1266
1272
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1267
1273
 
1268
- Type annotations for [boto3 1.35.74](https://pypi.org/project/boto3/)
1274
+ Type annotations for [boto3 1.35.76](https://pypi.org/project/boto3/)
1269
1275
  compatible with [VSCode](https://code.visualstudio.com/),
1270
1276
  [PyCharm](https://www.jetbrains.com/pycharm/),
1271
1277
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1639,9 +1645,9 @@ repository.
1639
1645
 
1640
1646
  ## Submodules
1641
1647
 
1642
- - `types-boto3[full]` - Type annotations for all 402 services in one package
1648
+ - `types-boto3[full]` - Type annotations for all 404 services in one package
1643
1649
  (recommended).
1644
- - `types-boto3[all]` - Type annotations for all 402 services in separate
1650
+ - `types-boto3[all]` - Type annotations for all 404 services in separate
1645
1651
  packages.
1646
1652
  - `types-boto3[essential]` - Type annotations for
1647
1653
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1770,6 +1776,12 @@ repository.
1770
1776
  - `types-boto3[bedrock-agent-runtime]` - Type annotations for
1771
1777
  [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1772
1778
  service.
1779
+ - `types-boto3[bedrock-data-automation]` - Type annotations for
1780
+ [DataAutomationforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation/)
1781
+ service.
1782
+ - `types-boto3[bedrock-data-automation-runtime]` - Type annotations for
1783
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation_runtime/)
1784
+ service.
1773
1785
  - `types-boto3[bedrock-runtime]` - Type annotations for
1774
1786
  [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1775
1787
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=IYqH9UjYKNn6i-n0icQeuHSPnDS2A8VyMoGVuZtR7pg,216679
1
+ boto3-stubs/__init__.pyi,sha256=RGJJk7BuMuwEsAzPpQN-JPuwYoJvI1hx9JUVGhADNvM,217843
2
2
  boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
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=9--waMRM1_Y2KuHeurHeK7X78NgUtKREPvzn7u3PTP8,244980
6
+ boto3-stubs/session.pyi,sha256=SzgJSDBwOqq-BLdtqkxI7kgWbHF9qRpV5AVAhb-3wH0,246276
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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- types_boto3-1.35.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- types_boto3-1.35.74.dist-info/METADATA,sha256=kNSBYEguC9-KIHcdDDeBCw1IEX6qevedCtY3YGaNsnA,148234
43
- types_boto3-1.35.74.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- types_boto3-1.35.74.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.35.74.dist-info/RECORD,,
41
+ types_boto3-1.35.76.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ types_boto3-1.35.76.dist-info/METADATA,sha256=na4UqNSMbcJpmv3yf6SigUY5SYWWqplRw2KOoEoYbjI,149111
43
+ types_boto3-1.35.76.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ types_boto3-1.35.76.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.35.76.dist-info/RECORD,,