types-boto3 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
@@ -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
@@ -133,6 +135,7 @@ from types_boto3_docdb_elastic.client import DocDBElasticClient
133
135
  from types_boto3_drs.client import DrsClient
134
136
  from types_boto3_ds.client import DirectoryServiceClient
135
137
  from types_boto3_ds_data.client import DirectoryServiceDataClient
138
+ from types_boto3_dsql.client import AuroraDSQLClient
136
139
  from types_boto3_dynamodb.client import DynamoDBClient
137
140
  from types_boto3_dynamodb.service_resource import DynamoDBServiceResource
138
141
  from types_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -353,6 +356,7 @@ from types_boto3_s3.client import S3Client
353
356
  from types_boto3_s3.service_resource import S3ServiceResource
354
357
  from types_boto3_s3control.client import S3ControlClient
355
358
  from types_boto3_s3outposts.client import S3OutpostsClient
359
+ from types_boto3_s3tables.client import S3TablesClient
356
360
  from types_boto3_sagemaker.client import SageMakerClient
357
361
  from types_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
358
362
  from types_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -976,6 +980,32 @@ def client(
976
980
  config: Optional[Config] = ...,
977
981
  ) -> AgentsforBedrockRuntimeClient: ...
978
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
979
1009
  def client(
980
1010
  service_name: Literal["bedrock-runtime"],
981
1011
  region_name: Optional[str] = ...,
@@ -1977,6 +2007,19 @@ def client(
1977
2007
  config: Optional[Config] = ...,
1978
2008
  ) -> DirectoryServiceDataClient: ...
1979
2009
  @overload
2010
+ def client(
2011
+ service_name: Literal["dsql"],
2012
+ region_name: Optional[str] = ...,
2013
+ api_version: Optional[str] = ...,
2014
+ use_ssl: Optional[bool] = ...,
2015
+ verify: Union[bool, str, None] = ...,
2016
+ endpoint_url: Optional[str] = ...,
2017
+ aws_access_key_id: Optional[str] = ...,
2018
+ aws_secret_access_key: Optional[str] = ...,
2019
+ aws_session_token: Optional[str] = ...,
2020
+ config: Optional[Config] = ...,
2021
+ ) -> AuroraDSQLClient: ...
2022
+ @overload
1980
2023
  def client(
1981
2024
  service_name: Literal["dynamodb"],
1982
2025
  region_name: Optional[str] = ...,
@@ -4707,6 +4750,19 @@ def client(
4707
4750
  config: Optional[Config] = ...,
4708
4751
  ) -> S3OutpostsClient: ...
4709
4752
  @overload
4753
+ def client(
4754
+ service_name: Literal["s3tables"],
4755
+ region_name: Optional[str] = ...,
4756
+ api_version: Optional[str] = ...,
4757
+ use_ssl: Optional[bool] = ...,
4758
+ verify: Union[bool, str, None] = ...,
4759
+ endpoint_url: Optional[str] = ...,
4760
+ aws_access_key_id: Optional[str] = ...,
4761
+ aws_secret_access_key: Optional[str] = ...,
4762
+ aws_session_token: Optional[str] = ...,
4763
+ config: Optional[Config] = ...,
4764
+ ) -> S3TablesClient: ...
4765
+ @overload
4710
4766
  def client(
4711
4767
  service_name: Literal["sagemaker"],
4712
4768
  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
@@ -139,6 +141,7 @@ from types_boto3_docdb_elastic.client import DocDBElasticClient
139
141
  from types_boto3_drs.client import DrsClient
140
142
  from types_boto3_ds.client import DirectoryServiceClient
141
143
  from types_boto3_ds_data.client import DirectoryServiceDataClient
144
+ from types_boto3_dsql.client import AuroraDSQLClient
142
145
  from types_boto3_dynamodb.client import DynamoDBClient
143
146
  from types_boto3_dynamodb.service_resource import DynamoDBServiceResource
144
147
  from types_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -359,6 +362,7 @@ from types_boto3_s3.client import S3Client
359
362
  from types_boto3_s3.service_resource import S3ServiceResource
360
363
  from types_boto3_s3control.client import S3ControlClient
361
364
  from types_boto3_s3outposts.client import S3OutpostsClient
365
+ from types_boto3_s3tables.client import S3TablesClient
362
366
  from types_boto3_sagemaker.client import SageMakerClient
363
367
  from types_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
364
368
  from types_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -1037,6 +1041,34 @@ class Session:
1037
1041
  config: Optional[Config] = ...,
1038
1042
  ) -> AgentsforBedrockRuntimeClient: ...
1039
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
1040
1072
  def client(
1041
1073
  self,
1042
1074
  service_name: Literal["bedrock-runtime"],
@@ -2115,6 +2147,20 @@ class Session:
2115
2147
  config: Optional[Config] = ...,
2116
2148
  ) -> DirectoryServiceDataClient: ...
2117
2149
  @overload
2150
+ def client(
2151
+ self,
2152
+ service_name: Literal["dsql"],
2153
+ region_name: Optional[str] = ...,
2154
+ api_version: Optional[str] = ...,
2155
+ use_ssl: Optional[bool] = ...,
2156
+ verify: Union[bool, str, None] = ...,
2157
+ endpoint_url: Optional[str] = ...,
2158
+ aws_access_key_id: Optional[str] = ...,
2159
+ aws_secret_access_key: Optional[str] = ...,
2160
+ aws_session_token: Optional[str] = ...,
2161
+ config: Optional[Config] = ...,
2162
+ ) -> AuroraDSQLClient: ...
2163
+ @overload
2118
2164
  def client(
2119
2165
  self,
2120
2166
  service_name: Literal["dynamodb"],
@@ -5055,6 +5101,20 @@ class Session:
5055
5101
  config: Optional[Config] = ...,
5056
5102
  ) -> S3OutpostsClient: ...
5057
5103
  @overload
5104
+ def client(
5105
+ self,
5106
+ service_name: Literal["s3tables"],
5107
+ region_name: Optional[str] = ...,
5108
+ api_version: Optional[str] = ...,
5109
+ use_ssl: Optional[bool] = ...,
5110
+ verify: Union[bool, str, None] = ...,
5111
+ endpoint_url: Optional[str] = ...,
5112
+ aws_access_key_id: Optional[str] = ...,
5113
+ aws_secret_access_key: Optional[str] = ...,
5114
+ aws_session_token: Optional[str] = ...,
5115
+ config: Optional[Config] = ...,
5116
+ ) -> S3TablesClient: ...
5117
+ @overload
5058
5118
  def client(
5059
5119
  self,
5060
5120
  service_name: Literal["sagemaker"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3
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: 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"
@@ -153,6 +155,7 @@ Requires-Dist: types-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
155
  Requires-Dist: types-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
156
  Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
157
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
158
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
156
159
  Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
160
  Requires-Dist: types-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
161
  Requires-Dist: types-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -363,6 +366,7 @@ Requires-Dist: types-boto3-rum<1.36.0,>=1.35.0; extra == "all"
363
366
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "all"
364
367
  Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
365
368
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
369
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
366
370
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
367
371
  Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
368
372
  Requires-Dist: types-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -445,8 +449,8 @@ Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
445
449
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
446
450
  Requires-Dist: types-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: types-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: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
528
532
  Provides-Extra: bedrock-agent-runtime
529
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"
530
538
  Provides-Extra: bedrock-runtime
531
539
  Requires-Dist: types-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: types-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
682
690
  Provides-Extra: ds-data
683
691
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
692
+ Provides-Extra: dsql
693
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
684
694
  Provides-Extra: dynamodb
685
695
  Requires-Dist: types-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: types-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1102
1112
  Provides-Extra: s3outposts
1103
1113
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1114
+ Provides-Extra: s3tables
1115
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1104
1116
  Provides-Extra: sagemaker
1105
1117
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1106
1118
  Provides-Extra: sagemaker-a2i-runtime
@@ -1259,7 +1271,7 @@ Requires-Dist: types-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/),
@@ -1633,9 +1645,9 @@ repository.
1633
1645
 
1634
1646
  ## Submodules
1635
1647
 
1636
- - `types-boto3[full]` - Type annotations for all 400 services in one package
1648
+ - `types-boto3[full]` - Type annotations for all 404 services in one package
1637
1649
  (recommended).
1638
- - `types-boto3[all]` - Type annotations for all 400 services in separate
1650
+ - `types-boto3[all]` - Type annotations for all 404 services in separate
1639
1651
  packages.
1640
1652
  - `types-boto3[essential]` - Type annotations for
1641
1653
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1764,6 +1776,12 @@ repository.
1764
1776
  - `types-boto3[bedrock-agent-runtime]` - Type annotations for
1765
1777
  [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1766
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.
1767
1785
  - `types-boto3[bedrock-runtime]` - Type annotations for
1768
1786
  [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1769
1787
  service.
@@ -1992,6 +2010,9 @@ repository.
1992
2010
  - `types-boto3[ds-data]` - Type annotations for
1993
2011
  [DirectoryServiceData](https://youtype.github.io/types_boto3_docs/types_boto3_ds_data/)
1994
2012
  service.
2013
+ - `types-boto3[dsql]` - Type annotations for
2014
+ [AuroraDSQL](https://youtype.github.io/types_boto3_docs/types_boto3_dsql/)
2015
+ service.
1995
2016
  - `types-boto3[dynamodb]` - Type annotations for
1996
2017
  [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
1997
2018
  service.
@@ -2599,6 +2620,9 @@ repository.
2599
2620
  - `types-boto3[s3outposts]` - Type annotations for
2600
2621
  [S3Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_s3outposts/)
2601
2622
  service.
2623
+ - `types-boto3[s3tables]` - Type annotations for
2624
+ [S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
2625
+ service.
2602
2626
  - `types-boto3[sagemaker]` - Type annotations for
2603
2627
  [SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
2604
2628
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=SNV5lYhyXzo7LacqbQ2OLDOFmvHdeFMFUevObrOmGuM,215673
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=XGOHXmEykVIPfiPdzuHvsZnPdRpLlW5ohOEGoBMXaQM,243842
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.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- types_boto3-1.35.73.dist-info/METADATA,sha256=ySiuFbDHV3roQ_w7G8Zs4RVBFbd6-jD4wx2WvS0RtYw,147646
43
- types_boto3-1.35.73.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- types_boto3-1.35.73.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.35.73.dist-info/RECORD,,
41
+ types_boto3-1.35.75.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ types_boto3-1.35.75.dist-info/METADATA,sha256=vwjrDFwkBacriaD3FNMt1zwmxXmgfO_sIxandiorUNY,149111
43
+ types_boto3-1.35.75.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ types_boto3-1.35.75.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.35.75.dist-info/RECORD,,