boto3-stubs 1.34.73__py3-none-any.whl → 1.34.86__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 +42 -0
- boto3-stubs/session.pyi +45 -0
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.86.dist-info}/METADATA +24 -6
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.86.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.86.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.86.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.86.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -78,6 +78,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
78
78
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
79
79
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
80
80
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
81
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
81
82
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
82
83
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
83
84
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -98,6 +99,7 @@ from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
98
99
|
from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
|
99
100
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
100
101
|
from mypy_boto3_connectparticipant.client import ConnectParticipantClient
|
102
|
+
from mypy_boto3_controlcatalog.client import ControlCatalogClient
|
101
103
|
from mypy_boto3_controltower.client import ControlTowerClient
|
102
104
|
from mypy_boto3_cost_optimization_hub.client import CostOptimizationHubClient
|
103
105
|
from mypy_boto3_cur.client import CostandUsageReportServiceClient
|
@@ -108,6 +110,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
|
|
108
110
|
from mypy_boto3_datasync.client import DataSyncClient
|
109
111
|
from mypy_boto3_datazone.client import DataZoneClient
|
110
112
|
from mypy_boto3_dax.client import DAXClient
|
113
|
+
from mypy_boto3_deadline.client import DeadlineCloudClient
|
111
114
|
from mypy_boto3_detective.client import DetectiveClient
|
112
115
|
from mypy_boto3_devicefarm.client import DeviceFarmClient
|
113
116
|
from mypy_boto3_devops_guru.client import DevOpsGuruClient
|
@@ -1337,6 +1340,19 @@ def client(
|
|
1337
1340
|
config: Optional[Config] = ...,
|
1338
1341
|
) -> CodeCommitClient: ...
|
1339
1342
|
@overload
|
1343
|
+
def client(
|
1344
|
+
service_name: Literal["codeconnections"],
|
1345
|
+
region_name: Optional[str] = ...,
|
1346
|
+
api_version: Optional[str] = ...,
|
1347
|
+
use_ssl: Optional[bool] = ...,
|
1348
|
+
verify: Union[bool, str, None] = ...,
|
1349
|
+
endpoint_url: Optional[str] = ...,
|
1350
|
+
aws_access_key_id: Optional[str] = ...,
|
1351
|
+
aws_secret_access_key: Optional[str] = ...,
|
1352
|
+
aws_session_token: Optional[str] = ...,
|
1353
|
+
config: Optional[Config] = ...,
|
1354
|
+
) -> CodeConnectionsClient: ...
|
1355
|
+
@overload
|
1340
1356
|
def client(
|
1341
1357
|
service_name: Literal["codedeploy"],
|
1342
1358
|
region_name: Optional[str] = ...,
|
@@ -1597,6 +1613,19 @@ def client(
|
|
1597
1613
|
config: Optional[Config] = ...,
|
1598
1614
|
) -> ConnectParticipantClient: ...
|
1599
1615
|
@overload
|
1616
|
+
def client(
|
1617
|
+
service_name: Literal["controlcatalog"],
|
1618
|
+
region_name: Optional[str] = ...,
|
1619
|
+
api_version: Optional[str] = ...,
|
1620
|
+
use_ssl: Optional[bool] = ...,
|
1621
|
+
verify: Union[bool, str, None] = ...,
|
1622
|
+
endpoint_url: Optional[str] = ...,
|
1623
|
+
aws_access_key_id: Optional[str] = ...,
|
1624
|
+
aws_secret_access_key: Optional[str] = ...,
|
1625
|
+
aws_session_token: Optional[str] = ...,
|
1626
|
+
config: Optional[Config] = ...,
|
1627
|
+
) -> ControlCatalogClient: ...
|
1628
|
+
@overload
|
1600
1629
|
def client(
|
1601
1630
|
service_name: Literal["controltower"],
|
1602
1631
|
region_name: Optional[str] = ...,
|
@@ -1727,6 +1756,19 @@ def client(
|
|
1727
1756
|
config: Optional[Config] = ...,
|
1728
1757
|
) -> DAXClient: ...
|
1729
1758
|
@overload
|
1759
|
+
def client(
|
1760
|
+
service_name: Literal["deadline"],
|
1761
|
+
region_name: Optional[str] = ...,
|
1762
|
+
api_version: Optional[str] = ...,
|
1763
|
+
use_ssl: Optional[bool] = ...,
|
1764
|
+
verify: Union[bool, str, None] = ...,
|
1765
|
+
endpoint_url: Optional[str] = ...,
|
1766
|
+
aws_access_key_id: Optional[str] = ...,
|
1767
|
+
aws_secret_access_key: Optional[str] = ...,
|
1768
|
+
aws_session_token: Optional[str] = ...,
|
1769
|
+
config: Optional[Config] = ...,
|
1770
|
+
) -> DeadlineCloudClient: ...
|
1771
|
+
@overload
|
1730
1772
|
def client(
|
1731
1773
|
service_name: Literal["detective"],
|
1732
1774
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -84,6 +84,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
84
84
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
85
85
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
86
86
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
87
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
87
88
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
88
89
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
89
90
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -104,6 +105,7 @@ from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
104
105
|
from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
|
105
106
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
106
107
|
from mypy_boto3_connectparticipant.client import ConnectParticipantClient
|
108
|
+
from mypy_boto3_controlcatalog.client import ControlCatalogClient
|
107
109
|
from mypy_boto3_controltower.client import ControlTowerClient
|
108
110
|
from mypy_boto3_cost_optimization_hub.client import CostOptimizationHubClient
|
109
111
|
from mypy_boto3_cur.client import CostandUsageReportServiceClient
|
@@ -114,6 +116,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
|
|
114
116
|
from mypy_boto3_datasync.client import DataSyncClient
|
115
117
|
from mypy_boto3_datazone.client import DataZoneClient
|
116
118
|
from mypy_boto3_dax.client import DAXClient
|
119
|
+
from mypy_boto3_deadline.client import DeadlineCloudClient
|
117
120
|
from mypy_boto3_detective.client import DetectiveClient
|
118
121
|
from mypy_boto3_devicefarm.client import DeviceFarmClient
|
119
122
|
from mypy_boto3_devops_guru.client import DevOpsGuruClient
|
@@ -1428,6 +1431,20 @@ class Session:
|
|
1428
1431
|
config: Optional[Config] = ...,
|
1429
1432
|
) -> CodeCommitClient: ...
|
1430
1433
|
@overload
|
1434
|
+
def client(
|
1435
|
+
self,
|
1436
|
+
service_name: Literal["codeconnections"],
|
1437
|
+
region_name: Optional[str] = ...,
|
1438
|
+
api_version: Optional[str] = ...,
|
1439
|
+
use_ssl: Optional[bool] = ...,
|
1440
|
+
verify: Union[bool, str, None] = ...,
|
1441
|
+
endpoint_url: Optional[str] = ...,
|
1442
|
+
aws_access_key_id: Optional[str] = ...,
|
1443
|
+
aws_secret_access_key: Optional[str] = ...,
|
1444
|
+
aws_session_token: Optional[str] = ...,
|
1445
|
+
config: Optional[Config] = ...,
|
1446
|
+
) -> CodeConnectionsClient: ...
|
1447
|
+
@overload
|
1431
1448
|
def client(
|
1432
1449
|
self,
|
1433
1450
|
service_name: Literal["codedeploy"],
|
@@ -1708,6 +1725,20 @@ class Session:
|
|
1708
1725
|
config: Optional[Config] = ...,
|
1709
1726
|
) -> ConnectParticipantClient: ...
|
1710
1727
|
@overload
|
1728
|
+
def client(
|
1729
|
+
self,
|
1730
|
+
service_name: Literal["controlcatalog"],
|
1731
|
+
region_name: Optional[str] = ...,
|
1732
|
+
api_version: Optional[str] = ...,
|
1733
|
+
use_ssl: Optional[bool] = ...,
|
1734
|
+
verify: Union[bool, str, None] = ...,
|
1735
|
+
endpoint_url: Optional[str] = ...,
|
1736
|
+
aws_access_key_id: Optional[str] = ...,
|
1737
|
+
aws_secret_access_key: Optional[str] = ...,
|
1738
|
+
aws_session_token: Optional[str] = ...,
|
1739
|
+
config: Optional[Config] = ...,
|
1740
|
+
) -> ControlCatalogClient: ...
|
1741
|
+
@overload
|
1711
1742
|
def client(
|
1712
1743
|
self,
|
1713
1744
|
service_name: Literal["controltower"],
|
@@ -1848,6 +1879,20 @@ class Session:
|
|
1848
1879
|
config: Optional[Config] = ...,
|
1849
1880
|
) -> DAXClient: ...
|
1850
1881
|
@overload
|
1882
|
+
def client(
|
1883
|
+
self,
|
1884
|
+
service_name: Literal["deadline"],
|
1885
|
+
region_name: Optional[str] = ...,
|
1886
|
+
api_version: Optional[str] = ...,
|
1887
|
+
use_ssl: Optional[bool] = ...,
|
1888
|
+
verify: Union[bool, str, None] = ...,
|
1889
|
+
endpoint_url: Optional[str] = ...,
|
1890
|
+
aws_access_key_id: Optional[str] = ...,
|
1891
|
+
aws_secret_access_key: Optional[str] = ...,
|
1892
|
+
aws_session_token: Optional[str] = ...,
|
1893
|
+
config: Optional[Config] = ...,
|
1894
|
+
) -> DeadlineCloudClient: ...
|
1895
|
+
@overload
|
1851
1896
|
def client(
|
1852
1897
|
self,
|
1853
1898
|
service_name: Literal["detective"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.86
|
4
|
+
Summary: Type annotations for boto3 1.34.86 generated with mypy-boto3-builder 7.23.2
|
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
|
@@ -113,6 +113,7 @@ Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'all'
|
|
113
113
|
Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'all'
|
114
114
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'all'
|
115
115
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'all'
|
116
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'all'
|
116
117
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'all'
|
117
118
|
Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'all'
|
118
119
|
Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -133,6 +134,7 @@ Requires-Dist: mypy-boto3-connect-contact-lens <1.35.0,>=1.34.0 ; extra == 'all'
|
|
133
134
|
Requires-Dist: mypy-boto3-connectcampaigns <1.35.0,>=1.34.0 ; extra == 'all'
|
134
135
|
Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'all'
|
135
136
|
Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'all'
|
137
|
+
Requires-Dist: mypy-boto3-controlcatalog <1.35.0,>=1.34.0 ; extra == 'all'
|
136
138
|
Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'all'
|
137
139
|
Requires-Dist: mypy-boto3-cost-optimization-hub <1.35.0,>=1.34.0 ; extra == 'all'
|
138
140
|
Requires-Dist: mypy-boto3-cur <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -143,6 +145,7 @@ Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'all'
|
|
143
145
|
Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'all'
|
144
146
|
Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'all'
|
145
147
|
Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'all'
|
148
|
+
Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'all'
|
146
149
|
Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'all'
|
147
150
|
Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'all'
|
148
151
|
Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -495,8 +498,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
495
498
|
Provides-Extra: billingconductor
|
496
499
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
497
500
|
Provides-Extra: boto3
|
498
|
-
Requires-Dist: boto3 ==1.34.
|
499
|
-
Requires-Dist: botocore ==1.34.
|
501
|
+
Requires-Dist: boto3 ==1.34.86 ; extra == 'boto3'
|
502
|
+
Requires-Dist: botocore ==1.34.86 ; extra == 'boto3'
|
500
503
|
Provides-Extra: braket
|
501
504
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
502
505
|
Provides-Extra: budgets
|
@@ -555,6 +558,8 @@ Provides-Extra: codecatalyst
|
|
555
558
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'codecatalyst'
|
556
559
|
Provides-Extra: codecommit
|
557
560
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'codecommit'
|
561
|
+
Provides-Extra: codeconnections
|
562
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'codeconnections'
|
558
563
|
Provides-Extra: codedeploy
|
559
564
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'codedeploy'
|
560
565
|
Provides-Extra: codeguru-reviewer
|
@@ -595,6 +600,8 @@ Provides-Extra: connectcases
|
|
595
600
|
Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'connectcases'
|
596
601
|
Provides-Extra: connectparticipant
|
597
602
|
Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'connectparticipant'
|
603
|
+
Provides-Extra: controlcatalog
|
604
|
+
Requires-Dist: mypy-boto3-controlcatalog <1.35.0,>=1.34.0 ; extra == 'controlcatalog'
|
598
605
|
Provides-Extra: controltower
|
599
606
|
Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'controltower'
|
600
607
|
Provides-Extra: cost-optimization-hub
|
@@ -615,6 +622,8 @@ Provides-Extra: datazone
|
|
615
622
|
Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'datazone'
|
616
623
|
Provides-Extra: dax
|
617
624
|
Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'dax'
|
625
|
+
Provides-Extra: deadline
|
626
|
+
Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'deadline'
|
618
627
|
Provides-Extra: detective
|
619
628
|
Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'detective'
|
620
629
|
Provides-Extra: devicefarm
|
@@ -1194,7 +1203,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1194
1203
|

|
1195
1204
|
|
1196
1205
|
Type annotations for
|
1197
|
-
[boto3 1.34.
|
1206
|
+
[boto3 1.34.86](https://boto3.amazonaws.com/v1/documentation/api/1.34.86/index.html)
|
1198
1207
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1199
1208
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1200
1209
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1576,7 +1585,7 @@ repository.
|
|
1576
1585
|
|
1577
1586
|
## Submodules
|
1578
1587
|
|
1579
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1588
|
+
- `boto3-stubs[all]` - Type annotations for all 382 services.
|
1580
1589
|
- `boto3-stubs[essential]` - Type annotations for
|
1581
1590
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1582
1591
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1794,6 +1803,9 @@ repository.
|
|
1794
1803
|
- `boto3-stubs[codecommit]` - Type annotations for
|
1795
1804
|
[CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
|
1796
1805
|
service.
|
1806
|
+
- `boto3-stubs[codeconnections]` - Type annotations for
|
1807
|
+
[CodeConnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeconnections/)
|
1808
|
+
service.
|
1797
1809
|
- `boto3-stubs[codedeploy]` - Type annotations for
|
1798
1810
|
[CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
|
1799
1811
|
service.
|
@@ -1854,6 +1866,9 @@ repository.
|
|
1854
1866
|
- `boto3-stubs[connectparticipant]` - Type annotations for
|
1855
1867
|
[ConnectParticipant](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectparticipant/)
|
1856
1868
|
service.
|
1869
|
+
- `boto3-stubs[controlcatalog]` - Type annotations for
|
1870
|
+
[ControlCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controlcatalog/)
|
1871
|
+
service.
|
1857
1872
|
- `boto3-stubs[controltower]` - Type annotations for
|
1858
1873
|
[ControlTower](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controltower/)
|
1859
1874
|
service.
|
@@ -1883,6 +1898,9 @@ repository.
|
|
1883
1898
|
service.
|
1884
1899
|
- `boto3-stubs[dax]` - Type annotations for
|
1885
1900
|
[DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service.
|
1901
|
+
- `boto3-stubs[deadline]` - Type annotations for
|
1902
|
+
[DeadlineCloud](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_deadline/)
|
1903
|
+
service.
|
1886
1904
|
- `boto3-stubs[detective]` - Type annotations for
|
1887
1905
|
[Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
|
1888
1906
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=aOr9Y_a3PisV18P_LZEPyy45Z4UeCeVQOqmkxnlvqs8,205198
|
2
2
|
boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
|
3
3
|
boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=lDCxoNQnLg1v85rQKF3Ax7C96mi5MD-2tX0RA5gRYa4,232180
|
7
7
|
boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
|
9
9
|
boto3-stubs/docs/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
|
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
28
28
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
29
29
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
30
|
-
boto3_stubs-1.34.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.86.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.86.dist-info/METADATA,sha256=AXeOq7tfGx_678QoPLgL3O9GjIcPN-QkAM1z2yQMe4s,141206
|
32
|
+
boto3_stubs-1.34.86.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.86.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.86.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|