types-boto3 1.39.5__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.
- boto3-stubs/__init__.pyi +243 -184
- 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 +11 -9
- boto3-stubs/session.pyi +254 -192
- boto3-stubs/utils.pyi +8 -10
- {types_boto3-1.39.5.dist-info → types_boto3-1.42.27.dist-info}/METADATA +910 -899
- {types_boto3-1.39.5.dist-info → types_boto3-1.42.27.dist-info}/RECORD +13 -13
- {types_boto3-1.39.5.dist-info → types_boto3-1.42.27.dist-info}/licenses/LICENSE +1 -1
- {types_boto3-1.39.5.dist-info → types_boto3-1.42.27.dist-info}/top_level.txt +1 -0
- {types_boto3-1.39.5.dist-info → types_boto3-1.42.27.dist-info}/WHEEL +0 -0
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
|
|
@@ -43,7 +43,7 @@ from types_boto3_appmesh.client import AppMeshClient
|
|
|
43
43
|
from types_boto3_apprunner.client import AppRunnerClient
|
|
44
44
|
from types_boto3_appstream.client import AppStreamClient
|
|
45
45
|
from types_boto3_appsync.client import AppSyncClient
|
|
46
|
-
from
|
|
46
|
+
from types_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
47
47
|
from types_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
48
48
|
from types_boto3_artifact.client import ArtifactClient
|
|
49
49
|
from types_boto3_athena.client import AthenaClient
|
|
@@ -55,13 +55,19 @@ from types_boto3_backup.client import BackupClient
|
|
|
55
55
|
from types_boto3_backup_gateway.client import BackupGatewayClient
|
|
56
56
|
from types_boto3_backupsearch.client import BackupSearchClient
|
|
57
57
|
from types_boto3_batch.client import BatchClient
|
|
58
|
+
from types_boto3_bcm_dashboards.client import BillingandCostManagementDashboardsClient
|
|
58
59
|
from types_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient
|
|
59
60
|
from types_boto3_bcm_pricing_calculator.client import (
|
|
60
61
|
BillingandCostManagementPricingCalculatorClient,
|
|
61
62
|
)
|
|
63
|
+
from types_boto3_bcm_recommended_actions.client import (
|
|
64
|
+
BillingandCostManagementRecommendedActionsClient,
|
|
65
|
+
)
|
|
62
66
|
from types_boto3_bedrock.client import BedrockClient
|
|
63
67
|
from types_boto3_bedrock_agent.client import AgentsforBedrockClient
|
|
64
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
|
|
65
71
|
from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
|
|
66
72
|
from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
|
|
67
73
|
from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
|
|
@@ -112,6 +118,7 @@ from types_boto3_cognito_sync.client import CognitoSyncClient
|
|
|
112
118
|
from types_boto3_comprehend.client import ComprehendClient
|
|
113
119
|
from types_boto3_comprehendmedical.client import ComprehendMedicalClient
|
|
114
120
|
from types_boto3_compute_optimizer.client import ComputeOptimizerClient
|
|
121
|
+
from types_boto3_compute_optimizer_automation.client import ComputeOptimizerAutomationClient
|
|
115
122
|
from types_boto3_config.client import ConfigServiceClient
|
|
116
123
|
from types_boto3_connect.client import ConnectClient
|
|
117
124
|
from types_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
@@ -159,7 +166,6 @@ from types_boto3_eks.client import EKSClient
|
|
|
159
166
|
from types_boto3_eks_auth.client import EKSAuthClient
|
|
160
167
|
from types_boto3_elasticache.client import ElastiCacheClient
|
|
161
168
|
from types_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
|
162
|
-
from types_boto3_elastictranscoder.client import ElasticTranscoderClient
|
|
163
169
|
from types_boto3_elb.client import ElasticLoadBalancingClient
|
|
164
170
|
from types_boto3_elbv2.client import ElasticLoadBalancingv2Client
|
|
165
171
|
from types_boto3_emr.client import EMRClient
|
|
@@ -216,7 +222,6 @@ from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
216
222
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
217
223
|
from types_boto3_iotevents.client import IoTEventsClient
|
|
218
224
|
from types_boto3_iotevents_data.client import IoTEventsDataClient
|
|
219
|
-
from types_boto3_iotfleethub.client import IoTFleetHubClient
|
|
220
225
|
from types_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
221
226
|
from types_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
222
227
|
from types_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -259,8 +264,6 @@ from types_boto3_lightsail.client import LightsailClient
|
|
|
259
264
|
from types_boto3_location.client import LocationServiceClient
|
|
260
265
|
from types_boto3_logs.client import CloudWatchLogsClient
|
|
261
266
|
from types_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
262
|
-
from types_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
263
|
-
from types_boto3_lookoutvision.client import LookoutforVisionClient
|
|
264
267
|
from types_boto3_m2.client import MainframeModernizationClient
|
|
265
268
|
from types_boto3_machinelearning.client import MachineLearningClient
|
|
266
269
|
from types_boto3_macie2.client import Macie2Client
|
|
@@ -295,6 +298,7 @@ from types_boto3_mpa.client import MultipartyApprovalClient
|
|
|
295
298
|
from types_boto3_mq.client import MQClient
|
|
296
299
|
from types_boto3_mturk.client import MTurkClient
|
|
297
300
|
from types_boto3_mwaa.client import MWAAClient
|
|
301
|
+
from types_boto3_mwaa_serverless.client import MWAAServerlessClient
|
|
298
302
|
from types_boto3_neptune.client import NeptuneClient
|
|
299
303
|
from types_boto3_neptune_graph.client import NeptuneGraphClient
|
|
300
304
|
from types_boto3_neptunedata.client import NeptuneDataClient
|
|
@@ -304,19 +308,20 @@ from types_boto3_networkmanager.client import NetworkManagerClient
|
|
|
304
308
|
from types_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
|
305
309
|
from types_boto3_notifications.client import UserNotificationsClient
|
|
306
310
|
from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
|
311
|
+
from types_boto3_nova_act.client import NovaActServiceClient
|
|
307
312
|
from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
|
308
313
|
from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
|
309
314
|
from types_boto3_odb.client import OdbClient
|
|
310
315
|
from types_boto3_omics.client import OmicsClient
|
|
311
316
|
from types_boto3_opensearch.client import OpenSearchServiceClient
|
|
312
317
|
from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
|
313
|
-
from types_boto3_opsworks.client import OpsWorksClient
|
|
314
|
-
from types_boto3_opsworks.service_resource import OpsWorksServiceResource
|
|
315
|
-
from types_boto3_opsworkscm.client import OpsWorksCMClient
|
|
316
318
|
from types_boto3_organizations.client import OrganizationsClient
|
|
317
319
|
from types_boto3_osis.client import OpenSearchIngestionClient
|
|
318
320
|
from types_boto3_outposts.client import OutpostsClient
|
|
319
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
|
|
320
325
|
from types_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
|
|
321
326
|
from types_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
|
|
322
327
|
from types_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
|
|
@@ -338,8 +343,6 @@ from types_boto3_proton.client import ProtonClient
|
|
|
338
343
|
from types_boto3_qapps.client import QAppsClient
|
|
339
344
|
from types_boto3_qbusiness.client import QBusinessClient
|
|
340
345
|
from types_boto3_qconnect.client import QConnectClient
|
|
341
|
-
from types_boto3_qldb.client import QLDBClient
|
|
342
|
-
from types_boto3_qldb_session.client import QLDBSessionClient
|
|
343
346
|
from types_boto3_quicksight.client import QuickSightClient
|
|
344
347
|
from types_boto3_ram.client import RAMClient
|
|
345
348
|
from types_boto3_rbin.client import RecycleBinClient
|
|
@@ -354,15 +357,16 @@ from types_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
354
357
|
from types_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
355
358
|
from types_boto3_resource_groups.client import ResourceGroupsClient
|
|
356
359
|
from types_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
357
|
-
from types_boto3_robomaker.client import RoboMakerClient
|
|
358
360
|
from types_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
359
361
|
from types_boto3_route53.client import Route53Client
|
|
360
362
|
from types_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
361
363
|
from types_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
|
362
364
|
from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
|
363
365
|
from types_boto3_route53domains.client import Route53DomainsClient
|
|
366
|
+
from types_boto3_route53globalresolver.client import Route53GlobalResolverClient
|
|
364
367
|
from types_boto3_route53profiles.client import Route53ProfilesClient
|
|
365
368
|
from types_boto3_route53resolver.client import Route53ResolverClient
|
|
369
|
+
from types_boto3_rtbfabric.client import RTBFabricClient
|
|
366
370
|
from types_boto3_rum.client import CloudWatchRUMClient
|
|
367
371
|
from types_boto3_s3.client import S3Client
|
|
368
372
|
from types_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -394,8 +398,8 @@ from types_boto3_ses.client import SESClient
|
|
|
394
398
|
from types_boto3_sesv2.client import SESV2Client
|
|
395
399
|
from types_boto3_shield.client import ShieldClient
|
|
396
400
|
from types_boto3_signer.client import SignerClient
|
|
401
|
+
from types_boto3_signin.client import SignInServiceClient
|
|
397
402
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
|
398
|
-
from types_boto3_sms.client import SMSClient
|
|
399
403
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
|
400
404
|
from types_boto3_snowball.client import SnowballClient
|
|
401
405
|
from types_boto3_sns.client import SNSClient
|
|
@@ -437,6 +441,7 @@ from types_boto3_waf.client import WAFClient
|
|
|
437
441
|
from types_boto3_waf_regional.client import WAFRegionalClient
|
|
438
442
|
from types_boto3_wafv2.client import WAFV2Client
|
|
439
443
|
from types_boto3_wellarchitected.client import WellArchitectedClient
|
|
444
|
+
from types_boto3_wickr.client import WickrAdminAPIClient
|
|
440
445
|
from types_boto3_wisdom.client import ConnectWisdomServiceClient
|
|
441
446
|
from types_boto3_workdocs.client import WorkDocsClient
|
|
442
447
|
from types_boto3_workmail.client import WorkMailClient
|
|
@@ -966,7 +971,7 @@ class Session:
|
|
|
966
971
|
@overload
|
|
967
972
|
def client(
|
|
968
973
|
self,
|
|
969
|
-
service_name: Literal["
|
|
974
|
+
service_name: Literal["arc-region-switch"],
|
|
970
975
|
region_name: str | None = ...,
|
|
971
976
|
api_version: str | None = ...,
|
|
972
977
|
use_ssl: bool | None = ...,
|
|
@@ -977,9 +982,9 @@ class Session:
|
|
|
977
982
|
aws_session_token: str | None = ...,
|
|
978
983
|
config: Config | None = ...,
|
|
979
984
|
aws_account_id: str | None = ...,
|
|
980
|
-
) ->
|
|
985
|
+
) -> ARCRegionswitchClient:
|
|
981
986
|
"""
|
|
982
|
-
Create client for
|
|
987
|
+
Create client for ARCRegionswitch service.
|
|
983
988
|
"""
|
|
984
989
|
|
|
985
990
|
@overload
|
|
@@ -1191,6 +1196,25 @@ class Session:
|
|
|
1191
1196
|
Create client for Batch service.
|
|
1192
1197
|
"""
|
|
1193
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
|
+
|
|
1194
1218
|
@overload
|
|
1195
1219
|
def client(
|
|
1196
1220
|
self,
|
|
@@ -1229,6 +1253,25 @@ class Session:
|
|
|
1229
1253
|
Create client for BillingandCostManagementPricingCalculator service.
|
|
1230
1254
|
"""
|
|
1231
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
|
+
|
|
1232
1275
|
@overload
|
|
1233
1276
|
def client(
|
|
1234
1277
|
self,
|
|
@@ -1286,6 +1329,44 @@ class Session:
|
|
|
1286
1329
|
Create client for AgentsforBedrockRuntime service.
|
|
1287
1330
|
"""
|
|
1288
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
|
+
|
|
1289
1370
|
@overload
|
|
1290
1371
|
def client(
|
|
1291
1372
|
self,
|
|
@@ -2198,6 +2279,25 @@ class Session:
|
|
|
2198
2279
|
Create client for ComputeOptimizer service.
|
|
2199
2280
|
"""
|
|
2200
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
|
+
|
|
2201
2301
|
@overload
|
|
2202
2302
|
def client(
|
|
2203
2303
|
self,
|
|
@@ -3053,25 +3153,6 @@ class Session:
|
|
|
3053
3153
|
Create client for ElasticBeanstalk service.
|
|
3054
3154
|
"""
|
|
3055
3155
|
|
|
3056
|
-
@overload
|
|
3057
|
-
def client(
|
|
3058
|
-
self,
|
|
3059
|
-
service_name: Literal["elastictranscoder"],
|
|
3060
|
-
region_name: str | None = ...,
|
|
3061
|
-
api_version: str | None = ...,
|
|
3062
|
-
use_ssl: bool | None = ...,
|
|
3063
|
-
verify: bool | str | None = ...,
|
|
3064
|
-
endpoint_url: str | None = ...,
|
|
3065
|
-
aws_access_key_id: str | None = ...,
|
|
3066
|
-
aws_secret_access_key: str | None = ...,
|
|
3067
|
-
aws_session_token: str | None = ...,
|
|
3068
|
-
config: Config | None = ...,
|
|
3069
|
-
aws_account_id: str | None = ...,
|
|
3070
|
-
) -> ElasticTranscoderClient:
|
|
3071
|
-
"""
|
|
3072
|
-
Create client for ElasticTranscoder service.
|
|
3073
|
-
"""
|
|
3074
|
-
|
|
3075
3156
|
@overload
|
|
3076
3157
|
def client(
|
|
3077
3158
|
self,
|
|
@@ -4060,25 +4141,6 @@ class Session:
|
|
|
4060
4141
|
Create client for IoTEventsData service.
|
|
4061
4142
|
"""
|
|
4062
4143
|
|
|
4063
|
-
@overload
|
|
4064
|
-
def client(
|
|
4065
|
-
self,
|
|
4066
|
-
service_name: Literal["iotfleethub"],
|
|
4067
|
-
region_name: str | None = ...,
|
|
4068
|
-
api_version: str | None = ...,
|
|
4069
|
-
use_ssl: bool | None = ...,
|
|
4070
|
-
verify: bool | str | None = ...,
|
|
4071
|
-
endpoint_url: str | None = ...,
|
|
4072
|
-
aws_access_key_id: str | None = ...,
|
|
4073
|
-
aws_secret_access_key: str | None = ...,
|
|
4074
|
-
aws_session_token: str | None = ...,
|
|
4075
|
-
config: Config | None = ...,
|
|
4076
|
-
aws_account_id: str | None = ...,
|
|
4077
|
-
) -> IoTFleetHubClient:
|
|
4078
|
-
"""
|
|
4079
|
-
Create client for IoTFleetHub service.
|
|
4080
|
-
"""
|
|
4081
|
-
|
|
4082
4144
|
@overload
|
|
4083
4145
|
def client(
|
|
4084
4146
|
self,
|
|
@@ -4801,44 +4863,6 @@ class Session:
|
|
|
4801
4863
|
Create client for LookoutEquipment service.
|
|
4802
4864
|
"""
|
|
4803
4865
|
|
|
4804
|
-
@overload
|
|
4805
|
-
def client(
|
|
4806
|
-
self,
|
|
4807
|
-
service_name: Literal["lookoutmetrics"],
|
|
4808
|
-
region_name: str | None = ...,
|
|
4809
|
-
api_version: str | None = ...,
|
|
4810
|
-
use_ssl: bool | None = ...,
|
|
4811
|
-
verify: bool | str | None = ...,
|
|
4812
|
-
endpoint_url: str | None = ...,
|
|
4813
|
-
aws_access_key_id: str | None = ...,
|
|
4814
|
-
aws_secret_access_key: str | None = ...,
|
|
4815
|
-
aws_session_token: str | None = ...,
|
|
4816
|
-
config: Config | None = ...,
|
|
4817
|
-
aws_account_id: str | None = ...,
|
|
4818
|
-
) -> LookoutMetricsClient:
|
|
4819
|
-
"""
|
|
4820
|
-
Create client for LookoutMetrics service.
|
|
4821
|
-
"""
|
|
4822
|
-
|
|
4823
|
-
@overload
|
|
4824
|
-
def client(
|
|
4825
|
-
self,
|
|
4826
|
-
service_name: Literal["lookoutvision"],
|
|
4827
|
-
region_name: str | None = ...,
|
|
4828
|
-
api_version: str | None = ...,
|
|
4829
|
-
use_ssl: bool | None = ...,
|
|
4830
|
-
verify: bool | str | None = ...,
|
|
4831
|
-
endpoint_url: str | None = ...,
|
|
4832
|
-
aws_access_key_id: str | None = ...,
|
|
4833
|
-
aws_secret_access_key: str | None = ...,
|
|
4834
|
-
aws_session_token: str | None = ...,
|
|
4835
|
-
config: Config | None = ...,
|
|
4836
|
-
aws_account_id: str | None = ...,
|
|
4837
|
-
) -> LookoutforVisionClient:
|
|
4838
|
-
"""
|
|
4839
|
-
Create client for LookoutforVision service.
|
|
4840
|
-
"""
|
|
4841
|
-
|
|
4842
4866
|
@overload
|
|
4843
4867
|
def client(
|
|
4844
4868
|
self,
|
|
@@ -5485,6 +5509,25 @@ class Session:
|
|
|
5485
5509
|
Create client for MWAA service.
|
|
5486
5510
|
"""
|
|
5487
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
|
+
|
|
5488
5531
|
@overload
|
|
5489
5532
|
def client(
|
|
5490
5533
|
self,
|
|
@@ -5656,6 +5699,25 @@ class Session:
|
|
|
5656
5699
|
Create client for UserNotificationsContacts service.
|
|
5657
5700
|
"""
|
|
5658
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
|
+
|
|
5659
5721
|
@overload
|
|
5660
5722
|
def client(
|
|
5661
5723
|
self,
|
|
@@ -5773,7 +5835,7 @@ class Session:
|
|
|
5773
5835
|
@overload
|
|
5774
5836
|
def client(
|
|
5775
5837
|
self,
|
|
5776
|
-
service_name: Literal["
|
|
5838
|
+
service_name: Literal["organizations"],
|
|
5777
5839
|
region_name: str | None = ...,
|
|
5778
5840
|
api_version: str | None = ...,
|
|
5779
5841
|
use_ssl: bool | None = ...,
|
|
@@ -5784,15 +5846,15 @@ class Session:
|
|
|
5784
5846
|
aws_session_token: str | None = ...,
|
|
5785
5847
|
config: Config | None = ...,
|
|
5786
5848
|
aws_account_id: str | None = ...,
|
|
5787
|
-
) ->
|
|
5849
|
+
) -> OrganizationsClient:
|
|
5788
5850
|
"""
|
|
5789
|
-
Create client for
|
|
5851
|
+
Create client for Organizations service.
|
|
5790
5852
|
"""
|
|
5791
5853
|
|
|
5792
5854
|
@overload
|
|
5793
5855
|
def client(
|
|
5794
5856
|
self,
|
|
5795
|
-
service_name: Literal["
|
|
5857
|
+
service_name: Literal["osis"],
|
|
5796
5858
|
region_name: str | None = ...,
|
|
5797
5859
|
api_version: str | None = ...,
|
|
5798
5860
|
use_ssl: bool | None = ...,
|
|
@@ -5803,15 +5865,15 @@ class Session:
|
|
|
5803
5865
|
aws_session_token: str | None = ...,
|
|
5804
5866
|
config: Config | None = ...,
|
|
5805
5867
|
aws_account_id: str | None = ...,
|
|
5806
|
-
) ->
|
|
5868
|
+
) -> OpenSearchIngestionClient:
|
|
5807
5869
|
"""
|
|
5808
|
-
Create client for
|
|
5870
|
+
Create client for OpenSearchIngestion service.
|
|
5809
5871
|
"""
|
|
5810
5872
|
|
|
5811
5873
|
@overload
|
|
5812
5874
|
def client(
|
|
5813
5875
|
self,
|
|
5814
|
-
service_name: Literal["
|
|
5876
|
+
service_name: Literal["outposts"],
|
|
5815
5877
|
region_name: str | None = ...,
|
|
5816
5878
|
api_version: str | None = ...,
|
|
5817
5879
|
use_ssl: bool | None = ...,
|
|
@@ -5822,15 +5884,15 @@ class Session:
|
|
|
5822
5884
|
aws_session_token: str | None = ...,
|
|
5823
5885
|
config: Config | None = ...,
|
|
5824
5886
|
aws_account_id: str | None = ...,
|
|
5825
|
-
) ->
|
|
5887
|
+
) -> OutpostsClient:
|
|
5826
5888
|
"""
|
|
5827
|
-
Create client for
|
|
5889
|
+
Create client for Outposts service.
|
|
5828
5890
|
"""
|
|
5829
5891
|
|
|
5830
5892
|
@overload
|
|
5831
5893
|
def client(
|
|
5832
5894
|
self,
|
|
5833
|
-
service_name: Literal["
|
|
5895
|
+
service_name: Literal["panorama"],
|
|
5834
5896
|
region_name: str | None = ...,
|
|
5835
5897
|
api_version: str | None = ...,
|
|
5836
5898
|
use_ssl: bool | None = ...,
|
|
@@ -5841,15 +5903,15 @@ class Session:
|
|
|
5841
5903
|
aws_session_token: str | None = ...,
|
|
5842
5904
|
config: Config | None = ...,
|
|
5843
5905
|
aws_account_id: str | None = ...,
|
|
5844
|
-
) ->
|
|
5906
|
+
) -> PanoramaClient:
|
|
5845
5907
|
"""
|
|
5846
|
-
Create client for
|
|
5908
|
+
Create client for Panorama service.
|
|
5847
5909
|
"""
|
|
5848
5910
|
|
|
5849
5911
|
@overload
|
|
5850
5912
|
def client(
|
|
5851
5913
|
self,
|
|
5852
|
-
service_name: Literal["
|
|
5914
|
+
service_name: Literal["partnercentral-account"],
|
|
5853
5915
|
region_name: str | None = ...,
|
|
5854
5916
|
api_version: str | None = ...,
|
|
5855
5917
|
use_ssl: bool | None = ...,
|
|
@@ -5860,15 +5922,15 @@ class Session:
|
|
|
5860
5922
|
aws_session_token: str | None = ...,
|
|
5861
5923
|
config: Config | None = ...,
|
|
5862
5924
|
aws_account_id: str | None = ...,
|
|
5863
|
-
) ->
|
|
5925
|
+
) -> PartnerCentralAccountAPIClient:
|
|
5864
5926
|
"""
|
|
5865
|
-
Create client for
|
|
5927
|
+
Create client for PartnerCentralAccountAPI service.
|
|
5866
5928
|
"""
|
|
5867
5929
|
|
|
5868
5930
|
@overload
|
|
5869
5931
|
def client(
|
|
5870
5932
|
self,
|
|
5871
|
-
service_name: Literal["
|
|
5933
|
+
service_name: Literal["partnercentral-benefits"],
|
|
5872
5934
|
region_name: str | None = ...,
|
|
5873
5935
|
api_version: str | None = ...,
|
|
5874
5936
|
use_ssl: bool | None = ...,
|
|
@@ -5879,9 +5941,28 @@ class Session:
|
|
|
5879
5941
|
aws_session_token: str | None = ...,
|
|
5880
5942
|
config: Config | None = ...,
|
|
5881
5943
|
aws_account_id: str | None = ...,
|
|
5882
|
-
) ->
|
|
5944
|
+
) -> PartnerCentralBenefitsClient:
|
|
5883
5945
|
"""
|
|
5884
|
-
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.
|
|
5885
5966
|
"""
|
|
5886
5967
|
|
|
5887
5968
|
@overload
|
|
@@ -6283,44 +6364,6 @@ class Session:
|
|
|
6283
6364
|
Create client for QConnect service.
|
|
6284
6365
|
"""
|
|
6285
6366
|
|
|
6286
|
-
@overload
|
|
6287
|
-
def client(
|
|
6288
|
-
self,
|
|
6289
|
-
service_name: Literal["qldb"],
|
|
6290
|
-
region_name: str | None = ...,
|
|
6291
|
-
api_version: str | None = ...,
|
|
6292
|
-
use_ssl: bool | None = ...,
|
|
6293
|
-
verify: bool | str | None = ...,
|
|
6294
|
-
endpoint_url: str | None = ...,
|
|
6295
|
-
aws_access_key_id: str | None = ...,
|
|
6296
|
-
aws_secret_access_key: str | None = ...,
|
|
6297
|
-
aws_session_token: str | None = ...,
|
|
6298
|
-
config: Config | None = ...,
|
|
6299
|
-
aws_account_id: str | None = ...,
|
|
6300
|
-
) -> QLDBClient:
|
|
6301
|
-
"""
|
|
6302
|
-
Create client for QLDB service.
|
|
6303
|
-
"""
|
|
6304
|
-
|
|
6305
|
-
@overload
|
|
6306
|
-
def client(
|
|
6307
|
-
self,
|
|
6308
|
-
service_name: Literal["qldb-session"],
|
|
6309
|
-
region_name: str | None = ...,
|
|
6310
|
-
api_version: str | None = ...,
|
|
6311
|
-
use_ssl: bool | None = ...,
|
|
6312
|
-
verify: bool | str | None = ...,
|
|
6313
|
-
endpoint_url: str | None = ...,
|
|
6314
|
-
aws_access_key_id: str | None = ...,
|
|
6315
|
-
aws_secret_access_key: str | None = ...,
|
|
6316
|
-
aws_session_token: str | None = ...,
|
|
6317
|
-
config: Config | None = ...,
|
|
6318
|
-
aws_account_id: str | None = ...,
|
|
6319
|
-
) -> QLDBSessionClient:
|
|
6320
|
-
"""
|
|
6321
|
-
Create client for QLDBSession service.
|
|
6322
|
-
"""
|
|
6323
|
-
|
|
6324
6367
|
@overload
|
|
6325
6368
|
def client(
|
|
6326
6369
|
self,
|
|
@@ -6587,25 +6630,6 @@ class Session:
|
|
|
6587
6630
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6588
6631
|
"""
|
|
6589
6632
|
|
|
6590
|
-
@overload
|
|
6591
|
-
def client(
|
|
6592
|
-
self,
|
|
6593
|
-
service_name: Literal["robomaker"],
|
|
6594
|
-
region_name: str | None = ...,
|
|
6595
|
-
api_version: str | None = ...,
|
|
6596
|
-
use_ssl: bool | None = ...,
|
|
6597
|
-
verify: bool | str | None = ...,
|
|
6598
|
-
endpoint_url: str | None = ...,
|
|
6599
|
-
aws_access_key_id: str | None = ...,
|
|
6600
|
-
aws_secret_access_key: str | None = ...,
|
|
6601
|
-
aws_session_token: str | None = ...,
|
|
6602
|
-
config: Config | None = ...,
|
|
6603
|
-
aws_account_id: str | None = ...,
|
|
6604
|
-
) -> RoboMakerClient:
|
|
6605
|
-
"""
|
|
6606
|
-
Create client for RoboMaker service.
|
|
6607
|
-
"""
|
|
6608
|
-
|
|
6609
6633
|
@overload
|
|
6610
6634
|
def client(
|
|
6611
6635
|
self,
|
|
@@ -6720,6 +6744,25 @@ class Session:
|
|
|
6720
6744
|
Create client for Route53Domains service.
|
|
6721
6745
|
"""
|
|
6722
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
|
+
|
|
6723
6766
|
@overload
|
|
6724
6767
|
def client(
|
|
6725
6768
|
self,
|
|
@@ -6758,6 +6801,25 @@ class Session:
|
|
|
6758
6801
|
Create client for Route53Resolver service.
|
|
6759
6802
|
"""
|
|
6760
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
|
+
|
|
6761
6823
|
@overload
|
|
6762
6824
|
def client(
|
|
6763
6825
|
self,
|
|
@@ -7331,7 +7393,7 @@ class Session:
|
|
|
7331
7393
|
@overload
|
|
7332
7394
|
def client(
|
|
7333
7395
|
self,
|
|
7334
|
-
service_name: Literal["
|
|
7396
|
+
service_name: Literal["signin"],
|
|
7335
7397
|
region_name: str | None = ...,
|
|
7336
7398
|
api_version: str | None = ...,
|
|
7337
7399
|
use_ssl: bool | None = ...,
|
|
@@ -7342,15 +7404,15 @@ class Session:
|
|
|
7342
7404
|
aws_session_token: str | None = ...,
|
|
7343
7405
|
config: Config | None = ...,
|
|
7344
7406
|
aws_account_id: str | None = ...,
|
|
7345
|
-
) ->
|
|
7407
|
+
) -> SignInServiceClient:
|
|
7346
7408
|
"""
|
|
7347
|
-
Create client for
|
|
7409
|
+
Create client for SignInService service.
|
|
7348
7410
|
"""
|
|
7349
7411
|
|
|
7350
7412
|
@overload
|
|
7351
7413
|
def client(
|
|
7352
7414
|
self,
|
|
7353
|
-
service_name: Literal["
|
|
7415
|
+
service_name: Literal["simspaceweaver"],
|
|
7354
7416
|
region_name: str | None = ...,
|
|
7355
7417
|
api_version: str | None = ...,
|
|
7356
7418
|
use_ssl: bool | None = ...,
|
|
@@ -7361,9 +7423,9 @@ class Session:
|
|
|
7361
7423
|
aws_session_token: str | None = ...,
|
|
7362
7424
|
config: Config | None = ...,
|
|
7363
7425
|
aws_account_id: str | None = ...,
|
|
7364
|
-
) ->
|
|
7426
|
+
) -> SimSpaceWeaverClient:
|
|
7365
7427
|
"""
|
|
7366
|
-
Create client for
|
|
7428
|
+
Create client for SimSpaceWeaver service.
|
|
7367
7429
|
"""
|
|
7368
7430
|
|
|
7369
7431
|
@overload
|
|
@@ -8107,6 +8169,25 @@ class Session:
|
|
|
8107
8169
|
Create client for WellArchitected service.
|
|
8108
8170
|
"""
|
|
8109
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
|
+
|
|
8110
8191
|
@overload
|
|
8111
8192
|
def client(
|
|
8112
8193
|
self,
|
|
@@ -8392,25 +8473,6 @@ class Session:
|
|
|
8392
8473
|
Create ServiceResource for IAM service.
|
|
8393
8474
|
"""
|
|
8394
8475
|
|
|
8395
|
-
@overload
|
|
8396
|
-
def resource(
|
|
8397
|
-
self,
|
|
8398
|
-
service_name: Literal["opsworks"],
|
|
8399
|
-
region_name: str | None = ...,
|
|
8400
|
-
api_version: str | None = ...,
|
|
8401
|
-
use_ssl: bool | None = ...,
|
|
8402
|
-
verify: bool | str | None = ...,
|
|
8403
|
-
endpoint_url: str | None = ...,
|
|
8404
|
-
aws_access_key_id: str | None = ...,
|
|
8405
|
-
aws_secret_access_key: str | None = ...,
|
|
8406
|
-
aws_session_token: str | None = ...,
|
|
8407
|
-
config: Config | None = ...,
|
|
8408
|
-
aws_account_id: str | None = ...,
|
|
8409
|
-
) -> OpsWorksServiceResource:
|
|
8410
|
-
"""
|
|
8411
|
-
Create ServiceResource for OpsWorks service.
|
|
8412
|
-
"""
|
|
8413
|
-
|
|
8414
8476
|
@overload
|
|
8415
8477
|
def resource(
|
|
8416
8478
|
self,
|