boto3-stubs 1.34.119__py3-none-any.whl → 1.34.121__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
@@ -170,7 +169,6 @@ from mypy_boto3_groundstation.client import GroundStationClient
170
169
  from mypy_boto3_guardduty.client import GuardDutyClient
171
170
  from mypy_boto3_health.client import HealthClient
172
171
  from mypy_boto3_healthlake.client import HealthLakeClient
173
- from mypy_boto3_honeycode.client import HoneycodeClient
174
172
  from mypy_boto3_iam.client import IAMClient
175
173
  from mypy_boto3_iam.service_resource import IAMServiceResource
176
174
  from mypy_boto3_identitystore.client import IdentityStoreClient
@@ -485,19 +483,6 @@ def client(
485
483
  config: Optional[Config] = ...,
486
484
  ) -> ACMPCAClient: ...
487
485
  @overload
488
- def client(
489
- service_name: Literal["alexaforbusiness"],
490
- region_name: Optional[str] = ...,
491
- api_version: Optional[str] = ...,
492
- use_ssl: Optional[bool] = ...,
493
- verify: Union[bool, str, None] = ...,
494
- endpoint_url: Optional[str] = ...,
495
- aws_access_key_id: Optional[str] = ...,
496
- aws_secret_access_key: Optional[str] = ...,
497
- aws_session_token: Optional[str] = ...,
498
- config: Optional[Config] = ...,
499
- ) -> AlexaForBusinessClient: ...
500
- @overload
501
486
  def client(
502
487
  service_name: Literal["amp"],
503
488
  region_name: Optional[str] = ...,
@@ -2500,19 +2485,6 @@ def client(
2500
2485
  config: Optional[Config] = ...,
2501
2486
  ) -> HealthLakeClient: ...
2502
2487
  @overload
2503
- def client(
2504
- service_name: Literal["honeycode"],
2505
- region_name: Optional[str] = ...,
2506
- api_version: Optional[str] = ...,
2507
- use_ssl: Optional[bool] = ...,
2508
- verify: Union[bool, str, None] = ...,
2509
- endpoint_url: Optional[str] = ...,
2510
- aws_access_key_id: Optional[str] = ...,
2511
- aws_secret_access_key: Optional[str] = ...,
2512
- aws_session_token: Optional[str] = ...,
2513
- config: Optional[Config] = ...,
2514
- ) -> HoneycodeClient: ...
2515
- @overload
2516
2488
  def client(
2517
2489
  service_name: Literal["iam"],
2518
2490
  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
@@ -176,7 +175,6 @@ from mypy_boto3_groundstation.client import GroundStationClient
176
175
  from mypy_boto3_guardduty.client import GuardDutyClient
177
176
  from mypy_boto3_health.client import HealthClient
178
177
  from mypy_boto3_healthlake.client import HealthLakeClient
179
- from mypy_boto3_honeycode.client import HoneycodeClient
180
178
  from mypy_boto3_iam.client import IAMClient
181
179
  from mypy_boto3_iam.service_resource import IAMServiceResource
182
180
  from mypy_boto3_identitystore.client import IdentityStoreClient
@@ -510,20 +508,6 @@ class Session:
510
508
  config: Optional[Config] = ...,
511
509
  ) -> ACMPCAClient: ...
512
510
  @overload
513
- def client(
514
- self,
515
- service_name: Literal["alexaforbusiness"],
516
- region_name: Optional[str] = ...,
517
- api_version: Optional[str] = ...,
518
- use_ssl: Optional[bool] = ...,
519
- verify: Union[bool, str, None] = ...,
520
- endpoint_url: Optional[str] = ...,
521
- aws_access_key_id: Optional[str] = ...,
522
- aws_secret_access_key: Optional[str] = ...,
523
- aws_session_token: Optional[str] = ...,
524
- config: Optional[Config] = ...,
525
- ) -> AlexaForBusinessClient: ...
526
- @overload
527
511
  def client(
528
512
  self,
529
513
  service_name: Literal["amp"],
@@ -2680,20 +2664,6 @@ class Session:
2680
2664
  config: Optional[Config] = ...,
2681
2665
  ) -> HealthLakeClient: ...
2682
2666
  @overload
2683
- def client(
2684
- self,
2685
- service_name: Literal["honeycode"],
2686
- region_name: Optional[str] = ...,
2687
- api_version: Optional[str] = ...,
2688
- use_ssl: Optional[bool] = ...,
2689
- verify: Union[bool, str, None] = ...,
2690
- endpoint_url: Optional[str] = ...,
2691
- aws_access_key_id: Optional[str] = ...,
2692
- aws_secret_access_key: Optional[str] = ...,
2693
- aws_session_token: Optional[str] = ...,
2694
- config: Optional[Config] = ...,
2695
- ) -> HoneycodeClient: ...
2696
- @overload
2697
2667
  def client(
2698
2668
  self,
2699
2669
  service_name: Literal["iam"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.119
4
- Summary: Type annotations for boto3 1.34.119 generated with mypy-boto3-builder 7.24.0
3
+ Version: 1.34.121
4
+ Summary: Type annotations for boto3 1.34.121 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
@@ -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'
@@ -202,7 +199,6 @@ Requires-Dist: mypy-boto3-groundstation <1.35.0,>=1.34.0 ; extra == 'all'
202
199
  Requires-Dist: mypy-boto3-guardduty <1.35.0,>=1.34.0 ; extra == 'all'
203
200
  Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'all'
204
201
  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
202
  Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'all'
207
203
  Requires-Dist: mypy-boto3-identitystore <1.35.0,>=1.34.0 ; extra == 'all'
208
204
  Requires-Dist: mypy-boto3-imagebuilder <1.35.0,>=1.34.0 ; extra == 'all'
@@ -501,8 +497,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
501
497
  Provides-Extra: billingconductor
502
498
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
503
499
  Provides-Extra: boto3
504
- Requires-Dist: boto3 ==1.34.119 ; extra == 'boto3'
505
- Requires-Dist: botocore ==1.34.119 ; extra == 'boto3'
500
+ Requires-Dist: boto3 ==1.34.121 ; extra == 'boto3'
501
+ Requires-Dist: botocore ==1.34.121 ; extra == 'boto3'
506
502
  Provides-Extra: braket
507
503
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
508
504
  Provides-Extra: budgets
@@ -747,8 +743,6 @@ Provides-Extra: health
747
743
  Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'health'
748
744
  Provides-Extra: healthlake
749
745
  Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'healthlake'
750
- Provides-Extra: honeycode
751
- Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'honeycode'
752
746
  Provides-Extra: iam
753
747
  Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'iam'
754
748
  Provides-Extra: identitystore
@@ -1212,7 +1206,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1212
1206
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1213
1207
 
1214
1208
  Type annotations for
1215
- [boto3 1.34.119](https://boto3.amazonaws.com/v1/documentation/api/1.34.119/index.html)
1209
+ [boto3 1.34.121](https://boto3.amazonaws.com/v1/documentation/api/1.34.121/index.html)
1216
1210
  compatible with [VSCode](https://code.visualstudio.com/),
1217
1211
  [PyCharm](https://www.jetbrains.com/pycharm/),
1218
1212
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1594,7 +1588,7 @@ repository.
1594
1588
 
1595
1589
  ## Submodules
1596
1590
 
1597
- - `boto3-stubs[all]` - Type annotations for all 385 services.
1591
+ - `boto3-stubs[all]` - Type annotations for all 383 services.
1598
1592
  - `boto3-stubs[essential]` - Type annotations for
1599
1593
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1600
1594
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1615,9 +1609,6 @@ repository.
1615
1609
  - `boto3-stubs[acm-pca]` - Type annotations for
1616
1610
  [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
1617
1611
  service.
1618
- - `boto3-stubs[alexaforbusiness]` - Type annotations for
1619
- [AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/)
1620
- service.
1621
1612
  - `boto3-stubs[amp]` - Type annotations for
1622
1613
  [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
1623
1614
  service.
@@ -2065,9 +2056,6 @@ repository.
2065
2056
  - `boto3-stubs[healthlake]` - Type annotations for
2066
2057
  [HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/)
2067
2058
  service.
2068
- - `boto3-stubs[honeycode]` - Type annotations for
2069
- [Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/)
2070
- service.
2071
2059
  - `boto3-stubs[iam]` - Type annotations for
2072
2060
  [IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service.
2073
2061
  - `boto3-stubs[identitystore]` - Type annotations for
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=8Amt9ziOLwTffcHdhFCI31yZvbl_dHhBqEhnfsVtskk,206762
1
+ boto3-stubs/__init__.pyi,sha256=uJ3bsJEY4VFBxRt9uGFoMQ9mabJW4TXaPnovWPJFsRE,205718
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=SkQPEtf-ZM5QJbH-B1xDJF2FwRdn4gloJy1sqiwb_lw,233942
6
+ boto3-stubs/session.pyi,sha256=7jyJmyHsCG6GrqlKuNMfMk3xIYMTuGmEpQr8Qq489lk,232766
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.119.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.119.dist-info/METADATA,sha256=B8BFFkttdBS4GwcZSvVLWGmWwZ5Z4ER2Wj_g6Z7HfZs,142221
32
- boto3_stubs-1.34.119.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.119.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.119.dist-info/RECORD,,
30
+ boto3_stubs-1.34.121.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.121.dist-info/METADATA,sha256=YhQA6UPf7An7LnDlnH49OQ_oPeMyKx3HsAjKi6CjWmM,141546
32
+ boto3_stubs-1.34.121.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
+ boto3_stubs-1.34.121.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.121.dist-info/RECORD,,