boto3-stubs 1.34.123__py3-none-any.whl → 1.34.125__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 +28 -14
- boto3-stubs/session.pyi +30 -15
- {boto3_stubs-1.34.123.dist-info → boto3_stubs-1.34.125.dist-info}/METADATA +18 -12
- {boto3_stubs-1.34.123.dist-info → boto3_stubs-1.34.125.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.123.dist-info → boto3_stubs-1.34.125.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.123.dist-info → boto3_stubs-1.34.125.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.123.dist-info → boto3_stubs-1.34.125.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -30,6 +30,7 @@ from mypy_boto3_appmesh.client import AppMeshClient
|
|
30
30
|
from mypy_boto3_apprunner.client import AppRunnerClient
|
31
31
|
from mypy_boto3_appstream.client import AppStreamClient
|
32
32
|
from mypy_boto3_appsync.client import AppSyncClient
|
33
|
+
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
33
34
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
34
35
|
from mypy_boto3_artifact.client import ArtifactClient
|
35
36
|
from mypy_boto3_athena.client import AthenaClient
|
@@ -39,7 +40,6 @@ from mypy_boto3_autoscaling_plans.client import AutoScalingPlansClient
|
|
39
40
|
from mypy_boto3_b2bi.client import B2BIClient
|
40
41
|
from mypy_boto3_backup.client import BackupClient
|
41
42
|
from mypy_boto3_backup_gateway.client import BackupGatewayClient
|
42
|
-
from mypy_boto3_backupstorage.client import BackupStorageClient
|
43
43
|
from mypy_boto3_batch.client import BatchClient
|
44
44
|
from mypy_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
45
45
|
from mypy_boto3_bedrock.client import BedrockClient
|
@@ -286,6 +286,7 @@ from mypy_boto3_panorama.client import PanoramaClient
|
|
286
286
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
287
287
|
from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
288
288
|
from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
|
289
|
+
from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
|
289
290
|
from mypy_boto3_personalize.client import PersonalizeClient
|
290
291
|
from mypy_boto3_personalize_events.client import PersonalizeEventsClient
|
291
292
|
from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
|
@@ -744,6 +745,19 @@ def client(
|
|
744
745
|
config: Optional[Config] = ...,
|
745
746
|
) -> AppSyncClient: ...
|
746
747
|
@overload
|
748
|
+
def client(
|
749
|
+
service_name: Literal["apptest"],
|
750
|
+
region_name: Optional[str] = ...,
|
751
|
+
api_version: Optional[str] = ...,
|
752
|
+
use_ssl: Optional[bool] = ...,
|
753
|
+
verify: Union[bool, str, None] = ...,
|
754
|
+
endpoint_url: Optional[str] = ...,
|
755
|
+
aws_access_key_id: Optional[str] = ...,
|
756
|
+
aws_secret_access_key: Optional[str] = ...,
|
757
|
+
aws_session_token: Optional[str] = ...,
|
758
|
+
config: Optional[Config] = ...,
|
759
|
+
) -> MainframeModernizationApplicationTestingClient: ...
|
760
|
+
@overload
|
747
761
|
def client(
|
748
762
|
service_name: Literal["arc-zonal-shift"],
|
749
763
|
region_name: Optional[str] = ...,
|
@@ -861,19 +875,6 @@ def client(
|
|
861
875
|
config: Optional[Config] = ...,
|
862
876
|
) -> BackupGatewayClient: ...
|
863
877
|
@overload
|
864
|
-
def client(
|
865
|
-
service_name: Literal["backupstorage"],
|
866
|
-
region_name: Optional[str] = ...,
|
867
|
-
api_version: Optional[str] = ...,
|
868
|
-
use_ssl: Optional[bool] = ...,
|
869
|
-
verify: Union[bool, str, None] = ...,
|
870
|
-
endpoint_url: Optional[str] = ...,
|
871
|
-
aws_access_key_id: Optional[str] = ...,
|
872
|
-
aws_secret_access_key: Optional[str] = ...,
|
873
|
-
aws_session_token: Optional[str] = ...,
|
874
|
-
config: Optional[Config] = ...,
|
875
|
-
) -> BackupStorageClient: ...
|
876
|
-
@overload
|
877
878
|
def client(
|
878
879
|
service_name: Literal["batch"],
|
879
880
|
region_name: Optional[str] = ...,
|
@@ -3929,6 +3930,19 @@ def client(
|
|
3929
3930
|
config: Optional[Config] = ...,
|
3930
3931
|
) -> PcaConnectorAdClient: ...
|
3931
3932
|
@overload
|
3933
|
+
def client(
|
3934
|
+
service_name: Literal["pca-connector-scep"],
|
3935
|
+
region_name: Optional[str] = ...,
|
3936
|
+
api_version: Optional[str] = ...,
|
3937
|
+
use_ssl: Optional[bool] = ...,
|
3938
|
+
verify: Union[bool, str, None] = ...,
|
3939
|
+
endpoint_url: Optional[str] = ...,
|
3940
|
+
aws_access_key_id: Optional[str] = ...,
|
3941
|
+
aws_secret_access_key: Optional[str] = ...,
|
3942
|
+
aws_session_token: Optional[str] = ...,
|
3943
|
+
config: Optional[Config] = ...,
|
3944
|
+
) -> PrivateCAConnectorforSCEPClient: ...
|
3945
|
+
@overload
|
3932
3946
|
def client(
|
3933
3947
|
service_name: Literal["personalize"],
|
3934
3948
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -36,6 +36,7 @@ from mypy_boto3_appmesh.client import AppMeshClient
|
|
36
36
|
from mypy_boto3_apprunner.client import AppRunnerClient
|
37
37
|
from mypy_boto3_appstream.client import AppStreamClient
|
38
38
|
from mypy_boto3_appsync.client import AppSyncClient
|
39
|
+
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
39
40
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
40
41
|
from mypy_boto3_artifact.client import ArtifactClient
|
41
42
|
from mypy_boto3_athena.client import AthenaClient
|
@@ -45,7 +46,6 @@ from mypy_boto3_autoscaling_plans.client import AutoScalingPlansClient
|
|
45
46
|
from mypy_boto3_b2bi.client import B2BIClient
|
46
47
|
from mypy_boto3_backup.client import BackupClient
|
47
48
|
from mypy_boto3_backup_gateway.client import BackupGatewayClient
|
48
|
-
from mypy_boto3_backupstorage.client import BackupStorageClient
|
49
49
|
from mypy_boto3_batch.client import BatchClient
|
50
50
|
from mypy_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
51
51
|
from mypy_boto3_bedrock.client import BedrockClient
|
@@ -292,6 +292,7 @@ from mypy_boto3_panorama.client import PanoramaClient
|
|
292
292
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
293
293
|
from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
294
294
|
from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
|
295
|
+
from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
|
295
296
|
from mypy_boto3_personalize.client import PersonalizeClient
|
296
297
|
from mypy_boto3_personalize_events.client import PersonalizeEventsClient
|
297
298
|
from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
|
@@ -789,6 +790,20 @@ class Session:
|
|
789
790
|
config: Optional[Config] = ...,
|
790
791
|
) -> AppSyncClient: ...
|
791
792
|
@overload
|
793
|
+
def client(
|
794
|
+
self,
|
795
|
+
service_name: Literal["apptest"],
|
796
|
+
region_name: Optional[str] = ...,
|
797
|
+
api_version: Optional[str] = ...,
|
798
|
+
use_ssl: Optional[bool] = ...,
|
799
|
+
verify: Union[bool, str, None] = ...,
|
800
|
+
endpoint_url: Optional[str] = ...,
|
801
|
+
aws_access_key_id: Optional[str] = ...,
|
802
|
+
aws_secret_access_key: Optional[str] = ...,
|
803
|
+
aws_session_token: Optional[str] = ...,
|
804
|
+
config: Optional[Config] = ...,
|
805
|
+
) -> MainframeModernizationApplicationTestingClient: ...
|
806
|
+
@overload
|
792
807
|
def client(
|
793
808
|
self,
|
794
809
|
service_name: Literal["arc-zonal-shift"],
|
@@ -915,20 +930,6 @@ class Session:
|
|
915
930
|
config: Optional[Config] = ...,
|
916
931
|
) -> BackupGatewayClient: ...
|
917
932
|
@overload
|
918
|
-
def client(
|
919
|
-
self,
|
920
|
-
service_name: Literal["backupstorage"],
|
921
|
-
region_name: Optional[str] = ...,
|
922
|
-
api_version: Optional[str] = ...,
|
923
|
-
use_ssl: Optional[bool] = ...,
|
924
|
-
verify: Union[bool, str, None] = ...,
|
925
|
-
endpoint_url: Optional[str] = ...,
|
926
|
-
aws_access_key_id: Optional[str] = ...,
|
927
|
-
aws_secret_access_key: Optional[str] = ...,
|
928
|
-
aws_session_token: Optional[str] = ...,
|
929
|
-
config: Optional[Config] = ...,
|
930
|
-
) -> BackupStorageClient: ...
|
931
|
-
@overload
|
932
933
|
def client(
|
933
934
|
self,
|
934
935
|
service_name: Literal["batch"],
|
@@ -4219,6 +4220,20 @@ class Session:
|
|
4219
4220
|
config: Optional[Config] = ...,
|
4220
4221
|
) -> PcaConnectorAdClient: ...
|
4221
4222
|
@overload
|
4223
|
+
def client(
|
4224
|
+
self,
|
4225
|
+
service_name: Literal["pca-connector-scep"],
|
4226
|
+
region_name: Optional[str] = ...,
|
4227
|
+
api_version: Optional[str] = ...,
|
4228
|
+
use_ssl: Optional[bool] = ...,
|
4229
|
+
verify: Union[bool, str, None] = ...,
|
4230
|
+
endpoint_url: Optional[str] = ...,
|
4231
|
+
aws_access_key_id: Optional[str] = ...,
|
4232
|
+
aws_secret_access_key: Optional[str] = ...,
|
4233
|
+
aws_session_token: Optional[str] = ...,
|
4234
|
+
config: Optional[Config] = ...,
|
4235
|
+
) -> PrivateCAConnectorforSCEPClient: ...
|
4236
|
+
@overload
|
4222
4237
|
def client(
|
4223
4238
|
self,
|
4224
4239
|
service_name: Literal["personalize"],
|
@@ -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.125
|
4
|
+
Summary: Type annotations for boto3 1.34.125 generated with mypy-boto3-builder 7.24.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
|
@@ -65,6 +65,7 @@ Requires-Dist: mypy-boto3-appmesh <1.35.0,>=1.34.0 ; extra == 'all'
|
|
65
65
|
Requires-Dist: mypy-boto3-apprunner <1.35.0,>=1.34.0 ; extra == 'all'
|
66
66
|
Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'all'
|
67
67
|
Requires-Dist: mypy-boto3-appsync <1.35.0,>=1.34.0 ; extra == 'all'
|
68
|
+
Requires-Dist: mypy-boto3-apptest <1.35.0,>=1.34.0 ; extra == 'all'
|
68
69
|
Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'all'
|
69
70
|
Requires-Dist: mypy-boto3-artifact <1.35.0,>=1.34.0 ; extra == 'all'
|
70
71
|
Requires-Dist: mypy-boto3-athena <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -74,7 +75,6 @@ Requires-Dist: mypy-boto3-autoscaling-plans <1.35.0,>=1.34.0 ; extra == 'all'
|
|
74
75
|
Requires-Dist: mypy-boto3-b2bi <1.35.0,>=1.34.0 ; extra == 'all'
|
75
76
|
Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'all'
|
76
77
|
Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'all'
|
77
|
-
Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'all'
|
78
78
|
Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'all'
|
79
79
|
Requires-Dist: mypy-boto3-bcm-data-exports <1.35.0,>=1.34.0 ; extra == 'all'
|
80
80
|
Requires-Dist: mypy-boto3-bedrock <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -310,6 +310,7 @@ Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'all'
|
|
310
310
|
Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'all'
|
311
311
|
Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'all'
|
312
312
|
Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'all'
|
313
|
+
Requires-Dist: mypy-boto3-pca-connector-scep <1.35.0,>=1.34.0 ; extra == 'all'
|
313
314
|
Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'all'
|
314
315
|
Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'all'
|
315
316
|
Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -465,6 +466,8 @@ Provides-Extra: appstream
|
|
465
466
|
Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'appstream'
|
466
467
|
Provides-Extra: appsync
|
467
468
|
Requires-Dist: mypy-boto3-appsync <1.35.0,>=1.34.0 ; extra == 'appsync'
|
469
|
+
Provides-Extra: apptest
|
470
|
+
Requires-Dist: mypy-boto3-apptest <1.35.0,>=1.34.0 ; extra == 'apptest'
|
468
471
|
Provides-Extra: arc-zonal-shift
|
469
472
|
Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'arc-zonal-shift'
|
470
473
|
Provides-Extra: artifact
|
@@ -483,8 +486,6 @@ Provides-Extra: backup
|
|
483
486
|
Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'backup'
|
484
487
|
Provides-Extra: backup-gateway
|
485
488
|
Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'backup-gateway'
|
486
|
-
Provides-Extra: backupstorage
|
487
|
-
Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'backupstorage'
|
488
489
|
Provides-Extra: batch
|
489
490
|
Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'batch'
|
490
491
|
Provides-Extra: bcm-data-exports
|
@@ -500,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
500
501
|
Provides-Extra: billingconductor
|
501
502
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
502
503
|
Provides-Extra: boto3
|
503
|
-
Requires-Dist: boto3 ==1.34.
|
504
|
-
Requires-Dist: botocore ==1.34.
|
504
|
+
Requires-Dist: boto3 ==1.34.125 ; extra == 'boto3'
|
505
|
+
Requires-Dist: botocore ==1.34.125 ; extra == 'boto3'
|
505
506
|
Provides-Extra: braket
|
506
507
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
507
508
|
Provides-Extra: budgets
|
@@ -966,6 +967,8 @@ Provides-Extra: payment-cryptography-data
|
|
966
967
|
Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'payment-cryptography-data'
|
967
968
|
Provides-Extra: pca-connector-ad
|
968
969
|
Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'pca-connector-ad'
|
970
|
+
Provides-Extra: pca-connector-scep
|
971
|
+
Requires-Dist: mypy-boto3-pca-connector-scep <1.35.0,>=1.34.0 ; extra == 'pca-connector-scep'
|
969
972
|
Provides-Extra: personalize
|
970
973
|
Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'personalize'
|
971
974
|
Provides-Extra: personalize-events
|
@@ -1209,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1209
1212
|

|
1210
1213
|
|
1211
1214
|
Type annotations for
|
1212
|
-
[boto3 1.34.
|
1215
|
+
[boto3 1.34.125](https://boto3.amazonaws.com/v1/documentation/api/1.34.125/index.html)
|
1213
1216
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1214
1217
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1215
1218
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1591,7 +1594,7 @@ repository.
|
|
1591
1594
|
|
1592
1595
|
## Submodules
|
1593
1596
|
|
1594
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1597
|
+
- `boto3-stubs[all]` - Type annotations for all 385 services.
|
1595
1598
|
- `boto3-stubs[essential]` - Type annotations for
|
1596
1599
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1597
1600
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1672,6 +1675,9 @@ repository.
|
|
1672
1675
|
- `boto3-stubs[appsync]` - Type annotations for
|
1673
1676
|
[AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
|
1674
1677
|
service.
|
1678
|
+
- `boto3-stubs[apptest]` - Type annotations for
|
1679
|
+
[MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
|
1680
|
+
service.
|
1675
1681
|
- `boto3-stubs[arc-zonal-shift]` - Type annotations for
|
1676
1682
|
[ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
|
1677
1683
|
service.
|
@@ -1698,9 +1704,6 @@ repository.
|
|
1698
1704
|
- `boto3-stubs[backup-gateway]` - Type annotations for
|
1699
1705
|
[BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
|
1700
1706
|
service.
|
1701
|
-
- `boto3-stubs[backupstorage]` - Type annotations for
|
1702
|
-
[BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
|
1703
|
-
service.
|
1704
1707
|
- `boto3-stubs[batch]` - Type annotations for
|
1705
1708
|
[Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
|
1706
1709
|
service.
|
@@ -2385,6 +2388,9 @@ repository.
|
|
2385
2388
|
- `boto3-stubs[pca-connector-ad]` - Type annotations for
|
2386
2389
|
[PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
|
2387
2390
|
service.
|
2391
|
+
- `boto3-stubs[pca-connector-scep]` - Type annotations for
|
2392
|
+
[PrivateCAConnectorforSCEP](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_scep/)
|
2393
|
+
service.
|
2388
2394
|
- `boto3-stubs[personalize]` - Type annotations for
|
2389
2395
|
[Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
|
2390
2396
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=qHi2vIXb7gKTL3zNRU3i13pOwQMDLodgjtMY8twArMI,206884
|
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=DyVo2dGIm8XfJzwIsLIiaVzCiNohA7JA_QuEAuObJbc,234064
|
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.125.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.125.dist-info/METADATA,sha256=_uGD2EWjXvlJRXMGZTonApmSadZQ0Que3UxZ0A0wTls,142312
|
32
|
+
boto3_stubs-1.34.125.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.125.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.125.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|