boto3-stubs 1.35.73__py3-none-any.whl → 1.35.75__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,8 @@ from mypy_boto3_bcm_pricing_calculator.client import BillingandCostManagementPri
52
52
  from mypy_boto3_bedrock.client import BedrockClient
53
53
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
54
54
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
55
+ from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
56
+ from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
55
57
  from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
56
58
  from mypy_boto3_billing.client import BillingClient
57
59
  from mypy_boto3_billingconductor.client import BillingConductorClient
@@ -131,6 +133,7 @@ from mypy_boto3_docdb_elastic.client import DocDBElasticClient
131
133
  from mypy_boto3_drs.client import DrsClient
132
134
  from mypy_boto3_ds.client import DirectoryServiceClient
133
135
  from mypy_boto3_ds_data.client import DirectoryServiceDataClient
136
+ from mypy_boto3_dsql.client import AuroraDSQLClient
134
137
  from mypy_boto3_dynamodb.client import DynamoDBClient
135
138
  from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
136
139
  from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -351,6 +354,7 @@ from mypy_boto3_s3.client import S3Client
351
354
  from mypy_boto3_s3.service_resource import S3ServiceResource
352
355
  from mypy_boto3_s3control.client import S3ControlClient
353
356
  from mypy_boto3_s3outposts.client import S3OutpostsClient
357
+ from mypy_boto3_s3tables.client import S3TablesClient
354
358
  from mypy_boto3_sagemaker.client import SageMakerClient
355
359
  from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
356
360
  from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -974,6 +978,32 @@ def client(
974
978
  config: Optional[Config] = ...,
975
979
  ) -> AgentsforBedrockRuntimeClient: ...
976
980
  @overload
981
+ def client(
982
+ service_name: Literal["bedrock-data-automation"],
983
+ region_name: Optional[str] = ...,
984
+ api_version: Optional[str] = ...,
985
+ use_ssl: Optional[bool] = ...,
986
+ verify: Union[bool, str, None] = ...,
987
+ endpoint_url: Optional[str] = ...,
988
+ aws_access_key_id: Optional[str] = ...,
989
+ aws_secret_access_key: Optional[str] = ...,
990
+ aws_session_token: Optional[str] = ...,
991
+ config: Optional[Config] = ...,
992
+ ) -> DataAutomationforBedrockClient: ...
993
+ @overload
994
+ def client(
995
+ service_name: Literal["bedrock-data-automation-runtime"],
996
+ region_name: Optional[str] = ...,
997
+ api_version: Optional[str] = ...,
998
+ use_ssl: Optional[bool] = ...,
999
+ verify: Union[bool, str, None] = ...,
1000
+ endpoint_url: Optional[str] = ...,
1001
+ aws_access_key_id: Optional[str] = ...,
1002
+ aws_secret_access_key: Optional[str] = ...,
1003
+ aws_session_token: Optional[str] = ...,
1004
+ config: Optional[Config] = ...,
1005
+ ) -> RuntimeforBedrockDataAutomationClient: ...
1006
+ @overload
977
1007
  def client(
978
1008
  service_name: Literal["bedrock-runtime"],
979
1009
  region_name: Optional[str] = ...,
@@ -1975,6 +2005,19 @@ def client(
1975
2005
  config: Optional[Config] = ...,
1976
2006
  ) -> DirectoryServiceDataClient: ...
1977
2007
  @overload
2008
+ def client(
2009
+ service_name: Literal["dsql"],
2010
+ region_name: Optional[str] = ...,
2011
+ api_version: Optional[str] = ...,
2012
+ use_ssl: Optional[bool] = ...,
2013
+ verify: Union[bool, str, None] = ...,
2014
+ endpoint_url: Optional[str] = ...,
2015
+ aws_access_key_id: Optional[str] = ...,
2016
+ aws_secret_access_key: Optional[str] = ...,
2017
+ aws_session_token: Optional[str] = ...,
2018
+ config: Optional[Config] = ...,
2019
+ ) -> AuroraDSQLClient: ...
2020
+ @overload
1978
2021
  def client(
1979
2022
  service_name: Literal["dynamodb"],
1980
2023
  region_name: Optional[str] = ...,
@@ -4705,6 +4748,19 @@ def client(
4705
4748
  config: Optional[Config] = ...,
4706
4749
  ) -> S3OutpostsClient: ...
4707
4750
  @overload
4751
+ def client(
4752
+ service_name: Literal["s3tables"],
4753
+ region_name: Optional[str] = ...,
4754
+ api_version: Optional[str] = ...,
4755
+ use_ssl: Optional[bool] = ...,
4756
+ verify: Union[bool, str, None] = ...,
4757
+ endpoint_url: Optional[str] = ...,
4758
+ aws_access_key_id: Optional[str] = ...,
4759
+ aws_secret_access_key: Optional[str] = ...,
4760
+ aws_session_token: Optional[str] = ...,
4761
+ config: Optional[Config] = ...,
4762
+ ) -> S3TablesClient: ...
4763
+ @overload
4708
4764
  def client(
4709
4765
  service_name: Literal["sagemaker"],
4710
4766
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -58,6 +58,8 @@ from mypy_boto3_bcm_pricing_calculator.client import BillingandCostManagementPri
58
58
  from mypy_boto3_bedrock.client import BedrockClient
59
59
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
60
60
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
61
+ from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
62
+ from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
61
63
  from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
62
64
  from mypy_boto3_billing.client import BillingClient
63
65
  from mypy_boto3_billingconductor.client import BillingConductorClient
@@ -137,6 +139,7 @@ from mypy_boto3_docdb_elastic.client import DocDBElasticClient
137
139
  from mypy_boto3_drs.client import DrsClient
138
140
  from mypy_boto3_ds.client import DirectoryServiceClient
139
141
  from mypy_boto3_ds_data.client import DirectoryServiceDataClient
142
+ from mypy_boto3_dsql.client import AuroraDSQLClient
140
143
  from mypy_boto3_dynamodb.client import DynamoDBClient
141
144
  from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
142
145
  from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -357,6 +360,7 @@ from mypy_boto3_s3.client import S3Client
357
360
  from mypy_boto3_s3.service_resource import S3ServiceResource
358
361
  from mypy_boto3_s3control.client import S3ControlClient
359
362
  from mypy_boto3_s3outposts.client import S3OutpostsClient
363
+ from mypy_boto3_s3tables.client import S3TablesClient
360
364
  from mypy_boto3_sagemaker.client import SageMakerClient
361
365
  from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
362
366
  from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -1035,6 +1039,34 @@ class Session:
1035
1039
  config: Optional[Config] = ...,
1036
1040
  ) -> AgentsforBedrockRuntimeClient: ...
1037
1041
  @overload
1042
+ def client(
1043
+ self,
1044
+ service_name: Literal["bedrock-data-automation"],
1045
+ region_name: Optional[str] = ...,
1046
+ api_version: Optional[str] = ...,
1047
+ use_ssl: Optional[bool] = ...,
1048
+ verify: Union[bool, str, None] = ...,
1049
+ endpoint_url: Optional[str] = ...,
1050
+ aws_access_key_id: Optional[str] = ...,
1051
+ aws_secret_access_key: Optional[str] = ...,
1052
+ aws_session_token: Optional[str] = ...,
1053
+ config: Optional[Config] = ...,
1054
+ ) -> DataAutomationforBedrockClient: ...
1055
+ @overload
1056
+ def client(
1057
+ self,
1058
+ service_name: Literal["bedrock-data-automation-runtime"],
1059
+ region_name: Optional[str] = ...,
1060
+ api_version: Optional[str] = ...,
1061
+ use_ssl: Optional[bool] = ...,
1062
+ verify: Union[bool, str, None] = ...,
1063
+ endpoint_url: Optional[str] = ...,
1064
+ aws_access_key_id: Optional[str] = ...,
1065
+ aws_secret_access_key: Optional[str] = ...,
1066
+ aws_session_token: Optional[str] = ...,
1067
+ config: Optional[Config] = ...,
1068
+ ) -> RuntimeforBedrockDataAutomationClient: ...
1069
+ @overload
1038
1070
  def client(
1039
1071
  self,
1040
1072
  service_name: Literal["bedrock-runtime"],
@@ -2113,6 +2145,20 @@ class Session:
2113
2145
  config: Optional[Config] = ...,
2114
2146
  ) -> DirectoryServiceDataClient: ...
2115
2147
  @overload
2148
+ def client(
2149
+ self,
2150
+ service_name: Literal["dsql"],
2151
+ region_name: Optional[str] = ...,
2152
+ api_version: Optional[str] = ...,
2153
+ use_ssl: Optional[bool] = ...,
2154
+ verify: Union[bool, str, None] = ...,
2155
+ endpoint_url: Optional[str] = ...,
2156
+ aws_access_key_id: Optional[str] = ...,
2157
+ aws_secret_access_key: Optional[str] = ...,
2158
+ aws_session_token: Optional[str] = ...,
2159
+ config: Optional[Config] = ...,
2160
+ ) -> AuroraDSQLClient: ...
2161
+ @overload
2116
2162
  def client(
2117
2163
  self,
2118
2164
  service_name: Literal["dynamodb"],
@@ -5053,6 +5099,20 @@ class Session:
5053
5099
  config: Optional[Config] = ...,
5054
5100
  ) -> S3OutpostsClient: ...
5055
5101
  @overload
5102
+ def client(
5103
+ self,
5104
+ service_name: Literal["s3tables"],
5105
+ region_name: Optional[str] = ...,
5106
+ api_version: Optional[str] = ...,
5107
+ use_ssl: Optional[bool] = ...,
5108
+ verify: Union[bool, str, None] = ...,
5109
+ endpoint_url: Optional[str] = ...,
5110
+ aws_access_key_id: Optional[str] = ...,
5111
+ aws_secret_access_key: Optional[str] = ...,
5112
+ aws_session_token: Optional[str] = ...,
5113
+ config: Optional[Config] = ...,
5114
+ ) -> S3TablesClient: ...
5115
+ @overload
5056
5116
  def client(
5057
5117
  self,
5058
5118
  service_name: Literal["sagemaker"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.73
4
- Summary: Type annotations for boto3 1.35.73 generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.75
4
+ Summary: Type annotations for boto3 1.35.75 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: mypy-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
76
76
  Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
77
77
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
78
78
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
79
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "all"
80
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "all"
79
81
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
82
  Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "all"
81
83
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
@@ -153,6 +155,7 @@ Requires-Dist: mypy-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
155
  Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
156
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
157
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
158
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
156
159
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
160
  Requires-Dist: mypy-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
161
  Requires-Dist: mypy-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -363,6 +366,7 @@ Requires-Dist: mypy-boto3-rum<1.36.0,>=1.35.0; extra == "all"
363
366
  Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "all"
364
367
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
365
368
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
369
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
366
370
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
367
371
  Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
368
372
  Requires-Dist: mypy-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -445,8 +449,8 @@ Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
445
449
  Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
446
450
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
447
451
  Provides-Extra: boto3
448
- Requires-Dist: boto3==1.35.73; extra == "boto3"
449
- Requires-Dist: botocore==1.35.73; extra == "boto3"
452
+ Requires-Dist: boto3==1.35.75; extra == "boto3"
453
+ Requires-Dist: botocore==1.35.75; extra == "boto3"
450
454
  Provides-Extra: accessanalyzer
451
455
  Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
452
456
  Provides-Extra: account
@@ -527,6 +531,10 @@ Provides-Extra: bedrock-agent
527
531
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
528
532
  Provides-Extra: bedrock-agent-runtime
529
533
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
534
+ Provides-Extra: bedrock-data-automation
535
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "bedrock-data-automation"
536
+ Provides-Extra: bedrock-data-automation-runtime
537
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "bedrock-data-automation-runtime"
530
538
  Provides-Extra: bedrock-runtime
531
539
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
532
540
  Provides-Extra: billing
@@ -681,6 +689,8 @@ Provides-Extra: ds
681
689
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
682
690
  Provides-Extra: ds-data
683
691
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
692
+ Provides-Extra: dsql
693
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
684
694
  Provides-Extra: dynamodb
685
695
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
686
696
  Provides-Extra: dynamodbstreams
@@ -1101,6 +1111,8 @@ Provides-Extra: s3control
1101
1111
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1102
1112
  Provides-Extra: s3outposts
1103
1113
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1114
+ Provides-Extra: s3tables
1115
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1104
1116
  Provides-Extra: sagemaker
1105
1117
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1106
1118
  Provides-Extra: sagemaker-a2i-runtime
@@ -1259,7 +1271,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1259
1271
 
1260
1272
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1261
1273
 
1262
- Type annotations for [boto3 1.35.73](https://pypi.org/project/boto3/)
1274
+ Type annotations for [boto3 1.35.75](https://pypi.org/project/boto3/)
1263
1275
  compatible with [VSCode](https://code.visualstudio.com/),
1264
1276
  [PyCharm](https://www.jetbrains.com/pycharm/),
1265
1277
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1659,9 +1671,9 @@ repository.
1659
1671
 
1660
1672
  ## Submodules
1661
1673
 
1662
- - `boto3-stubs[full]` - Type annotations for all 400 services in one package
1674
+ - `boto3-stubs[full]` - Type annotations for all 404 services in one package
1663
1675
  (recommended).
1664
- - `boto3-stubs[all]` - Type annotations for all 400 services in separate
1676
+ - `boto3-stubs[all]` - Type annotations for all 404 services in separate
1665
1677
  packages.
1666
1678
  - `boto3-stubs[essential]` - Type annotations for
1667
1679
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1790,6 +1802,12 @@ repository.
1790
1802
  - `boto3-stubs[bedrock-agent-runtime]` - Type annotations for
1791
1803
  [AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
1792
1804
  service.
1805
+ - `boto3-stubs[bedrock-data-automation]` - Type annotations for
1806
+ [DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
1807
+ service.
1808
+ - `boto3-stubs[bedrock-data-automation-runtime]` - Type annotations for
1809
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation_runtime/)
1810
+ service.
1793
1811
  - `boto3-stubs[bedrock-runtime]` - Type annotations for
1794
1812
  [BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
1795
1813
  service.
@@ -2018,6 +2036,9 @@ repository.
2018
2036
  - `boto3-stubs[ds-data]` - Type annotations for
2019
2037
  [DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
2020
2038
  service.
2039
+ - `boto3-stubs[dsql]` - Type annotations for
2040
+ [AuroraDSQL](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dsql/)
2041
+ service.
2021
2042
  - `boto3-stubs[dynamodb]` - Type annotations for
2022
2043
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
2023
2044
  service.
@@ -2625,6 +2646,9 @@ repository.
2625
2646
  - `boto3-stubs[s3outposts]` - Type annotations for
2626
2647
  [S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/)
2627
2648
  service.
2649
+ - `boto3-stubs[s3tables]` - Type annotations for
2650
+ [S3Tables](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
2651
+ service.
2628
2652
  - `boto3-stubs[sagemaker]` - Type annotations for
2629
2653
  [SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
2630
2654
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=t310BIbWQF8ctZGi-GHVCjun50b7DsU5Go-TNT-JFsM,215254
1
+ boto3-stubs/__init__.pyi,sha256=BYzIjl949szgVfFx0XtPvN0EYbH4MG2IPN_MEi-rwfc,217420
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=QTq8ITtAm2OM2LRAR3j_QkHx5LqybUbXQBDlb0B-QT8,243423
6
+ boto3-stubs/session.pyi,sha256=bOCOqE5EP0xE8GDsJIxUkmdYE_crAtuPNuQ6lmsDfnw,245853
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
- boto3_stubs-1.35.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.73.dist-info/METADATA,sha256=UPjFtLLWJkj_dIs8JFOhatCFMxezxT6MLPm7_FhPcqE,146990
43
- boto3_stubs-1.35.73.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- boto3_stubs-1.35.73.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.73.dist-info/RECORD,,
41
+ boto3_stubs-1.35.75.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.75.dist-info/METADATA,sha256=djFhYVq2eWnb8x9SzIf4OMRA8q6w-JBX5mk69ymxEPA,148443
43
+ boto3_stubs-1.35.75.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ boto3_stubs-1.35.75.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.75.dist-info/RECORD,,