boto3-stubs 1.34.113__py3-none-any.whl → 1.34.137__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 +56 -42
- boto3-stubs/session.pyi +60 -45
- {boto3_stubs-1.34.113.dist-info → boto3_stubs-1.34.137.dist-info}/METADATA +36 -25
- {boto3_stubs-1.34.113.dist-info → boto3_stubs-1.34.137.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.113.dist-info → boto3_stubs-1.34.137.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.34.113.dist-info → boto3_stubs-1.34.137.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.113.dist-info → boto3_stubs-1.34.137.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -10,7 +10,6 @@ from mypy_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
10
10
|
from mypy_boto3_account.client import AccountClient
|
11
11
|
from mypy_boto3_acm.client import ACMClient
|
12
12
|
from mypy_boto3_acm_pca.client import ACMPCAClient
|
13
|
-
from mypy_boto3_alexaforbusiness.client import AlexaForBusinessClient
|
14
13
|
from mypy_boto3_amp.client import PrometheusServiceClient
|
15
14
|
from mypy_boto3_amplify.client import AmplifyClient
|
16
15
|
from mypy_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -25,11 +24,13 @@ from mypy_boto3_appflow.client import AppflowClient
|
|
25
24
|
from mypy_boto3_appintegrations.client import AppIntegrationsServiceClient
|
26
25
|
from mypy_boto3_application_autoscaling.client import ApplicationAutoScalingClient
|
27
26
|
from mypy_boto3_application_insights.client import ApplicationInsightsClient
|
27
|
+
from mypy_boto3_application_signals.client import CloudWatchApplicationSignalsClient
|
28
28
|
from mypy_boto3_applicationcostprofiler.client import ApplicationCostProfilerClient
|
29
29
|
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
|
@@ -170,7 +170,6 @@ from mypy_boto3_groundstation.client import GroundStationClient
|
|
170
170
|
from mypy_boto3_guardduty.client import GuardDutyClient
|
171
171
|
from mypy_boto3_health.client import HealthClient
|
172
172
|
from mypy_boto3_healthlake.client import HealthLakeClient
|
173
|
-
from mypy_boto3_honeycode.client import HoneycodeClient
|
174
173
|
from mypy_boto3_iam.client import IAMClient
|
175
174
|
from mypy_boto3_iam.service_resource import IAMServiceResource
|
176
175
|
from mypy_boto3_identitystore.client import IdentityStoreClient
|
@@ -287,6 +286,7 @@ from mypy_boto3_panorama.client import PanoramaClient
|
|
287
286
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
288
287
|
from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
289
288
|
from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
|
289
|
+
from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
|
290
290
|
from mypy_boto3_personalize.client import PersonalizeClient
|
291
291
|
from mypy_boto3_personalize_events.client import PersonalizeEventsClient
|
292
292
|
from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
|
@@ -379,6 +379,7 @@ from mypy_boto3_support.client import SupportClient
|
|
379
379
|
from mypy_boto3_support_app.client import SupportAppClient
|
380
380
|
from mypy_boto3_swf.client import SWFClient
|
381
381
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
382
|
+
from mypy_boto3_taxsettings.client import TaxSettingsClient
|
382
383
|
from mypy_boto3_textract.client import TextractClient
|
383
384
|
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
384
385
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
@@ -484,19 +485,6 @@ def client(
|
|
484
485
|
config: Optional[Config] = ...,
|
485
486
|
) -> ACMPCAClient: ...
|
486
487
|
@overload
|
487
|
-
def client(
|
488
|
-
service_name: Literal["alexaforbusiness"],
|
489
|
-
region_name: Optional[str] = ...,
|
490
|
-
api_version: Optional[str] = ...,
|
491
|
-
use_ssl: Optional[bool] = ...,
|
492
|
-
verify: Union[bool, str, None] = ...,
|
493
|
-
endpoint_url: Optional[str] = ...,
|
494
|
-
aws_access_key_id: Optional[str] = ...,
|
495
|
-
aws_secret_access_key: Optional[str] = ...,
|
496
|
-
aws_session_token: Optional[str] = ...,
|
497
|
-
config: Optional[Config] = ...,
|
498
|
-
) -> AlexaForBusinessClient: ...
|
499
|
-
@overload
|
500
488
|
def client(
|
501
489
|
service_name: Literal["amp"],
|
502
490
|
region_name: Optional[str] = ...,
|
@@ -679,6 +667,19 @@ def client(
|
|
679
667
|
config: Optional[Config] = ...,
|
680
668
|
) -> ApplicationInsightsClient: ...
|
681
669
|
@overload
|
670
|
+
def client(
|
671
|
+
service_name: Literal["application-signals"],
|
672
|
+
region_name: Optional[str] = ...,
|
673
|
+
api_version: Optional[str] = ...,
|
674
|
+
use_ssl: Optional[bool] = ...,
|
675
|
+
verify: Union[bool, str, None] = ...,
|
676
|
+
endpoint_url: Optional[str] = ...,
|
677
|
+
aws_access_key_id: Optional[str] = ...,
|
678
|
+
aws_secret_access_key: Optional[str] = ...,
|
679
|
+
aws_session_token: Optional[str] = ...,
|
680
|
+
config: Optional[Config] = ...,
|
681
|
+
) -> CloudWatchApplicationSignalsClient: ...
|
682
|
+
@overload
|
682
683
|
def client(
|
683
684
|
service_name: Literal["applicationcostprofiler"],
|
684
685
|
region_name: Optional[str] = ...,
|
@@ -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] = ...,
|
@@ -2499,19 +2500,6 @@ def client(
|
|
2499
2500
|
config: Optional[Config] = ...,
|
2500
2501
|
) -> HealthLakeClient: ...
|
2501
2502
|
@overload
|
2502
|
-
def client(
|
2503
|
-
service_name: Literal["honeycode"],
|
2504
|
-
region_name: Optional[str] = ...,
|
2505
|
-
api_version: Optional[str] = ...,
|
2506
|
-
use_ssl: Optional[bool] = ...,
|
2507
|
-
verify: Union[bool, str, None] = ...,
|
2508
|
-
endpoint_url: Optional[str] = ...,
|
2509
|
-
aws_access_key_id: Optional[str] = ...,
|
2510
|
-
aws_secret_access_key: Optional[str] = ...,
|
2511
|
-
aws_session_token: Optional[str] = ...,
|
2512
|
-
config: Optional[Config] = ...,
|
2513
|
-
) -> HoneycodeClient: ...
|
2514
|
-
@overload
|
2515
2503
|
def client(
|
2516
2504
|
service_name: Literal["iam"],
|
2517
2505
|
region_name: Optional[str] = ...,
|
@@ -3942,6 +3930,19 @@ def client(
|
|
3942
3930
|
config: Optional[Config] = ...,
|
3943
3931
|
) -> PcaConnectorAdClient: ...
|
3944
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
|
3945
3946
|
def client(
|
3946
3947
|
service_name: Literal["personalize"],
|
3947
3948
|
region_name: Optional[str] = ...,
|
@@ -5099,6 +5100,19 @@ def client(
|
|
5099
5100
|
config: Optional[Config] = ...,
|
5100
5101
|
) -> SyntheticsClient: ...
|
5101
5102
|
@overload
|
5103
|
+
def client(
|
5104
|
+
service_name: Literal["taxsettings"],
|
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
|
+
) -> TaxSettingsClient: ...
|
5115
|
+
@overload
|
5102
5116
|
def client(
|
5103
5117
|
service_name: Literal["textract"],
|
5104
5118
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -16,7 +16,6 @@ from mypy_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
16
16
|
from mypy_boto3_account.client import AccountClient
|
17
17
|
from mypy_boto3_acm.client import ACMClient
|
18
18
|
from mypy_boto3_acm_pca.client import ACMPCAClient
|
19
|
-
from mypy_boto3_alexaforbusiness.client import AlexaForBusinessClient
|
20
19
|
from mypy_boto3_amp.client import PrometheusServiceClient
|
21
20
|
from mypy_boto3_amplify.client import AmplifyClient
|
22
21
|
from mypy_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -31,11 +30,13 @@ from mypy_boto3_appflow.client import AppflowClient
|
|
31
30
|
from mypy_boto3_appintegrations.client import AppIntegrationsServiceClient
|
32
31
|
from mypy_boto3_application_autoscaling.client import ApplicationAutoScalingClient
|
33
32
|
from mypy_boto3_application_insights.client import ApplicationInsightsClient
|
33
|
+
from mypy_boto3_application_signals.client import CloudWatchApplicationSignalsClient
|
34
34
|
from mypy_boto3_applicationcostprofiler.client import ApplicationCostProfilerClient
|
35
35
|
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
|
@@ -176,7 +176,6 @@ from mypy_boto3_groundstation.client import GroundStationClient
|
|
176
176
|
from mypy_boto3_guardduty.client import GuardDutyClient
|
177
177
|
from mypy_boto3_health.client import HealthClient
|
178
178
|
from mypy_boto3_healthlake.client import HealthLakeClient
|
179
|
-
from mypy_boto3_honeycode.client import HoneycodeClient
|
180
179
|
from mypy_boto3_iam.client import IAMClient
|
181
180
|
from mypy_boto3_iam.service_resource import IAMServiceResource
|
182
181
|
from mypy_boto3_identitystore.client import IdentityStoreClient
|
@@ -293,6 +292,7 @@ from mypy_boto3_panorama.client import PanoramaClient
|
|
293
292
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
294
293
|
from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
295
294
|
from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
|
295
|
+
from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
|
296
296
|
from mypy_boto3_personalize.client import PersonalizeClient
|
297
297
|
from mypy_boto3_personalize_events.client import PersonalizeEventsClient
|
298
298
|
from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
|
@@ -385,6 +385,7 @@ from mypy_boto3_support.client import SupportClient
|
|
385
385
|
from mypy_boto3_support_app.client import SupportAppClient
|
386
386
|
from mypy_boto3_swf.client import SWFClient
|
387
387
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
388
|
+
from mypy_boto3_taxsettings.client import TaxSettingsClient
|
388
389
|
from mypy_boto3_textract.client import TextractClient
|
389
390
|
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
390
391
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
@@ -509,20 +510,6 @@ class Session:
|
|
509
510
|
config: Optional[Config] = ...,
|
510
511
|
) -> ACMPCAClient: ...
|
511
512
|
@overload
|
512
|
-
def client(
|
513
|
-
self,
|
514
|
-
service_name: Literal["alexaforbusiness"],
|
515
|
-
region_name: Optional[str] = ...,
|
516
|
-
api_version: Optional[str] = ...,
|
517
|
-
use_ssl: Optional[bool] = ...,
|
518
|
-
verify: Union[bool, str, None] = ...,
|
519
|
-
endpoint_url: Optional[str] = ...,
|
520
|
-
aws_access_key_id: Optional[str] = ...,
|
521
|
-
aws_secret_access_key: Optional[str] = ...,
|
522
|
-
aws_session_token: Optional[str] = ...,
|
523
|
-
config: Optional[Config] = ...,
|
524
|
-
) -> AlexaForBusinessClient: ...
|
525
|
-
@overload
|
526
513
|
def client(
|
527
514
|
self,
|
528
515
|
service_name: Literal["amp"],
|
@@ -719,6 +706,20 @@ class Session:
|
|
719
706
|
config: Optional[Config] = ...,
|
720
707
|
) -> ApplicationInsightsClient: ...
|
721
708
|
@overload
|
709
|
+
def client(
|
710
|
+
self,
|
711
|
+
service_name: Literal["application-signals"],
|
712
|
+
region_name: Optional[str] = ...,
|
713
|
+
api_version: Optional[str] = ...,
|
714
|
+
use_ssl: Optional[bool] = ...,
|
715
|
+
verify: Union[bool, str, None] = ...,
|
716
|
+
endpoint_url: Optional[str] = ...,
|
717
|
+
aws_access_key_id: Optional[str] = ...,
|
718
|
+
aws_secret_access_key: Optional[str] = ...,
|
719
|
+
aws_session_token: Optional[str] = ...,
|
720
|
+
config: Optional[Config] = ...,
|
721
|
+
) -> CloudWatchApplicationSignalsClient: ...
|
722
|
+
@overload
|
722
723
|
def client(
|
723
724
|
self,
|
724
725
|
service_name: Literal["applicationcostprofiler"],
|
@@ -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"],
|
@@ -2679,20 +2680,6 @@ class Session:
|
|
2679
2680
|
config: Optional[Config] = ...,
|
2680
2681
|
) -> HealthLakeClient: ...
|
2681
2682
|
@overload
|
2682
|
-
def client(
|
2683
|
-
self,
|
2684
|
-
service_name: Literal["honeycode"],
|
2685
|
-
region_name: Optional[str] = ...,
|
2686
|
-
api_version: Optional[str] = ...,
|
2687
|
-
use_ssl: Optional[bool] = ...,
|
2688
|
-
verify: Union[bool, str, None] = ...,
|
2689
|
-
endpoint_url: Optional[str] = ...,
|
2690
|
-
aws_access_key_id: Optional[str] = ...,
|
2691
|
-
aws_secret_access_key: Optional[str] = ...,
|
2692
|
-
aws_session_token: Optional[str] = ...,
|
2693
|
-
config: Optional[Config] = ...,
|
2694
|
-
) -> HoneycodeClient: ...
|
2695
|
-
@overload
|
2696
2683
|
def client(
|
2697
2684
|
self,
|
2698
2685
|
service_name: Literal["iam"],
|
@@ -4233,6 +4220,20 @@ class Session:
|
|
4233
4220
|
config: Optional[Config] = ...,
|
4234
4221
|
) -> PcaConnectorAdClient: ...
|
4235
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
|
4236
4237
|
def client(
|
4237
4238
|
self,
|
4238
4239
|
service_name: Literal["personalize"],
|
@@ -5479,6 +5480,20 @@ class Session:
|
|
5479
5480
|
config: Optional[Config] = ...,
|
5480
5481
|
) -> SyntheticsClient: ...
|
5481
5482
|
@overload
|
5483
|
+
def client(
|
5484
|
+
self,
|
5485
|
+
service_name: Literal["taxsettings"],
|
5486
|
+
region_name: Optional[str] = ...,
|
5487
|
+
api_version: Optional[str] = ...,
|
5488
|
+
use_ssl: Optional[bool] = ...,
|
5489
|
+
verify: Union[bool, str, None] = ...,
|
5490
|
+
endpoint_url: Optional[str] = ...,
|
5491
|
+
aws_access_key_id: Optional[str] = ...,
|
5492
|
+
aws_secret_access_key: Optional[str] = ...,
|
5493
|
+
aws_session_token: Optional[str] = ...,
|
5494
|
+
config: Optional[Config] = ...,
|
5495
|
+
) -> TaxSettingsClient: ...
|
5496
|
+
@overload
|
5482
5497
|
def client(
|
5483
5498
|
self,
|
5484
5499
|
service_name: Literal["textract"],
|
@@ -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.137
|
4
|
+
Summary: Type annotations for boto3 1.34.137 generated with mypy-boto3-builder 7.25.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
|
@@ -40,14 +40,11 @@ Provides-Extra: acm
|
|
40
40
|
Requires-Dist: mypy-boto3-acm <1.35.0,>=1.34.0 ; extra == 'acm'
|
41
41
|
Provides-Extra: acm-pca
|
42
42
|
Requires-Dist: mypy-boto3-acm-pca <1.35.0,>=1.34.0 ; extra == 'acm-pca'
|
43
|
-
Provides-Extra: alexaforbusiness
|
44
|
-
Requires-Dist: mypy-boto3-alexaforbusiness <1.35.0,>=1.34.0 ; extra == 'alexaforbusiness'
|
45
43
|
Provides-Extra: all
|
46
44
|
Requires-Dist: mypy-boto3-accessanalyzer <1.35.0,>=1.34.0 ; extra == 'all'
|
47
45
|
Requires-Dist: mypy-boto3-account <1.35.0,>=1.34.0 ; extra == 'all'
|
48
46
|
Requires-Dist: mypy-boto3-acm <1.35.0,>=1.34.0 ; extra == 'all'
|
49
47
|
Requires-Dist: mypy-boto3-acm-pca <1.35.0,>=1.34.0 ; extra == 'all'
|
50
|
-
Requires-Dist: mypy-boto3-alexaforbusiness <1.35.0,>=1.34.0 ; extra == 'all'
|
51
48
|
Requires-Dist: mypy-boto3-amp <1.35.0,>=1.34.0 ; extra == 'all'
|
52
49
|
Requires-Dist: mypy-boto3-amplify <1.35.0,>=1.34.0 ; extra == 'all'
|
53
50
|
Requires-Dist: mypy-boto3-amplifybackend <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -62,11 +59,13 @@ Requires-Dist: mypy-boto3-appflow <1.35.0,>=1.34.0 ; extra == 'all'
|
|
62
59
|
Requires-Dist: mypy-boto3-appintegrations <1.35.0,>=1.34.0 ; extra == 'all'
|
63
60
|
Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'all'
|
64
61
|
Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'all'
|
62
|
+
Requires-Dist: mypy-boto3-application-signals <1.35.0,>=1.34.0 ; extra == 'all'
|
65
63
|
Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'all'
|
66
64
|
Requires-Dist: mypy-boto3-appmesh <1.35.0,>=1.34.0 ; extra == 'all'
|
67
65
|
Requires-Dist: mypy-boto3-apprunner <1.35.0,>=1.34.0 ; extra == 'all'
|
68
66
|
Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'all'
|
69
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'
|
70
69
|
Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'all'
|
71
70
|
Requires-Dist: mypy-boto3-artifact <1.35.0,>=1.34.0 ; extra == 'all'
|
72
71
|
Requires-Dist: mypy-boto3-athena <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -76,7 +75,6 @@ Requires-Dist: mypy-boto3-autoscaling-plans <1.35.0,>=1.34.0 ; extra == 'all'
|
|
76
75
|
Requires-Dist: mypy-boto3-b2bi <1.35.0,>=1.34.0 ; extra == 'all'
|
77
76
|
Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'all'
|
78
77
|
Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'all'
|
79
|
-
Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'all'
|
80
78
|
Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'all'
|
81
79
|
Requires-Dist: mypy-boto3-bcm-data-exports <1.35.0,>=1.34.0 ; extra == 'all'
|
82
80
|
Requires-Dist: mypy-boto3-bedrock <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -202,7 +200,6 @@ Requires-Dist: mypy-boto3-groundstation <1.35.0,>=1.34.0 ; extra == 'all'
|
|
202
200
|
Requires-Dist: mypy-boto3-guardduty <1.35.0,>=1.34.0 ; extra == 'all'
|
203
201
|
Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'all'
|
204
202
|
Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'all'
|
205
|
-
Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'all'
|
206
203
|
Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'all'
|
207
204
|
Requires-Dist: mypy-boto3-identitystore <1.35.0,>=1.34.0 ; extra == 'all'
|
208
205
|
Requires-Dist: mypy-boto3-imagebuilder <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -313,6 +310,7 @@ Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'all'
|
|
313
310
|
Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'all'
|
314
311
|
Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'all'
|
315
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'
|
316
314
|
Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'all'
|
317
315
|
Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'all'
|
318
316
|
Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -402,6 +400,7 @@ Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'all'
|
|
402
400
|
Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
|
403
401
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
|
404
402
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'all'
|
403
|
+
Requires-Dist: mypy-boto3-taxsettings <1.35.0,>=1.34.0 ; extra == 'all'
|
405
404
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
|
406
405
|
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
|
407
406
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -455,6 +454,8 @@ Provides-Extra: application-autoscaling
|
|
455
454
|
Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'application-autoscaling'
|
456
455
|
Provides-Extra: application-insights
|
457
456
|
Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'application-insights'
|
457
|
+
Provides-Extra: application-signals
|
458
|
+
Requires-Dist: mypy-boto3-application-signals <1.35.0,>=1.34.0 ; extra == 'application-signals'
|
458
459
|
Provides-Extra: applicationcostprofiler
|
459
460
|
Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'applicationcostprofiler'
|
460
461
|
Provides-Extra: appmesh
|
@@ -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.137 ; extra == 'boto3'
|
505
|
+
Requires-Dist: botocore ==1.34.137 ; 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
|
@@ -746,8 +747,6 @@ Provides-Extra: health
|
|
746
747
|
Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'health'
|
747
748
|
Provides-Extra: healthlake
|
748
749
|
Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'healthlake'
|
749
|
-
Provides-Extra: honeycode
|
750
|
-
Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'honeycode'
|
751
750
|
Provides-Extra: iam
|
752
751
|
Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'iam'
|
753
752
|
Provides-Extra: identitystore
|
@@ -968,6 +967,8 @@ Provides-Extra: payment-cryptography-data
|
|
968
967
|
Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'payment-cryptography-data'
|
969
968
|
Provides-Extra: pca-connector-ad
|
970
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'
|
971
972
|
Provides-Extra: personalize
|
972
973
|
Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'personalize'
|
973
974
|
Provides-Extra: personalize-events
|
@@ -1146,6 +1147,8 @@ Provides-Extra: swf
|
|
1146
1147
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'swf'
|
1147
1148
|
Provides-Extra: synthetics
|
1148
1149
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'synthetics'
|
1150
|
+
Provides-Extra: taxsettings
|
1151
|
+
Requires-Dist: mypy-boto3-taxsettings <1.35.0,>=1.34.0 ; extra == 'taxsettings'
|
1149
1152
|
Provides-Extra: textract
|
1150
1153
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
|
1151
1154
|
Provides-Extra: timestream-influxdb
|
@@ -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.137](https://boto3.amazonaws.com/v1/documentation/api/1.34.137/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/),
|
@@ -1218,7 +1221,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1218
1221
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1219
1222
|
|
1220
1223
|
Generated by
|
1221
|
-
[mypy-boto3-builder 7.
|
1224
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
1222
1225
|
|
1223
1226
|
More information can be found in
|
1224
1227
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1289,6 +1292,11 @@ python -m pip install 'boto3-stubs[acm,apigateway]'
|
|
1289
1292
|
python -m pip install 'boto3-stubs[boto3]'
|
1290
1293
|
|
1291
1294
|
|
1295
|
+
# or install all-in-one annotations for all services at once
|
1296
|
+
python -m pip install 'boto3-stubs-full[boto3]'
|
1297
|
+
|
1298
|
+
|
1299
|
+
|
1292
1300
|
# Lite version does not provide session.client/resource overloads
|
1293
1301
|
# it is more RAM-friendly, but requires explicit type annotations
|
1294
1302
|
python -m pip install 'boto3-stubs-lite[essential]'
|
@@ -1591,7 +1599,7 @@ repository.
|
|
1591
1599
|
|
1592
1600
|
## Submodules
|
1593
1601
|
|
1594
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1602
|
+
- `boto3-stubs[all]` - Type annotations for all 385 services.
|
1595
1603
|
- `boto3-stubs[essential]` - Type annotations for
|
1596
1604
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1597
1605
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1612,9 +1620,6 @@ repository.
|
|
1612
1620
|
- `boto3-stubs[acm-pca]` - Type annotations for
|
1613
1621
|
[ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
|
1614
1622
|
service.
|
1615
|
-
- `boto3-stubs[alexaforbusiness]` - Type annotations for
|
1616
|
-
[AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/)
|
1617
|
-
service.
|
1618
1623
|
- `boto3-stubs[amp]` - Type annotations for
|
1619
1624
|
[PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
|
1620
1625
|
service.
|
@@ -1657,6 +1662,9 @@ repository.
|
|
1657
1662
|
- `boto3-stubs[application-insights]` - Type annotations for
|
1658
1663
|
[ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
|
1659
1664
|
service.
|
1665
|
+
- `boto3-stubs[application-signals]` - Type annotations for
|
1666
|
+
[CloudWatchApplicationSignals](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_signals/)
|
1667
|
+
service.
|
1660
1668
|
- `boto3-stubs[applicationcostprofiler]` - Type annotations for
|
1661
1669
|
[ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
|
1662
1670
|
service.
|
@@ -1672,6 +1680,9 @@ repository.
|
|
1672
1680
|
- `boto3-stubs[appsync]` - Type annotations for
|
1673
1681
|
[AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
|
1674
1682
|
service.
|
1683
|
+
- `boto3-stubs[apptest]` - Type annotations for
|
1684
|
+
[MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
|
1685
|
+
service.
|
1675
1686
|
- `boto3-stubs[arc-zonal-shift]` - Type annotations for
|
1676
1687
|
[ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
|
1677
1688
|
service.
|
@@ -1698,9 +1709,6 @@ repository.
|
|
1698
1709
|
- `boto3-stubs[backup-gateway]` - Type annotations for
|
1699
1710
|
[BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
|
1700
1711
|
service.
|
1701
|
-
- `boto3-stubs[backupstorage]` - Type annotations for
|
1702
|
-
[BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
|
1703
|
-
service.
|
1704
1712
|
- `boto3-stubs[batch]` - Type annotations for
|
1705
1713
|
[Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
|
1706
1714
|
service.
|
@@ -2062,9 +2070,6 @@ repository.
|
|
2062
2070
|
- `boto3-stubs[healthlake]` - Type annotations for
|
2063
2071
|
[HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/)
|
2064
2072
|
service.
|
2065
|
-
- `boto3-stubs[honeycode]` - Type annotations for
|
2066
|
-
[Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/)
|
2067
|
-
service.
|
2068
2073
|
- `boto3-stubs[iam]` - Type annotations for
|
2069
2074
|
[IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service.
|
2070
2075
|
- `boto3-stubs[identitystore]` - Type annotations for
|
@@ -2388,6 +2393,9 @@ repository.
|
|
2388
2393
|
- `boto3-stubs[pca-connector-ad]` - Type annotations for
|
2389
2394
|
[PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
|
2390
2395
|
service.
|
2396
|
+
- `boto3-stubs[pca-connector-scep]` - Type annotations for
|
2397
|
+
[PrivateCAConnectorforSCEP](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_scep/)
|
2398
|
+
service.
|
2391
2399
|
- `boto3-stubs[personalize]` - Type annotations for
|
2392
2400
|
[Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
|
2393
2401
|
service.
|
@@ -2642,6 +2650,9 @@ repository.
|
|
2642
2650
|
- `boto3-stubs[synthetics]` - Type annotations for
|
2643
2651
|
[Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/)
|
2644
2652
|
service.
|
2653
|
+
- `boto3-stubs[taxsettings]` - Type annotations for
|
2654
|
+
[TaxSettings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_taxsettings/)
|
2655
|
+
service.
|
2645
2656
|
- `boto3-stubs[textract]` - Type annotations for
|
2646
2657
|
[Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
|
2647
2658
|
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.137.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.137.dist-info/METADATA,sha256=g_dV56uvk2XfnvLE96ybMpSlW1kYeqpwUIrbo5WytzI,142424
|
32
|
+
boto3_stubs-1.34.137.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
33
|
+
boto3_stubs-1.34.137.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.137.dist-info/RECORD,,
|
File without changes
|
File without changes
|