types-boto3 1.40.60__py3-none-any.whl → 1.40.62__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 types-boto3 might be problematic. Click here for more details.
- boto3-stubs/__init__.pyi +0 -133
- boto3-stubs/session.pyi +0 -140
- {types_boto3-1.40.60.dist-info → types_boto3-1.40.62.dist-info}/METADATA +7 -48
- {types_boto3-1.40.60.dist-info → types_boto3-1.40.62.dist-info}/RECORD +7 -7
- {types_boto3-1.40.60.dist-info → types_boto3-1.40.62.dist-info}/WHEEL +0 -0
- {types_boto3-1.40.60.dist-info → types_boto3-1.40.62.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.40.60.dist-info → types_boto3-1.40.62.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -37,7 +37,6 @@ from types_boto3_appmesh.client import AppMeshClient
|
|
|
37
37
|
from types_boto3_apprunner.client import AppRunnerClient
|
|
38
38
|
from types_boto3_appstream.client import AppStreamClient
|
|
39
39
|
from types_boto3_appsync.client import AppSyncClient
|
|
40
|
-
from types_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
|
41
40
|
from types_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
42
41
|
from types_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
43
42
|
from types_boto3_artifact.client import ArtifactClient
|
|
@@ -217,7 +216,6 @@ from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
217
216
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
218
217
|
from types_boto3_iotevents.client import IoTEventsClient
|
|
219
218
|
from types_boto3_iotevents_data.client import IoTEventsDataClient
|
|
220
|
-
from types_boto3_iotfleethub.client import IoTFleetHubClient
|
|
221
219
|
from types_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
222
220
|
from types_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
223
221
|
from types_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -260,8 +258,6 @@ from types_boto3_lightsail.client import LightsailClient
|
|
|
260
258
|
from types_boto3_location.client import LocationServiceClient
|
|
261
259
|
from types_boto3_logs.client import CloudWatchLogsClient
|
|
262
260
|
from types_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
263
|
-
from types_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
264
|
-
from types_boto3_lookoutvision.client import LookoutforVisionClient
|
|
265
261
|
from types_boto3_m2.client import MainframeModernizationClient
|
|
266
262
|
from types_boto3_machinelearning.client import MachineLearningClient
|
|
267
263
|
from types_boto3_macie2.client import Macie2Client
|
|
@@ -336,8 +332,6 @@ from types_boto3_proton.client import ProtonClient
|
|
|
336
332
|
from types_boto3_qapps.client import QAppsClient
|
|
337
333
|
from types_boto3_qbusiness.client import QBusinessClient
|
|
338
334
|
from types_boto3_qconnect.client import QConnectClient
|
|
339
|
-
from types_boto3_qldb.client import QLDBClient
|
|
340
|
-
from types_boto3_qldb_session.client import QLDBSessionClient
|
|
341
335
|
from types_boto3_quicksight.client import QuickSightClient
|
|
342
336
|
from types_boto3_ram.client import RAMClient
|
|
343
337
|
from types_boto3_rbin.client import RecycleBinClient
|
|
@@ -352,7 +346,6 @@ from types_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
352
346
|
from types_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
353
347
|
from types_boto3_resource_groups.client import ResourceGroupsClient
|
|
354
348
|
from types_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
355
|
-
from types_boto3_robomaker.client import RoboMakerClient
|
|
356
349
|
from types_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
357
350
|
from types_boto3_route53.client import Route53Client
|
|
358
351
|
from types_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
@@ -922,24 +915,6 @@ def client(
|
|
|
922
915
|
Create client for AppSync service.
|
|
923
916
|
"""
|
|
924
917
|
|
|
925
|
-
@overload
|
|
926
|
-
def client(
|
|
927
|
-
service_name: Literal["apptest"],
|
|
928
|
-
region_name: str | None = ...,
|
|
929
|
-
api_version: str | None = ...,
|
|
930
|
-
use_ssl: bool | None = ...,
|
|
931
|
-
verify: bool | str | None = ...,
|
|
932
|
-
endpoint_url: str | None = ...,
|
|
933
|
-
aws_access_key_id: str | None = ...,
|
|
934
|
-
aws_secret_access_key: str | None = ...,
|
|
935
|
-
aws_session_token: str | None = ...,
|
|
936
|
-
config: Config | None = ...,
|
|
937
|
-
aws_account_id: str | None = ...,
|
|
938
|
-
) -> MainframeModernizationApplicationTestingClient:
|
|
939
|
-
"""
|
|
940
|
-
Create client for MainframeModernizationApplicationTesting service.
|
|
941
|
-
"""
|
|
942
|
-
|
|
943
918
|
@overload
|
|
944
919
|
def client(
|
|
945
920
|
service_name: Literal["arc-region-switch"],
|
|
@@ -3946,24 +3921,6 @@ def client(
|
|
|
3946
3921
|
Create client for IoTEventsData service.
|
|
3947
3922
|
"""
|
|
3948
3923
|
|
|
3949
|
-
@overload
|
|
3950
|
-
def client(
|
|
3951
|
-
service_name: Literal["iotfleethub"],
|
|
3952
|
-
region_name: str | None = ...,
|
|
3953
|
-
api_version: str | None = ...,
|
|
3954
|
-
use_ssl: bool | None = ...,
|
|
3955
|
-
verify: bool | str | None = ...,
|
|
3956
|
-
endpoint_url: str | None = ...,
|
|
3957
|
-
aws_access_key_id: str | None = ...,
|
|
3958
|
-
aws_secret_access_key: str | None = ...,
|
|
3959
|
-
aws_session_token: str | None = ...,
|
|
3960
|
-
config: Config | None = ...,
|
|
3961
|
-
aws_account_id: str | None = ...,
|
|
3962
|
-
) -> IoTFleetHubClient:
|
|
3963
|
-
"""
|
|
3964
|
-
Create client for IoTFleetHub service.
|
|
3965
|
-
"""
|
|
3966
|
-
|
|
3967
3924
|
@overload
|
|
3968
3925
|
def client(
|
|
3969
3926
|
service_name: Literal["iotfleetwise"],
|
|
@@ -4648,42 +4605,6 @@ def client(
|
|
|
4648
4605
|
Create client for LookoutEquipment service.
|
|
4649
4606
|
"""
|
|
4650
4607
|
|
|
4651
|
-
@overload
|
|
4652
|
-
def client(
|
|
4653
|
-
service_name: Literal["lookoutmetrics"],
|
|
4654
|
-
region_name: str | None = ...,
|
|
4655
|
-
api_version: str | None = ...,
|
|
4656
|
-
use_ssl: bool | None = ...,
|
|
4657
|
-
verify: bool | str | None = ...,
|
|
4658
|
-
endpoint_url: str | None = ...,
|
|
4659
|
-
aws_access_key_id: str | None = ...,
|
|
4660
|
-
aws_secret_access_key: str | None = ...,
|
|
4661
|
-
aws_session_token: str | None = ...,
|
|
4662
|
-
config: Config | None = ...,
|
|
4663
|
-
aws_account_id: str | None = ...,
|
|
4664
|
-
) -> LookoutMetricsClient:
|
|
4665
|
-
"""
|
|
4666
|
-
Create client for LookoutMetrics service.
|
|
4667
|
-
"""
|
|
4668
|
-
|
|
4669
|
-
@overload
|
|
4670
|
-
def client(
|
|
4671
|
-
service_name: Literal["lookoutvision"],
|
|
4672
|
-
region_name: str | None = ...,
|
|
4673
|
-
api_version: str | None = ...,
|
|
4674
|
-
use_ssl: bool | None = ...,
|
|
4675
|
-
verify: bool | str | None = ...,
|
|
4676
|
-
endpoint_url: str | None = ...,
|
|
4677
|
-
aws_access_key_id: str | None = ...,
|
|
4678
|
-
aws_secret_access_key: str | None = ...,
|
|
4679
|
-
aws_session_token: str | None = ...,
|
|
4680
|
-
config: Config | None = ...,
|
|
4681
|
-
aws_account_id: str | None = ...,
|
|
4682
|
-
) -> LookoutforVisionClient:
|
|
4683
|
-
"""
|
|
4684
|
-
Create client for LookoutforVision service.
|
|
4685
|
-
"""
|
|
4686
|
-
|
|
4687
4608
|
@overload
|
|
4688
4609
|
def client(
|
|
4689
4610
|
service_name: Literal["m2"],
|
|
@@ -6016,42 +5937,6 @@ def client(
|
|
|
6016
5937
|
Create client for QConnect service.
|
|
6017
5938
|
"""
|
|
6018
5939
|
|
|
6019
|
-
@overload
|
|
6020
|
-
def client(
|
|
6021
|
-
service_name: Literal["qldb"],
|
|
6022
|
-
region_name: str | None = ...,
|
|
6023
|
-
api_version: str | None = ...,
|
|
6024
|
-
use_ssl: bool | None = ...,
|
|
6025
|
-
verify: bool | str | None = ...,
|
|
6026
|
-
endpoint_url: str | None = ...,
|
|
6027
|
-
aws_access_key_id: str | None = ...,
|
|
6028
|
-
aws_secret_access_key: str | None = ...,
|
|
6029
|
-
aws_session_token: str | None = ...,
|
|
6030
|
-
config: Config | None = ...,
|
|
6031
|
-
aws_account_id: str | None = ...,
|
|
6032
|
-
) -> QLDBClient:
|
|
6033
|
-
"""
|
|
6034
|
-
Create client for QLDB service.
|
|
6035
|
-
"""
|
|
6036
|
-
|
|
6037
|
-
@overload
|
|
6038
|
-
def client(
|
|
6039
|
-
service_name: Literal["qldb-session"],
|
|
6040
|
-
region_name: str | None = ...,
|
|
6041
|
-
api_version: str | None = ...,
|
|
6042
|
-
use_ssl: bool | None = ...,
|
|
6043
|
-
verify: bool | str | None = ...,
|
|
6044
|
-
endpoint_url: str | None = ...,
|
|
6045
|
-
aws_access_key_id: str | None = ...,
|
|
6046
|
-
aws_secret_access_key: str | None = ...,
|
|
6047
|
-
aws_session_token: str | None = ...,
|
|
6048
|
-
config: Config | None = ...,
|
|
6049
|
-
aws_account_id: str | None = ...,
|
|
6050
|
-
) -> QLDBSessionClient:
|
|
6051
|
-
"""
|
|
6052
|
-
Create client for QLDBSession service.
|
|
6053
|
-
"""
|
|
6054
|
-
|
|
6055
5940
|
@overload
|
|
6056
5941
|
def client(
|
|
6057
5942
|
service_name: Literal["quicksight"],
|
|
@@ -6304,24 +6189,6 @@ def client(
|
|
|
6304
6189
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6305
6190
|
"""
|
|
6306
6191
|
|
|
6307
|
-
@overload
|
|
6308
|
-
def client(
|
|
6309
|
-
service_name: Literal["robomaker"],
|
|
6310
|
-
region_name: str | None = ...,
|
|
6311
|
-
api_version: str | None = ...,
|
|
6312
|
-
use_ssl: bool | None = ...,
|
|
6313
|
-
verify: bool | str | None = ...,
|
|
6314
|
-
endpoint_url: str | None = ...,
|
|
6315
|
-
aws_access_key_id: str | None = ...,
|
|
6316
|
-
aws_secret_access_key: str | None = ...,
|
|
6317
|
-
aws_session_token: str | None = ...,
|
|
6318
|
-
config: Config | None = ...,
|
|
6319
|
-
aws_account_id: str | None = ...,
|
|
6320
|
-
) -> RoboMakerClient:
|
|
6321
|
-
"""
|
|
6322
|
-
Create client for RoboMaker service.
|
|
6323
|
-
"""
|
|
6324
|
-
|
|
6325
6192
|
@overload
|
|
6326
6193
|
def client(
|
|
6327
6194
|
service_name: Literal["rolesanywhere"],
|
boto3-stubs/session.pyi
CHANGED
|
@@ -43,7 +43,6 @@ 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 types_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
|
47
46
|
from types_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
48
47
|
from types_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
49
48
|
from types_boto3_artifact.client import ArtifactClient
|
|
@@ -223,7 +222,6 @@ from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
223
222
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
224
223
|
from types_boto3_iotevents.client import IoTEventsClient
|
|
225
224
|
from types_boto3_iotevents_data.client import IoTEventsDataClient
|
|
226
|
-
from types_boto3_iotfleethub.client import IoTFleetHubClient
|
|
227
225
|
from types_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
228
226
|
from types_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
229
227
|
from types_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -266,8 +264,6 @@ from types_boto3_lightsail.client import LightsailClient
|
|
|
266
264
|
from types_boto3_location.client import LocationServiceClient
|
|
267
265
|
from types_boto3_logs.client import CloudWatchLogsClient
|
|
268
266
|
from types_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
269
|
-
from types_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
270
|
-
from types_boto3_lookoutvision.client import LookoutforVisionClient
|
|
271
267
|
from types_boto3_m2.client import MainframeModernizationClient
|
|
272
268
|
from types_boto3_machinelearning.client import MachineLearningClient
|
|
273
269
|
from types_boto3_macie2.client import Macie2Client
|
|
@@ -342,8 +338,6 @@ from types_boto3_proton.client import ProtonClient
|
|
|
342
338
|
from types_boto3_qapps.client import QAppsClient
|
|
343
339
|
from types_boto3_qbusiness.client import QBusinessClient
|
|
344
340
|
from types_boto3_qconnect.client import QConnectClient
|
|
345
|
-
from types_boto3_qldb.client import QLDBClient
|
|
346
|
-
from types_boto3_qldb_session.client import QLDBSessionClient
|
|
347
341
|
from types_boto3_quicksight.client import QuickSightClient
|
|
348
342
|
from types_boto3_ram.client import RAMClient
|
|
349
343
|
from types_boto3_rbin.client import RecycleBinClient
|
|
@@ -358,7 +352,6 @@ from types_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
358
352
|
from types_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
359
353
|
from types_boto3_resource_groups.client import ResourceGroupsClient
|
|
360
354
|
from types_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
361
|
-
from types_boto3_robomaker.client import RoboMakerClient
|
|
362
355
|
from types_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
363
356
|
from types_boto3_route53.client import Route53Client
|
|
364
357
|
from types_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
@@ -967,25 +960,6 @@ class Session:
|
|
|
967
960
|
Create client for AppSync service.
|
|
968
961
|
"""
|
|
969
962
|
|
|
970
|
-
@overload
|
|
971
|
-
def client(
|
|
972
|
-
self,
|
|
973
|
-
service_name: Literal["apptest"],
|
|
974
|
-
region_name: str | None = ...,
|
|
975
|
-
api_version: str | None = ...,
|
|
976
|
-
use_ssl: bool | None = ...,
|
|
977
|
-
verify: bool | str | None = ...,
|
|
978
|
-
endpoint_url: str | None = ...,
|
|
979
|
-
aws_access_key_id: str | None = ...,
|
|
980
|
-
aws_secret_access_key: str | None = ...,
|
|
981
|
-
aws_session_token: str | None = ...,
|
|
982
|
-
config: Config | None = ...,
|
|
983
|
-
aws_account_id: str | None = ...,
|
|
984
|
-
) -> MainframeModernizationApplicationTestingClient:
|
|
985
|
-
"""
|
|
986
|
-
Create client for MainframeModernizationApplicationTesting service.
|
|
987
|
-
"""
|
|
988
|
-
|
|
989
963
|
@overload
|
|
990
964
|
def client(
|
|
991
965
|
self,
|
|
@@ -4159,25 +4133,6 @@ class Session:
|
|
|
4159
4133
|
Create client for IoTEventsData service.
|
|
4160
4134
|
"""
|
|
4161
4135
|
|
|
4162
|
-
@overload
|
|
4163
|
-
def client(
|
|
4164
|
-
self,
|
|
4165
|
-
service_name: Literal["iotfleethub"],
|
|
4166
|
-
region_name: str | None = ...,
|
|
4167
|
-
api_version: str | None = ...,
|
|
4168
|
-
use_ssl: bool | None = ...,
|
|
4169
|
-
verify: bool | str | None = ...,
|
|
4170
|
-
endpoint_url: str | None = ...,
|
|
4171
|
-
aws_access_key_id: str | None = ...,
|
|
4172
|
-
aws_secret_access_key: str | None = ...,
|
|
4173
|
-
aws_session_token: str | None = ...,
|
|
4174
|
-
config: Config | None = ...,
|
|
4175
|
-
aws_account_id: str | None = ...,
|
|
4176
|
-
) -> IoTFleetHubClient:
|
|
4177
|
-
"""
|
|
4178
|
-
Create client for IoTFleetHub service.
|
|
4179
|
-
"""
|
|
4180
|
-
|
|
4181
4136
|
@overload
|
|
4182
4137
|
def client(
|
|
4183
4138
|
self,
|
|
@@ -4900,44 +4855,6 @@ class Session:
|
|
|
4900
4855
|
Create client for LookoutEquipment service.
|
|
4901
4856
|
"""
|
|
4902
4857
|
|
|
4903
|
-
@overload
|
|
4904
|
-
def client(
|
|
4905
|
-
self,
|
|
4906
|
-
service_name: Literal["lookoutmetrics"],
|
|
4907
|
-
region_name: str | None = ...,
|
|
4908
|
-
api_version: str | None = ...,
|
|
4909
|
-
use_ssl: bool | None = ...,
|
|
4910
|
-
verify: bool | str | None = ...,
|
|
4911
|
-
endpoint_url: str | None = ...,
|
|
4912
|
-
aws_access_key_id: str | None = ...,
|
|
4913
|
-
aws_secret_access_key: str | None = ...,
|
|
4914
|
-
aws_session_token: str | None = ...,
|
|
4915
|
-
config: Config | None = ...,
|
|
4916
|
-
aws_account_id: str | None = ...,
|
|
4917
|
-
) -> LookoutMetricsClient:
|
|
4918
|
-
"""
|
|
4919
|
-
Create client for LookoutMetrics service.
|
|
4920
|
-
"""
|
|
4921
|
-
|
|
4922
|
-
@overload
|
|
4923
|
-
def client(
|
|
4924
|
-
self,
|
|
4925
|
-
service_name: Literal["lookoutvision"],
|
|
4926
|
-
region_name: str | None = ...,
|
|
4927
|
-
api_version: str | None = ...,
|
|
4928
|
-
use_ssl: bool | None = ...,
|
|
4929
|
-
verify: bool | str | None = ...,
|
|
4930
|
-
endpoint_url: str | None = ...,
|
|
4931
|
-
aws_access_key_id: str | None = ...,
|
|
4932
|
-
aws_secret_access_key: str | None = ...,
|
|
4933
|
-
aws_session_token: str | None = ...,
|
|
4934
|
-
config: Config | None = ...,
|
|
4935
|
-
aws_account_id: str | None = ...,
|
|
4936
|
-
) -> LookoutforVisionClient:
|
|
4937
|
-
"""
|
|
4938
|
-
Create client for LookoutforVision service.
|
|
4939
|
-
"""
|
|
4940
|
-
|
|
4941
4858
|
@overload
|
|
4942
4859
|
def client(
|
|
4943
4860
|
self,
|
|
@@ -6344,44 +6261,6 @@ class Session:
|
|
|
6344
6261
|
Create client for QConnect service.
|
|
6345
6262
|
"""
|
|
6346
6263
|
|
|
6347
|
-
@overload
|
|
6348
|
-
def client(
|
|
6349
|
-
self,
|
|
6350
|
-
service_name: Literal["qldb"],
|
|
6351
|
-
region_name: str | None = ...,
|
|
6352
|
-
api_version: str | None = ...,
|
|
6353
|
-
use_ssl: bool | None = ...,
|
|
6354
|
-
verify: bool | str | None = ...,
|
|
6355
|
-
endpoint_url: str | None = ...,
|
|
6356
|
-
aws_access_key_id: str | None = ...,
|
|
6357
|
-
aws_secret_access_key: str | None = ...,
|
|
6358
|
-
aws_session_token: str | None = ...,
|
|
6359
|
-
config: Config | None = ...,
|
|
6360
|
-
aws_account_id: str | None = ...,
|
|
6361
|
-
) -> QLDBClient:
|
|
6362
|
-
"""
|
|
6363
|
-
Create client for QLDB service.
|
|
6364
|
-
"""
|
|
6365
|
-
|
|
6366
|
-
@overload
|
|
6367
|
-
def client(
|
|
6368
|
-
self,
|
|
6369
|
-
service_name: Literal["qldb-session"],
|
|
6370
|
-
region_name: str | None = ...,
|
|
6371
|
-
api_version: str | None = ...,
|
|
6372
|
-
use_ssl: bool | None = ...,
|
|
6373
|
-
verify: bool | str | None = ...,
|
|
6374
|
-
endpoint_url: str | None = ...,
|
|
6375
|
-
aws_access_key_id: str | None = ...,
|
|
6376
|
-
aws_secret_access_key: str | None = ...,
|
|
6377
|
-
aws_session_token: str | None = ...,
|
|
6378
|
-
config: Config | None = ...,
|
|
6379
|
-
aws_account_id: str | None = ...,
|
|
6380
|
-
) -> QLDBSessionClient:
|
|
6381
|
-
"""
|
|
6382
|
-
Create client for QLDBSession service.
|
|
6383
|
-
"""
|
|
6384
|
-
|
|
6385
6264
|
@overload
|
|
6386
6265
|
def client(
|
|
6387
6266
|
self,
|
|
@@ -6648,25 +6527,6 @@ class Session:
|
|
|
6648
6527
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6649
6528
|
"""
|
|
6650
6529
|
|
|
6651
|
-
@overload
|
|
6652
|
-
def client(
|
|
6653
|
-
self,
|
|
6654
|
-
service_name: Literal["robomaker"],
|
|
6655
|
-
region_name: str | None = ...,
|
|
6656
|
-
api_version: str | None = ...,
|
|
6657
|
-
use_ssl: bool | None = ...,
|
|
6658
|
-
verify: bool | str | None = ...,
|
|
6659
|
-
endpoint_url: str | None = ...,
|
|
6660
|
-
aws_access_key_id: str | None = ...,
|
|
6661
|
-
aws_secret_access_key: str | None = ...,
|
|
6662
|
-
aws_session_token: str | None = ...,
|
|
6663
|
-
config: Config | None = ...,
|
|
6664
|
-
aws_account_id: str | None = ...,
|
|
6665
|
-
) -> RoboMakerClient:
|
|
6666
|
-
"""
|
|
6667
|
-
Create client for RoboMaker service.
|
|
6668
|
-
"""
|
|
6669
|
-
|
|
6670
6530
|
@overload
|
|
6671
6531
|
def client(
|
|
6672
6532
|
self,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.62
|
|
4
|
+
Summary: Type annotations for boto3 1.40.62 generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
Provides-Extra: full
|
|
37
37
|
Requires-Dist: types-boto3-full<1.41.0,>=1.40.0; extra == "full"
|
|
38
38
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.40.
|
|
39
|
+
Requires-Dist: boto3==1.40.62; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -63,7 +63,6 @@ Requires-Dist: types-boto3-appmesh<1.41.0,>=1.40.0; extra == "all"
|
|
|
63
63
|
Requires-Dist: types-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
|
|
64
64
|
Requires-Dist: types-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
|
|
65
65
|
Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
|
|
66
|
-
Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
|
|
67
66
|
Requires-Dist: types-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
|
|
68
67
|
Requires-Dist: types-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
|
|
69
68
|
Requires-Dist: types-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -231,7 +230,6 @@ Requires-Dist: types-boto3-iotanalytics<1.41.0,>=1.40.0; extra == "all"
|
|
|
231
230
|
Requires-Dist: types-boto3-iotdeviceadvisor<1.41.0,>=1.40.0; extra == "all"
|
|
232
231
|
Requires-Dist: types-boto3-iotevents<1.41.0,>=1.40.0; extra == "all"
|
|
233
232
|
Requires-Dist: types-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "all"
|
|
234
|
-
Requires-Dist: types-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "all"
|
|
235
233
|
Requires-Dist: types-boto3-iotfleetwise<1.41.0,>=1.40.0; extra == "all"
|
|
236
234
|
Requires-Dist: types-boto3-iotsecuretunneling<1.41.0,>=1.40.0; extra == "all"
|
|
237
235
|
Requires-Dist: types-boto3-iotsitewise<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -270,8 +268,6 @@ Requires-Dist: types-boto3-lightsail<1.41.0,>=1.40.0; extra == "all"
|
|
|
270
268
|
Requires-Dist: types-boto3-location<1.41.0,>=1.40.0; extra == "all"
|
|
271
269
|
Requires-Dist: types-boto3-logs<1.41.0,>=1.40.0; extra == "all"
|
|
272
270
|
Requires-Dist: types-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "all"
|
|
273
|
-
Requires-Dist: types-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "all"
|
|
274
|
-
Requires-Dist: types-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "all"
|
|
275
271
|
Requires-Dist: types-boto3-m2<1.41.0,>=1.40.0; extra == "all"
|
|
276
272
|
Requires-Dist: types-boto3-machinelearning<1.41.0,>=1.40.0; extra == "all"
|
|
277
273
|
Requires-Dist: types-boto3-macie2<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -346,8 +342,6 @@ Requires-Dist: types-boto3-proton<1.41.0,>=1.40.0; extra == "all"
|
|
|
346
342
|
Requires-Dist: types-boto3-qapps<1.41.0,>=1.40.0; extra == "all"
|
|
347
343
|
Requires-Dist: types-boto3-qbusiness<1.41.0,>=1.40.0; extra == "all"
|
|
348
344
|
Requires-Dist: types-boto3-qconnect<1.41.0,>=1.40.0; extra == "all"
|
|
349
|
-
Requires-Dist: types-boto3-qldb<1.41.0,>=1.40.0; extra == "all"
|
|
350
|
-
Requires-Dist: types-boto3-qldb-session<1.41.0,>=1.40.0; extra == "all"
|
|
351
345
|
Requires-Dist: types-boto3-quicksight<1.41.0,>=1.40.0; extra == "all"
|
|
352
346
|
Requires-Dist: types-boto3-ram<1.41.0,>=1.40.0; extra == "all"
|
|
353
347
|
Requires-Dist: types-boto3-rbin<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -362,7 +356,6 @@ Requires-Dist: types-boto3-resiliencehub<1.41.0,>=1.40.0; extra == "all"
|
|
|
362
356
|
Requires-Dist: types-boto3-resource-explorer-2<1.41.0,>=1.40.0; extra == "all"
|
|
363
357
|
Requires-Dist: types-boto3-resource-groups<1.41.0,>=1.40.0; extra == "all"
|
|
364
358
|
Requires-Dist: types-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "all"
|
|
365
|
-
Requires-Dist: types-boto3-robomaker<1.41.0,>=1.40.0; extra == "all"
|
|
366
359
|
Requires-Dist: types-boto3-rolesanywhere<1.41.0,>=1.40.0; extra == "all"
|
|
367
360
|
Requires-Dist: types-boto3-route53<1.41.0,>=1.40.0; extra == "all"
|
|
368
361
|
Requires-Dist: types-boto3-route53-recovery-cluster<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -509,8 +502,6 @@ Provides-Extra: appstream
|
|
|
509
502
|
Requires-Dist: types-boto3-appstream<1.41.0,>=1.40.0; extra == "appstream"
|
|
510
503
|
Provides-Extra: appsync
|
|
511
504
|
Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
|
|
512
|
-
Provides-Extra: apptest
|
|
513
|
-
Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
|
|
514
505
|
Provides-Extra: arc-region-switch
|
|
515
506
|
Requires-Dist: types-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "arc-region-switch"
|
|
516
507
|
Provides-Extra: arc-zonal-shift
|
|
@@ -845,8 +836,6 @@ Provides-Extra: iotevents
|
|
|
845
836
|
Requires-Dist: types-boto3-iotevents<1.41.0,>=1.40.0; extra == "iotevents"
|
|
846
837
|
Provides-Extra: iotevents-data
|
|
847
838
|
Requires-Dist: types-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "iotevents-data"
|
|
848
|
-
Provides-Extra: iotfleethub
|
|
849
|
-
Requires-Dist: types-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "iotfleethub"
|
|
850
839
|
Provides-Extra: iotfleetwise
|
|
851
840
|
Requires-Dist: types-boto3-iotfleetwise<1.41.0,>=1.40.0; extra == "iotfleetwise"
|
|
852
841
|
Provides-Extra: iotsecuretunneling
|
|
@@ -923,10 +912,6 @@ Provides-Extra: logs
|
|
|
923
912
|
Requires-Dist: types-boto3-logs<1.41.0,>=1.40.0; extra == "logs"
|
|
924
913
|
Provides-Extra: lookoutequipment
|
|
925
914
|
Requires-Dist: types-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "lookoutequipment"
|
|
926
|
-
Provides-Extra: lookoutmetrics
|
|
927
|
-
Requires-Dist: types-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "lookoutmetrics"
|
|
928
|
-
Provides-Extra: lookoutvision
|
|
929
|
-
Requires-Dist: types-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "lookoutvision"
|
|
930
915
|
Provides-Extra: m2
|
|
931
916
|
Requires-Dist: types-boto3-m2<1.41.0,>=1.40.0; extra == "m2"
|
|
932
917
|
Provides-Extra: machinelearning
|
|
@@ -1075,10 +1060,6 @@ Provides-Extra: qbusiness
|
|
|
1075
1060
|
Requires-Dist: types-boto3-qbusiness<1.41.0,>=1.40.0; extra == "qbusiness"
|
|
1076
1061
|
Provides-Extra: qconnect
|
|
1077
1062
|
Requires-Dist: types-boto3-qconnect<1.41.0,>=1.40.0; extra == "qconnect"
|
|
1078
|
-
Provides-Extra: qldb
|
|
1079
|
-
Requires-Dist: types-boto3-qldb<1.41.0,>=1.40.0; extra == "qldb"
|
|
1080
|
-
Provides-Extra: qldb-session
|
|
1081
|
-
Requires-Dist: types-boto3-qldb-session<1.41.0,>=1.40.0; extra == "qldb-session"
|
|
1082
1063
|
Provides-Extra: quicksight
|
|
1083
1064
|
Requires-Dist: types-boto3-quicksight<1.41.0,>=1.40.0; extra == "quicksight"
|
|
1084
1065
|
Provides-Extra: ram
|
|
@@ -1107,8 +1088,6 @@ Provides-Extra: resource-groups
|
|
|
1107
1088
|
Requires-Dist: types-boto3-resource-groups<1.41.0,>=1.40.0; extra == "resource-groups"
|
|
1108
1089
|
Provides-Extra: resourcegroupstaggingapi
|
|
1109
1090
|
Requires-Dist: types-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "resourcegroupstaggingapi"
|
|
1110
|
-
Provides-Extra: robomaker
|
|
1111
|
-
Requires-Dist: types-boto3-robomaker<1.41.0,>=1.40.0; extra == "robomaker"
|
|
1112
1091
|
Provides-Extra: rolesanywhere
|
|
1113
1092
|
Requires-Dist: types-boto3-rolesanywhere<1.41.0,>=1.40.0; extra == "rolesanywhere"
|
|
1114
1093
|
Provides-Extra: route53
|
|
@@ -1311,7 +1290,7 @@ Dynamic: summary
|
|
|
1311
1290
|
|
|
1312
1291
|

|
|
1313
1292
|
|
|
1314
|
-
Type annotations for [boto3 1.40.
|
|
1293
|
+
Type annotations for [boto3 1.40.62](https://pypi.org/project/boto3/)
|
|
1315
1294
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1316
1295
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1317
1296
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1369,7 +1348,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1369
1348
|
isolation.
|
|
1370
1349
|
|
|
1371
1350
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1372
|
-
`uvx --with 'boto3==1.40.
|
|
1351
|
+
`uvx --with 'boto3==1.40.62' mypy-boto3-builder`
|
|
1373
1352
|
2. Select `boto3` AWS SDK.
|
|
1374
1353
|
3. Select services you use in the current project.
|
|
1375
1354
|
4. Use provided commands to install generated packages.
|
|
@@ -1697,9 +1676,9 @@ repository.
|
|
|
1697
1676
|
|
|
1698
1677
|
## Submodules
|
|
1699
1678
|
|
|
1700
|
-
- `types-boto3[full]` - Type annotations for all
|
|
1679
|
+
- `types-boto3[full]` - Type annotations for all 406 services in one package
|
|
1701
1680
|
(recommended).
|
|
1702
|
-
- `types-boto3[all]` - Type annotations for all
|
|
1681
|
+
- `types-boto3[all]` - Type annotations for all 406 services in separate
|
|
1703
1682
|
packages.
|
|
1704
1683
|
- `types-boto3[essential]` - Type annotations for
|
|
1705
1684
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -1784,9 +1763,6 @@ repository.
|
|
|
1784
1763
|
- `types-boto3[appsync]` - Type annotations for
|
|
1785
1764
|
[AppSync](https://youtype.github.io/types_boto3_docs/types_boto3_appsync/)
|
|
1786
1765
|
service.
|
|
1787
|
-
- `types-boto3[apptest]` - Type annotations for
|
|
1788
|
-
[MainframeModernizationApplicationTesting](https://youtype.github.io/types_boto3_docs/types_boto3_apptest/)
|
|
1789
|
-
service.
|
|
1790
1766
|
- `types-boto3[arc-region-switch]` - Type annotations for
|
|
1791
1767
|
[ARCRegionswitch](https://youtype.github.io/types_boto3_docs/types_boto3_arc_region_switch/)
|
|
1792
1768
|
service.
|
|
@@ -2270,9 +2246,6 @@ repository.
|
|
|
2270
2246
|
- `types-boto3[iotevents-data]` - Type annotations for
|
|
2271
2247
|
[IoTEventsData](https://youtype.github.io/types_boto3_docs/types_boto3_iotevents_data/)
|
|
2272
2248
|
service.
|
|
2273
|
-
- `types-boto3[iotfleethub]` - Type annotations for
|
|
2274
|
-
[IoTFleetHub](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleethub/)
|
|
2275
|
-
service.
|
|
2276
2249
|
- `types-boto3[iotfleetwise]` - Type annotations for
|
|
2277
2250
|
[IoTFleetWise](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleetwise/)
|
|
2278
2251
|
service.
|
|
@@ -2385,12 +2358,6 @@ repository.
|
|
|
2385
2358
|
- `types-boto3[lookoutequipment]` - Type annotations for
|
|
2386
2359
|
[LookoutEquipment](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutequipment/)
|
|
2387
2360
|
service.
|
|
2388
|
-
- `types-boto3[lookoutmetrics]` - Type annotations for
|
|
2389
|
-
[LookoutMetrics](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutmetrics/)
|
|
2390
|
-
service.
|
|
2391
|
-
- `types-boto3[lookoutvision]` - Type annotations for
|
|
2392
|
-
[LookoutforVision](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutvision/)
|
|
2393
|
-
service.
|
|
2394
2361
|
- `types-boto3[m2]` - Type annotations for
|
|
2395
2362
|
[MainframeModernization](https://youtype.github.io/types_boto3_docs/types_boto3_m2/)
|
|
2396
2363
|
service.
|
|
@@ -2608,11 +2575,6 @@ repository.
|
|
|
2608
2575
|
- `types-boto3[qconnect]` - Type annotations for
|
|
2609
2576
|
[QConnect](https://youtype.github.io/types_boto3_docs/types_boto3_qconnect/)
|
|
2610
2577
|
service.
|
|
2611
|
-
- `types-boto3[qldb]` - Type annotations for
|
|
2612
|
-
[QLDB](https://youtype.github.io/types_boto3_docs/types_boto3_qldb/) service.
|
|
2613
|
-
- `types-boto3[qldb-session]` - Type annotations for
|
|
2614
|
-
[QLDBSession](https://youtype.github.io/types_boto3_docs/types_boto3_qldb_session/)
|
|
2615
|
-
service.
|
|
2616
2578
|
- `types-boto3[quicksight]` - Type annotations for
|
|
2617
2579
|
[QuickSight](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/)
|
|
2618
2580
|
service.
|
|
@@ -2653,9 +2615,6 @@ repository.
|
|
|
2653
2615
|
- `types-boto3[resourcegroupstaggingapi]` - Type annotations for
|
|
2654
2616
|
[ResourceGroupsTaggingAPI](https://youtype.github.io/types_boto3_docs/types_boto3_resourcegroupstaggingapi/)
|
|
2655
2617
|
service.
|
|
2656
|
-
- `types-boto3[robomaker]` - Type annotations for
|
|
2657
|
-
[RoboMaker](https://youtype.github.io/types_boto3_docs/types_boto3_robomaker/)
|
|
2658
|
-
service.
|
|
2659
2618
|
- `types-boto3[rolesanywhere]` - Type annotations for
|
|
2660
2619
|
[IAMRolesAnywhere](https://youtype.github.io/types_boto3_docs/types_boto3_rolesanywhere/)
|
|
2661
2620
|
service.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
|
1
|
+
boto3-stubs/__init__.pyi,sha256=_h2-D7ChW0MOyL5QsCsXxyrmxRxyKZJ-1p1N6RHtzg0,246580
|
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
|
6
|
+
boto3-stubs/session.pyi,sha256=mwmJocxIsTPC95mTqcOX_twwtM8Bx0cuzmO_-iGhbvE,281717
|
|
7
7
|
boto3-stubs/utils.pyi,sha256=U1LwZdfy0BQyS0oa0lbVLsQxF2m8aJXVsdT9gzCHg4I,839
|
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=Sv47oO-2xz6jf2y3CZSJUw6S08P28bYVW_5WH6R5_ks,2569
|
|
41
|
-
types_boto3-1.40.
|
|
42
|
-
types_boto3-1.40.
|
|
43
|
-
types_boto3-1.40.
|
|
44
|
-
types_boto3-1.40.
|
|
45
|
-
types_boto3-1.40.
|
|
41
|
+
types_boto3-1.40.62.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3-1.40.62.dist-info/METADATA,sha256=gMMTQNvGsa7WAJ2NX5SGx3RmO2CGPGn28cxGi7Bzrgw,150949
|
|
43
|
+
types_boto3-1.40.62.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3-1.40.62.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3-1.40.62.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|