boto3-stubs 1.34.102__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 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
@@ -236,6 +235,7 @@ from mypy_boto3_lookoutvision.client import LookoutforVisionClient
236
235
  from mypy_boto3_m2.client import MainframeModernizationClient
237
236
  from mypy_boto3_machinelearning.client import MachineLearningClient
238
237
  from mypy_boto3_macie2.client import Macie2Client
238
+ from mypy_boto3_mailmanager.client import MailManagerClient
239
239
  from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
240
240
  from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
241
241
  from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
@@ -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
@@ -378,6 +379,7 @@ from mypy_boto3_support.client import SupportClient
378
379
  from mypy_boto3_support_app.client import SupportAppClient
379
380
  from mypy_boto3_swf.client import SWFClient
380
381
  from mypy_boto3_synthetics.client import SyntheticsClient
382
+ from mypy_boto3_taxsettings.client import TaxSettingsClient
381
383
  from mypy_boto3_textract.client import TextractClient
382
384
  from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
383
385
  from mypy_boto3_timestream_query.client import TimestreamQueryClient
@@ -483,19 +485,6 @@ def client(
483
485
  config: Optional[Config] = ...,
484
486
  ) -> ACMPCAClient: ...
485
487
  @overload
486
- def client(
487
- service_name: Literal["alexaforbusiness"],
488
- region_name: Optional[str] = ...,
489
- api_version: Optional[str] = ...,
490
- use_ssl: Optional[bool] = ...,
491
- verify: Union[bool, str, None] = ...,
492
- endpoint_url: Optional[str] = ...,
493
- aws_access_key_id: Optional[str] = ...,
494
- aws_secret_access_key: Optional[str] = ...,
495
- aws_session_token: Optional[str] = ...,
496
- config: Optional[Config] = ...,
497
- ) -> AlexaForBusinessClient: ...
498
- @overload
499
488
  def client(
500
489
  service_name: Literal["amp"],
501
490
  region_name: Optional[str] = ...,
@@ -678,6 +667,19 @@ def client(
678
667
  config: Optional[Config] = ...,
679
668
  ) -> ApplicationInsightsClient: ...
680
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
681
683
  def client(
682
684
  service_name: Literal["applicationcostprofiler"],
683
685
  region_name: Optional[str] = ...,
@@ -743,6 +745,19 @@ def client(
743
745
  config: Optional[Config] = ...,
744
746
  ) -> AppSyncClient: ...
745
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
746
761
  def client(
747
762
  service_name: Literal["arc-zonal-shift"],
748
763
  region_name: Optional[str] = ...,
@@ -860,19 +875,6 @@ def client(
860
875
  config: Optional[Config] = ...,
861
876
  ) -> BackupGatewayClient: ...
862
877
  @overload
863
- def client(
864
- service_name: Literal["backupstorage"],
865
- region_name: Optional[str] = ...,
866
- api_version: Optional[str] = ...,
867
- use_ssl: Optional[bool] = ...,
868
- verify: Union[bool, str, None] = ...,
869
- endpoint_url: Optional[str] = ...,
870
- aws_access_key_id: Optional[str] = ...,
871
- aws_secret_access_key: Optional[str] = ...,
872
- aws_session_token: Optional[str] = ...,
873
- config: Optional[Config] = ...,
874
- ) -> BackupStorageClient: ...
875
- @overload
876
878
  def client(
877
879
  service_name: Literal["batch"],
878
880
  region_name: Optional[str] = ...,
@@ -2498,19 +2500,6 @@ def client(
2498
2500
  config: Optional[Config] = ...,
2499
2501
  ) -> HealthLakeClient: ...
2500
2502
  @overload
2501
- def client(
2502
- service_name: Literal["honeycode"],
2503
- region_name: Optional[str] = ...,
2504
- api_version: Optional[str] = ...,
2505
- use_ssl: Optional[bool] = ...,
2506
- verify: Union[bool, str, None] = ...,
2507
- endpoint_url: Optional[str] = ...,
2508
- aws_access_key_id: Optional[str] = ...,
2509
- aws_secret_access_key: Optional[str] = ...,
2510
- aws_session_token: Optional[str] = ...,
2511
- config: Optional[Config] = ...,
2512
- ) -> HoneycodeClient: ...
2513
- @overload
2514
2503
  def client(
2515
2504
  service_name: Literal["iam"],
2516
2505
  region_name: Optional[str] = ...,
@@ -3291,6 +3280,19 @@ def client(
3291
3280
  config: Optional[Config] = ...,
3292
3281
  ) -> Macie2Client: ...
3293
3282
  @overload
3283
+ def client(
3284
+ service_name: Literal["mailmanager"],
3285
+ region_name: Optional[str] = ...,
3286
+ api_version: Optional[str] = ...,
3287
+ use_ssl: Optional[bool] = ...,
3288
+ verify: Union[bool, str, None] = ...,
3289
+ endpoint_url: Optional[str] = ...,
3290
+ aws_access_key_id: Optional[str] = ...,
3291
+ aws_secret_access_key: Optional[str] = ...,
3292
+ aws_session_token: Optional[str] = ...,
3293
+ config: Optional[Config] = ...,
3294
+ ) -> MailManagerClient: ...
3295
+ @overload
3294
3296
  def client(
3295
3297
  service_name: Literal["managedblockchain"],
3296
3298
  region_name: Optional[str] = ...,
@@ -3928,6 +3930,19 @@ def client(
3928
3930
  config: Optional[Config] = ...,
3929
3931
  ) -> PcaConnectorAdClient: ...
3930
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
3931
3946
  def client(
3932
3947
  service_name: Literal["personalize"],
3933
3948
  region_name: Optional[str] = ...,
@@ -5085,6 +5100,19 @@ def client(
5085
5100
  config: Optional[Config] = ...,
5086
5101
  ) -> SyntheticsClient: ...
5087
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
5088
5116
  def client(
5089
5117
  service_name: Literal["textract"],
5090
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
@@ -242,6 +241,7 @@ from mypy_boto3_lookoutvision.client import LookoutforVisionClient
242
241
  from mypy_boto3_m2.client import MainframeModernizationClient
243
242
  from mypy_boto3_machinelearning.client import MachineLearningClient
244
243
  from mypy_boto3_macie2.client import Macie2Client
244
+ from mypy_boto3_mailmanager.client import MailManagerClient
245
245
  from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
246
246
  from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
247
247
  from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
@@ -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
@@ -384,6 +385,7 @@ from mypy_boto3_support.client import SupportClient
384
385
  from mypy_boto3_support_app.client import SupportAppClient
385
386
  from mypy_boto3_swf.client import SWFClient
386
387
  from mypy_boto3_synthetics.client import SyntheticsClient
388
+ from mypy_boto3_taxsettings.client import TaxSettingsClient
387
389
  from mypy_boto3_textract.client import TextractClient
388
390
  from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
389
391
  from mypy_boto3_timestream_query.client import TimestreamQueryClient
@@ -508,20 +510,6 @@ class Session:
508
510
  config: Optional[Config] = ...,
509
511
  ) -> ACMPCAClient: ...
510
512
  @overload
511
- def client(
512
- self,
513
- service_name: Literal["alexaforbusiness"],
514
- region_name: Optional[str] = ...,
515
- api_version: Optional[str] = ...,
516
- use_ssl: Optional[bool] = ...,
517
- verify: Union[bool, str, None] = ...,
518
- endpoint_url: Optional[str] = ...,
519
- aws_access_key_id: Optional[str] = ...,
520
- aws_secret_access_key: Optional[str] = ...,
521
- aws_session_token: Optional[str] = ...,
522
- config: Optional[Config] = ...,
523
- ) -> AlexaForBusinessClient: ...
524
- @overload
525
513
  def client(
526
514
  self,
527
515
  service_name: Literal["amp"],
@@ -718,6 +706,20 @@ class Session:
718
706
  config: Optional[Config] = ...,
719
707
  ) -> ApplicationInsightsClient: ...
720
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
721
723
  def client(
722
724
  self,
723
725
  service_name: Literal["applicationcostprofiler"],
@@ -788,6 +790,20 @@ class Session:
788
790
  config: Optional[Config] = ...,
789
791
  ) -> AppSyncClient: ...
790
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
791
807
  def client(
792
808
  self,
793
809
  service_name: Literal["arc-zonal-shift"],
@@ -914,20 +930,6 @@ class Session:
914
930
  config: Optional[Config] = ...,
915
931
  ) -> BackupGatewayClient: ...
916
932
  @overload
917
- def client(
918
- self,
919
- service_name: Literal["backupstorage"],
920
- region_name: Optional[str] = ...,
921
- api_version: Optional[str] = ...,
922
- use_ssl: Optional[bool] = ...,
923
- verify: Union[bool, str, None] = ...,
924
- endpoint_url: Optional[str] = ...,
925
- aws_access_key_id: Optional[str] = ...,
926
- aws_secret_access_key: Optional[str] = ...,
927
- aws_session_token: Optional[str] = ...,
928
- config: Optional[Config] = ...,
929
- ) -> BackupStorageClient: ...
930
- @overload
931
933
  def client(
932
934
  self,
933
935
  service_name: Literal["batch"],
@@ -2678,20 +2680,6 @@ class Session:
2678
2680
  config: Optional[Config] = ...,
2679
2681
  ) -> HealthLakeClient: ...
2680
2682
  @overload
2681
- def client(
2682
- self,
2683
- service_name: Literal["honeycode"],
2684
- region_name: Optional[str] = ...,
2685
- api_version: Optional[str] = ...,
2686
- use_ssl: Optional[bool] = ...,
2687
- verify: Union[bool, str, None] = ...,
2688
- endpoint_url: Optional[str] = ...,
2689
- aws_access_key_id: Optional[str] = ...,
2690
- aws_secret_access_key: Optional[str] = ...,
2691
- aws_session_token: Optional[str] = ...,
2692
- config: Optional[Config] = ...,
2693
- ) -> HoneycodeClient: ...
2694
- @overload
2695
2683
  def client(
2696
2684
  self,
2697
2685
  service_name: Literal["iam"],
@@ -3532,6 +3520,20 @@ class Session:
3532
3520
  config: Optional[Config] = ...,
3533
3521
  ) -> Macie2Client: ...
3534
3522
  @overload
3523
+ def client(
3524
+ self,
3525
+ service_name: Literal["mailmanager"],
3526
+ region_name: Optional[str] = ...,
3527
+ api_version: Optional[str] = ...,
3528
+ use_ssl: Optional[bool] = ...,
3529
+ verify: Union[bool, str, None] = ...,
3530
+ endpoint_url: Optional[str] = ...,
3531
+ aws_access_key_id: Optional[str] = ...,
3532
+ aws_secret_access_key: Optional[str] = ...,
3533
+ aws_session_token: Optional[str] = ...,
3534
+ config: Optional[Config] = ...,
3535
+ ) -> MailManagerClient: ...
3536
+ @overload
3535
3537
  def client(
3536
3538
  self,
3537
3539
  service_name: Literal["managedblockchain"],
@@ -4218,6 +4220,20 @@ class Session:
4218
4220
  config: Optional[Config] = ...,
4219
4221
  ) -> PcaConnectorAdClient: ...
4220
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
4221
4237
  def client(
4222
4238
  self,
4223
4239
  service_name: Literal["personalize"],
@@ -5464,6 +5480,20 @@ class Session:
5464
5480
  config: Optional[Config] = ...,
5465
5481
  ) -> SyntheticsClient: ...
5466
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
5467
5497
  def client(
5468
5498
  self,
5469
5499
  service_name: Literal["textract"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.102
4
- Summary: Type annotations for boto3 1.34.102 generated with mypy-boto3-builder 7.24.0
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'
@@ -263,6 +260,7 @@ Requires-Dist: mypy-boto3-lookoutvision <1.35.0,>=1.34.0 ; extra == 'all'
263
260
  Requires-Dist: mypy-boto3-m2 <1.35.0,>=1.34.0 ; extra == 'all'
264
261
  Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'all'
265
262
  Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'all'
263
+ Requires-Dist: mypy-boto3-mailmanager <1.35.0,>=1.34.0 ; extra == 'all'
266
264
  Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'all'
267
265
  Requires-Dist: mypy-boto3-managedblockchain-query <1.35.0,>=1.34.0 ; extra == 'all'
268
266
  Requires-Dist: mypy-boto3-marketplace-agreement <1.35.0,>=1.34.0 ; extra == 'all'
@@ -312,6 +310,7 @@ Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'all'
312
310
  Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'all'
313
311
  Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'all'
314
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'
315
314
  Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'all'
316
315
  Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'all'
317
316
  Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'all'
@@ -401,6 +400,7 @@ Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'all'
401
400
  Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
402
401
  Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
403
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'
404
404
  Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
405
405
  Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
406
406
  Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
@@ -454,6 +454,8 @@ Provides-Extra: application-autoscaling
454
454
  Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'application-autoscaling'
455
455
  Provides-Extra: application-insights
456
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'
457
459
  Provides-Extra: applicationcostprofiler
458
460
  Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'applicationcostprofiler'
459
461
  Provides-Extra: appmesh
@@ -464,6 +466,8 @@ Provides-Extra: appstream
464
466
  Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'appstream'
465
467
  Provides-Extra: appsync
466
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'
467
471
  Provides-Extra: arc-zonal-shift
468
472
  Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'arc-zonal-shift'
469
473
  Provides-Extra: artifact
@@ -482,8 +486,6 @@ Provides-Extra: backup
482
486
  Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'backup'
483
487
  Provides-Extra: backup-gateway
484
488
  Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'backup-gateway'
485
- Provides-Extra: backupstorage
486
- Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'backupstorage'
487
489
  Provides-Extra: batch
488
490
  Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'batch'
489
491
  Provides-Extra: bcm-data-exports
@@ -499,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
499
501
  Provides-Extra: billingconductor
500
502
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
501
503
  Provides-Extra: boto3
502
- Requires-Dist: boto3 ==1.34.102 ; extra == 'boto3'
503
- Requires-Dist: botocore ==1.34.102 ; extra == 'boto3'
504
+ Requires-Dist: boto3 ==1.34.137 ; extra == 'boto3'
505
+ Requires-Dist: botocore ==1.34.137 ; extra == 'boto3'
504
506
  Provides-Extra: braket
505
507
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
506
508
  Provides-Extra: budgets
@@ -745,8 +747,6 @@ Provides-Extra: health
745
747
  Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'health'
746
748
  Provides-Extra: healthlake
747
749
  Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'healthlake'
748
- Provides-Extra: honeycode
749
- Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'honeycode'
750
750
  Provides-Extra: iam
751
751
  Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'iam'
752
752
  Provides-Extra: identitystore
@@ -867,6 +867,8 @@ Provides-Extra: machinelearning
867
867
  Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'machinelearning'
868
868
  Provides-Extra: macie2
869
869
  Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'macie2'
870
+ Provides-Extra: mailmanager
871
+ Requires-Dist: mypy-boto3-mailmanager <1.35.0,>=1.34.0 ; extra == 'mailmanager'
870
872
  Provides-Extra: managedblockchain
871
873
  Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'managedblockchain'
872
874
  Provides-Extra: managedblockchain-query
@@ -965,6 +967,8 @@ Provides-Extra: payment-cryptography-data
965
967
  Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'payment-cryptography-data'
966
968
  Provides-Extra: pca-connector-ad
967
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'
968
972
  Provides-Extra: personalize
969
973
  Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'personalize'
970
974
  Provides-Extra: personalize-events
@@ -1143,6 +1147,8 @@ Provides-Extra: swf
1143
1147
  Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'swf'
1144
1148
  Provides-Extra: synthetics
1145
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'
1146
1152
  Provides-Extra: textract
1147
1153
  Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
1148
1154
  Provides-Extra: timestream-influxdb
@@ -1206,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1206
1212
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1207
1213
 
1208
1214
  Type annotations for
1209
- [boto3 1.34.102](https://boto3.amazonaws.com/v1/documentation/api/1.34.102/index.html)
1215
+ [boto3 1.34.137](https://boto3.amazonaws.com/v1/documentation/api/1.34.137/index.html)
1210
1216
  compatible with [VSCode](https://code.visualstudio.com/),
1211
1217
  [PyCharm](https://www.jetbrains.com/pycharm/),
1212
1218
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1215,7 +1221,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
1215
1221
  [pyright](https://github.com/microsoft/pyright) and other tools.
1216
1222
 
1217
1223
  Generated by
1218
- [mypy-boto3-builder 7.24.0](https://github.com/youtype/mypy_boto3_builder).
1224
+ [mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
1219
1225
 
1220
1226
  More information can be found in
1221
1227
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
@@ -1286,6 +1292,11 @@ python -m pip install 'boto3-stubs[acm,apigateway]'
1286
1292
  python -m pip install 'boto3-stubs[boto3]'
1287
1293
 
1288
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
+
1289
1300
  # Lite version does not provide session.client/resource overloads
1290
1301
  # it is more RAM-friendly, but requires explicit type annotations
1291
1302
  python -m pip install 'boto3-stubs-lite[essential]'
@@ -1588,7 +1599,7 @@ repository.
1588
1599
 
1589
1600
  ## Submodules
1590
1601
 
1591
- - `boto3-stubs[all]` - Type annotations for all 383 services.
1602
+ - `boto3-stubs[all]` - Type annotations for all 385 services.
1592
1603
  - `boto3-stubs[essential]` - Type annotations for
1593
1604
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1594
1605
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1609,9 +1620,6 @@ repository.
1609
1620
  - `boto3-stubs[acm-pca]` - Type annotations for
1610
1621
  [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
1611
1622
  service.
1612
- - `boto3-stubs[alexaforbusiness]` - Type annotations for
1613
- [AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/)
1614
- service.
1615
1623
  - `boto3-stubs[amp]` - Type annotations for
1616
1624
  [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
1617
1625
  service.
@@ -1654,6 +1662,9 @@ repository.
1654
1662
  - `boto3-stubs[application-insights]` - Type annotations for
1655
1663
  [ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
1656
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.
1657
1668
  - `boto3-stubs[applicationcostprofiler]` - Type annotations for
1658
1669
  [ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
1659
1670
  service.
@@ -1669,6 +1680,9 @@ repository.
1669
1680
  - `boto3-stubs[appsync]` - Type annotations for
1670
1681
  [AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
1671
1682
  service.
1683
+ - `boto3-stubs[apptest]` - Type annotations for
1684
+ [MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
1685
+ service.
1672
1686
  - `boto3-stubs[arc-zonal-shift]` - Type annotations for
1673
1687
  [ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
1674
1688
  service.
@@ -1695,9 +1709,6 @@ repository.
1695
1709
  - `boto3-stubs[backup-gateway]` - Type annotations for
1696
1710
  [BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
1697
1711
  service.
1698
- - `boto3-stubs[backupstorage]` - Type annotations for
1699
- [BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
1700
- service.
1701
1712
  - `boto3-stubs[batch]` - Type annotations for
1702
1713
  [Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
1703
1714
  service.
@@ -2059,9 +2070,6 @@ repository.
2059
2070
  - `boto3-stubs[healthlake]` - Type annotations for
2060
2071
  [HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/)
2061
2072
  service.
2062
- - `boto3-stubs[honeycode]` - Type annotations for
2063
- [Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/)
2064
- service.
2065
2073
  - `boto3-stubs[iam]` - Type annotations for
2066
2074
  [IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service.
2067
2075
  - `boto3-stubs[identitystore]` - Type annotations for
@@ -2238,6 +2246,9 @@ repository.
2238
2246
  - `boto3-stubs[macie2]` - Type annotations for
2239
2247
  [Macie2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie2/)
2240
2248
  service.
2249
+ - `boto3-stubs[mailmanager]` - Type annotations for
2250
+ [MailManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mailmanager/)
2251
+ service.
2241
2252
  - `boto3-stubs[managedblockchain]` - Type annotations for
2242
2253
  [ManagedBlockchain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain/)
2243
2254
  service.
@@ -2382,6 +2393,9 @@ repository.
2382
2393
  - `boto3-stubs[pca-connector-ad]` - Type annotations for
2383
2394
  [PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
2384
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.
2385
2399
  - `boto3-stubs[personalize]` - Type annotations for
2386
2400
  [Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
2387
2401
  service.
@@ -2636,6 +2650,9 @@ repository.
2636
2650
  - `boto3-stubs[synthetics]` - Type annotations for
2637
2651
  [Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/)
2638
2652
  service.
2653
+ - `boto3-stubs[taxsettings]` - Type annotations for
2654
+ [TaxSettings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_taxsettings/)
2655
+ service.
2639
2656
  - `boto3-stubs[textract]` - Type annotations for
2640
2657
  [Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
2641
2658
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=2aatA3wlb_Xe2bH6BlxHAovFgiaFpzFpDzF0gV9h-_E,205730
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=U0MXSKohAGFcAvpIxvtWXe7fxLWnXqway1PrcM4428A,232778
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.102.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.102.dist-info/METADATA,sha256=9gxPM0Q_thg5rPiHOKVDz9y6ACVZqKLCcBbWIDwdgAo,141567
32
- boto3_stubs-1.34.102.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.102.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.102.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5