types-boto3 1.37.29__py3-none-any.whl → 1.42.18__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 +394 -221
- boto3-stubs/compat.pyi +5 -1
- boto3-stubs/crt.pyi +3 -0
- boto3-stubs/exceptions.pyi +1 -0
- boto3-stubs/s3/constants.pyi +1 -0
- boto3-stubs/s3/inject.pyi +4 -0
- boto3-stubs/s3/transfer.pyi +11 -9
- boto3-stubs/session.pyi +413 -231
- boto3-stubs/utils.pyi +8 -10
- {types_boto3-1.37.29.dist-info → types_boto3-1.42.18.dist-info}/METADATA +939 -894
- {types_boto3-1.37.29.dist-info → types_boto3-1.42.18.dist-info}/RECORD +14 -14
- {types_boto3-1.37.29.dist-info → types_boto3-1.42.18.dist-info}/WHEEL +1 -1
- {types_boto3-1.37.29.dist-info → types_boto3-1.42.18.dist-info}/top_level.txt +1 -0
- {types_boto3-1.37.29.dist-info → types_boto3-1.42.18.dist-info}/licenses/LICENSE +0 -0
boto3-stubs/session.pyi
CHANGED
|
@@ -22,6 +22,7 @@ from types_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
|
22
22
|
from types_boto3_account.client import AccountClient
|
|
23
23
|
from types_boto3_acm.client import ACMClient
|
|
24
24
|
from types_boto3_acm_pca.client import ACMPCAClient
|
|
25
|
+
from types_boto3_aiops.client import AIOpsClient
|
|
25
26
|
from types_boto3_amp.client import PrometheusServiceClient
|
|
26
27
|
from types_boto3_amplify.client import AmplifyClient
|
|
27
28
|
from types_boto3_amplifybackend.client import AmplifyBackendClient
|
|
@@ -42,7 +43,7 @@ from types_boto3_appmesh.client import AppMeshClient
|
|
|
42
43
|
from types_boto3_apprunner.client import AppRunnerClient
|
|
43
44
|
from types_boto3_appstream.client import AppStreamClient
|
|
44
45
|
from types_boto3_appsync.client import AppSyncClient
|
|
45
|
-
from
|
|
46
|
+
from types_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
46
47
|
from types_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
47
48
|
from types_boto3_artifact.client import ArtifactClient
|
|
48
49
|
from types_boto3_athena.client import AthenaClient
|
|
@@ -54,13 +55,19 @@ from types_boto3_backup.client import BackupClient
|
|
|
54
55
|
from types_boto3_backup_gateway.client import BackupGatewayClient
|
|
55
56
|
from types_boto3_backupsearch.client import BackupSearchClient
|
|
56
57
|
from types_boto3_batch.client import BatchClient
|
|
58
|
+
from types_boto3_bcm_dashboards.client import BillingandCostManagementDashboardsClient
|
|
57
59
|
from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
|
58
60
|
from types_boto3_bcm_pricing_calculator.client import (
|
|
59
61
|
BillingandCostManagementPricingCalculatorClient,
|
|
60
62
|
)
|
|
63
|
+
from types_boto3_bcm_recommended_actions.client import (
|
|
64
|
+
BillingandCostManagementRecommendedActionsClient,
|
|
65
|
+
)
|
|
61
66
|
from types_boto3_bedrock.client import BedrockClient
|
|
62
67
|
from types_boto3_bedrock_agent.client import AgentsforBedrockClient
|
|
63
68
|
from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
|
|
69
|
+
from types_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
|
|
70
|
+
from types_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
|
|
64
71
|
from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
|
|
65
72
|
from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
|
|
66
73
|
from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
|
|
@@ -111,6 +118,7 @@ from types_boto3_cognito_sync.client import CognitoSyncClient
|
|
|
111
118
|
from types_boto3_comprehend.client import ComprehendClient
|
|
112
119
|
from types_boto3_comprehendmedical.client import ComprehendMedicalClient
|
|
113
120
|
from types_boto3_compute_optimizer.client import ComputeOptimizerClient
|
|
121
|
+
from types_boto3_compute_optimizer_automation.client import ComputeOptimizerAutomationClient
|
|
114
122
|
from types_boto3_config.client import ConfigServiceClient
|
|
115
123
|
from types_boto3_connect.client import ConnectClient
|
|
116
124
|
from types_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
@@ -158,7 +166,6 @@ from types_boto3_eks.client import EKSClient
|
|
|
158
166
|
from types_boto3_eks_auth.client import EKSAuthClient
|
|
159
167
|
from types_boto3_elasticache.client import ElastiCacheClient
|
|
160
168
|
from types_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
161
|
-
from types_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
162
169
|
from types_boto3_elb.client import ElasticLoadBalancingClient
|
|
163
170
|
from types_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
164
171
|
from types_boto3_emr.client import EMRClient
|
|
@@ -168,6 +175,7 @@ from types_boto3_entityresolution.client import EntityResolutionClient
|
|
|
168
175
|
from types_boto3_es.client import ElasticsearchServiceClient
|
|
169
176
|
from types_boto3_events.client import EventBridgeClient
|
|
170
177
|
from types_boto3_evidently.client import CloudWatchEvidentlyClient
|
|
178
|
+
from types_boto3_evs.client import EVSClient
|
|
171
179
|
from types_boto3_finspace.client import FinspaceClient
|
|
172
180
|
from types_boto3_finspace_data.client import FinSpaceDataClient
|
|
173
181
|
from types_boto3_firehose.client import FirehoseClient
|
|
@@ -214,7 +222,6 @@ from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
214
222
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
215
223
|
from types_boto3_iotevents.client import IoTEventsClient
|
|
216
224
|
from types_boto3_iotevents_data.client import IoTEventsDataClient
|
|
217
|
-
from types_boto3_iotfleethub.client import IoTFleetHubClient
|
|
218
225
|
from types_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
219
226
|
from types_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
220
227
|
from types_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -229,6 +236,7 @@ from types_boto3_kafkaconnect.client import KafkaConnectClient
|
|
|
229
236
|
from types_boto3_kendra.client import KendraClient
|
|
230
237
|
from types_boto3_kendra_ranking.client import KendraRankingClient
|
|
231
238
|
from types_boto3_keyspaces.client import KeyspacesClient
|
|
239
|
+
from types_boto3_keyspacesstreams.client import KeyspacesStreamsClient
|
|
232
240
|
from types_boto3_kinesis.client import KinesisClient
|
|
233
241
|
from types_boto3_kinesis_video_archived_media.client import KinesisVideoArchivedMediaClient
|
|
234
242
|
from types_boto3_kinesis_video_media.client import KinesisVideoMediaClient
|
|
@@ -256,8 +264,6 @@ from types_boto3_lightsail.client import LightsailClient
|
|
|
256
264
|
from types_boto3_location.client import LocationServiceClient
|
|
257
265
|
from types_boto3_logs.client import CloudWatchLogsClient
|
|
258
266
|
from types_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
259
|
-
from types_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
260
|
-
from types_boto3_lookoutvision.client import LookoutforVisionClient
|
|
261
267
|
from types_boto3_m2.client import MainframeModernizationClient
|
|
262
268
|
from types_boto3_machinelearning.client import MachineLearningClient
|
|
263
269
|
from types_boto3_macie2.client import Macie2Client
|
|
@@ -288,9 +294,11 @@ from types_boto3_migration_hub_refactor_spaces.client import MigrationHubRefacto
|
|
|
288
294
|
from types_boto3_migrationhub_config.client import MigrationHubConfigClient
|
|
289
295
|
from types_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
|
290
296
|
from types_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
|
297
|
+
from types_boto3_mpa.client import MultipartyApprovalClient
|
|
291
298
|
from types_boto3_mq.client import MQClient
|
|
292
299
|
from types_boto3_mturk.client import MTurkClient
|
|
293
300
|
from types_boto3_mwaa.client import MWAAClient
|
|
301
|
+
from types_boto3_mwaa_serverless.client import MWAAServerlessClient
|
|
294
302
|
from types_boto3_neptune.client import NeptuneClient
|
|
295
303
|
from types_boto3_neptune_graph.client import NeptuneGraphClient
|
|
296
304
|
from types_boto3_neptunedata.client import NeptuneDataClient
|
|
@@ -300,18 +308,20 @@ from types_boto3_networkmanager.client import NetworkManagerClient
|
|
|
300
308
|
from types_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
301
309
|
from types_boto3_notifications.client import UserNotificationsClient
|
|
302
310
|
from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
311
|
+
from types_boto3_nova_act.client import NovaActServiceClient
|
|
303
312
|
from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
304
313
|
from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
314
|
+
from types_boto3_odb.client import OdbClient
|
|
305
315
|
from types_boto3_omics.client import OmicsClient
|
|
306
316
|
from types_boto3_opensearch.client import OpenSearchServiceClient
|
|
307
317
|
from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
|
308
|
-
from types_boto3_opsworks.client import OpsWorksClient
|
|
309
|
-
from types_boto3_opsworks.service_resource import OpsWorksServiceResource
|
|
310
|
-
from types_boto3_opsworkscm.client import OpsWorksCMClient
|
|
311
318
|
from types_boto3_organizations.client import OrganizationsClient
|
|
312
319
|
from types_boto3_osis.client import OpenSearchIngestionClient
|
|
313
320
|
from types_boto3_outposts.client import OutpostsClient
|
|
314
321
|
from types_boto3_panorama.client import PanoramaClient
|
|
322
|
+
from types_boto3_partnercentral_account.client import PartnerCentralAccountAPIClient
|
|
323
|
+
from types_boto3_partnercentral_benefits.client import PartnerCentralBenefitsClient
|
|
324
|
+
from types_boto3_partnercentral_channel.client import PartnerCentralChannelAPIClient
|
|
315
325
|
from types_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
316
326
|
from types_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
317
327
|
from types_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
|
@@ -329,13 +339,10 @@ from types_boto3_pinpoint_sms_voice_v2.client import PinpointSMSVoiceV2Client
|
|
|
329
339
|
from types_boto3_pipes.client import EventBridgePipesClient
|
|
330
340
|
from types_boto3_polly.client import PollyClient
|
|
331
341
|
from types_boto3_pricing.client import PricingClient
|
|
332
|
-
from types_boto3_privatenetworks.client import Private5GClient
|
|
333
342
|
from types_boto3_proton.client import ProtonClient
|
|
334
343
|
from types_boto3_qapps.client import QAppsClient
|
|
335
344
|
from types_boto3_qbusiness.client import QBusinessClient
|
|
336
345
|
from types_boto3_qconnect.client import QConnectClient
|
|
337
|
-
from types_boto3_qldb.client import QLDBClient
|
|
338
|
-
from types_boto3_qldb_session.client import QLDBSessionClient
|
|
339
346
|
from types_boto3_quicksight.client import QuickSightClient
|
|
340
347
|
from types_boto3_ram.client import RAMClient
|
|
341
348
|
from types_boto3_rbin.client import RecycleBinClient
|
|
@@ -350,21 +357,23 @@ from types_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
350
357
|
from types_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
351
358
|
from types_boto3_resource_groups.client import ResourceGroupsClient
|
|
352
359
|
from types_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
353
|
-
from types_boto3_robomaker.client import RoboMakerClient
|
|
354
360
|
from types_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
355
361
|
from types_boto3_route53.client import Route53Client
|
|
356
362
|
from types_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
357
363
|
from types_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
358
364
|
from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
359
365
|
from types_boto3_route53domains.client import Route53DomainsClient
|
|
366
|
+
from types_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
360
367
|
from types_boto3_route53profiles.client import Route53ProfilesClient
|
|
361
368
|
from types_boto3_route53resolver.client import Route53ResolverClient
|
|
369
|
+
from types_boto3_rtbfabric.client import RTBFabricClient
|
|
362
370
|
from types_boto3_rum.client import CloudWatchRUMClient
|
|
363
371
|
from types_boto3_s3.client import S3Client
|
|
364
372
|
from types_boto3_s3.service_resource import S3ServiceResource
|
|
365
373
|
from types_boto3_s3control.client import S3ControlClient
|
|
366
374
|
from types_boto3_s3outposts.client import S3OutpostsClient
|
|
367
375
|
from types_boto3_s3tables.client import S3TablesClient
|
|
376
|
+
from types_boto3_s3vectors.client import S3VectorsClient
|
|
368
377
|
from types_boto3_sagemaker.client import SageMakerClient
|
|
369
378
|
from types_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
|
|
370
379
|
from types_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
|
|
@@ -389,9 +398,8 @@ from types_boto3_ses.client import SESClient
|
|
|
389
398
|
from types_boto3_sesv2.client import SESV2Client
|
|
390
399
|
from types_boto3_shield.client import ShieldClient
|
|
391
400
|
from types_boto3_signer.client import SignerClient
|
|
401
|
+
from types_boto3_signin.client import SignInServiceClient
|
|
392
402
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
|
393
|
-
from types_boto3_sms.client import SMSClient
|
|
394
|
-
from types_boto3_sms_voice.client import SMSVoiceClient
|
|
395
403
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
|
396
404
|
from types_boto3_snowball.client import SnowballClient
|
|
397
405
|
from types_boto3_sns.client import SNSClient
|
|
@@ -401,6 +409,7 @@ from types_boto3_sqs.client import SQSClient
|
|
|
401
409
|
from types_boto3_sqs.service_resource import SQSServiceResource
|
|
402
410
|
from types_boto3_ssm.client import SSMClient
|
|
403
411
|
from types_boto3_ssm_contacts.client import SSMContactsClient
|
|
412
|
+
from types_boto3_ssm_guiconnect.client import SSMGUIConnectClient
|
|
404
413
|
from types_boto3_ssm_incidents.client import SSMIncidentsClient
|
|
405
414
|
from types_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
|
|
406
415
|
from types_boto3_ssm_sap.client import SsmSapClient
|
|
@@ -432,11 +441,13 @@ from types_boto3_waf.client import WAFClient
|
|
|
432
441
|
from types_boto3_waf_regional.client import WAFRegionalClient
|
|
433
442
|
from types_boto3_wafv2.client import WAFV2Client
|
|
434
443
|
from types_boto3_wellarchitected.client import WellArchitectedClient
|
|
444
|
+
from types_boto3_wickr.client import WickrAdminAPIClient
|
|
435
445
|
from types_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
436
446
|
from types_boto3_workdocs.client import WorkDocsClient
|
|
437
447
|
from types_boto3_workmail.client import WorkMailClient
|
|
438
448
|
from types_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
|
|
439
449
|
from types_boto3_workspaces.client import WorkSpacesClient
|
|
450
|
+
from types_boto3_workspaces_instances.client import WorkspacesInstancesClient
|
|
440
451
|
from types_boto3_workspaces_thin_client.client import WorkSpacesThinClientClient
|
|
441
452
|
from types_boto3_workspaces_web.client import WorkSpacesWebClient
|
|
442
453
|
from types_boto3_xray.client import XRayClient
|
|
@@ -558,6 +569,25 @@ class Session:
|
|
|
558
569
|
Create client for ACMPCA service.
|
|
559
570
|
"""
|
|
560
571
|
|
|
572
|
+
@overload
|
|
573
|
+
def client(
|
|
574
|
+
self,
|
|
575
|
+
service_name: Literal["aiops"],
|
|
576
|
+
region_name: str | None = ...,
|
|
577
|
+
api_version: str | None = ...,
|
|
578
|
+
use_ssl: bool | None = ...,
|
|
579
|
+
verify: bool | str | None = ...,
|
|
580
|
+
endpoint_url: str | None = ...,
|
|
581
|
+
aws_access_key_id: str | None = ...,
|
|
582
|
+
aws_secret_access_key: str | None = ...,
|
|
583
|
+
aws_session_token: str | None = ...,
|
|
584
|
+
config: Config | None = ...,
|
|
585
|
+
aws_account_id: str | None = ...,
|
|
586
|
+
) -> AIOpsClient:
|
|
587
|
+
"""
|
|
588
|
+
Create client for AIOps service.
|
|
589
|
+
"""
|
|
590
|
+
|
|
561
591
|
@overload
|
|
562
592
|
def client(
|
|
563
593
|
self,
|
|
@@ -941,7 +971,7 @@ class Session:
|
|
|
941
971
|
@overload
|
|
942
972
|
def client(
|
|
943
973
|
self,
|
|
944
|
-
service_name: Literal["
|
|
974
|
+
service_name: Literal["arc-region-switch"],
|
|
945
975
|
region_name: str | None = ...,
|
|
946
976
|
api_version: str | None = ...,
|
|
947
977
|
use_ssl: bool | None = ...,
|
|
@@ -952,9 +982,9 @@ class Session:
|
|
|
952
982
|
aws_session_token: str | None = ...,
|
|
953
983
|
config: Config | None = ...,
|
|
954
984
|
aws_account_id: str | None = ...,
|
|
955
|
-
) ->
|
|
985
|
+
) -> ARCRegionswitchClient:
|
|
956
986
|
"""
|
|
957
|
-
Create client for
|
|
987
|
+
Create client for ARCRegionswitch service.
|
|
958
988
|
"""
|
|
959
989
|
|
|
960
990
|
@overload
|
|
@@ -1166,6 +1196,25 @@ class Session:
|
|
|
1166
1196
|
Create client for Batch service.
|
|
1167
1197
|
"""
|
|
1168
1198
|
|
|
1199
|
+
@overload
|
|
1200
|
+
def client(
|
|
1201
|
+
self,
|
|
1202
|
+
service_name: Literal["bcm-dashboards"],
|
|
1203
|
+
region_name: str | None = ...,
|
|
1204
|
+
api_version: str | None = ...,
|
|
1205
|
+
use_ssl: bool | None = ...,
|
|
1206
|
+
verify: bool | str | None = ...,
|
|
1207
|
+
endpoint_url: str | None = ...,
|
|
1208
|
+
aws_access_key_id: str | None = ...,
|
|
1209
|
+
aws_secret_access_key: str | None = ...,
|
|
1210
|
+
aws_session_token: str | None = ...,
|
|
1211
|
+
config: Config | None = ...,
|
|
1212
|
+
aws_account_id: str | None = ...,
|
|
1213
|
+
) -> BillingandCostManagementDashboardsClient:
|
|
1214
|
+
"""
|
|
1215
|
+
Create client for BillingandCostManagementDashboards service.
|
|
1216
|
+
"""
|
|
1217
|
+
|
|
1169
1218
|
@overload
|
|
1170
1219
|
def client(
|
|
1171
1220
|
self,
|
|
@@ -1204,6 +1253,25 @@ class Session:
|
|
|
1204
1253
|
Create client for BillingandCostManagementPricingCalculator service.
|
|
1205
1254
|
"""
|
|
1206
1255
|
|
|
1256
|
+
@overload
|
|
1257
|
+
def client(
|
|
1258
|
+
self,
|
|
1259
|
+
service_name: Literal["bcm-recommended-actions"],
|
|
1260
|
+
region_name: str | None = ...,
|
|
1261
|
+
api_version: str | None = ...,
|
|
1262
|
+
use_ssl: bool | None = ...,
|
|
1263
|
+
verify: bool | str | None = ...,
|
|
1264
|
+
endpoint_url: str | None = ...,
|
|
1265
|
+
aws_access_key_id: str | None = ...,
|
|
1266
|
+
aws_secret_access_key: str | None = ...,
|
|
1267
|
+
aws_session_token: str | None = ...,
|
|
1268
|
+
config: Config | None = ...,
|
|
1269
|
+
aws_account_id: str | None = ...,
|
|
1270
|
+
) -> BillingandCostManagementRecommendedActionsClient:
|
|
1271
|
+
"""
|
|
1272
|
+
Create client for BillingandCostManagementRecommendedActions service.
|
|
1273
|
+
"""
|
|
1274
|
+
|
|
1207
1275
|
@overload
|
|
1208
1276
|
def client(
|
|
1209
1277
|
self,
|
|
@@ -1261,6 +1329,44 @@ class Session:
|
|
|
1261
1329
|
Create client for AgentsforBedrockRuntime service.
|
|
1262
1330
|
"""
|
|
1263
1331
|
|
|
1332
|
+
@overload
|
|
1333
|
+
def client(
|
|
1334
|
+
self,
|
|
1335
|
+
service_name: Literal["bedrock-agentcore"],
|
|
1336
|
+
region_name: str | None = ...,
|
|
1337
|
+
api_version: str | None = ...,
|
|
1338
|
+
use_ssl: bool | None = ...,
|
|
1339
|
+
verify: bool | str | None = ...,
|
|
1340
|
+
endpoint_url: str | None = ...,
|
|
1341
|
+
aws_access_key_id: str | None = ...,
|
|
1342
|
+
aws_secret_access_key: str | None = ...,
|
|
1343
|
+
aws_session_token: str | None = ...,
|
|
1344
|
+
config: Config | None = ...,
|
|
1345
|
+
aws_account_id: str | None = ...,
|
|
1346
|
+
) -> BedrockAgentCoreClient:
|
|
1347
|
+
"""
|
|
1348
|
+
Create client for BedrockAgentCore service.
|
|
1349
|
+
"""
|
|
1350
|
+
|
|
1351
|
+
@overload
|
|
1352
|
+
def client(
|
|
1353
|
+
self,
|
|
1354
|
+
service_name: Literal["bedrock-agentcore-control"],
|
|
1355
|
+
region_name: str | None = ...,
|
|
1356
|
+
api_version: str | None = ...,
|
|
1357
|
+
use_ssl: bool | None = ...,
|
|
1358
|
+
verify: bool | str | None = ...,
|
|
1359
|
+
endpoint_url: str | None = ...,
|
|
1360
|
+
aws_access_key_id: str | None = ...,
|
|
1361
|
+
aws_secret_access_key: str | None = ...,
|
|
1362
|
+
aws_session_token: str | None = ...,
|
|
1363
|
+
config: Config | None = ...,
|
|
1364
|
+
aws_account_id: str | None = ...,
|
|
1365
|
+
) -> BedrockAgentCoreControlClient:
|
|
1366
|
+
"""
|
|
1367
|
+
Create client for BedrockAgentCoreControl service.
|
|
1368
|
+
"""
|
|
1369
|
+
|
|
1264
1370
|
@overload
|
|
1265
1371
|
def client(
|
|
1266
1372
|
self,
|
|
@@ -2173,6 +2279,25 @@ class Session:
|
|
|
2173
2279
|
Create client for ComputeOptimizer service.
|
|
2174
2280
|
"""
|
|
2175
2281
|
|
|
2282
|
+
@overload
|
|
2283
|
+
def client(
|
|
2284
|
+
self,
|
|
2285
|
+
service_name: Literal["compute-optimizer-automation"],
|
|
2286
|
+
region_name: str | None = ...,
|
|
2287
|
+
api_version: str | None = ...,
|
|
2288
|
+
use_ssl: bool | None = ...,
|
|
2289
|
+
verify: bool | str | None = ...,
|
|
2290
|
+
endpoint_url: str | None = ...,
|
|
2291
|
+
aws_access_key_id: str | None = ...,
|
|
2292
|
+
aws_secret_access_key: str | None = ...,
|
|
2293
|
+
aws_session_token: str | None = ...,
|
|
2294
|
+
config: Config | None = ...,
|
|
2295
|
+
aws_account_id: str | None = ...,
|
|
2296
|
+
) -> ComputeOptimizerAutomationClient:
|
|
2297
|
+
"""
|
|
2298
|
+
Create client for ComputeOptimizerAutomation service.
|
|
2299
|
+
"""
|
|
2300
|
+
|
|
2176
2301
|
@overload
|
|
2177
2302
|
def client(
|
|
2178
2303
|
self,
|
|
@@ -3028,25 +3153,6 @@ class Session:
|
|
|
3028
3153
|
Create client for ElasticBeanstalk service.
|
|
3029
3154
|
"""
|
|
3030
3155
|
|
|
3031
|
-
@overload
|
|
3032
|
-
def client(
|
|
3033
|
-
self,
|
|
3034
|
-
service_name: Literal["elastictranscoder"],
|
|
3035
|
-
region_name: str | None = ...,
|
|
3036
|
-
api_version: str | None = ...,
|
|
3037
|
-
use_ssl: bool | None = ...,
|
|
3038
|
-
verify: bool | str | None = ...,
|
|
3039
|
-
endpoint_url: str | None = ...,
|
|
3040
|
-
aws_access_key_id: str | None = ...,
|
|
3041
|
-
aws_secret_access_key: str | None = ...,
|
|
3042
|
-
aws_session_token: str | None = ...,
|
|
3043
|
-
config: Config | None = ...,
|
|
3044
|
-
aws_account_id: str | None = ...,
|
|
3045
|
-
) -> ElasticTranscoderClient:
|
|
3046
|
-
"""
|
|
3047
|
-
Create client for ElasticTranscoder service.
|
|
3048
|
-
"""
|
|
3049
|
-
|
|
3050
3156
|
@overload
|
|
3051
3157
|
def client(
|
|
3052
3158
|
self,
|
|
@@ -3218,6 +3324,25 @@ class Session:
|
|
|
3218
3324
|
Create client for CloudWatchEvidently service.
|
|
3219
3325
|
"""
|
|
3220
3326
|
|
|
3327
|
+
@overload
|
|
3328
|
+
def client(
|
|
3329
|
+
self,
|
|
3330
|
+
service_name: Literal["evs"],
|
|
3331
|
+
region_name: str | None = ...,
|
|
3332
|
+
api_version: str | None = ...,
|
|
3333
|
+
use_ssl: bool | None = ...,
|
|
3334
|
+
verify: bool | str | None = ...,
|
|
3335
|
+
endpoint_url: str | None = ...,
|
|
3336
|
+
aws_access_key_id: str | None = ...,
|
|
3337
|
+
aws_secret_access_key: str | None = ...,
|
|
3338
|
+
aws_session_token: str | None = ...,
|
|
3339
|
+
config: Config | None = ...,
|
|
3340
|
+
aws_account_id: str | None = ...,
|
|
3341
|
+
) -> EVSClient:
|
|
3342
|
+
"""
|
|
3343
|
+
Create client for EVS service.
|
|
3344
|
+
"""
|
|
3345
|
+
|
|
3221
3346
|
@overload
|
|
3222
3347
|
def client(
|
|
3223
3348
|
self,
|
|
@@ -4016,25 +4141,6 @@ class Session:
|
|
|
4016
4141
|
Create client for IoTEventsData service.
|
|
4017
4142
|
"""
|
|
4018
4143
|
|
|
4019
|
-
@overload
|
|
4020
|
-
def client(
|
|
4021
|
-
self,
|
|
4022
|
-
service_name: Literal["iotfleethub"],
|
|
4023
|
-
region_name: str | None = ...,
|
|
4024
|
-
api_version: str | None = ...,
|
|
4025
|
-
use_ssl: bool | None = ...,
|
|
4026
|
-
verify: bool | str | None = ...,
|
|
4027
|
-
endpoint_url: str | None = ...,
|
|
4028
|
-
aws_access_key_id: str | None = ...,
|
|
4029
|
-
aws_secret_access_key: str | None = ...,
|
|
4030
|
-
aws_session_token: str | None = ...,
|
|
4031
|
-
config: Config | None = ...,
|
|
4032
|
-
aws_account_id: str | None = ...,
|
|
4033
|
-
) -> IoTFleetHubClient:
|
|
4034
|
-
"""
|
|
4035
|
-
Create client for IoTFleetHub service.
|
|
4036
|
-
"""
|
|
4037
|
-
|
|
4038
4144
|
@overload
|
|
4039
4145
|
def client(
|
|
4040
4146
|
self,
|
|
@@ -4301,6 +4407,25 @@ class Session:
|
|
|
4301
4407
|
Create client for Keyspaces service.
|
|
4302
4408
|
"""
|
|
4303
4409
|
|
|
4410
|
+
@overload
|
|
4411
|
+
def client(
|
|
4412
|
+
self,
|
|
4413
|
+
service_name: Literal["keyspacesstreams"],
|
|
4414
|
+
region_name: str | None = ...,
|
|
4415
|
+
api_version: str | None = ...,
|
|
4416
|
+
use_ssl: bool | None = ...,
|
|
4417
|
+
verify: bool | str | None = ...,
|
|
4418
|
+
endpoint_url: str | None = ...,
|
|
4419
|
+
aws_access_key_id: str | None = ...,
|
|
4420
|
+
aws_secret_access_key: str | None = ...,
|
|
4421
|
+
aws_session_token: str | None = ...,
|
|
4422
|
+
config: Config | None = ...,
|
|
4423
|
+
aws_account_id: str | None = ...,
|
|
4424
|
+
) -> KeyspacesStreamsClient:
|
|
4425
|
+
"""
|
|
4426
|
+
Create client for KeyspacesStreams service.
|
|
4427
|
+
"""
|
|
4428
|
+
|
|
4304
4429
|
@overload
|
|
4305
4430
|
def client(
|
|
4306
4431
|
self,
|
|
@@ -4738,44 +4863,6 @@ class Session:
|
|
|
4738
4863
|
Create client for LookoutEquipment service.
|
|
4739
4864
|
"""
|
|
4740
4865
|
|
|
4741
|
-
@overload
|
|
4742
|
-
def client(
|
|
4743
|
-
self,
|
|
4744
|
-
service_name: Literal["lookoutmetrics"],
|
|
4745
|
-
region_name: str | None = ...,
|
|
4746
|
-
api_version: str | None = ...,
|
|
4747
|
-
use_ssl: bool | None = ...,
|
|
4748
|
-
verify: bool | str | None = ...,
|
|
4749
|
-
endpoint_url: str | None = ...,
|
|
4750
|
-
aws_access_key_id: str | None = ...,
|
|
4751
|
-
aws_secret_access_key: str | None = ...,
|
|
4752
|
-
aws_session_token: str | None = ...,
|
|
4753
|
-
config: Config | None = ...,
|
|
4754
|
-
aws_account_id: str | None = ...,
|
|
4755
|
-
) -> LookoutMetricsClient:
|
|
4756
|
-
"""
|
|
4757
|
-
Create client for LookoutMetrics service.
|
|
4758
|
-
"""
|
|
4759
|
-
|
|
4760
|
-
@overload
|
|
4761
|
-
def client(
|
|
4762
|
-
self,
|
|
4763
|
-
service_name: Literal["lookoutvision"],
|
|
4764
|
-
region_name: str | None = ...,
|
|
4765
|
-
api_version: str | None = ...,
|
|
4766
|
-
use_ssl: bool | None = ...,
|
|
4767
|
-
verify: bool | str | None = ...,
|
|
4768
|
-
endpoint_url: str | None = ...,
|
|
4769
|
-
aws_access_key_id: str | None = ...,
|
|
4770
|
-
aws_secret_access_key: str | None = ...,
|
|
4771
|
-
aws_session_token: str | None = ...,
|
|
4772
|
-
config: Config | None = ...,
|
|
4773
|
-
aws_account_id: str | None = ...,
|
|
4774
|
-
) -> LookoutforVisionClient:
|
|
4775
|
-
"""
|
|
4776
|
-
Create client for LookoutforVision service.
|
|
4777
|
-
"""
|
|
4778
|
-
|
|
4779
4866
|
@overload
|
|
4780
4867
|
def client(
|
|
4781
4868
|
self,
|
|
@@ -5346,6 +5433,25 @@ class Session:
|
|
|
5346
5433
|
Create client for MigrationHubStrategyRecommendations service.
|
|
5347
5434
|
"""
|
|
5348
5435
|
|
|
5436
|
+
@overload
|
|
5437
|
+
def client(
|
|
5438
|
+
self,
|
|
5439
|
+
service_name: Literal["mpa"],
|
|
5440
|
+
region_name: str | None = ...,
|
|
5441
|
+
api_version: str | None = ...,
|
|
5442
|
+
use_ssl: bool | None = ...,
|
|
5443
|
+
verify: bool | str | None = ...,
|
|
5444
|
+
endpoint_url: str | None = ...,
|
|
5445
|
+
aws_access_key_id: str | None = ...,
|
|
5446
|
+
aws_secret_access_key: str | None = ...,
|
|
5447
|
+
aws_session_token: str | None = ...,
|
|
5448
|
+
config: Config | None = ...,
|
|
5449
|
+
aws_account_id: str | None = ...,
|
|
5450
|
+
) -> MultipartyApprovalClient:
|
|
5451
|
+
"""
|
|
5452
|
+
Create client for MultipartyApproval service.
|
|
5453
|
+
"""
|
|
5454
|
+
|
|
5349
5455
|
@overload
|
|
5350
5456
|
def client(
|
|
5351
5457
|
self,
|
|
@@ -5403,6 +5509,25 @@ class Session:
|
|
|
5403
5509
|
Create client for MWAA service.
|
|
5404
5510
|
"""
|
|
5405
5511
|
|
|
5512
|
+
@overload
|
|
5513
|
+
def client(
|
|
5514
|
+
self,
|
|
5515
|
+
service_name: Literal["mwaa-serverless"],
|
|
5516
|
+
region_name: str | None = ...,
|
|
5517
|
+
api_version: str | None = ...,
|
|
5518
|
+
use_ssl: bool | None = ...,
|
|
5519
|
+
verify: bool | str | None = ...,
|
|
5520
|
+
endpoint_url: str | None = ...,
|
|
5521
|
+
aws_access_key_id: str | None = ...,
|
|
5522
|
+
aws_secret_access_key: str | None = ...,
|
|
5523
|
+
aws_session_token: str | None = ...,
|
|
5524
|
+
config: Config | None = ...,
|
|
5525
|
+
aws_account_id: str | None = ...,
|
|
5526
|
+
) -> MWAAServerlessClient:
|
|
5527
|
+
"""
|
|
5528
|
+
Create client for MWAAServerless service.
|
|
5529
|
+
"""
|
|
5530
|
+
|
|
5406
5531
|
@overload
|
|
5407
5532
|
def client(
|
|
5408
5533
|
self,
|
|
@@ -5574,6 +5699,25 @@ class Session:
|
|
|
5574
5699
|
Create client for UserNotificationsContacts service.
|
|
5575
5700
|
"""
|
|
5576
5701
|
|
|
5702
|
+
@overload
|
|
5703
|
+
def client(
|
|
5704
|
+
self,
|
|
5705
|
+
service_name: Literal["nova-act"],
|
|
5706
|
+
region_name: str | None = ...,
|
|
5707
|
+
api_version: str | None = ...,
|
|
5708
|
+
use_ssl: bool | None = ...,
|
|
5709
|
+
verify: bool | str | None = ...,
|
|
5710
|
+
endpoint_url: str | None = ...,
|
|
5711
|
+
aws_access_key_id: str | None = ...,
|
|
5712
|
+
aws_secret_access_key: str | None = ...,
|
|
5713
|
+
aws_session_token: str | None = ...,
|
|
5714
|
+
config: Config | None = ...,
|
|
5715
|
+
aws_account_id: str | None = ...,
|
|
5716
|
+
) -> NovaActServiceClient:
|
|
5717
|
+
"""
|
|
5718
|
+
Create client for NovaActService service.
|
|
5719
|
+
"""
|
|
5720
|
+
|
|
5577
5721
|
@overload
|
|
5578
5722
|
def client(
|
|
5579
5723
|
self,
|
|
@@ -5612,6 +5756,25 @@ class Session:
|
|
|
5612
5756
|
Create client for CloudWatchObservabilityAdminService service.
|
|
5613
5757
|
"""
|
|
5614
5758
|
|
|
5759
|
+
@overload
|
|
5760
|
+
def client(
|
|
5761
|
+
self,
|
|
5762
|
+
service_name: Literal["odb"],
|
|
5763
|
+
region_name: str | None = ...,
|
|
5764
|
+
api_version: str | None = ...,
|
|
5765
|
+
use_ssl: bool | None = ...,
|
|
5766
|
+
verify: bool | str | None = ...,
|
|
5767
|
+
endpoint_url: str | None = ...,
|
|
5768
|
+
aws_access_key_id: str | None = ...,
|
|
5769
|
+
aws_secret_access_key: str | None = ...,
|
|
5770
|
+
aws_session_token: str | None = ...,
|
|
5771
|
+
config: Config | None = ...,
|
|
5772
|
+
aws_account_id: str | None = ...,
|
|
5773
|
+
) -> OdbClient:
|
|
5774
|
+
"""
|
|
5775
|
+
Create client for Odb service.
|
|
5776
|
+
"""
|
|
5777
|
+
|
|
5615
5778
|
@overload
|
|
5616
5779
|
def client(
|
|
5617
5780
|
self,
|
|
@@ -5672,7 +5835,7 @@ class Session:
|
|
|
5672
5835
|
@overload
|
|
5673
5836
|
def client(
|
|
5674
5837
|
self,
|
|
5675
|
-
service_name: Literal["
|
|
5838
|
+
service_name: Literal["organizations"],
|
|
5676
5839
|
region_name: str | None = ...,
|
|
5677
5840
|
api_version: str | None = ...,
|
|
5678
5841
|
use_ssl: bool | None = ...,
|
|
@@ -5683,15 +5846,15 @@ class Session:
|
|
|
5683
5846
|
aws_session_token: str | None = ...,
|
|
5684
5847
|
config: Config | None = ...,
|
|
5685
5848
|
aws_account_id: str | None = ...,
|
|
5686
|
-
) ->
|
|
5849
|
+
) -> OrganizationsClient:
|
|
5687
5850
|
"""
|
|
5688
|
-
Create client for
|
|
5851
|
+
Create client for Organizations service.
|
|
5689
5852
|
"""
|
|
5690
5853
|
|
|
5691
5854
|
@overload
|
|
5692
5855
|
def client(
|
|
5693
5856
|
self,
|
|
5694
|
-
service_name: Literal["
|
|
5857
|
+
service_name: Literal["osis"],
|
|
5695
5858
|
region_name: str | None = ...,
|
|
5696
5859
|
api_version: str | None = ...,
|
|
5697
5860
|
use_ssl: bool | None = ...,
|
|
@@ -5702,15 +5865,15 @@ class Session:
|
|
|
5702
5865
|
aws_session_token: str | None = ...,
|
|
5703
5866
|
config: Config | None = ...,
|
|
5704
5867
|
aws_account_id: str | None = ...,
|
|
5705
|
-
) ->
|
|
5868
|
+
) -> OpenSearchIngestionClient:
|
|
5706
5869
|
"""
|
|
5707
|
-
Create client for
|
|
5870
|
+
Create client for OpenSearchIngestion service.
|
|
5708
5871
|
"""
|
|
5709
5872
|
|
|
5710
5873
|
@overload
|
|
5711
5874
|
def client(
|
|
5712
5875
|
self,
|
|
5713
|
-
service_name: Literal["
|
|
5876
|
+
service_name: Literal["outposts"],
|
|
5714
5877
|
region_name: str | None = ...,
|
|
5715
5878
|
api_version: str | None = ...,
|
|
5716
5879
|
use_ssl: bool | None = ...,
|
|
@@ -5721,15 +5884,15 @@ class Session:
|
|
|
5721
5884
|
aws_session_token: str | None = ...,
|
|
5722
5885
|
config: Config | None = ...,
|
|
5723
5886
|
aws_account_id: str | None = ...,
|
|
5724
|
-
) ->
|
|
5887
|
+
) -> OutpostsClient:
|
|
5725
5888
|
"""
|
|
5726
|
-
Create client for
|
|
5889
|
+
Create client for Outposts service.
|
|
5727
5890
|
"""
|
|
5728
5891
|
|
|
5729
5892
|
@overload
|
|
5730
5893
|
def client(
|
|
5731
5894
|
self,
|
|
5732
|
-
service_name: Literal["
|
|
5895
|
+
service_name: Literal["panorama"],
|
|
5733
5896
|
region_name: str | None = ...,
|
|
5734
5897
|
api_version: str | None = ...,
|
|
5735
5898
|
use_ssl: bool | None = ...,
|
|
@@ -5740,15 +5903,15 @@ class Session:
|
|
|
5740
5903
|
aws_session_token: str | None = ...,
|
|
5741
5904
|
config: Config | None = ...,
|
|
5742
5905
|
aws_account_id: str | None = ...,
|
|
5743
|
-
) ->
|
|
5906
|
+
) -> PanoramaClient:
|
|
5744
5907
|
"""
|
|
5745
|
-
Create client for
|
|
5908
|
+
Create client for Panorama service.
|
|
5746
5909
|
"""
|
|
5747
5910
|
|
|
5748
5911
|
@overload
|
|
5749
5912
|
def client(
|
|
5750
5913
|
self,
|
|
5751
|
-
service_name: Literal["
|
|
5914
|
+
service_name: Literal["partnercentral-account"],
|
|
5752
5915
|
region_name: str | None = ...,
|
|
5753
5916
|
api_version: str | None = ...,
|
|
5754
5917
|
use_ssl: bool | None = ...,
|
|
@@ -5759,15 +5922,15 @@ class Session:
|
|
|
5759
5922
|
aws_session_token: str | None = ...,
|
|
5760
5923
|
config: Config | None = ...,
|
|
5761
5924
|
aws_account_id: str | None = ...,
|
|
5762
|
-
) ->
|
|
5925
|
+
) -> PartnerCentralAccountAPIClient:
|
|
5763
5926
|
"""
|
|
5764
|
-
Create client for
|
|
5927
|
+
Create client for PartnerCentralAccountAPI service.
|
|
5765
5928
|
"""
|
|
5766
5929
|
|
|
5767
5930
|
@overload
|
|
5768
5931
|
def client(
|
|
5769
5932
|
self,
|
|
5770
|
-
service_name: Literal["
|
|
5933
|
+
service_name: Literal["partnercentral-benefits"],
|
|
5771
5934
|
region_name: str | None = ...,
|
|
5772
5935
|
api_version: str | None = ...,
|
|
5773
5936
|
use_ssl: bool | None = ...,
|
|
@@ -5778,9 +5941,28 @@ class Session:
|
|
|
5778
5941
|
aws_session_token: str | None = ...,
|
|
5779
5942
|
config: Config | None = ...,
|
|
5780
5943
|
aws_account_id: str | None = ...,
|
|
5781
|
-
) ->
|
|
5944
|
+
) -> PartnerCentralBenefitsClient:
|
|
5782
5945
|
"""
|
|
5783
|
-
Create client for
|
|
5946
|
+
Create client for PartnerCentralBenefits service.
|
|
5947
|
+
"""
|
|
5948
|
+
|
|
5949
|
+
@overload
|
|
5950
|
+
def client(
|
|
5951
|
+
self,
|
|
5952
|
+
service_name: Literal["partnercentral-channel"],
|
|
5953
|
+
region_name: str | None = ...,
|
|
5954
|
+
api_version: str | None = ...,
|
|
5955
|
+
use_ssl: bool | None = ...,
|
|
5956
|
+
verify: bool | str | None = ...,
|
|
5957
|
+
endpoint_url: str | None = ...,
|
|
5958
|
+
aws_access_key_id: str | None = ...,
|
|
5959
|
+
aws_secret_access_key: str | None = ...,
|
|
5960
|
+
aws_session_token: str | None = ...,
|
|
5961
|
+
config: Config | None = ...,
|
|
5962
|
+
aws_account_id: str | None = ...,
|
|
5963
|
+
) -> PartnerCentralChannelAPIClient:
|
|
5964
|
+
"""
|
|
5965
|
+
Create client for PartnerCentralChannelAPI service.
|
|
5784
5966
|
"""
|
|
5785
5967
|
|
|
5786
5968
|
@overload
|
|
@@ -6106,25 +6288,6 @@ class Session:
|
|
|
6106
6288
|
Create client for Pricing service.
|
|
6107
6289
|
"""
|
|
6108
6290
|
|
|
6109
|
-
@overload
|
|
6110
|
-
def client(
|
|
6111
|
-
self,
|
|
6112
|
-
service_name: Literal["privatenetworks"],
|
|
6113
|
-
region_name: str | None = ...,
|
|
6114
|
-
api_version: str | None = ...,
|
|
6115
|
-
use_ssl: bool | None = ...,
|
|
6116
|
-
verify: bool | str | None = ...,
|
|
6117
|
-
endpoint_url: str | None = ...,
|
|
6118
|
-
aws_access_key_id: str | None = ...,
|
|
6119
|
-
aws_secret_access_key: str | None = ...,
|
|
6120
|
-
aws_session_token: str | None = ...,
|
|
6121
|
-
config: Config | None = ...,
|
|
6122
|
-
aws_account_id: str | None = ...,
|
|
6123
|
-
) -> Private5GClient:
|
|
6124
|
-
"""
|
|
6125
|
-
Create client for Private5G service.
|
|
6126
|
-
"""
|
|
6127
|
-
|
|
6128
6291
|
@overload
|
|
6129
6292
|
def client(
|
|
6130
6293
|
self,
|
|
@@ -6201,44 +6364,6 @@ class Session:
|
|
|
6201
6364
|
Create client for QConnect service.
|
|
6202
6365
|
"""
|
|
6203
6366
|
|
|
6204
|
-
@overload
|
|
6205
|
-
def client(
|
|
6206
|
-
self,
|
|
6207
|
-
service_name: Literal["qldb"],
|
|
6208
|
-
region_name: str | None = ...,
|
|
6209
|
-
api_version: str | None = ...,
|
|
6210
|
-
use_ssl: bool | None = ...,
|
|
6211
|
-
verify: bool | str | None = ...,
|
|
6212
|
-
endpoint_url: str | None = ...,
|
|
6213
|
-
aws_access_key_id: str | None = ...,
|
|
6214
|
-
aws_secret_access_key: str | None = ...,
|
|
6215
|
-
aws_session_token: str | None = ...,
|
|
6216
|
-
config: Config | None = ...,
|
|
6217
|
-
aws_account_id: str | None = ...,
|
|
6218
|
-
) -> QLDBClient:
|
|
6219
|
-
"""
|
|
6220
|
-
Create client for QLDB service.
|
|
6221
|
-
"""
|
|
6222
|
-
|
|
6223
|
-
@overload
|
|
6224
|
-
def client(
|
|
6225
|
-
self,
|
|
6226
|
-
service_name: Literal["qldb-session"],
|
|
6227
|
-
region_name: str | None = ...,
|
|
6228
|
-
api_version: str | None = ...,
|
|
6229
|
-
use_ssl: bool | None = ...,
|
|
6230
|
-
verify: bool | str | None = ...,
|
|
6231
|
-
endpoint_url: str | None = ...,
|
|
6232
|
-
aws_access_key_id: str | None = ...,
|
|
6233
|
-
aws_secret_access_key: str | None = ...,
|
|
6234
|
-
aws_session_token: str | None = ...,
|
|
6235
|
-
config: Config | None = ...,
|
|
6236
|
-
aws_account_id: str | None = ...,
|
|
6237
|
-
) -> QLDBSessionClient:
|
|
6238
|
-
"""
|
|
6239
|
-
Create client for QLDBSession service.
|
|
6240
|
-
"""
|
|
6241
|
-
|
|
6242
6367
|
@overload
|
|
6243
6368
|
def client(
|
|
6244
6369
|
self,
|
|
@@ -6505,25 +6630,6 @@ class Session:
|
|
|
6505
6630
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6506
6631
|
"""
|
|
6507
6632
|
|
|
6508
|
-
@overload
|
|
6509
|
-
def client(
|
|
6510
|
-
self,
|
|
6511
|
-
service_name: Literal["robomaker"],
|
|
6512
|
-
region_name: str | None = ...,
|
|
6513
|
-
api_version: str | None = ...,
|
|
6514
|
-
use_ssl: bool | None = ...,
|
|
6515
|
-
verify: bool | str | None = ...,
|
|
6516
|
-
endpoint_url: str | None = ...,
|
|
6517
|
-
aws_access_key_id: str | None = ...,
|
|
6518
|
-
aws_secret_access_key: str | None = ...,
|
|
6519
|
-
aws_session_token: str | None = ...,
|
|
6520
|
-
config: Config | None = ...,
|
|
6521
|
-
aws_account_id: str | None = ...,
|
|
6522
|
-
) -> RoboMakerClient:
|
|
6523
|
-
"""
|
|
6524
|
-
Create client for RoboMaker service.
|
|
6525
|
-
"""
|
|
6526
|
-
|
|
6527
6633
|
@overload
|
|
6528
6634
|
def client(
|
|
6529
6635
|
self,
|
|
@@ -6638,6 +6744,25 @@ class Session:
|
|
|
6638
6744
|
Create client for Route53Domains service.
|
|
6639
6745
|
"""
|
|
6640
6746
|
|
|
6747
|
+
@overload
|
|
6748
|
+
def client(
|
|
6749
|
+
self,
|
|
6750
|
+
service_name: Literal["route53globalresolver"],
|
|
6751
|
+
region_name: str | None = ...,
|
|
6752
|
+
api_version: str | None = ...,
|
|
6753
|
+
use_ssl: bool | None = ...,
|
|
6754
|
+
verify: bool | str | None = ...,
|
|
6755
|
+
endpoint_url: str | None = ...,
|
|
6756
|
+
aws_access_key_id: str | None = ...,
|
|
6757
|
+
aws_secret_access_key: str | None = ...,
|
|
6758
|
+
aws_session_token: str | None = ...,
|
|
6759
|
+
config: Config | None = ...,
|
|
6760
|
+
aws_account_id: str | None = ...,
|
|
6761
|
+
) -> Route53GlobalResolverClient:
|
|
6762
|
+
"""
|
|
6763
|
+
Create client for Route53GlobalResolver service.
|
|
6764
|
+
"""
|
|
6765
|
+
|
|
6641
6766
|
@overload
|
|
6642
6767
|
def client(
|
|
6643
6768
|
self,
|
|
@@ -6676,6 +6801,25 @@ class Session:
|
|
|
6676
6801
|
Create client for Route53Resolver service.
|
|
6677
6802
|
"""
|
|
6678
6803
|
|
|
6804
|
+
@overload
|
|
6805
|
+
def client(
|
|
6806
|
+
self,
|
|
6807
|
+
service_name: Literal["rtbfabric"],
|
|
6808
|
+
region_name: str | None = ...,
|
|
6809
|
+
api_version: str | None = ...,
|
|
6810
|
+
use_ssl: bool | None = ...,
|
|
6811
|
+
verify: bool | str | None = ...,
|
|
6812
|
+
endpoint_url: str | None = ...,
|
|
6813
|
+
aws_access_key_id: str | None = ...,
|
|
6814
|
+
aws_secret_access_key: str | None = ...,
|
|
6815
|
+
aws_session_token: str | None = ...,
|
|
6816
|
+
config: Config | None = ...,
|
|
6817
|
+
aws_account_id: str | None = ...,
|
|
6818
|
+
) -> RTBFabricClient:
|
|
6819
|
+
"""
|
|
6820
|
+
Create client for RTBFabric service.
|
|
6821
|
+
"""
|
|
6822
|
+
|
|
6679
6823
|
@overload
|
|
6680
6824
|
def client(
|
|
6681
6825
|
self,
|
|
@@ -6771,6 +6915,25 @@ class Session:
|
|
|
6771
6915
|
Create client for S3Tables service.
|
|
6772
6916
|
"""
|
|
6773
6917
|
|
|
6918
|
+
@overload
|
|
6919
|
+
def client(
|
|
6920
|
+
self,
|
|
6921
|
+
service_name: Literal["s3vectors"],
|
|
6922
|
+
region_name: str | None = ...,
|
|
6923
|
+
api_version: str | None = ...,
|
|
6924
|
+
use_ssl: bool | None = ...,
|
|
6925
|
+
verify: bool | str | None = ...,
|
|
6926
|
+
endpoint_url: str | None = ...,
|
|
6927
|
+
aws_access_key_id: str | None = ...,
|
|
6928
|
+
aws_secret_access_key: str | None = ...,
|
|
6929
|
+
aws_session_token: str | None = ...,
|
|
6930
|
+
config: Config | None = ...,
|
|
6931
|
+
aws_account_id: str | None = ...,
|
|
6932
|
+
) -> S3VectorsClient:
|
|
6933
|
+
"""
|
|
6934
|
+
Create client for S3Vectors service.
|
|
6935
|
+
"""
|
|
6936
|
+
|
|
6774
6937
|
@overload
|
|
6775
6938
|
def client(
|
|
6776
6939
|
self,
|
|
@@ -7230,7 +7393,7 @@ class Session:
|
|
|
7230
7393
|
@overload
|
|
7231
7394
|
def client(
|
|
7232
7395
|
self,
|
|
7233
|
-
service_name: Literal["
|
|
7396
|
+
service_name: Literal["signin"],
|
|
7234
7397
|
region_name: str | None = ...,
|
|
7235
7398
|
api_version: str | None = ...,
|
|
7236
7399
|
use_ssl: bool | None = ...,
|
|
@@ -7241,34 +7404,15 @@ class Session:
|
|
|
7241
7404
|
aws_session_token: str | None = ...,
|
|
7242
7405
|
config: Config | None = ...,
|
|
7243
7406
|
aws_account_id: str | None = ...,
|
|
7244
|
-
) ->
|
|
7407
|
+
) -> SignInServiceClient:
|
|
7245
7408
|
"""
|
|
7246
|
-
Create client for
|
|
7409
|
+
Create client for SignInService service.
|
|
7247
7410
|
"""
|
|
7248
7411
|
|
|
7249
7412
|
@overload
|
|
7250
7413
|
def client(
|
|
7251
7414
|
self,
|
|
7252
|
-
service_name: Literal["
|
|
7253
|
-
region_name: str | None = ...,
|
|
7254
|
-
api_version: str | None = ...,
|
|
7255
|
-
use_ssl: bool | None = ...,
|
|
7256
|
-
verify: bool | str | None = ...,
|
|
7257
|
-
endpoint_url: str | None = ...,
|
|
7258
|
-
aws_access_key_id: str | None = ...,
|
|
7259
|
-
aws_secret_access_key: str | None = ...,
|
|
7260
|
-
aws_session_token: str | None = ...,
|
|
7261
|
-
config: Config | None = ...,
|
|
7262
|
-
aws_account_id: str | None = ...,
|
|
7263
|
-
) -> SMSClient:
|
|
7264
|
-
"""
|
|
7265
|
-
Create client for SMS service.
|
|
7266
|
-
"""
|
|
7267
|
-
|
|
7268
|
-
@overload
|
|
7269
|
-
def client(
|
|
7270
|
-
self,
|
|
7271
|
-
service_name: Literal["sms-voice"],
|
|
7415
|
+
service_name: Literal["simspaceweaver"],
|
|
7272
7416
|
region_name: str | None = ...,
|
|
7273
7417
|
api_version: str | None = ...,
|
|
7274
7418
|
use_ssl: bool | None = ...,
|
|
@@ -7279,9 +7423,9 @@ class Session:
|
|
|
7279
7423
|
aws_session_token: str | None = ...,
|
|
7280
7424
|
config: Config | None = ...,
|
|
7281
7425
|
aws_account_id: str | None = ...,
|
|
7282
|
-
) ->
|
|
7426
|
+
) -> SimSpaceWeaverClient:
|
|
7283
7427
|
"""
|
|
7284
|
-
Create client for
|
|
7428
|
+
Create client for SimSpaceWeaver service.
|
|
7285
7429
|
"""
|
|
7286
7430
|
|
|
7287
7431
|
@overload
|
|
@@ -7417,6 +7561,25 @@ class Session:
|
|
|
7417
7561
|
Create client for SSMContacts service.
|
|
7418
7562
|
"""
|
|
7419
7563
|
|
|
7564
|
+
@overload
|
|
7565
|
+
def client(
|
|
7566
|
+
self,
|
|
7567
|
+
service_name: Literal["ssm-guiconnect"],
|
|
7568
|
+
region_name: str | None = ...,
|
|
7569
|
+
api_version: str | None = ...,
|
|
7570
|
+
use_ssl: bool | None = ...,
|
|
7571
|
+
verify: bool | str | None = ...,
|
|
7572
|
+
endpoint_url: str | None = ...,
|
|
7573
|
+
aws_access_key_id: str | None = ...,
|
|
7574
|
+
aws_secret_access_key: str | None = ...,
|
|
7575
|
+
aws_session_token: str | None = ...,
|
|
7576
|
+
config: Config | None = ...,
|
|
7577
|
+
aws_account_id: str | None = ...,
|
|
7578
|
+
) -> SSMGUIConnectClient:
|
|
7579
|
+
"""
|
|
7580
|
+
Create client for SSMGUIConnect service.
|
|
7581
|
+
"""
|
|
7582
|
+
|
|
7420
7583
|
@overload
|
|
7421
7584
|
def client(
|
|
7422
7585
|
self,
|
|
@@ -8006,6 +8169,25 @@ class Session:
|
|
|
8006
8169
|
Create client for WellArchitected service.
|
|
8007
8170
|
"""
|
|
8008
8171
|
|
|
8172
|
+
@overload
|
|
8173
|
+
def client(
|
|
8174
|
+
self,
|
|
8175
|
+
service_name: Literal["wickr"],
|
|
8176
|
+
region_name: str | None = ...,
|
|
8177
|
+
api_version: str | None = ...,
|
|
8178
|
+
use_ssl: bool | None = ...,
|
|
8179
|
+
verify: bool | str | None = ...,
|
|
8180
|
+
endpoint_url: str | None = ...,
|
|
8181
|
+
aws_access_key_id: str | None = ...,
|
|
8182
|
+
aws_secret_access_key: str | None = ...,
|
|
8183
|
+
aws_session_token: str | None = ...,
|
|
8184
|
+
config: Config | None = ...,
|
|
8185
|
+
aws_account_id: str | None = ...,
|
|
8186
|
+
) -> WickrAdminAPIClient:
|
|
8187
|
+
"""
|
|
8188
|
+
Create client for WickrAdminAPI service.
|
|
8189
|
+
"""
|
|
8190
|
+
|
|
8009
8191
|
@overload
|
|
8010
8192
|
def client(
|
|
8011
8193
|
self,
|
|
@@ -8101,6 +8283,25 @@ class Session:
|
|
|
8101
8283
|
Create client for WorkSpaces service.
|
|
8102
8284
|
"""
|
|
8103
8285
|
|
|
8286
|
+
@overload
|
|
8287
|
+
def client(
|
|
8288
|
+
self,
|
|
8289
|
+
service_name: Literal["workspaces-instances"],
|
|
8290
|
+
region_name: str | None = ...,
|
|
8291
|
+
api_version: str | None = ...,
|
|
8292
|
+
use_ssl: bool | None = ...,
|
|
8293
|
+
verify: bool | str | None = ...,
|
|
8294
|
+
endpoint_url: str | None = ...,
|
|
8295
|
+
aws_access_key_id: str | None = ...,
|
|
8296
|
+
aws_secret_access_key: str | None = ...,
|
|
8297
|
+
aws_session_token: str | None = ...,
|
|
8298
|
+
config: Config | None = ...,
|
|
8299
|
+
aws_account_id: str | None = ...,
|
|
8300
|
+
) -> WorkspacesInstancesClient:
|
|
8301
|
+
"""
|
|
8302
|
+
Create client for WorkspacesInstances service.
|
|
8303
|
+
"""
|
|
8304
|
+
|
|
8104
8305
|
@overload
|
|
8105
8306
|
def client(
|
|
8106
8307
|
self,
|
|
@@ -8272,25 +8473,6 @@ class Session:
|
|
|
8272
8473
|
Create ServiceResource for IAM service.
|
|
8273
8474
|
"""
|
|
8274
8475
|
|
|
8275
|
-
@overload
|
|
8276
|
-
def resource(
|
|
8277
|
-
self,
|
|
8278
|
-
service_name: Literal["opsworks"],
|
|
8279
|
-
region_name: str | None = ...,
|
|
8280
|
-
api_version: str | None = ...,
|
|
8281
|
-
use_ssl: bool | None = ...,
|
|
8282
|
-
verify: bool | str | None = ...,
|
|
8283
|
-
endpoint_url: str | None = ...,
|
|
8284
|
-
aws_access_key_id: str | None = ...,
|
|
8285
|
-
aws_secret_access_key: str | None = ...,
|
|
8286
|
-
aws_session_token: str | None = ...,
|
|
8287
|
-
config: Config | None = ...,
|
|
8288
|
-
aws_account_id: str | None = ...,
|
|
8289
|
-
) -> OpsWorksServiceResource:
|
|
8290
|
-
"""
|
|
8291
|
-
Create ServiceResource for OpsWorks service.
|
|
8292
|
-
"""
|
|
8293
|
-
|
|
8294
8476
|
@overload
|
|
8295
8477
|
def resource(
|
|
8296
8478
|
self,
|