boto3-stubs 1.40.14__py3-none-any.whl → 1.41.1__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 +67 -202
- boto3-stubs/s3/transfer.pyi +1 -0
- boto3-stubs/session.pyi +69 -211
- boto3-stubs/utils.pyi +8 -9
- {boto3_stubs-1.40.14.dist-info → boto3_stubs-1.41.1.dist-info}/METADATA +859 -908
- {boto3_stubs-1.40.14.dist-info → boto3_stubs-1.41.1.dist-info}/RECORD +9 -9
- {boto3_stubs-1.40.14.dist-info → boto3_stubs-1.41.1.dist-info}/top_level.txt +1 -0
- {boto3_stubs-1.40.14.dist-info → boto3_stubs-1.41.1.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.14.dist-info → boto3_stubs-1.41.1.dist-info}/licenses/LICENSE +0 -0
boto3-stubs/session.pyi
CHANGED
|
@@ -43,7 +43,6 @@ from mypy_boto3_appmesh.client import AppMeshClient
|
|
|
43
43
|
from mypy_boto3_apprunner.client import AppRunnerClient
|
|
44
44
|
from mypy_boto3_appstream.client import AppStreamClient
|
|
45
45
|
from mypy_boto3_appsync.client import AppSyncClient
|
|
46
|
-
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
|
47
46
|
from mypy_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
48
47
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
49
48
|
from mypy_boto3_artifact.client import ArtifactClient
|
|
@@ -65,10 +64,8 @@ from mypy_boto3_bcm_recommended_actions.client import (
|
|
|
65
64
|
from mypy_boto3_bedrock.client import BedrockClient
|
|
66
65
|
from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
|
|
67
66
|
from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
|
|
68
|
-
from mypy_boto3_bedrock_agentcore.client import
|
|
69
|
-
from mypy_boto3_bedrock_agentcore_control.client import
|
|
70
|
-
BedrockAgentCoreControlPlaneFrontingLayerClient,
|
|
71
|
-
)
|
|
67
|
+
from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
|
|
68
|
+
from mypy_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
|
|
72
69
|
from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
|
|
73
70
|
from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
|
|
74
71
|
from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
|
|
@@ -223,7 +220,6 @@ from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
223
220
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
224
221
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
|
225
222
|
from mypy_boto3_iotevents_data.client import IoTEventsDataClient
|
|
226
|
-
from mypy_boto3_iotfleethub.client import IoTFleetHubClient
|
|
227
223
|
from mypy_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
228
224
|
from mypy_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
229
225
|
from mypy_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -266,8 +262,6 @@ from mypy_boto3_lightsail.client import LightsailClient
|
|
|
266
262
|
from mypy_boto3_location.client import LocationServiceClient
|
|
267
263
|
from mypy_boto3_logs.client import CloudWatchLogsClient
|
|
268
264
|
from mypy_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
269
|
-
from mypy_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
270
|
-
from mypy_boto3_lookoutvision.client import LookoutforVisionClient
|
|
271
265
|
from mypy_boto3_m2.client import MainframeModernizationClient
|
|
272
266
|
from mypy_boto3_machinelearning.client import MachineLearningClient
|
|
273
267
|
from mypy_boto3_macie2.client import Macie2Client
|
|
@@ -302,6 +296,7 @@ from mypy_boto3_mpa.client import MultipartyApprovalClient
|
|
|
302
296
|
from mypy_boto3_mq.client import MQClient
|
|
303
297
|
from mypy_boto3_mturk.client import MTurkClient
|
|
304
298
|
from mypy_boto3_mwaa.client import MWAAClient
|
|
299
|
+
from mypy_boto3_mwaa_serverless.client import MWAAServerlessClient
|
|
305
300
|
from mypy_boto3_neptune.client import NeptuneClient
|
|
306
301
|
from mypy_boto3_neptune_graph.client import NeptuneGraphClient
|
|
307
302
|
from mypy_boto3_neptunedata.client import NeptuneDataClient
|
|
@@ -317,13 +312,11 @@ from mypy_boto3_odb.client import OdbClient
|
|
|
317
312
|
from mypy_boto3_omics.client import OmicsClient
|
|
318
313
|
from mypy_boto3_opensearch.client import OpenSearchServiceClient
|
|
319
314
|
from mypy_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
|
320
|
-
from mypy_boto3_opsworks.client import OpsWorksClient
|
|
321
|
-
from mypy_boto3_opsworks.service_resource import OpsWorksServiceResource
|
|
322
|
-
from mypy_boto3_opsworkscm.client import OpsWorksCMClient
|
|
323
315
|
from mypy_boto3_organizations.client import OrganizationsClient
|
|
324
316
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
|
325
317
|
from mypy_boto3_outposts.client import OutpostsClient
|
|
326
318
|
from mypy_boto3_panorama.client import PanoramaClient
|
|
319
|
+
from mypy_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
327
320
|
from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
328
321
|
from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
329
322
|
from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
|
@@ -345,8 +338,6 @@ from mypy_boto3_proton.client import ProtonClient
|
|
|
345
338
|
from mypy_boto3_qapps.client import QAppsClient
|
|
346
339
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
|
347
340
|
from mypy_boto3_qconnect.client import QConnectClient
|
|
348
|
-
from mypy_boto3_qldb.client import QLDBClient
|
|
349
|
-
from mypy_boto3_qldb_session.client import QLDBSessionClient
|
|
350
341
|
from mypy_boto3_quicksight.client import QuickSightClient
|
|
351
342
|
from mypy_boto3_ram.client import RAMClient
|
|
352
343
|
from mypy_boto3_rbin.client import RecycleBinClient
|
|
@@ -361,7 +352,6 @@ from mypy_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
361
352
|
from mypy_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
362
353
|
from mypy_boto3_resource_groups.client import ResourceGroupsClient
|
|
363
354
|
from mypy_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
364
|
-
from mypy_boto3_robomaker.client import RoboMakerClient
|
|
365
355
|
from mypy_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
366
356
|
from mypy_boto3_route53.client import Route53Client
|
|
367
357
|
from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
@@ -370,6 +360,7 @@ from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadines
|
|
|
370
360
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
371
361
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
372
362
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
363
|
+
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
373
364
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
|
374
365
|
from mypy_boto3_s3.client import S3Client
|
|
375
366
|
from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -401,8 +392,8 @@ from mypy_boto3_ses.client import SESClient
|
|
|
401
392
|
from mypy_boto3_sesv2.client import SESV2Client
|
|
402
393
|
from mypy_boto3_shield.client import ShieldClient
|
|
403
394
|
from mypy_boto3_signer.client import SignerClient
|
|
395
|
+
from mypy_boto3_signin.client import SignInServiceClient
|
|
404
396
|
from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
|
405
|
-
from mypy_boto3_sms.client import SMSClient
|
|
406
397
|
from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
|
|
407
398
|
from mypy_boto3_snowball.client import SnowballClient
|
|
408
399
|
from mypy_boto3_sns.client import SNSClient
|
|
@@ -970,25 +961,6 @@ class Session:
|
|
|
970
961
|
Create client for AppSync service.
|
|
971
962
|
"""
|
|
972
963
|
|
|
973
|
-
@overload
|
|
974
|
-
def client(
|
|
975
|
-
self,
|
|
976
|
-
service_name: Literal["apptest"],
|
|
977
|
-
region_name: str | None = ...,
|
|
978
|
-
api_version: str | None = ...,
|
|
979
|
-
use_ssl: bool | None = ...,
|
|
980
|
-
verify: bool | str | None = ...,
|
|
981
|
-
endpoint_url: str | None = ...,
|
|
982
|
-
aws_access_key_id: str | None = ...,
|
|
983
|
-
aws_secret_access_key: str | None = ...,
|
|
984
|
-
aws_session_token: str | None = ...,
|
|
985
|
-
config: Config | None = ...,
|
|
986
|
-
aws_account_id: str | None = ...,
|
|
987
|
-
) -> MainframeModernizationApplicationTestingClient:
|
|
988
|
-
"""
|
|
989
|
-
Create client for MainframeModernizationApplicationTesting service.
|
|
990
|
-
"""
|
|
991
|
-
|
|
992
964
|
@overload
|
|
993
965
|
def client(
|
|
994
966
|
self,
|
|
@@ -1364,9 +1336,9 @@ class Session:
|
|
|
1364
1336
|
aws_session_token: str | None = ...,
|
|
1365
1337
|
config: Config | None = ...,
|
|
1366
1338
|
aws_account_id: str | None = ...,
|
|
1367
|
-
) ->
|
|
1339
|
+
) -> BedrockAgentCoreClient:
|
|
1368
1340
|
"""
|
|
1369
|
-
Create client for
|
|
1341
|
+
Create client for BedrockAgentCore service.
|
|
1370
1342
|
"""
|
|
1371
1343
|
|
|
1372
1344
|
@overload
|
|
@@ -1383,9 +1355,9 @@ class Session:
|
|
|
1383
1355
|
aws_session_token: str | None = ...,
|
|
1384
1356
|
config: Config | None = ...,
|
|
1385
1357
|
aws_account_id: str | None = ...,
|
|
1386
|
-
) ->
|
|
1358
|
+
) -> BedrockAgentCoreControlClient:
|
|
1387
1359
|
"""
|
|
1388
|
-
Create client for
|
|
1360
|
+
Create client for BedrockAgentCoreControl service.
|
|
1389
1361
|
"""
|
|
1390
1362
|
|
|
1391
1363
|
@overload
|
|
@@ -4162,25 +4134,6 @@ class Session:
|
|
|
4162
4134
|
Create client for IoTEventsData service.
|
|
4163
4135
|
"""
|
|
4164
4136
|
|
|
4165
|
-
@overload
|
|
4166
|
-
def client(
|
|
4167
|
-
self,
|
|
4168
|
-
service_name: Literal["iotfleethub"],
|
|
4169
|
-
region_name: str | None = ...,
|
|
4170
|
-
api_version: str | None = ...,
|
|
4171
|
-
use_ssl: bool | None = ...,
|
|
4172
|
-
verify: bool | str | None = ...,
|
|
4173
|
-
endpoint_url: str | None = ...,
|
|
4174
|
-
aws_access_key_id: str | None = ...,
|
|
4175
|
-
aws_secret_access_key: str | None = ...,
|
|
4176
|
-
aws_session_token: str | None = ...,
|
|
4177
|
-
config: Config | None = ...,
|
|
4178
|
-
aws_account_id: str | None = ...,
|
|
4179
|
-
) -> IoTFleetHubClient:
|
|
4180
|
-
"""
|
|
4181
|
-
Create client for IoTFleetHub service.
|
|
4182
|
-
"""
|
|
4183
|
-
|
|
4184
4137
|
@overload
|
|
4185
4138
|
def client(
|
|
4186
4139
|
self,
|
|
@@ -4903,44 +4856,6 @@ class Session:
|
|
|
4903
4856
|
Create client for LookoutEquipment service.
|
|
4904
4857
|
"""
|
|
4905
4858
|
|
|
4906
|
-
@overload
|
|
4907
|
-
def client(
|
|
4908
|
-
self,
|
|
4909
|
-
service_name: Literal["lookoutmetrics"],
|
|
4910
|
-
region_name: str | None = ...,
|
|
4911
|
-
api_version: str | None = ...,
|
|
4912
|
-
use_ssl: bool | None = ...,
|
|
4913
|
-
verify: bool | str | None = ...,
|
|
4914
|
-
endpoint_url: str | None = ...,
|
|
4915
|
-
aws_access_key_id: str | None = ...,
|
|
4916
|
-
aws_secret_access_key: str | None = ...,
|
|
4917
|
-
aws_session_token: str | None = ...,
|
|
4918
|
-
config: Config | None = ...,
|
|
4919
|
-
aws_account_id: str | None = ...,
|
|
4920
|
-
) -> LookoutMetricsClient:
|
|
4921
|
-
"""
|
|
4922
|
-
Create client for LookoutMetrics service.
|
|
4923
|
-
"""
|
|
4924
|
-
|
|
4925
|
-
@overload
|
|
4926
|
-
def client(
|
|
4927
|
-
self,
|
|
4928
|
-
service_name: Literal["lookoutvision"],
|
|
4929
|
-
region_name: str | None = ...,
|
|
4930
|
-
api_version: str | None = ...,
|
|
4931
|
-
use_ssl: bool | None = ...,
|
|
4932
|
-
verify: bool | str | None = ...,
|
|
4933
|
-
endpoint_url: str | None = ...,
|
|
4934
|
-
aws_access_key_id: str | None = ...,
|
|
4935
|
-
aws_secret_access_key: str | None = ...,
|
|
4936
|
-
aws_session_token: str | None = ...,
|
|
4937
|
-
config: Config | None = ...,
|
|
4938
|
-
aws_account_id: str | None = ...,
|
|
4939
|
-
) -> LookoutforVisionClient:
|
|
4940
|
-
"""
|
|
4941
|
-
Create client for LookoutforVision service.
|
|
4942
|
-
"""
|
|
4943
|
-
|
|
4944
4859
|
@overload
|
|
4945
4860
|
def client(
|
|
4946
4861
|
self,
|
|
@@ -5587,6 +5502,25 @@ class Session:
|
|
|
5587
5502
|
Create client for MWAA service.
|
|
5588
5503
|
"""
|
|
5589
5504
|
|
|
5505
|
+
@overload
|
|
5506
|
+
def client(
|
|
5507
|
+
self,
|
|
5508
|
+
service_name: Literal["mwaa-serverless"],
|
|
5509
|
+
region_name: str | None = ...,
|
|
5510
|
+
api_version: str | None = ...,
|
|
5511
|
+
use_ssl: bool | None = ...,
|
|
5512
|
+
verify: bool | str | None = ...,
|
|
5513
|
+
endpoint_url: str | None = ...,
|
|
5514
|
+
aws_access_key_id: str | None = ...,
|
|
5515
|
+
aws_secret_access_key: str | None = ...,
|
|
5516
|
+
aws_session_token: str | None = ...,
|
|
5517
|
+
config: Config | None = ...,
|
|
5518
|
+
aws_account_id: str | None = ...,
|
|
5519
|
+
) -> MWAAServerlessClient:
|
|
5520
|
+
"""
|
|
5521
|
+
Create client for MWAAServerless service.
|
|
5522
|
+
"""
|
|
5523
|
+
|
|
5590
5524
|
@overload
|
|
5591
5525
|
def client(
|
|
5592
5526
|
self,
|
|
@@ -5875,26 +5809,7 @@ class Session:
|
|
|
5875
5809
|
@overload
|
|
5876
5810
|
def client(
|
|
5877
5811
|
self,
|
|
5878
|
-
service_name: Literal["
|
|
5879
|
-
region_name: str | None = ...,
|
|
5880
|
-
api_version: str | None = ...,
|
|
5881
|
-
use_ssl: bool | None = ...,
|
|
5882
|
-
verify: bool | str | None = ...,
|
|
5883
|
-
endpoint_url: str | None = ...,
|
|
5884
|
-
aws_access_key_id: str | None = ...,
|
|
5885
|
-
aws_secret_access_key: str | None = ...,
|
|
5886
|
-
aws_session_token: str | None = ...,
|
|
5887
|
-
config: Config | None = ...,
|
|
5888
|
-
aws_account_id: str | None = ...,
|
|
5889
|
-
) -> OpsWorksClient:
|
|
5890
|
-
"""
|
|
5891
|
-
Create client for OpsWorks service.
|
|
5892
|
-
"""
|
|
5893
|
-
|
|
5894
|
-
@overload
|
|
5895
|
-
def client(
|
|
5896
|
-
self,
|
|
5897
|
-
service_name: Literal["opsworkscm"],
|
|
5812
|
+
service_name: Literal["organizations"],
|
|
5898
5813
|
region_name: str | None = ...,
|
|
5899
5814
|
api_version: str | None = ...,
|
|
5900
5815
|
use_ssl: bool | None = ...,
|
|
@@ -5905,15 +5820,15 @@ class Session:
|
|
|
5905
5820
|
aws_session_token: str | None = ...,
|
|
5906
5821
|
config: Config | None = ...,
|
|
5907
5822
|
aws_account_id: str | None = ...,
|
|
5908
|
-
) ->
|
|
5823
|
+
) -> OrganizationsClient:
|
|
5909
5824
|
"""
|
|
5910
|
-
Create client for
|
|
5825
|
+
Create client for Organizations service.
|
|
5911
5826
|
"""
|
|
5912
5827
|
|
|
5913
5828
|
@overload
|
|
5914
5829
|
def client(
|
|
5915
5830
|
self,
|
|
5916
|
-
service_name: Literal["
|
|
5831
|
+
service_name: Literal["osis"],
|
|
5917
5832
|
region_name: str | None = ...,
|
|
5918
5833
|
api_version: str | None = ...,
|
|
5919
5834
|
use_ssl: bool | None = ...,
|
|
@@ -5924,15 +5839,15 @@ class Session:
|
|
|
5924
5839
|
aws_session_token: str | None = ...,
|
|
5925
5840
|
config: Config | None = ...,
|
|
5926
5841
|
aws_account_id: str | None = ...,
|
|
5927
|
-
) ->
|
|
5842
|
+
) -> OpenSearchIngestionClient:
|
|
5928
5843
|
"""
|
|
5929
|
-
Create client for
|
|
5844
|
+
Create client for OpenSearchIngestion service.
|
|
5930
5845
|
"""
|
|
5931
5846
|
|
|
5932
5847
|
@overload
|
|
5933
5848
|
def client(
|
|
5934
5849
|
self,
|
|
5935
|
-
service_name: Literal["
|
|
5850
|
+
service_name: Literal["outposts"],
|
|
5936
5851
|
region_name: str | None = ...,
|
|
5937
5852
|
api_version: str | None = ...,
|
|
5938
5853
|
use_ssl: bool | None = ...,
|
|
@@ -5943,15 +5858,15 @@ class Session:
|
|
|
5943
5858
|
aws_session_token: str | None = ...,
|
|
5944
5859
|
config: Config | None = ...,
|
|
5945
5860
|
aws_account_id: str | None = ...,
|
|
5946
|
-
) ->
|
|
5861
|
+
) -> OutpostsClient:
|
|
5947
5862
|
"""
|
|
5948
|
-
Create client for
|
|
5863
|
+
Create client for Outposts service.
|
|
5949
5864
|
"""
|
|
5950
5865
|
|
|
5951
5866
|
@overload
|
|
5952
5867
|
def client(
|
|
5953
5868
|
self,
|
|
5954
|
-
service_name: Literal["
|
|
5869
|
+
service_name: Literal["panorama"],
|
|
5955
5870
|
region_name: str | None = ...,
|
|
5956
5871
|
api_version: str | None = ...,
|
|
5957
5872
|
use_ssl: bool | None = ...,
|
|
@@ -5962,15 +5877,15 @@ class Session:
|
|
|
5962
5877
|
aws_session_token: str | None = ...,
|
|
5963
5878
|
config: Config | None = ...,
|
|
5964
5879
|
aws_account_id: str | None = ...,
|
|
5965
|
-
) ->
|
|
5880
|
+
) -> PanoramaClient:
|
|
5966
5881
|
"""
|
|
5967
|
-
Create client for
|
|
5882
|
+
Create client for Panorama service.
|
|
5968
5883
|
"""
|
|
5969
5884
|
|
|
5970
5885
|
@overload
|
|
5971
5886
|
def client(
|
|
5972
5887
|
self,
|
|
5973
|
-
service_name: Literal["
|
|
5888
|
+
service_name: Literal["partnercentral-channel"],
|
|
5974
5889
|
region_name: str | None = ...,
|
|
5975
5890
|
api_version: str | None = ...,
|
|
5976
5891
|
use_ssl: bool | None = ...,
|
|
@@ -5981,9 +5896,9 @@ class Session:
|
|
|
5981
5896
|
aws_session_token: str | None = ...,
|
|
5982
5897
|
config: Config | None = ...,
|
|
5983
5898
|
aws_account_id: str | None = ...,
|
|
5984
|
-
) ->
|
|
5899
|
+
) -> PartnerCentralChannelAPIClient:
|
|
5985
5900
|
"""
|
|
5986
|
-
Create client for
|
|
5901
|
+
Create client for PartnerCentralChannelAPI service.
|
|
5987
5902
|
"""
|
|
5988
5903
|
|
|
5989
5904
|
@overload
|
|
@@ -6385,44 +6300,6 @@ class Session:
|
|
|
6385
6300
|
Create client for QConnect service.
|
|
6386
6301
|
"""
|
|
6387
6302
|
|
|
6388
|
-
@overload
|
|
6389
|
-
def client(
|
|
6390
|
-
self,
|
|
6391
|
-
service_name: Literal["qldb"],
|
|
6392
|
-
region_name: str | None = ...,
|
|
6393
|
-
api_version: str | None = ...,
|
|
6394
|
-
use_ssl: bool | None = ...,
|
|
6395
|
-
verify: bool | str | None = ...,
|
|
6396
|
-
endpoint_url: str | None = ...,
|
|
6397
|
-
aws_access_key_id: str | None = ...,
|
|
6398
|
-
aws_secret_access_key: str | None = ...,
|
|
6399
|
-
aws_session_token: str | None = ...,
|
|
6400
|
-
config: Config | None = ...,
|
|
6401
|
-
aws_account_id: str | None = ...,
|
|
6402
|
-
) -> QLDBClient:
|
|
6403
|
-
"""
|
|
6404
|
-
Create client for QLDB service.
|
|
6405
|
-
"""
|
|
6406
|
-
|
|
6407
|
-
@overload
|
|
6408
|
-
def client(
|
|
6409
|
-
self,
|
|
6410
|
-
service_name: Literal["qldb-session"],
|
|
6411
|
-
region_name: str | None = ...,
|
|
6412
|
-
api_version: str | None = ...,
|
|
6413
|
-
use_ssl: bool | None = ...,
|
|
6414
|
-
verify: bool | str | None = ...,
|
|
6415
|
-
endpoint_url: str | None = ...,
|
|
6416
|
-
aws_access_key_id: str | None = ...,
|
|
6417
|
-
aws_secret_access_key: str | None = ...,
|
|
6418
|
-
aws_session_token: str | None = ...,
|
|
6419
|
-
config: Config | None = ...,
|
|
6420
|
-
aws_account_id: str | None = ...,
|
|
6421
|
-
) -> QLDBSessionClient:
|
|
6422
|
-
"""
|
|
6423
|
-
Create client for QLDBSession service.
|
|
6424
|
-
"""
|
|
6425
|
-
|
|
6426
6303
|
@overload
|
|
6427
6304
|
def client(
|
|
6428
6305
|
self,
|
|
@@ -6689,25 +6566,6 @@ class Session:
|
|
|
6689
6566
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6690
6567
|
"""
|
|
6691
6568
|
|
|
6692
|
-
@overload
|
|
6693
|
-
def client(
|
|
6694
|
-
self,
|
|
6695
|
-
service_name: Literal["robomaker"],
|
|
6696
|
-
region_name: str | None = ...,
|
|
6697
|
-
api_version: str | None = ...,
|
|
6698
|
-
use_ssl: bool | None = ...,
|
|
6699
|
-
verify: bool | str | None = ...,
|
|
6700
|
-
endpoint_url: str | None = ...,
|
|
6701
|
-
aws_access_key_id: str | None = ...,
|
|
6702
|
-
aws_secret_access_key: str | None = ...,
|
|
6703
|
-
aws_session_token: str | None = ...,
|
|
6704
|
-
config: Config | None = ...,
|
|
6705
|
-
aws_account_id: str | None = ...,
|
|
6706
|
-
) -> RoboMakerClient:
|
|
6707
|
-
"""
|
|
6708
|
-
Create client for RoboMaker service.
|
|
6709
|
-
"""
|
|
6710
|
-
|
|
6711
6569
|
@overload
|
|
6712
6570
|
def client(
|
|
6713
6571
|
self,
|
|
@@ -6860,6 +6718,25 @@ class Session:
|
|
|
6860
6718
|
Create client for Route53Resolver service.
|
|
6861
6719
|
"""
|
|
6862
6720
|
|
|
6721
|
+
@overload
|
|
6722
|
+
def client(
|
|
6723
|
+
self,
|
|
6724
|
+
service_name: Literal["rtbfabric"],
|
|
6725
|
+
region_name: str | None = ...,
|
|
6726
|
+
api_version: str | None = ...,
|
|
6727
|
+
use_ssl: bool | None = ...,
|
|
6728
|
+
verify: bool | str | None = ...,
|
|
6729
|
+
endpoint_url: str | None = ...,
|
|
6730
|
+
aws_access_key_id: str | None = ...,
|
|
6731
|
+
aws_secret_access_key: str | None = ...,
|
|
6732
|
+
aws_session_token: str | None = ...,
|
|
6733
|
+
config: Config | None = ...,
|
|
6734
|
+
aws_account_id: str | None = ...,
|
|
6735
|
+
) -> RTBFabricClient:
|
|
6736
|
+
"""
|
|
6737
|
+
Create client for RTBFabric service.
|
|
6738
|
+
"""
|
|
6739
|
+
|
|
6863
6740
|
@overload
|
|
6864
6741
|
def client(
|
|
6865
6742
|
self,
|
|
@@ -7433,7 +7310,7 @@ class Session:
|
|
|
7433
7310
|
@overload
|
|
7434
7311
|
def client(
|
|
7435
7312
|
self,
|
|
7436
|
-
service_name: Literal["
|
|
7313
|
+
service_name: Literal["signin"],
|
|
7437
7314
|
region_name: str | None = ...,
|
|
7438
7315
|
api_version: str | None = ...,
|
|
7439
7316
|
use_ssl: bool | None = ...,
|
|
@@ -7444,15 +7321,15 @@ class Session:
|
|
|
7444
7321
|
aws_session_token: str | None = ...,
|
|
7445
7322
|
config: Config | None = ...,
|
|
7446
7323
|
aws_account_id: str | None = ...,
|
|
7447
|
-
) ->
|
|
7324
|
+
) -> SignInServiceClient:
|
|
7448
7325
|
"""
|
|
7449
|
-
Create client for
|
|
7326
|
+
Create client for SignInService service.
|
|
7450
7327
|
"""
|
|
7451
7328
|
|
|
7452
7329
|
@overload
|
|
7453
7330
|
def client(
|
|
7454
7331
|
self,
|
|
7455
|
-
service_name: Literal["
|
|
7332
|
+
service_name: Literal["simspaceweaver"],
|
|
7456
7333
|
region_name: str | None = ...,
|
|
7457
7334
|
api_version: str | None = ...,
|
|
7458
7335
|
use_ssl: bool | None = ...,
|
|
@@ -7463,9 +7340,9 @@ class Session:
|
|
|
7463
7340
|
aws_session_token: str | None = ...,
|
|
7464
7341
|
config: Config | None = ...,
|
|
7465
7342
|
aws_account_id: str | None = ...,
|
|
7466
|
-
) ->
|
|
7343
|
+
) -> SimSpaceWeaverClient:
|
|
7467
7344
|
"""
|
|
7468
|
-
Create client for
|
|
7345
|
+
Create client for SimSpaceWeaver service.
|
|
7469
7346
|
"""
|
|
7470
7347
|
|
|
7471
7348
|
@overload
|
|
@@ -8494,25 +8371,6 @@ class Session:
|
|
|
8494
8371
|
Create ServiceResource for IAM service.
|
|
8495
8372
|
"""
|
|
8496
8373
|
|
|
8497
|
-
@overload
|
|
8498
|
-
def resource(
|
|
8499
|
-
self,
|
|
8500
|
-
service_name: Literal["opsworks"],
|
|
8501
|
-
region_name: str | None = ...,
|
|
8502
|
-
api_version: str | None = ...,
|
|
8503
|
-
use_ssl: bool | None = ...,
|
|
8504
|
-
verify: bool | str | None = ...,
|
|
8505
|
-
endpoint_url: str | None = ...,
|
|
8506
|
-
aws_access_key_id: str | None = ...,
|
|
8507
|
-
aws_secret_access_key: str | None = ...,
|
|
8508
|
-
aws_session_token: str | None = ...,
|
|
8509
|
-
config: Config | None = ...,
|
|
8510
|
-
aws_account_id: str | None = ...,
|
|
8511
|
-
) -> OpsWorksServiceResource:
|
|
8512
|
-
"""
|
|
8513
|
-
Create ServiceResource for OpsWorks service.
|
|
8514
|
-
"""
|
|
8515
|
-
|
|
8516
8374
|
@overload
|
|
8517
8375
|
def resource(
|
|
8518
8376
|
self,
|
boto3-stubs/utils.pyi
CHANGED
|
@@ -4,20 +4,19 @@ Type annotations for boto3.utils module.
|
|
|
4
4
|
Copyright 2024 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any, NamedTuple
|
|
8
8
|
|
|
9
9
|
from botocore.model import ServiceModel
|
|
10
10
|
from botocore.session import Session
|
|
11
11
|
from botocore.waiter import Waiter, WaiterModel
|
|
12
12
|
|
|
13
|
-
class
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
) -> None: ...
|
|
13
|
+
class _ServiceContext(NamedTuple):
|
|
14
|
+
service_name: str
|
|
15
|
+
service_model: ServiceModel
|
|
16
|
+
service_waiter_model: WaiterModel | None
|
|
17
|
+
resource_json_definitions: dict[str, Any]
|
|
18
|
+
|
|
19
|
+
class ServiceContext(_ServiceContext): ...
|
|
21
20
|
|
|
22
21
|
def import_module(name: str) -> Any: ...
|
|
23
22
|
def lazy_call(full_name: str, **kwargs: Any) -> Any: ...
|