boto3-stubs 1.34.124__py3-none-any.whl → 1.34.126__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
@@ -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
@@ -745,6 +745,19 @@ def client(
745
745
  config: Optional[Config] = ...,
746
746
  ) -> AppSyncClient: ...
747
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
748
761
  def client(
749
762
  service_name: Literal["arc-zonal-shift"],
750
763
  region_name: Optional[str] = ...,
@@ -862,19 +875,6 @@ def client(
862
875
  config: Optional[Config] = ...,
863
876
  ) -> BackupGatewayClient: ...
864
877
  @overload
865
- def client(
866
- service_name: Literal["backupstorage"],
867
- region_name: Optional[str] = ...,
868
- api_version: Optional[str] = ...,
869
- use_ssl: Optional[bool] = ...,
870
- verify: Union[bool, str, None] = ...,
871
- endpoint_url: Optional[str] = ...,
872
- aws_access_key_id: Optional[str] = ...,
873
- aws_secret_access_key: Optional[str] = ...,
874
- aws_session_token: Optional[str] = ...,
875
- config: Optional[Config] = ...,
876
- ) -> BackupStorageClient: ...
877
- @overload
878
878
  def client(
879
879
  service_name: Literal["batch"],
880
880
  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
@@ -790,6 +790,20 @@ class Session:
790
790
  config: Optional[Config] = ...,
791
791
  ) -> AppSyncClient: ...
792
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
793
807
  def client(
794
808
  self,
795
809
  service_name: Literal["arc-zonal-shift"],
@@ -916,20 +930,6 @@ class Session:
916
930
  config: Optional[Config] = ...,
917
931
  ) -> BackupGatewayClient: ...
918
932
  @overload
919
- def client(
920
- self,
921
- service_name: Literal["backupstorage"],
922
- region_name: Optional[str] = ...,
923
- api_version: Optional[str] = ...,
924
- use_ssl: Optional[bool] = ...,
925
- verify: Union[bool, str, None] = ...,
926
- endpoint_url: Optional[str] = ...,
927
- aws_access_key_id: Optional[str] = ...,
928
- aws_secret_access_key: Optional[str] = ...,
929
- aws_session_token: Optional[str] = ...,
930
- config: Optional[Config] = ...,
931
- ) -> BackupStorageClient: ...
932
- @overload
933
933
  def client(
934
934
  self,
935
935
  service_name: Literal["batch"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.124
4
- Summary: Type annotations for boto3 1.34.124 generated with mypy-boto3-builder 7.24.0
3
+ Version: 1.34.126
4
+ Summary: Type annotations for boto3 1.34.126 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'
@@ -466,6 +466,8 @@ Provides-Extra: appstream
466
466
  Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'appstream'
467
467
  Provides-Extra: appsync
468
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'
469
471
  Provides-Extra: arc-zonal-shift
470
472
  Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'arc-zonal-shift'
471
473
  Provides-Extra: artifact
@@ -484,8 +486,6 @@ Provides-Extra: backup
484
486
  Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'backup'
485
487
  Provides-Extra: backup-gateway
486
488
  Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'backup-gateway'
487
- Provides-Extra: backupstorage
488
- Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'backupstorage'
489
489
  Provides-Extra: batch
490
490
  Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'batch'
491
491
  Provides-Extra: bcm-data-exports
@@ -501,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
501
501
  Provides-Extra: billingconductor
502
502
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
503
503
  Provides-Extra: boto3
504
- Requires-Dist: boto3 ==1.34.124 ; extra == 'boto3'
505
- Requires-Dist: botocore ==1.34.124 ; extra == 'boto3'
504
+ Requires-Dist: boto3 ==1.34.126 ; extra == 'boto3'
505
+ Requires-Dist: botocore ==1.34.126 ; extra == 'boto3'
506
506
  Provides-Extra: braket
507
507
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
508
508
  Provides-Extra: budgets
@@ -1212,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1212
1212
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1213
1213
 
1214
1214
  Type annotations for
1215
- [boto3 1.34.124](https://boto3.amazonaws.com/v1/documentation/api/1.34.124/index.html)
1215
+ [boto3 1.34.126](https://boto3.amazonaws.com/v1/documentation/api/1.34.126/index.html)
1216
1216
  compatible with [VSCode](https://code.visualstudio.com/),
1217
1217
  [PyCharm](https://www.jetbrains.com/pycharm/),
1218
1218
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1675,6 +1675,9 @@ repository.
1675
1675
  - `boto3-stubs[appsync]` - Type annotations for
1676
1676
  [AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
1677
1677
  service.
1678
+ - `boto3-stubs[apptest]` - Type annotations for
1679
+ [MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
1680
+ service.
1678
1681
  - `boto3-stubs[arc-zonal-shift]` - Type annotations for
1679
1682
  [ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
1680
1683
  service.
@@ -1701,9 +1704,6 @@ repository.
1701
1704
  - `boto3-stubs[backup-gateway]` - Type annotations for
1702
1705
  [BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
1703
1706
  service.
1704
- - `boto3-stubs[backupstorage]` - Type annotations for
1705
- [BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
1706
- service.
1707
1707
  - `boto3-stubs[batch]` - Type annotations for
1708
1708
  [Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
1709
1709
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=y-8OpgAMUo2aWi5Gmn53lQPULcP-lRdZoArrBDph8dI,206842
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=_Pepf-JWet-uEWmjOAKDbnpcKW9IZM37D3EhEFY7UWE,234022
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.124.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.124.dist-info/METADATA,sha256=E0mR5QDiqbdWmi0_VpTpJo_aTKIIlCuFxGLI8fUjYKY,142321
32
- boto3_stubs-1.34.124.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.124.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.124.dist-info/RECORD,,
30
+ boto3_stubs-1.34.126.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.126.dist-info/METADATA,sha256=lCOYIJ9gioZneMU8UgXZrCer8UrCgvF-m1M4w8kGeyI,142312
32
+ boto3_stubs-1.34.126.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
+ boto3_stubs-1.34.126.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.126.dist-info/RECORD,,