boto3-stubs 1.40.59__py3-none-any.whl → 1.40.61__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 +0 -133
- boto3-stubs/session.pyi +0 -140
- {boto3_stubs-1.40.59.dist-info → boto3_stubs-1.40.61.dist-info}/METADATA +7 -48
- {boto3_stubs-1.40.59.dist-info → boto3_stubs-1.40.61.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.59.dist-info → boto3_stubs-1.40.61.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.59.dist-info → boto3_stubs-1.40.61.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.59.dist-info → boto3_stubs-1.40.61.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -37,7 +37,6 @@ from mypy_boto3_appmesh.client import AppMeshClient
|
|
|
37
37
|
from mypy_boto3_apprunner.client import AppRunnerClient
|
|
38
38
|
from mypy_boto3_appstream.client import AppStreamClient
|
|
39
39
|
from mypy_boto3_appsync.client import AppSyncClient
|
|
40
|
-
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
|
41
40
|
from mypy_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
42
41
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
43
42
|
from mypy_boto3_artifact.client import ArtifactClient
|
|
@@ -215,7 +214,6 @@ from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
215
214
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
216
215
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
|
217
216
|
from mypy_boto3_iotevents_data.client import IoTEventsDataClient
|
|
218
|
-
from mypy_boto3_iotfleethub.client import IoTFleetHubClient
|
|
219
217
|
from mypy_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
220
218
|
from mypy_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
221
219
|
from mypy_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -258,8 +256,6 @@ from mypy_boto3_lightsail.client import LightsailClient
|
|
|
258
256
|
from mypy_boto3_location.client import LocationServiceClient
|
|
259
257
|
from mypy_boto3_logs.client import CloudWatchLogsClient
|
|
260
258
|
from mypy_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
261
|
-
from mypy_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
262
|
-
from mypy_boto3_lookoutvision.client import LookoutforVisionClient
|
|
263
259
|
from mypy_boto3_m2.client import MainframeModernizationClient
|
|
264
260
|
from mypy_boto3_machinelearning.client import MachineLearningClient
|
|
265
261
|
from mypy_boto3_macie2.client import Macie2Client
|
|
@@ -334,8 +330,6 @@ from mypy_boto3_proton.client import ProtonClient
|
|
|
334
330
|
from mypy_boto3_qapps.client import QAppsClient
|
|
335
331
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
|
336
332
|
from mypy_boto3_qconnect.client import QConnectClient
|
|
337
|
-
from mypy_boto3_qldb.client import QLDBClient
|
|
338
|
-
from mypy_boto3_qldb_session.client import QLDBSessionClient
|
|
339
333
|
from mypy_boto3_quicksight.client import QuickSightClient
|
|
340
334
|
from mypy_boto3_ram.client import RAMClient
|
|
341
335
|
from mypy_boto3_rbin.client import RecycleBinClient
|
|
@@ -350,7 +344,6 @@ from mypy_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
350
344
|
from mypy_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
351
345
|
from mypy_boto3_resource_groups.client import ResourceGroupsClient
|
|
352
346
|
from mypy_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
353
|
-
from mypy_boto3_robomaker.client import RoboMakerClient
|
|
354
347
|
from mypy_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
355
348
|
from mypy_boto3_route53.client import Route53Client
|
|
356
349
|
from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
@@ -920,24 +913,6 @@ def client(
|
|
|
920
913
|
Create client for AppSync service.
|
|
921
914
|
"""
|
|
922
915
|
|
|
923
|
-
@overload
|
|
924
|
-
def client(
|
|
925
|
-
service_name: Literal["apptest"],
|
|
926
|
-
region_name: str | None = ...,
|
|
927
|
-
api_version: str | None = ...,
|
|
928
|
-
use_ssl: bool | None = ...,
|
|
929
|
-
verify: bool | str | None = ...,
|
|
930
|
-
endpoint_url: str | None = ...,
|
|
931
|
-
aws_access_key_id: str | None = ...,
|
|
932
|
-
aws_secret_access_key: str | None = ...,
|
|
933
|
-
aws_session_token: str | None = ...,
|
|
934
|
-
config: Config | None = ...,
|
|
935
|
-
aws_account_id: str | None = ...,
|
|
936
|
-
) -> MainframeModernizationApplicationTestingClient:
|
|
937
|
-
"""
|
|
938
|
-
Create client for MainframeModernizationApplicationTesting service.
|
|
939
|
-
"""
|
|
940
|
-
|
|
941
916
|
@overload
|
|
942
917
|
def client(
|
|
943
918
|
service_name: Literal["arc-region-switch"],
|
|
@@ -3944,24 +3919,6 @@ def client(
|
|
|
3944
3919
|
Create client for IoTEventsData service.
|
|
3945
3920
|
"""
|
|
3946
3921
|
|
|
3947
|
-
@overload
|
|
3948
|
-
def client(
|
|
3949
|
-
service_name: Literal["iotfleethub"],
|
|
3950
|
-
region_name: str | None = ...,
|
|
3951
|
-
api_version: str | None = ...,
|
|
3952
|
-
use_ssl: bool | None = ...,
|
|
3953
|
-
verify: bool | str | None = ...,
|
|
3954
|
-
endpoint_url: str | None = ...,
|
|
3955
|
-
aws_access_key_id: str | None = ...,
|
|
3956
|
-
aws_secret_access_key: str | None = ...,
|
|
3957
|
-
aws_session_token: str | None = ...,
|
|
3958
|
-
config: Config | None = ...,
|
|
3959
|
-
aws_account_id: str | None = ...,
|
|
3960
|
-
) -> IoTFleetHubClient:
|
|
3961
|
-
"""
|
|
3962
|
-
Create client for IoTFleetHub service.
|
|
3963
|
-
"""
|
|
3964
|
-
|
|
3965
3922
|
@overload
|
|
3966
3923
|
def client(
|
|
3967
3924
|
service_name: Literal["iotfleetwise"],
|
|
@@ -4646,42 +4603,6 @@ def client(
|
|
|
4646
4603
|
Create client for LookoutEquipment service.
|
|
4647
4604
|
"""
|
|
4648
4605
|
|
|
4649
|
-
@overload
|
|
4650
|
-
def client(
|
|
4651
|
-
service_name: Literal["lookoutmetrics"],
|
|
4652
|
-
region_name: str | None = ...,
|
|
4653
|
-
api_version: str | None = ...,
|
|
4654
|
-
use_ssl: bool | None = ...,
|
|
4655
|
-
verify: bool | str | None = ...,
|
|
4656
|
-
endpoint_url: str | None = ...,
|
|
4657
|
-
aws_access_key_id: str | None = ...,
|
|
4658
|
-
aws_secret_access_key: str | None = ...,
|
|
4659
|
-
aws_session_token: str | None = ...,
|
|
4660
|
-
config: Config | None = ...,
|
|
4661
|
-
aws_account_id: str | None = ...,
|
|
4662
|
-
) -> LookoutMetricsClient:
|
|
4663
|
-
"""
|
|
4664
|
-
Create client for LookoutMetrics service.
|
|
4665
|
-
"""
|
|
4666
|
-
|
|
4667
|
-
@overload
|
|
4668
|
-
def client(
|
|
4669
|
-
service_name: Literal["lookoutvision"],
|
|
4670
|
-
region_name: str | None = ...,
|
|
4671
|
-
api_version: str | None = ...,
|
|
4672
|
-
use_ssl: bool | None = ...,
|
|
4673
|
-
verify: bool | str | None = ...,
|
|
4674
|
-
endpoint_url: str | None = ...,
|
|
4675
|
-
aws_access_key_id: str | None = ...,
|
|
4676
|
-
aws_secret_access_key: str | None = ...,
|
|
4677
|
-
aws_session_token: str | None = ...,
|
|
4678
|
-
config: Config | None = ...,
|
|
4679
|
-
aws_account_id: str | None = ...,
|
|
4680
|
-
) -> LookoutforVisionClient:
|
|
4681
|
-
"""
|
|
4682
|
-
Create client for LookoutforVision service.
|
|
4683
|
-
"""
|
|
4684
|
-
|
|
4685
4606
|
@overload
|
|
4686
4607
|
def client(
|
|
4687
4608
|
service_name: Literal["m2"],
|
|
@@ -6014,42 +5935,6 @@ def client(
|
|
|
6014
5935
|
Create client for QConnect service.
|
|
6015
5936
|
"""
|
|
6016
5937
|
|
|
6017
|
-
@overload
|
|
6018
|
-
def client(
|
|
6019
|
-
service_name: Literal["qldb"],
|
|
6020
|
-
region_name: str | None = ...,
|
|
6021
|
-
api_version: str | None = ...,
|
|
6022
|
-
use_ssl: bool | None = ...,
|
|
6023
|
-
verify: bool | str | None = ...,
|
|
6024
|
-
endpoint_url: str | None = ...,
|
|
6025
|
-
aws_access_key_id: str | None = ...,
|
|
6026
|
-
aws_secret_access_key: str | None = ...,
|
|
6027
|
-
aws_session_token: str | None = ...,
|
|
6028
|
-
config: Config | None = ...,
|
|
6029
|
-
aws_account_id: str | None = ...,
|
|
6030
|
-
) -> QLDBClient:
|
|
6031
|
-
"""
|
|
6032
|
-
Create client for QLDB service.
|
|
6033
|
-
"""
|
|
6034
|
-
|
|
6035
|
-
@overload
|
|
6036
|
-
def client(
|
|
6037
|
-
service_name: Literal["qldb-session"],
|
|
6038
|
-
region_name: str | None = ...,
|
|
6039
|
-
api_version: str | None = ...,
|
|
6040
|
-
use_ssl: bool | None = ...,
|
|
6041
|
-
verify: bool | str | None = ...,
|
|
6042
|
-
endpoint_url: str | None = ...,
|
|
6043
|
-
aws_access_key_id: str | None = ...,
|
|
6044
|
-
aws_secret_access_key: str | None = ...,
|
|
6045
|
-
aws_session_token: str | None = ...,
|
|
6046
|
-
config: Config | None = ...,
|
|
6047
|
-
aws_account_id: str | None = ...,
|
|
6048
|
-
) -> QLDBSessionClient:
|
|
6049
|
-
"""
|
|
6050
|
-
Create client for QLDBSession service.
|
|
6051
|
-
"""
|
|
6052
|
-
|
|
6053
5938
|
@overload
|
|
6054
5939
|
def client(
|
|
6055
5940
|
service_name: Literal["quicksight"],
|
|
@@ -6302,24 +6187,6 @@ def client(
|
|
|
6302
6187
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6303
6188
|
"""
|
|
6304
6189
|
|
|
6305
|
-
@overload
|
|
6306
|
-
def client(
|
|
6307
|
-
service_name: Literal["robomaker"],
|
|
6308
|
-
region_name: str | None = ...,
|
|
6309
|
-
api_version: str | None = ...,
|
|
6310
|
-
use_ssl: bool | None = ...,
|
|
6311
|
-
verify: bool | str | None = ...,
|
|
6312
|
-
endpoint_url: str | None = ...,
|
|
6313
|
-
aws_access_key_id: str | None = ...,
|
|
6314
|
-
aws_secret_access_key: str | None = ...,
|
|
6315
|
-
aws_session_token: str | None = ...,
|
|
6316
|
-
config: Config | None = ...,
|
|
6317
|
-
aws_account_id: str | None = ...,
|
|
6318
|
-
) -> RoboMakerClient:
|
|
6319
|
-
"""
|
|
6320
|
-
Create client for RoboMaker service.
|
|
6321
|
-
"""
|
|
6322
|
-
|
|
6323
6190
|
@overload
|
|
6324
6191
|
def client(
|
|
6325
6192
|
service_name: Literal["rolesanywhere"],
|
boto3-stubs/session.pyi
CHANGED
|
@@ -43,7 +43,6 @@ from mypy_boto3_appmesh.client import AppMeshClient
|
|
|
43
43
|
from mypy_boto3_apprunner.client import AppRunnerClient
|
|
44
44
|
from mypy_boto3_appstream.client import AppStreamClient
|
|
45
45
|
from mypy_boto3_appsync.client import AppSyncClient
|
|
46
|
-
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
|
47
46
|
from mypy_boto3_arc_region_switch.client import ARCRegionswitchClient
|
|
48
47
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
|
49
48
|
from mypy_boto3_artifact.client import ArtifactClient
|
|
@@ -221,7 +220,6 @@ from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
|
|
221
220
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
|
222
221
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
|
223
222
|
from mypy_boto3_iotevents_data.client import IoTEventsDataClient
|
|
224
|
-
from mypy_boto3_iotfleethub.client import IoTFleetHubClient
|
|
225
223
|
from mypy_boto3_iotfleetwise.client import IoTFleetWiseClient
|
|
226
224
|
from mypy_boto3_iotsecuretunneling.client import IoTSecureTunnelingClient
|
|
227
225
|
from mypy_boto3_iotsitewise.client import IoTSiteWiseClient
|
|
@@ -264,8 +262,6 @@ from mypy_boto3_lightsail.client import LightsailClient
|
|
|
264
262
|
from mypy_boto3_location.client import LocationServiceClient
|
|
265
263
|
from mypy_boto3_logs.client import CloudWatchLogsClient
|
|
266
264
|
from mypy_boto3_lookoutequipment.client import LookoutEquipmentClient
|
|
267
|
-
from mypy_boto3_lookoutmetrics.client import LookoutMetricsClient
|
|
268
|
-
from mypy_boto3_lookoutvision.client import LookoutforVisionClient
|
|
269
265
|
from mypy_boto3_m2.client import MainframeModernizationClient
|
|
270
266
|
from mypy_boto3_machinelearning.client import MachineLearningClient
|
|
271
267
|
from mypy_boto3_macie2.client import Macie2Client
|
|
@@ -340,8 +336,6 @@ from mypy_boto3_proton.client import ProtonClient
|
|
|
340
336
|
from mypy_boto3_qapps.client import QAppsClient
|
|
341
337
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
|
342
338
|
from mypy_boto3_qconnect.client import QConnectClient
|
|
343
|
-
from mypy_boto3_qldb.client import QLDBClient
|
|
344
|
-
from mypy_boto3_qldb_session.client import QLDBSessionClient
|
|
345
339
|
from mypy_boto3_quicksight.client import QuickSightClient
|
|
346
340
|
from mypy_boto3_ram.client import RAMClient
|
|
347
341
|
from mypy_boto3_rbin.client import RecycleBinClient
|
|
@@ -356,7 +350,6 @@ from mypy_boto3_resiliencehub.client import ResilienceHubClient
|
|
|
356
350
|
from mypy_boto3_resource_explorer_2.client import ResourceExplorerClient
|
|
357
351
|
from mypy_boto3_resource_groups.client import ResourceGroupsClient
|
|
358
352
|
from mypy_boto3_resourcegroupstaggingapi.client import ResourceGroupsTaggingAPIClient
|
|
359
|
-
from mypy_boto3_robomaker.client import RoboMakerClient
|
|
360
353
|
from mypy_boto3_rolesanywhere.client import IAMRolesAnywhereClient
|
|
361
354
|
from mypy_boto3_route53.client import Route53Client
|
|
362
355
|
from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterClient
|
|
@@ -965,25 +958,6 @@ class Session:
|
|
|
965
958
|
Create client for AppSync service.
|
|
966
959
|
"""
|
|
967
960
|
|
|
968
|
-
@overload
|
|
969
|
-
def client(
|
|
970
|
-
self,
|
|
971
|
-
service_name: Literal["apptest"],
|
|
972
|
-
region_name: str | None = ...,
|
|
973
|
-
api_version: str | None = ...,
|
|
974
|
-
use_ssl: bool | None = ...,
|
|
975
|
-
verify: bool | str | None = ...,
|
|
976
|
-
endpoint_url: str | None = ...,
|
|
977
|
-
aws_access_key_id: str | None = ...,
|
|
978
|
-
aws_secret_access_key: str | None = ...,
|
|
979
|
-
aws_session_token: str | None = ...,
|
|
980
|
-
config: Config | None = ...,
|
|
981
|
-
aws_account_id: str | None = ...,
|
|
982
|
-
) -> MainframeModernizationApplicationTestingClient:
|
|
983
|
-
"""
|
|
984
|
-
Create client for MainframeModernizationApplicationTesting service.
|
|
985
|
-
"""
|
|
986
|
-
|
|
987
961
|
@overload
|
|
988
962
|
def client(
|
|
989
963
|
self,
|
|
@@ -4157,25 +4131,6 @@ class Session:
|
|
|
4157
4131
|
Create client for IoTEventsData service.
|
|
4158
4132
|
"""
|
|
4159
4133
|
|
|
4160
|
-
@overload
|
|
4161
|
-
def client(
|
|
4162
|
-
self,
|
|
4163
|
-
service_name: Literal["iotfleethub"],
|
|
4164
|
-
region_name: str | None = ...,
|
|
4165
|
-
api_version: str | None = ...,
|
|
4166
|
-
use_ssl: bool | None = ...,
|
|
4167
|
-
verify: bool | str | None = ...,
|
|
4168
|
-
endpoint_url: str | None = ...,
|
|
4169
|
-
aws_access_key_id: str | None = ...,
|
|
4170
|
-
aws_secret_access_key: str | None = ...,
|
|
4171
|
-
aws_session_token: str | None = ...,
|
|
4172
|
-
config: Config | None = ...,
|
|
4173
|
-
aws_account_id: str | None = ...,
|
|
4174
|
-
) -> IoTFleetHubClient:
|
|
4175
|
-
"""
|
|
4176
|
-
Create client for IoTFleetHub service.
|
|
4177
|
-
"""
|
|
4178
|
-
|
|
4179
4134
|
@overload
|
|
4180
4135
|
def client(
|
|
4181
4136
|
self,
|
|
@@ -4898,44 +4853,6 @@ class Session:
|
|
|
4898
4853
|
Create client for LookoutEquipment service.
|
|
4899
4854
|
"""
|
|
4900
4855
|
|
|
4901
|
-
@overload
|
|
4902
|
-
def client(
|
|
4903
|
-
self,
|
|
4904
|
-
service_name: Literal["lookoutmetrics"],
|
|
4905
|
-
region_name: str | None = ...,
|
|
4906
|
-
api_version: str | None = ...,
|
|
4907
|
-
use_ssl: bool | None = ...,
|
|
4908
|
-
verify: bool | str | None = ...,
|
|
4909
|
-
endpoint_url: str | None = ...,
|
|
4910
|
-
aws_access_key_id: str | None = ...,
|
|
4911
|
-
aws_secret_access_key: str | None = ...,
|
|
4912
|
-
aws_session_token: str | None = ...,
|
|
4913
|
-
config: Config | None = ...,
|
|
4914
|
-
aws_account_id: str | None = ...,
|
|
4915
|
-
) -> LookoutMetricsClient:
|
|
4916
|
-
"""
|
|
4917
|
-
Create client for LookoutMetrics service.
|
|
4918
|
-
"""
|
|
4919
|
-
|
|
4920
|
-
@overload
|
|
4921
|
-
def client(
|
|
4922
|
-
self,
|
|
4923
|
-
service_name: Literal["lookoutvision"],
|
|
4924
|
-
region_name: str | None = ...,
|
|
4925
|
-
api_version: str | None = ...,
|
|
4926
|
-
use_ssl: bool | None = ...,
|
|
4927
|
-
verify: bool | str | None = ...,
|
|
4928
|
-
endpoint_url: str | None = ...,
|
|
4929
|
-
aws_access_key_id: str | None = ...,
|
|
4930
|
-
aws_secret_access_key: str | None = ...,
|
|
4931
|
-
aws_session_token: str | None = ...,
|
|
4932
|
-
config: Config | None = ...,
|
|
4933
|
-
aws_account_id: str | None = ...,
|
|
4934
|
-
) -> LookoutforVisionClient:
|
|
4935
|
-
"""
|
|
4936
|
-
Create client for LookoutforVision service.
|
|
4937
|
-
"""
|
|
4938
|
-
|
|
4939
4856
|
@overload
|
|
4940
4857
|
def client(
|
|
4941
4858
|
self,
|
|
@@ -6342,44 +6259,6 @@ class Session:
|
|
|
6342
6259
|
Create client for QConnect service.
|
|
6343
6260
|
"""
|
|
6344
6261
|
|
|
6345
|
-
@overload
|
|
6346
|
-
def client(
|
|
6347
|
-
self,
|
|
6348
|
-
service_name: Literal["qldb"],
|
|
6349
|
-
region_name: str | None = ...,
|
|
6350
|
-
api_version: str | None = ...,
|
|
6351
|
-
use_ssl: bool | None = ...,
|
|
6352
|
-
verify: bool | str | None = ...,
|
|
6353
|
-
endpoint_url: str | None = ...,
|
|
6354
|
-
aws_access_key_id: str | None = ...,
|
|
6355
|
-
aws_secret_access_key: str | None = ...,
|
|
6356
|
-
aws_session_token: str | None = ...,
|
|
6357
|
-
config: Config | None = ...,
|
|
6358
|
-
aws_account_id: str | None = ...,
|
|
6359
|
-
) -> QLDBClient:
|
|
6360
|
-
"""
|
|
6361
|
-
Create client for QLDB service.
|
|
6362
|
-
"""
|
|
6363
|
-
|
|
6364
|
-
@overload
|
|
6365
|
-
def client(
|
|
6366
|
-
self,
|
|
6367
|
-
service_name: Literal["qldb-session"],
|
|
6368
|
-
region_name: str | None = ...,
|
|
6369
|
-
api_version: str | None = ...,
|
|
6370
|
-
use_ssl: bool | None = ...,
|
|
6371
|
-
verify: bool | str | None = ...,
|
|
6372
|
-
endpoint_url: str | None = ...,
|
|
6373
|
-
aws_access_key_id: str | None = ...,
|
|
6374
|
-
aws_secret_access_key: str | None = ...,
|
|
6375
|
-
aws_session_token: str | None = ...,
|
|
6376
|
-
config: Config | None = ...,
|
|
6377
|
-
aws_account_id: str | None = ...,
|
|
6378
|
-
) -> QLDBSessionClient:
|
|
6379
|
-
"""
|
|
6380
|
-
Create client for QLDBSession service.
|
|
6381
|
-
"""
|
|
6382
|
-
|
|
6383
6262
|
@overload
|
|
6384
6263
|
def client(
|
|
6385
6264
|
self,
|
|
@@ -6646,25 +6525,6 @@ class Session:
|
|
|
6646
6525
|
Create client for ResourceGroupsTaggingAPI service.
|
|
6647
6526
|
"""
|
|
6648
6527
|
|
|
6649
|
-
@overload
|
|
6650
|
-
def client(
|
|
6651
|
-
self,
|
|
6652
|
-
service_name: Literal["robomaker"],
|
|
6653
|
-
region_name: str | None = ...,
|
|
6654
|
-
api_version: str | None = ...,
|
|
6655
|
-
use_ssl: bool | None = ...,
|
|
6656
|
-
verify: bool | str | None = ...,
|
|
6657
|
-
endpoint_url: str | None = ...,
|
|
6658
|
-
aws_access_key_id: str | None = ...,
|
|
6659
|
-
aws_secret_access_key: str | None = ...,
|
|
6660
|
-
aws_session_token: str | None = ...,
|
|
6661
|
-
config: Config | None = ...,
|
|
6662
|
-
aws_account_id: str | None = ...,
|
|
6663
|
-
) -> RoboMakerClient:
|
|
6664
|
-
"""
|
|
6665
|
-
Create client for RoboMaker service.
|
|
6666
|
-
"""
|
|
6667
|
-
|
|
6668
6528
|
@overload
|
|
6669
6529
|
def client(
|
|
6670
6530
|
self,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boto3-stubs
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.61
|
|
4
|
+
Summary: Type annotations for boto3 1.40.61 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: boto3-stubs-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.61; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -63,7 +63,6 @@ Requires-Dist: mypy-boto3-appmesh<1.41.0,>=1.40.0; extra == "all"
|
|
|
63
63
|
Requires-Dist: mypy-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
|
|
64
64
|
Requires-Dist: mypy-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
|
|
65
65
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
|
|
66
|
-
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
|
|
67
66
|
Requires-Dist: mypy-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
|
|
68
67
|
Requires-Dist: mypy-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
|
|
69
68
|
Requires-Dist: mypy-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -231,7 +230,6 @@ Requires-Dist: mypy-boto3-iotanalytics<1.41.0,>=1.40.0; extra == "all"
|
|
|
231
230
|
Requires-Dist: mypy-boto3-iotdeviceadvisor<1.41.0,>=1.40.0; extra == "all"
|
|
232
231
|
Requires-Dist: mypy-boto3-iotevents<1.41.0,>=1.40.0; extra == "all"
|
|
233
232
|
Requires-Dist: mypy-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "all"
|
|
234
|
-
Requires-Dist: mypy-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "all"
|
|
235
233
|
Requires-Dist: mypy-boto3-iotfleetwise<1.41.0,>=1.40.0; extra == "all"
|
|
236
234
|
Requires-Dist: mypy-boto3-iotsecuretunneling<1.41.0,>=1.40.0; extra == "all"
|
|
237
235
|
Requires-Dist: mypy-boto3-iotsitewise<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -270,8 +268,6 @@ Requires-Dist: mypy-boto3-lightsail<1.41.0,>=1.40.0; extra == "all"
|
|
|
270
268
|
Requires-Dist: mypy-boto3-location<1.41.0,>=1.40.0; extra == "all"
|
|
271
269
|
Requires-Dist: mypy-boto3-logs<1.41.0,>=1.40.0; extra == "all"
|
|
272
270
|
Requires-Dist: mypy-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "all"
|
|
273
|
-
Requires-Dist: mypy-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "all"
|
|
274
|
-
Requires-Dist: mypy-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "all"
|
|
275
271
|
Requires-Dist: mypy-boto3-m2<1.41.0,>=1.40.0; extra == "all"
|
|
276
272
|
Requires-Dist: mypy-boto3-machinelearning<1.41.0,>=1.40.0; extra == "all"
|
|
277
273
|
Requires-Dist: mypy-boto3-macie2<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -346,8 +342,6 @@ Requires-Dist: mypy-boto3-proton<1.41.0,>=1.40.0; extra == "all"
|
|
|
346
342
|
Requires-Dist: mypy-boto3-qapps<1.41.0,>=1.40.0; extra == "all"
|
|
347
343
|
Requires-Dist: mypy-boto3-qbusiness<1.41.0,>=1.40.0; extra == "all"
|
|
348
344
|
Requires-Dist: mypy-boto3-qconnect<1.41.0,>=1.40.0; extra == "all"
|
|
349
|
-
Requires-Dist: mypy-boto3-qldb<1.41.0,>=1.40.0; extra == "all"
|
|
350
|
-
Requires-Dist: mypy-boto3-qldb-session<1.41.0,>=1.40.0; extra == "all"
|
|
351
345
|
Requires-Dist: mypy-boto3-quicksight<1.41.0,>=1.40.0; extra == "all"
|
|
352
346
|
Requires-Dist: mypy-boto3-ram<1.41.0,>=1.40.0; extra == "all"
|
|
353
347
|
Requires-Dist: mypy-boto3-rbin<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -362,7 +356,6 @@ Requires-Dist: mypy-boto3-resiliencehub<1.41.0,>=1.40.0; extra == "all"
|
|
|
362
356
|
Requires-Dist: mypy-boto3-resource-explorer-2<1.41.0,>=1.40.0; extra == "all"
|
|
363
357
|
Requires-Dist: mypy-boto3-resource-groups<1.41.0,>=1.40.0; extra == "all"
|
|
364
358
|
Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "all"
|
|
365
|
-
Requires-Dist: mypy-boto3-robomaker<1.41.0,>=1.40.0; extra == "all"
|
|
366
359
|
Requires-Dist: mypy-boto3-rolesanywhere<1.41.0,>=1.40.0; extra == "all"
|
|
367
360
|
Requires-Dist: mypy-boto3-route53<1.41.0,>=1.40.0; extra == "all"
|
|
368
361
|
Requires-Dist: mypy-boto3-route53-recovery-cluster<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -509,8 +502,6 @@ Provides-Extra: appstream
|
|
|
509
502
|
Requires-Dist: mypy-boto3-appstream<1.41.0,>=1.40.0; extra == "appstream"
|
|
510
503
|
Provides-Extra: appsync
|
|
511
504
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
|
|
512
|
-
Provides-Extra: apptest
|
|
513
|
-
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
|
|
514
505
|
Provides-Extra: arc-region-switch
|
|
515
506
|
Requires-Dist: mypy-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: mypy-boto3-iotevents<1.41.0,>=1.40.0; extra == "iotevents"
|
|
846
837
|
Provides-Extra: iotevents-data
|
|
847
838
|
Requires-Dist: mypy-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "iotevents-data"
|
|
848
|
-
Provides-Extra: iotfleethub
|
|
849
|
-
Requires-Dist: mypy-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "iotfleethub"
|
|
850
839
|
Provides-Extra: iotfleetwise
|
|
851
840
|
Requires-Dist: mypy-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: mypy-boto3-logs<1.41.0,>=1.40.0; extra == "logs"
|
|
924
913
|
Provides-Extra: lookoutequipment
|
|
925
914
|
Requires-Dist: mypy-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "lookoutequipment"
|
|
926
|
-
Provides-Extra: lookoutmetrics
|
|
927
|
-
Requires-Dist: mypy-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "lookoutmetrics"
|
|
928
|
-
Provides-Extra: lookoutvision
|
|
929
|
-
Requires-Dist: mypy-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "lookoutvision"
|
|
930
915
|
Provides-Extra: m2
|
|
931
916
|
Requires-Dist: mypy-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: mypy-boto3-qbusiness<1.41.0,>=1.40.0; extra == "qbusiness"
|
|
1076
1061
|
Provides-Extra: qconnect
|
|
1077
1062
|
Requires-Dist: mypy-boto3-qconnect<1.41.0,>=1.40.0; extra == "qconnect"
|
|
1078
|
-
Provides-Extra: qldb
|
|
1079
|
-
Requires-Dist: mypy-boto3-qldb<1.41.0,>=1.40.0; extra == "qldb"
|
|
1080
|
-
Provides-Extra: qldb-session
|
|
1081
|
-
Requires-Dist: mypy-boto3-qldb-session<1.41.0,>=1.40.0; extra == "qldb-session"
|
|
1082
1063
|
Provides-Extra: quicksight
|
|
1083
1064
|
Requires-Dist: mypy-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: mypy-boto3-resource-groups<1.41.0,>=1.40.0; extra == "resource-groups"
|
|
1108
1089
|
Provides-Extra: resourcegroupstaggingapi
|
|
1109
1090
|
Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "resourcegroupstaggingapi"
|
|
1110
|
-
Provides-Extra: robomaker
|
|
1111
|
-
Requires-Dist: mypy-boto3-robomaker<1.41.0,>=1.40.0; extra == "robomaker"
|
|
1112
1091
|
Provides-Extra: rolesanywhere
|
|
1113
1092
|
Requires-Dist: mypy-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.61](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/),
|
|
@@ -1370,7 +1349,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1370
1349
|
isolation.
|
|
1371
1350
|
|
|
1372
1351
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1373
|
-
`uvx --with 'boto3==1.40.
|
|
1352
|
+
`uvx --with 'boto3==1.40.61' mypy-boto3-builder`
|
|
1374
1353
|
2. Select `boto3-stubs` AWS SDK.
|
|
1375
1354
|
3. Select services you use in the current project.
|
|
1376
1355
|
4. Use provided commands to install generated packages.
|
|
@@ -1722,9 +1701,9 @@ repository.
|
|
|
1722
1701
|
|
|
1723
1702
|
## Submodules
|
|
1724
1703
|
|
|
1725
|
-
- `boto3-stubs[full]` - Type annotations for all
|
|
1704
|
+
- `boto3-stubs[full]` - Type annotations for all 406 services in one package
|
|
1726
1705
|
(recommended).
|
|
1727
|
-
- `boto3-stubs[all]` - Type annotations for all
|
|
1706
|
+
- `boto3-stubs[all]` - Type annotations for all 406 services in separate
|
|
1728
1707
|
packages.
|
|
1729
1708
|
- `boto3-stubs[essential]` - Type annotations for
|
|
1730
1709
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
|
@@ -1809,9 +1788,6 @@ repository.
|
|
|
1809
1788
|
- `boto3-stubs[appsync]` - Type annotations for
|
|
1810
1789
|
[AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
|
|
1811
1790
|
service.
|
|
1812
|
-
- `boto3-stubs[apptest]` - Type annotations for
|
|
1813
|
-
[MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
|
|
1814
|
-
service.
|
|
1815
1791
|
- `boto3-stubs[arc-region-switch]` - Type annotations for
|
|
1816
1792
|
[ARCRegionswitch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_region_switch/)
|
|
1817
1793
|
service.
|
|
@@ -2295,9 +2271,6 @@ repository.
|
|
|
2295
2271
|
- `boto3-stubs[iotevents-data]` - Type annotations for
|
|
2296
2272
|
[IoTEventsData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents_data/)
|
|
2297
2273
|
service.
|
|
2298
|
-
- `boto3-stubs[iotfleethub]` - Type annotations for
|
|
2299
|
-
[IoTFleetHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleethub/)
|
|
2300
|
-
service.
|
|
2301
2274
|
- `boto3-stubs[iotfleetwise]` - Type annotations for
|
|
2302
2275
|
[IoTFleetWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleetwise/)
|
|
2303
2276
|
service.
|
|
@@ -2410,12 +2383,6 @@ repository.
|
|
|
2410
2383
|
- `boto3-stubs[lookoutequipment]` - Type annotations for
|
|
2411
2384
|
[LookoutEquipment](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutequipment/)
|
|
2412
2385
|
service.
|
|
2413
|
-
- `boto3-stubs[lookoutmetrics]` - Type annotations for
|
|
2414
|
-
[LookoutMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutmetrics/)
|
|
2415
|
-
service.
|
|
2416
|
-
- `boto3-stubs[lookoutvision]` - Type annotations for
|
|
2417
|
-
[LookoutforVision](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutvision/)
|
|
2418
|
-
service.
|
|
2419
2386
|
- `boto3-stubs[m2]` - Type annotations for
|
|
2420
2387
|
[MainframeModernization](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_m2/)
|
|
2421
2388
|
service.
|
|
@@ -2633,11 +2600,6 @@ repository.
|
|
|
2633
2600
|
- `boto3-stubs[qconnect]` - Type annotations for
|
|
2634
2601
|
[QConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qconnect/)
|
|
2635
2602
|
service.
|
|
2636
|
-
- `boto3-stubs[qldb]` - Type annotations for
|
|
2637
|
-
[QLDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb/) service.
|
|
2638
|
-
- `boto3-stubs[qldb-session]` - Type annotations for
|
|
2639
|
-
[QLDBSession](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb_session/)
|
|
2640
|
-
service.
|
|
2641
2603
|
- `boto3-stubs[quicksight]` - Type annotations for
|
|
2642
2604
|
[QuickSight](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_quicksight/)
|
|
2643
2605
|
service.
|
|
@@ -2678,9 +2640,6 @@ repository.
|
|
|
2678
2640
|
- `boto3-stubs[resourcegroupstaggingapi]` - Type annotations for
|
|
2679
2641
|
[ResourceGroupsTaggingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/)
|
|
2680
2642
|
service.
|
|
2681
|
-
- `boto3-stubs[robomaker]` - Type annotations for
|
|
2682
|
-
[RoboMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_robomaker/)
|
|
2683
|
-
service.
|
|
2684
2643
|
- `boto3-stubs[rolesanywhere]` - Type annotations for
|
|
2685
2644
|
[IAMRolesAnywhere](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rolesanywhere/)
|
|
2686
2645
|
service.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
|
1
|
+
boto3-stubs/__init__.pyi,sha256=h2LNpAK3TRjvD3leyWtKJnoDk3dpHVTJMuEQ8RK0B20,246156
|
|
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=9tMqZznGP5eM5w-w8QJv6dvd4QugyrIcI53Vfy6b2HQ,281293
|
|
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
|
-
boto3_stubs-1.40.
|
|
42
|
-
boto3_stubs-1.40.
|
|
43
|
-
boto3_stubs-1.40.
|
|
44
|
-
boto3_stubs-1.40.
|
|
45
|
-
boto3_stubs-1.40.
|
|
41
|
+
boto3_stubs-1.40.61.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
boto3_stubs-1.40.61.dist-info/METADATA,sha256=y_hHaV0dm1Xy5y6m4DF-Dj5BixdIgGmUXHAML5Rmpzw,150266
|
|
43
|
+
boto3_stubs-1.40.61.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
boto3_stubs-1.40.61.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
boto3_stubs-1.40.61.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|