boto3-stubs 1.41.3__py3-none-any.whl → 1.42.30__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 +96 -20
- boto3-stubs/compat.pyi +2 -0
- boto3-stubs/crt.pyi +3 -0
- boto3-stubs/exceptions.pyi +1 -0
- boto3-stubs/s3/constants.pyi +1 -0
- boto3-stubs/s3/transfer.pyi +10 -9
- boto3-stubs/session.pyi +101 -21
- boto3-stubs/utils.pyi +0 -1
- {boto3_stubs-1.41.3.dist-info → boto3_stubs-1.42.30.dist-info}/METADATA +864 -840
- {boto3_stubs-1.41.3.dist-info → boto3_stubs-1.42.30.dist-info}/RECORD +13 -13
- {boto3_stubs-1.41.3.dist-info → boto3_stubs-1.42.30.dist-info}/licenses/LICENSE +1 -1
- {boto3_stubs-1.41.3.dist-info → boto3_stubs-1.42.30.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.41.3.dist-info → boto3_stubs-1.42.30.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for boto3.__init__ module.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import logging
|
|
@@ -158,7 +158,6 @@ from mypy_boto3_eks.client import EKSClient
|
|
|
158
158
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
|
159
159
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
|
160
160
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
161
|
-
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
162
161
|
from mypy_boto3_elb.client import ElasticLoadBalancingClient
|
|
163
162
|
from mypy_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
164
163
|
from mypy_boto3_emr.client import EMRClient
|
|
@@ -301,6 +300,7 @@ from mypy_boto3_networkmanager.client import NetworkManagerClient
|
|
|
301
300
|
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
302
301
|
from mypy_boto3_notifications.client import UserNotificationsClient
|
|
303
302
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
303
|
+
from mypy_boto3_nova_act.client import NovaActServiceClient
|
|
304
304
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
305
305
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
306
306
|
from mypy_boto3_odb.client import OdbClient
|
|
@@ -311,6 +311,8 @@ from mypy_boto3_organizations.client import OrganizationsClient
|
|
|
311
311
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
|
312
312
|
from mypy_boto3_outposts.client import OutpostsClient
|
|
313
313
|
from mypy_boto3_panorama.client import PanoramaClient
|
|
314
|
+
from mypy_boto3_partnercentral_account.client import PartnerCentralAccountAPIClient
|
|
315
|
+
from mypy_boto3_partnercentral_benefits.client import PartnerCentralBenefitsClient
|
|
314
316
|
from mypy_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
315
317
|
from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
316
318
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
@@ -353,6 +355,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
|
353
355
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
354
356
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
355
357
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
358
|
+
from mypy_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
356
359
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
357
360
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
358
361
|
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
@@ -430,6 +433,7 @@ from mypy_boto3_waf.client import WAFClient
|
|
|
430
433
|
from mypy_boto3_waf_regional.client import WAFRegionalClient
|
|
431
434
|
from mypy_boto3_wafv2.client import WAFV2Client
|
|
432
435
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
|
436
|
+
from mypy_boto3_wickr.client import WickrAdminAPIClient
|
|
433
437
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
434
438
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
|
435
439
|
from mypy_boto3_workmail.client import WorkMailClient
|
|
@@ -2987,24 +2991,6 @@ def client(
|
|
|
2987
2991
|
Create client for ElasticBeanstalk service.
|
|
2988
2992
|
"""
|
|
2989
2993
|
|
|
2990
|
-
@overload
|
|
2991
|
-
def client(
|
|
2992
|
-
service_name: Literal["elastictranscoder"],
|
|
2993
|
-
region_name: str | None = ...,
|
|
2994
|
-
api_version: str | None = ...,
|
|
2995
|
-
use_ssl: bool | None = ...,
|
|
2996
|
-
verify: bool | str | None = ...,
|
|
2997
|
-
endpoint_url: str | None = ...,
|
|
2998
|
-
aws_access_key_id: str | None = ...,
|
|
2999
|
-
aws_secret_access_key: str | None = ...,
|
|
3000
|
-
aws_session_token: str | None = ...,
|
|
3001
|
-
config: Config | None = ...,
|
|
3002
|
-
aws_account_id: str | None = ...,
|
|
3003
|
-
) -> ElasticTranscoderClient:
|
|
3004
|
-
"""
|
|
3005
|
-
Create client for ElasticTranscoder service.
|
|
3006
|
-
"""
|
|
3007
|
-
|
|
3008
2994
|
@overload
|
|
3009
2995
|
def client(
|
|
3010
2996
|
service_name: Literal["elb"],
|
|
@@ -5417,6 +5403,24 @@ def client(
|
|
|
5417
5403
|
Create client for UserNotificationsContacts service.
|
|
5418
5404
|
"""
|
|
5419
5405
|
|
|
5406
|
+
@overload
|
|
5407
|
+
def client(
|
|
5408
|
+
service_name: Literal["nova-act"],
|
|
5409
|
+
region_name: str | None = ...,
|
|
5410
|
+
api_version: str | None = ...,
|
|
5411
|
+
use_ssl: bool | None = ...,
|
|
5412
|
+
verify: bool | str | None = ...,
|
|
5413
|
+
endpoint_url: str | None = ...,
|
|
5414
|
+
aws_access_key_id: str | None = ...,
|
|
5415
|
+
aws_secret_access_key: str | None = ...,
|
|
5416
|
+
aws_session_token: str | None = ...,
|
|
5417
|
+
config: Config | None = ...,
|
|
5418
|
+
aws_account_id: str | None = ...,
|
|
5419
|
+
) -> NovaActServiceClient:
|
|
5420
|
+
"""
|
|
5421
|
+
Create client for NovaActService service.
|
|
5422
|
+
"""
|
|
5423
|
+
|
|
5420
5424
|
@overload
|
|
5421
5425
|
def client(
|
|
5422
5426
|
service_name: Literal["oam"],
|
|
@@ -5597,6 +5601,42 @@ def client(
|
|
|
5597
5601
|
Create client for Panorama service.
|
|
5598
5602
|
"""
|
|
5599
5603
|
|
|
5604
|
+
@overload
|
|
5605
|
+
def client(
|
|
5606
|
+
service_name: Literal["partnercentral-account"],
|
|
5607
|
+
region_name: str | None = ...,
|
|
5608
|
+
api_version: str | None = ...,
|
|
5609
|
+
use_ssl: bool | None = ...,
|
|
5610
|
+
verify: bool | str | None = ...,
|
|
5611
|
+
endpoint_url: str | None = ...,
|
|
5612
|
+
aws_access_key_id: str | None = ...,
|
|
5613
|
+
aws_secret_access_key: str | None = ...,
|
|
5614
|
+
aws_session_token: str | None = ...,
|
|
5615
|
+
config: Config | None = ...,
|
|
5616
|
+
aws_account_id: str | None = ...,
|
|
5617
|
+
) -> PartnerCentralAccountAPIClient:
|
|
5618
|
+
"""
|
|
5619
|
+
Create client for PartnerCentralAccountAPI service.
|
|
5620
|
+
"""
|
|
5621
|
+
|
|
5622
|
+
@overload
|
|
5623
|
+
def client(
|
|
5624
|
+
service_name: Literal["partnercentral-benefits"],
|
|
5625
|
+
region_name: str | None = ...,
|
|
5626
|
+
api_version: str | None = ...,
|
|
5627
|
+
use_ssl: bool | None = ...,
|
|
5628
|
+
verify: bool | str | None = ...,
|
|
5629
|
+
endpoint_url: str | None = ...,
|
|
5630
|
+
aws_access_key_id: str | None = ...,
|
|
5631
|
+
aws_secret_access_key: str | None = ...,
|
|
5632
|
+
aws_session_token: str | None = ...,
|
|
5633
|
+
config: Config | None = ...,
|
|
5634
|
+
aws_account_id: str | None = ...,
|
|
5635
|
+
) -> PartnerCentralBenefitsClient:
|
|
5636
|
+
"""
|
|
5637
|
+
Create client for PartnerCentralBenefits service.
|
|
5638
|
+
"""
|
|
5639
|
+
|
|
5600
5640
|
@overload
|
|
5601
5641
|
def client(
|
|
5602
5642
|
service_name: Literal["partnercentral-channel"],
|
|
@@ -6353,6 +6393,24 @@ def client(
|
|
|
6353
6393
|
Create client for Route53Domains service.
|
|
6354
6394
|
"""
|
|
6355
6395
|
|
|
6396
|
+
@overload
|
|
6397
|
+
def client(
|
|
6398
|
+
service_name: Literal["route53globalresolver"],
|
|
6399
|
+
region_name: str | None = ...,
|
|
6400
|
+
api_version: str | None = ...,
|
|
6401
|
+
use_ssl: bool | None = ...,
|
|
6402
|
+
verify: bool | str | None = ...,
|
|
6403
|
+
endpoint_url: str | None = ...,
|
|
6404
|
+
aws_access_key_id: str | None = ...,
|
|
6405
|
+
aws_secret_access_key: str | None = ...,
|
|
6406
|
+
aws_session_token: str | None = ...,
|
|
6407
|
+
config: Config | None = ...,
|
|
6408
|
+
aws_account_id: str | None = ...,
|
|
6409
|
+
) -> Route53GlobalResolverClient:
|
|
6410
|
+
"""
|
|
6411
|
+
Create client for Route53GlobalResolver service.
|
|
6412
|
+
"""
|
|
6413
|
+
|
|
6356
6414
|
@overload
|
|
6357
6415
|
def client(
|
|
6358
6416
|
service_name: Literal["route53profiles"],
|
|
@@ -7685,6 +7743,24 @@ def client(
|
|
|
7685
7743
|
Create client for WellArchitected service.
|
|
7686
7744
|
"""
|
|
7687
7745
|
|
|
7746
|
+
@overload
|
|
7747
|
+
def client(
|
|
7748
|
+
service_name: Literal["wickr"],
|
|
7749
|
+
region_name: str | None = ...,
|
|
7750
|
+
api_version: str | None = ...,
|
|
7751
|
+
use_ssl: bool | None = ...,
|
|
7752
|
+
verify: bool | str | None = ...,
|
|
7753
|
+
endpoint_url: str | None = ...,
|
|
7754
|
+
aws_access_key_id: str | None = ...,
|
|
7755
|
+
aws_secret_access_key: str | None = ...,
|
|
7756
|
+
aws_session_token: str | None = ...,
|
|
7757
|
+
config: Config | None = ...,
|
|
7758
|
+
aws_account_id: str | None = ...,
|
|
7759
|
+
) -> WickrAdminAPIClient:
|
|
7760
|
+
"""
|
|
7761
|
+
Create client for WickrAdminAPI service.
|
|
7762
|
+
"""
|
|
7763
|
+
|
|
7688
7764
|
@overload
|
|
7689
7765
|
def client(
|
|
7690
7766
|
service_name: Literal["wisdom"],
|
boto3-stubs/compat.pyi
CHANGED
boto3-stubs/crt.pyi
CHANGED
|
@@ -4,12 +4,15 @@ Type annotations for boto3.crt module.
|
|
|
4
4
|
Copyright 2024 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
+
import logging
|
|
7
8
|
import threading
|
|
8
9
|
from typing import Any
|
|
9
10
|
|
|
10
11
|
from botocore.client import BaseClient
|
|
11
12
|
from s3transfer.crt import BotocoreCRTRequestSerializer, CRTTransferManager
|
|
12
13
|
|
|
14
|
+
logger: logging.Logger = ...
|
|
15
|
+
|
|
13
16
|
CRT_S3_CLIENT: CRTS3Client | None = ...
|
|
14
17
|
BOTOCORE_CRT_SERIALIZER: BotocoreCRTRequestSerializer | None = ...
|
|
15
18
|
|
boto3-stubs/exceptions.pyi
CHANGED
boto3-stubs/s3/constants.pyi
CHANGED
boto3-stubs/s3/transfer.pyi
CHANGED
|
@@ -30,19 +30,20 @@ def create_transfer_manager(
|
|
|
30
30
|
def has_minimum_crt_version(minimum_version: str) -> bool: ...
|
|
31
31
|
|
|
32
32
|
class TransferConfig(S3TransferConfig):
|
|
33
|
-
ALIAS: dict[str, str]
|
|
33
|
+
ALIAS: dict[str, str] = ...
|
|
34
|
+
DEFAULTS: dict[str, Any] = ...
|
|
34
35
|
|
|
35
36
|
def __init__(
|
|
36
37
|
self,
|
|
37
|
-
multipart_threshold: int = ...,
|
|
38
|
-
max_concurrency: int = ...,
|
|
39
|
-
multipart_chunksize: int = ...,
|
|
40
|
-
num_download_attempts: int = ...,
|
|
41
|
-
max_io_queue: int = ...,
|
|
42
|
-
io_chunksize: int = ...,
|
|
43
|
-
use_threads: bool = ...,
|
|
38
|
+
multipart_threshold: int | None = ...,
|
|
39
|
+
max_concurrency: int | None = ...,
|
|
40
|
+
multipart_chunksize: int | None = ...,
|
|
41
|
+
num_download_attempts: int | None = ...,
|
|
42
|
+
max_io_queue: int | None = ...,
|
|
43
|
+
io_chunksize: int | None = ...,
|
|
44
|
+
use_threads: bool | None = ...,
|
|
44
45
|
max_bandwidth: int | None = ...,
|
|
45
|
-
preferred_transfer_client: str = ...,
|
|
46
|
+
preferred_transfer_client: str | None = ...,
|
|
46
47
|
) -> None:
|
|
47
48
|
self.use_threads: bool
|
|
48
49
|
|
boto3-stubs/session.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for boto3.session module.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -164,7 +164,6 @@ from mypy_boto3_eks.client import EKSClient
|
|
|
164
164
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
|
165
165
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
|
166
166
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
167
|
-
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
168
167
|
from mypy_boto3_elb.client import ElasticLoadBalancingClient
|
|
169
168
|
from mypy_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
170
169
|
from mypy_boto3_emr.client import EMRClient
|
|
@@ -307,6 +306,7 @@ from mypy_boto3_networkmanager.client import NetworkManagerClient
|
|
|
307
306
|
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
308
307
|
from mypy_boto3_notifications.client import UserNotificationsClient
|
|
309
308
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
309
|
+
from mypy_boto3_nova_act.client import NovaActServiceClient
|
|
310
310
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
311
311
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
312
312
|
from mypy_boto3_odb.client import OdbClient
|
|
@@ -317,6 +317,8 @@ from mypy_boto3_organizations.client import OrganizationsClient
|
|
|
317
317
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
|
318
318
|
from mypy_boto3_outposts.client import OutpostsClient
|
|
319
319
|
from mypy_boto3_panorama.client import PanoramaClient
|
|
320
|
+
from mypy_boto3_partnercentral_account.client import PartnerCentralAccountAPIClient
|
|
321
|
+
from mypy_boto3_partnercentral_benefits.client import PartnerCentralBenefitsClient
|
|
320
322
|
from mypy_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
321
323
|
from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
322
324
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
@@ -359,6 +361,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
|
359
361
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
360
362
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
361
363
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
364
|
+
from mypy_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
362
365
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
363
366
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
364
367
|
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
@@ -436,6 +439,7 @@ from mypy_boto3_waf.client import WAFClient
|
|
|
436
439
|
from mypy_boto3_waf_regional.client import WAFRegionalClient
|
|
437
440
|
from mypy_boto3_wafv2.client import WAFV2Client
|
|
438
441
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
|
442
|
+
from mypy_boto3_wickr.client import WickrAdminAPIClient
|
|
439
443
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
440
444
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
|
441
445
|
from mypy_boto3_workmail.client import WorkMailClient
|
|
@@ -3147,25 +3151,6 @@ class Session:
|
|
|
3147
3151
|
Create client for ElasticBeanstalk service.
|
|
3148
3152
|
"""
|
|
3149
3153
|
|
|
3150
|
-
@overload
|
|
3151
|
-
def client(
|
|
3152
|
-
self,
|
|
3153
|
-
service_name: Literal["elastictranscoder"],
|
|
3154
|
-
region_name: str | None = ...,
|
|
3155
|
-
api_version: str | None = ...,
|
|
3156
|
-
use_ssl: bool | None = ...,
|
|
3157
|
-
verify: bool | str | None = ...,
|
|
3158
|
-
endpoint_url: str | None = ...,
|
|
3159
|
-
aws_access_key_id: str | None = ...,
|
|
3160
|
-
aws_secret_access_key: str | None = ...,
|
|
3161
|
-
aws_session_token: str | None = ...,
|
|
3162
|
-
config: Config | None = ...,
|
|
3163
|
-
aws_account_id: str | None = ...,
|
|
3164
|
-
) -> ElasticTranscoderClient:
|
|
3165
|
-
"""
|
|
3166
|
-
Create client for ElasticTranscoder service.
|
|
3167
|
-
"""
|
|
3168
|
-
|
|
3169
3154
|
@overload
|
|
3170
3155
|
def client(
|
|
3171
3156
|
self,
|
|
@@ -5712,6 +5697,25 @@ class Session:
|
|
|
5712
5697
|
Create client for UserNotificationsContacts service.
|
|
5713
5698
|
"""
|
|
5714
5699
|
|
|
5700
|
+
@overload
|
|
5701
|
+
def client(
|
|
5702
|
+
self,
|
|
5703
|
+
service_name: Literal["nova-act"],
|
|
5704
|
+
region_name: str | None = ...,
|
|
5705
|
+
api_version: str | None = ...,
|
|
5706
|
+
use_ssl: bool | None = ...,
|
|
5707
|
+
verify: bool | str | None = ...,
|
|
5708
|
+
endpoint_url: str | None = ...,
|
|
5709
|
+
aws_access_key_id: str | None = ...,
|
|
5710
|
+
aws_secret_access_key: str | None = ...,
|
|
5711
|
+
aws_session_token: str | None = ...,
|
|
5712
|
+
config: Config | None = ...,
|
|
5713
|
+
aws_account_id: str | None = ...,
|
|
5714
|
+
) -> NovaActServiceClient:
|
|
5715
|
+
"""
|
|
5716
|
+
Create client for NovaActService service.
|
|
5717
|
+
"""
|
|
5718
|
+
|
|
5715
5719
|
@overload
|
|
5716
5720
|
def client(
|
|
5717
5721
|
self,
|
|
@@ -5902,6 +5906,44 @@ class Session:
|
|
|
5902
5906
|
Create client for Panorama service.
|
|
5903
5907
|
"""
|
|
5904
5908
|
|
|
5909
|
+
@overload
|
|
5910
|
+
def client(
|
|
5911
|
+
self,
|
|
5912
|
+
service_name: Literal["partnercentral-account"],
|
|
5913
|
+
region_name: str | None = ...,
|
|
5914
|
+
api_version: str | None = ...,
|
|
5915
|
+
use_ssl: bool | None = ...,
|
|
5916
|
+
verify: bool | str | None = ...,
|
|
5917
|
+
endpoint_url: str | None = ...,
|
|
5918
|
+
aws_access_key_id: str | None = ...,
|
|
5919
|
+
aws_secret_access_key: str | None = ...,
|
|
5920
|
+
aws_session_token: str | None = ...,
|
|
5921
|
+
config: Config | None = ...,
|
|
5922
|
+
aws_account_id: str | None = ...,
|
|
5923
|
+
) -> PartnerCentralAccountAPIClient:
|
|
5924
|
+
"""
|
|
5925
|
+
Create client for PartnerCentralAccountAPI service.
|
|
5926
|
+
"""
|
|
5927
|
+
|
|
5928
|
+
@overload
|
|
5929
|
+
def client(
|
|
5930
|
+
self,
|
|
5931
|
+
service_name: Literal["partnercentral-benefits"],
|
|
5932
|
+
region_name: str | None = ...,
|
|
5933
|
+
api_version: str | None = ...,
|
|
5934
|
+
use_ssl: bool | None = ...,
|
|
5935
|
+
verify: bool | str | None = ...,
|
|
5936
|
+
endpoint_url: str | None = ...,
|
|
5937
|
+
aws_access_key_id: str | None = ...,
|
|
5938
|
+
aws_secret_access_key: str | None = ...,
|
|
5939
|
+
aws_session_token: str | None = ...,
|
|
5940
|
+
config: Config | None = ...,
|
|
5941
|
+
aws_account_id: str | None = ...,
|
|
5942
|
+
) -> PartnerCentralBenefitsClient:
|
|
5943
|
+
"""
|
|
5944
|
+
Create client for PartnerCentralBenefits service.
|
|
5945
|
+
"""
|
|
5946
|
+
|
|
5905
5947
|
@overload
|
|
5906
5948
|
def client(
|
|
5907
5949
|
self,
|
|
@@ -6700,6 +6742,25 @@ class Session:
|
|
|
6700
6742
|
Create client for Route53Domains service.
|
|
6701
6743
|
"""
|
|
6702
6744
|
|
|
6745
|
+
@overload
|
|
6746
|
+
def client(
|
|
6747
|
+
self,
|
|
6748
|
+
service_name: Literal["route53globalresolver"],
|
|
6749
|
+
region_name: str | None = ...,
|
|
6750
|
+
api_version: str | None = ...,
|
|
6751
|
+
use_ssl: bool | None = ...,
|
|
6752
|
+
verify: bool | str | None = ...,
|
|
6753
|
+
endpoint_url: str | None = ...,
|
|
6754
|
+
aws_access_key_id: str | None = ...,
|
|
6755
|
+
aws_secret_access_key: str | None = ...,
|
|
6756
|
+
aws_session_token: str | None = ...,
|
|
6757
|
+
config: Config | None = ...,
|
|
6758
|
+
aws_account_id: str | None = ...,
|
|
6759
|
+
) -> Route53GlobalResolverClient:
|
|
6760
|
+
"""
|
|
6761
|
+
Create client for Route53GlobalResolver service.
|
|
6762
|
+
"""
|
|
6763
|
+
|
|
6703
6764
|
@overload
|
|
6704
6765
|
def client(
|
|
6705
6766
|
self,
|
|
@@ -8106,6 +8167,25 @@ class Session:
|
|
|
8106
8167
|
Create client for WellArchitected service.
|
|
8107
8168
|
"""
|
|
8108
8169
|
|
|
8170
|
+
@overload
|
|
8171
|
+
def client(
|
|
8172
|
+
self,
|
|
8173
|
+
service_name: Literal["wickr"],
|
|
8174
|
+
region_name: str | None = ...,
|
|
8175
|
+
api_version: str | None = ...,
|
|
8176
|
+
use_ssl: bool | None = ...,
|
|
8177
|
+
verify: bool | str | None = ...,
|
|
8178
|
+
endpoint_url: str | None = ...,
|
|
8179
|
+
aws_access_key_id: str | None = ...,
|
|
8180
|
+
aws_secret_access_key: str | None = ...,
|
|
8181
|
+
aws_session_token: str | None = ...,
|
|
8182
|
+
config: Config | None = ...,
|
|
8183
|
+
aws_account_id: str | None = ...,
|
|
8184
|
+
) -> WickrAdminAPIClient:
|
|
8185
|
+
"""
|
|
8186
|
+
Create client for WickrAdminAPI service.
|
|
8187
|
+
"""
|
|
8188
|
+
|
|
8109
8189
|
@overload
|
|
8110
8190
|
def client(
|
|
8111
8191
|
self,
|
boto3-stubs/utils.pyi
CHANGED
|
@@ -18,7 +18,6 @@ class _ServiceContext(NamedTuple):
|
|
|
18
18
|
|
|
19
19
|
class ServiceContext(_ServiceContext): ...
|
|
20
20
|
|
|
21
|
-
def import_module(name: str) -> Any: ...
|
|
22
21
|
def lazy_call(full_name: str, **kwargs: Any) -> Any: ...
|
|
23
22
|
def inject_attribute(class_attributes: dict[str, Any], name: str, value: Any) -> None: ...
|
|
24
23
|
|