boto3-stubs 1.41.1__py3-none-any.whl → 1.42.27__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.
Potentially problematic release.
This version of boto3-stubs might be problematic. Click here for more details.
- boto3-stubs/__init__.pyi +115 -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 +121 -21
- boto3-stubs/utils.pyi +0 -1
- {boto3_stubs-1.41.1.dist-info → boto3_stubs-1.42.27.dist-info}/METADATA +868 -838
- {boto3_stubs-1.41.1.dist-info → boto3_stubs-1.42.27.dist-info}/RECORD +13 -13
- {boto3_stubs-1.41.1.dist-info → boto3_stubs-1.42.27.dist-info}/licenses/LICENSE +1 -1
- {boto3_stubs-1.41.1.dist-info → boto3_stubs-1.42.27.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.41.1.dist-info → boto3_stubs-1.42.27.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
|
|
@@ -110,6 +110,7 @@ from mypy_boto3_cognito_sync.client import CognitoSyncClient
|
|
|
110
110
|
from mypy_boto3_comprehend.client import ComprehendClient
|
|
111
111
|
from mypy_boto3_comprehendmedical.client import ComprehendMedicalClient
|
|
112
112
|
from mypy_boto3_compute_optimizer.client import ComputeOptimizerClient
|
|
113
|
+
from mypy_boto3_compute_optimizer_automation.client import ComputeOptimizerAutomationClient
|
|
113
114
|
from mypy_boto3_config.client import ConfigServiceClient
|
|
114
115
|
from mypy_boto3_connect.client import ConnectClient
|
|
115
116
|
from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
@@ -157,7 +158,6 @@ from mypy_boto3_eks.client import EKSClient
|
|
|
157
158
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
|
158
159
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
|
159
160
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
160
|
-
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
161
161
|
from mypy_boto3_elb.client import ElasticLoadBalancingClient
|
|
162
162
|
from mypy_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
163
163
|
from mypy_boto3_emr.client import EMRClient
|
|
@@ -300,6 +300,7 @@ from mypy_boto3_networkmanager.client import NetworkManagerClient
|
|
|
300
300
|
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
301
301
|
from mypy_boto3_notifications.client import UserNotificationsClient
|
|
302
302
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
303
|
+
from mypy_boto3_nova_act.client import NovaActServiceClient
|
|
303
304
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
304
305
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
305
306
|
from mypy_boto3_odb.client import OdbClient
|
|
@@ -310,6 +311,8 @@ from mypy_boto3_organizations.client import OrganizationsClient
|
|
|
310
311
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
|
311
312
|
from mypy_boto3_outposts.client import OutpostsClient
|
|
312
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
|
|
313
316
|
from mypy_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
314
317
|
from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
315
318
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
@@ -352,6 +355,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
|
352
355
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
353
356
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
354
357
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
358
|
+
from mypy_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
355
359
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
356
360
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
357
361
|
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
@@ -429,6 +433,7 @@ from mypy_boto3_waf.client import WAFClient
|
|
|
429
433
|
from mypy_boto3_waf_regional.client import WAFRegionalClient
|
|
430
434
|
from mypy_boto3_wafv2.client import WAFV2Client
|
|
431
435
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
|
436
|
+
from mypy_boto3_wickr.client import WickrAdminAPIClient
|
|
432
437
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
433
438
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
|
434
439
|
from mypy_boto3_workmail.client import WorkMailClient
|
|
@@ -2158,6 +2163,24 @@ def client(
|
|
|
2158
2163
|
Create client for ComputeOptimizer service.
|
|
2159
2164
|
"""
|
|
2160
2165
|
|
|
2166
|
+
@overload
|
|
2167
|
+
def client(
|
|
2168
|
+
service_name: Literal["compute-optimizer-automation"],
|
|
2169
|
+
region_name: str | None = ...,
|
|
2170
|
+
api_version: str | None = ...,
|
|
2171
|
+
use_ssl: bool | None = ...,
|
|
2172
|
+
verify: bool | str | None = ...,
|
|
2173
|
+
endpoint_url: str | None = ...,
|
|
2174
|
+
aws_access_key_id: str | None = ...,
|
|
2175
|
+
aws_secret_access_key: str | None = ...,
|
|
2176
|
+
aws_session_token: str | None = ...,
|
|
2177
|
+
config: Config | None = ...,
|
|
2178
|
+
aws_account_id: str | None = ...,
|
|
2179
|
+
) -> ComputeOptimizerAutomationClient:
|
|
2180
|
+
"""
|
|
2181
|
+
Create client for ComputeOptimizerAutomation service.
|
|
2182
|
+
"""
|
|
2183
|
+
|
|
2161
2184
|
@overload
|
|
2162
2185
|
def client(
|
|
2163
2186
|
service_name: Literal["config"],
|
|
@@ -2968,24 +2991,6 @@ def client(
|
|
|
2968
2991
|
Create client for ElasticBeanstalk service.
|
|
2969
2992
|
"""
|
|
2970
2993
|
|
|
2971
|
-
@overload
|
|
2972
|
-
def client(
|
|
2973
|
-
service_name: Literal["elastictranscoder"],
|
|
2974
|
-
region_name: str | None = ...,
|
|
2975
|
-
api_version: str | None = ...,
|
|
2976
|
-
use_ssl: bool | None = ...,
|
|
2977
|
-
verify: bool | str | None = ...,
|
|
2978
|
-
endpoint_url: str | None = ...,
|
|
2979
|
-
aws_access_key_id: str | None = ...,
|
|
2980
|
-
aws_secret_access_key: str | None = ...,
|
|
2981
|
-
aws_session_token: str | None = ...,
|
|
2982
|
-
config: Config | None = ...,
|
|
2983
|
-
aws_account_id: str | None = ...,
|
|
2984
|
-
) -> ElasticTranscoderClient:
|
|
2985
|
-
"""
|
|
2986
|
-
Create client for ElasticTranscoder service.
|
|
2987
|
-
"""
|
|
2988
|
-
|
|
2989
2994
|
@overload
|
|
2990
2995
|
def client(
|
|
2991
2996
|
service_name: Literal["elb"],
|
|
@@ -5398,6 +5403,24 @@ def client(
|
|
|
5398
5403
|
Create client for UserNotificationsContacts service.
|
|
5399
5404
|
"""
|
|
5400
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
|
+
|
|
5401
5424
|
@overload
|
|
5402
5425
|
def client(
|
|
5403
5426
|
service_name: Literal["oam"],
|
|
@@ -5578,6 +5601,42 @@ def client(
|
|
|
5578
5601
|
Create client for Panorama service.
|
|
5579
5602
|
"""
|
|
5580
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
|
+
|
|
5581
5640
|
@overload
|
|
5582
5641
|
def client(
|
|
5583
5642
|
service_name: Literal["partnercentral-channel"],
|
|
@@ -6334,6 +6393,24 @@ def client(
|
|
|
6334
6393
|
Create client for Route53Domains service.
|
|
6335
6394
|
"""
|
|
6336
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
|
+
|
|
6337
6414
|
@overload
|
|
6338
6415
|
def client(
|
|
6339
6416
|
service_name: Literal["route53profiles"],
|
|
@@ -7666,6 +7743,24 @@ def client(
|
|
|
7666
7743
|
Create client for WellArchitected service.
|
|
7667
7744
|
"""
|
|
7668
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
|
+
|
|
7669
7764
|
@overload
|
|
7670
7765
|
def client(
|
|
7671
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
|
|
@@ -116,6 +116,7 @@ from mypy_boto3_cognito_sync.client import CognitoSyncClient
|
|
|
116
116
|
from mypy_boto3_comprehend.client import ComprehendClient
|
|
117
117
|
from mypy_boto3_comprehendmedical.client import ComprehendMedicalClient
|
|
118
118
|
from mypy_boto3_compute_optimizer.client import ComputeOptimizerClient
|
|
119
|
+
from mypy_boto3_compute_optimizer_automation.client import ComputeOptimizerAutomationClient
|
|
119
120
|
from mypy_boto3_config.client import ConfigServiceClient
|
|
120
121
|
from mypy_boto3_connect.client import ConnectClient
|
|
121
122
|
from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
@@ -163,7 +164,6 @@ from mypy_boto3_eks.client import EKSClient
|
|
|
163
164
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
|
164
165
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
|
165
166
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
166
|
-
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
167
167
|
from mypy_boto3_elb.client import ElasticLoadBalancingClient
|
|
168
168
|
from mypy_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
169
169
|
from mypy_boto3_emr.client import EMRClient
|
|
@@ -306,6 +306,7 @@ from mypy_boto3_networkmanager.client import NetworkManagerClient
|
|
|
306
306
|
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
307
307
|
from mypy_boto3_notifications.client import UserNotificationsClient
|
|
308
308
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
309
|
+
from mypy_boto3_nova_act.client import NovaActServiceClient
|
|
309
310
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
310
311
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
311
312
|
from mypy_boto3_odb.client import OdbClient
|
|
@@ -316,6 +317,8 @@ from mypy_boto3_organizations.client import OrganizationsClient
|
|
|
316
317
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
|
317
318
|
from mypy_boto3_outposts.client import OutpostsClient
|
|
318
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
|
|
319
322
|
from mypy_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
320
323
|
from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
321
324
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
@@ -358,6 +361,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
|
358
361
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
359
362
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
360
363
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
364
|
+
from mypy_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
361
365
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
362
366
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
363
367
|
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
@@ -435,6 +439,7 @@ from mypy_boto3_waf.client import WAFClient
|
|
|
435
439
|
from mypy_boto3_waf_regional.client import WAFRegionalClient
|
|
436
440
|
from mypy_boto3_wafv2.client import WAFV2Client
|
|
437
441
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
|
442
|
+
from mypy_boto3_wickr.client import WickrAdminAPIClient
|
|
438
443
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
439
444
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
|
440
445
|
from mypy_boto3_workmail.client import WorkMailClient
|
|
@@ -2272,6 +2277,25 @@ class Session:
|
|
|
2272
2277
|
Create client for ComputeOptimizer service.
|
|
2273
2278
|
"""
|
|
2274
2279
|
|
|
2280
|
+
@overload
|
|
2281
|
+
def client(
|
|
2282
|
+
self,
|
|
2283
|
+
service_name: Literal["compute-optimizer-automation"],
|
|
2284
|
+
region_name: str | None = ...,
|
|
2285
|
+
api_version: str | None = ...,
|
|
2286
|
+
use_ssl: bool | None = ...,
|
|
2287
|
+
verify: bool | str | None = ...,
|
|
2288
|
+
endpoint_url: str | None = ...,
|
|
2289
|
+
aws_access_key_id: str | None = ...,
|
|
2290
|
+
aws_secret_access_key: str | None = ...,
|
|
2291
|
+
aws_session_token: str | None = ...,
|
|
2292
|
+
config: Config | None = ...,
|
|
2293
|
+
aws_account_id: str | None = ...,
|
|
2294
|
+
) -> ComputeOptimizerAutomationClient:
|
|
2295
|
+
"""
|
|
2296
|
+
Create client for ComputeOptimizerAutomation service.
|
|
2297
|
+
"""
|
|
2298
|
+
|
|
2275
2299
|
@overload
|
|
2276
2300
|
def client(
|
|
2277
2301
|
self,
|
|
@@ -3127,25 +3151,6 @@ class Session:
|
|
|
3127
3151
|
Create client for ElasticBeanstalk service.
|
|
3128
3152
|
"""
|
|
3129
3153
|
|
|
3130
|
-
@overload
|
|
3131
|
-
def client(
|
|
3132
|
-
self,
|
|
3133
|
-
service_name: Literal["elastictranscoder"],
|
|
3134
|
-
region_name: str | None = ...,
|
|
3135
|
-
api_version: str | None = ...,
|
|
3136
|
-
use_ssl: bool | None = ...,
|
|
3137
|
-
verify: bool | str | None = ...,
|
|
3138
|
-
endpoint_url: str | None = ...,
|
|
3139
|
-
aws_access_key_id: str | None = ...,
|
|
3140
|
-
aws_secret_access_key: str | None = ...,
|
|
3141
|
-
aws_session_token: str | None = ...,
|
|
3142
|
-
config: Config | None = ...,
|
|
3143
|
-
aws_account_id: str | None = ...,
|
|
3144
|
-
) -> ElasticTranscoderClient:
|
|
3145
|
-
"""
|
|
3146
|
-
Create client for ElasticTranscoder service.
|
|
3147
|
-
"""
|
|
3148
|
-
|
|
3149
3154
|
@overload
|
|
3150
3155
|
def client(
|
|
3151
3156
|
self,
|
|
@@ -5692,6 +5697,25 @@ class Session:
|
|
|
5692
5697
|
Create client for UserNotificationsContacts service.
|
|
5693
5698
|
"""
|
|
5694
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
|
+
|
|
5695
5719
|
@overload
|
|
5696
5720
|
def client(
|
|
5697
5721
|
self,
|
|
@@ -5882,6 +5906,44 @@ class Session:
|
|
|
5882
5906
|
Create client for Panorama service.
|
|
5883
5907
|
"""
|
|
5884
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
|
+
|
|
5885
5947
|
@overload
|
|
5886
5948
|
def client(
|
|
5887
5949
|
self,
|
|
@@ -6680,6 +6742,25 @@ class Session:
|
|
|
6680
6742
|
Create client for Route53Domains service.
|
|
6681
6743
|
"""
|
|
6682
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
|
+
|
|
6683
6764
|
@overload
|
|
6684
6765
|
def client(
|
|
6685
6766
|
self,
|
|
@@ -8086,6 +8167,25 @@ class Session:
|
|
|
8086
8167
|
Create client for WellArchitected service.
|
|
8087
8168
|
"""
|
|
8088
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
|
+
|
|
8089
8189
|
@overload
|
|
8090
8190
|
def client(
|
|
8091
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
|
|