boto3-stubs 1.37.5__py3-none-any.whl → 1.37.7__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 +38 -0
- boto3-stubs/session.pyi +40 -0
- {boto3_stubs-1.37.5.dist-info → boto3_stubs-1.37.7.dist-info}/METADATA +19 -7
- {boto3_stubs-1.37.5.dist-info → boto3_stubs-1.37.7.dist-info}/RECORD +7 -7
- {boto3_stubs-1.37.5.dist-info → boto3_stubs-1.37.7.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.37.5.dist-info → boto3_stubs-1.37.7.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.37.5.dist-info → boto3_stubs-1.37.7.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -171,6 +171,7 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient
|
|
171
171
|
from mypy_boto3_freetier.client import FreeTierClient
|
172
172
|
from mypy_boto3_fsx.client import FSxClient
|
173
173
|
from mypy_boto3_gamelift.client import GameLiftClient
|
174
|
+
from mypy_boto3_gameliftstreams.client import GameLiftStreamsClient
|
174
175
|
from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
|
175
176
|
from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
|
176
177
|
from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
|
@@ -198,6 +199,9 @@ from mypy_boto3_invoicing.client import InvoicingClient
|
|
198
199
|
from mypy_boto3_iot.client import IoTClient
|
199
200
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
200
201
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
202
|
+
from mypy_boto3_iot_managed_integrations.client import (
|
203
|
+
ManagedintegrationsforIoTDeviceManagementClient,
|
204
|
+
)
|
201
205
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
202
206
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
203
207
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -3091,6 +3095,23 @@ def client(
|
|
3091
3095
|
Create client for GameLift service.
|
3092
3096
|
"""
|
3093
3097
|
|
3098
|
+
@overload
|
3099
|
+
def client(
|
3100
|
+
service_name: Literal["gameliftstreams"],
|
3101
|
+
region_name: str | None = ...,
|
3102
|
+
api_version: str | None = ...,
|
3103
|
+
use_ssl: bool | None = ...,
|
3104
|
+
verify: bool | str | None = ...,
|
3105
|
+
endpoint_url: str | None = ...,
|
3106
|
+
aws_access_key_id: str | None = ...,
|
3107
|
+
aws_secret_access_key: str | None = ...,
|
3108
|
+
aws_session_token: str | None = ...,
|
3109
|
+
config: Config | None = ...,
|
3110
|
+
) -> GameLiftStreamsClient:
|
3111
|
+
"""
|
3112
|
+
Create client for GameLiftStreams service.
|
3113
|
+
"""
|
3114
|
+
|
3094
3115
|
@overload
|
3095
3116
|
def client(
|
3096
3117
|
service_name: Literal["geo-maps"],
|
@@ -3516,6 +3537,23 @@ def client(
|
|
3516
3537
|
Create client for IoTJobsDataPlane service.
|
3517
3538
|
"""
|
3518
3539
|
|
3540
|
+
@overload
|
3541
|
+
def client(
|
3542
|
+
service_name: Literal["iot-managed-integrations"],
|
3543
|
+
region_name: str | None = ...,
|
3544
|
+
api_version: str | None = ...,
|
3545
|
+
use_ssl: bool | None = ...,
|
3546
|
+
verify: bool | str | None = ...,
|
3547
|
+
endpoint_url: str | None = ...,
|
3548
|
+
aws_access_key_id: str | None = ...,
|
3549
|
+
aws_secret_access_key: str | None = ...,
|
3550
|
+
aws_session_token: str | None = ...,
|
3551
|
+
config: Config | None = ...,
|
3552
|
+
) -> ManagedintegrationsforIoTDeviceManagementClient:
|
3553
|
+
"""
|
3554
|
+
Create client for ManagedintegrationsforIoTDeviceManagement service.
|
3555
|
+
"""
|
3556
|
+
|
3519
3557
|
@overload
|
3520
3558
|
def client(
|
3521
3559
|
service_name: Literal["iotanalytics"],
|
boto3-stubs/session.pyi
CHANGED
@@ -177,6 +177,7 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient
|
|
177
177
|
from mypy_boto3_freetier.client import FreeTierClient
|
178
178
|
from mypy_boto3_fsx.client import FSxClient
|
179
179
|
from mypy_boto3_gamelift.client import GameLiftClient
|
180
|
+
from mypy_boto3_gameliftstreams.client import GameLiftStreamsClient
|
180
181
|
from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
|
181
182
|
from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
|
182
183
|
from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
|
@@ -204,6 +205,9 @@ from mypy_boto3_invoicing.client import InvoicingClient
|
|
204
205
|
from mypy_boto3_iot.client import IoTClient
|
205
206
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
206
207
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
208
|
+
from mypy_boto3_iot_managed_integrations.client import (
|
209
|
+
ManagedintegrationsforIoTDeviceManagementClient,
|
210
|
+
)
|
207
211
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
208
212
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
209
213
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -3265,6 +3269,24 @@ class Session:
|
|
3265
3269
|
Create client for GameLift service.
|
3266
3270
|
"""
|
3267
3271
|
|
3272
|
+
@overload
|
3273
|
+
def client(
|
3274
|
+
self,
|
3275
|
+
service_name: Literal["gameliftstreams"],
|
3276
|
+
region_name: str | None = ...,
|
3277
|
+
api_version: str | None = ...,
|
3278
|
+
use_ssl: bool | None = ...,
|
3279
|
+
verify: bool | str | None = ...,
|
3280
|
+
endpoint_url: str | None = ...,
|
3281
|
+
aws_access_key_id: str | None = ...,
|
3282
|
+
aws_secret_access_key: str | None = ...,
|
3283
|
+
aws_session_token: str | None = ...,
|
3284
|
+
config: Config | None = ...,
|
3285
|
+
) -> GameLiftStreamsClient:
|
3286
|
+
"""
|
3287
|
+
Create client for GameLiftStreams service.
|
3288
|
+
"""
|
3289
|
+
|
3268
3290
|
@overload
|
3269
3291
|
def client(
|
3270
3292
|
self,
|
@@ -3715,6 +3737,24 @@ class Session:
|
|
3715
3737
|
Create client for IoTJobsDataPlane service.
|
3716
3738
|
"""
|
3717
3739
|
|
3740
|
+
@overload
|
3741
|
+
def client(
|
3742
|
+
self,
|
3743
|
+
service_name: Literal["iot-managed-integrations"],
|
3744
|
+
region_name: str | None = ...,
|
3745
|
+
api_version: str | None = ...,
|
3746
|
+
use_ssl: bool | None = ...,
|
3747
|
+
verify: bool | str | None = ...,
|
3748
|
+
endpoint_url: str | None = ...,
|
3749
|
+
aws_access_key_id: str | None = ...,
|
3750
|
+
aws_secret_access_key: str | None = ...,
|
3751
|
+
aws_session_token: str | None = ...,
|
3752
|
+
config: Config | None = ...,
|
3753
|
+
) -> ManagedintegrationsforIoTDeviceManagementClient:
|
3754
|
+
"""
|
3755
|
+
Create client for ManagedintegrationsforIoTDeviceManagement service.
|
3756
|
+
"""
|
3757
|
+
|
3718
3758
|
@overload
|
3719
3759
|
def client(
|
3720
3760
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.37.
|
4
|
-
Summary: Type annotations for boto3 1.37.
|
3
|
+
Version: 1.37.7
|
4
|
+
Summary: Type annotations for boto3 1.37.7 generated with mypy-boto3-builder 8.10.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.38.0,>=1.37.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.37.
|
39
|
+
Requires-Dist: boto3==1.37.7; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.38.0,>=1.37.0; extra == "all"
|
@@ -193,6 +193,7 @@ Requires-Dist: mypy-boto3-frauddetector<1.38.0,>=1.37.0; extra == "all"
|
|
193
193
|
Requires-Dist: mypy-boto3-freetier<1.38.0,>=1.37.0; extra == "all"
|
194
194
|
Requires-Dist: mypy-boto3-fsx<1.38.0,>=1.37.0; extra == "all"
|
195
195
|
Requires-Dist: mypy-boto3-gamelift<1.38.0,>=1.37.0; extra == "all"
|
196
|
+
Requires-Dist: mypy-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "all"
|
196
197
|
Requires-Dist: mypy-boto3-geo-maps<1.38.0,>=1.37.0; extra == "all"
|
197
198
|
Requires-Dist: mypy-boto3-geo-places<1.38.0,>=1.37.0; extra == "all"
|
198
199
|
Requires-Dist: mypy-boto3-geo-routes<1.38.0,>=1.37.0; extra == "all"
|
@@ -218,6 +219,7 @@ Requires-Dist: mypy-boto3-invoicing<1.38.0,>=1.37.0; extra == "all"
|
|
218
219
|
Requires-Dist: mypy-boto3-iot<1.38.0,>=1.37.0; extra == "all"
|
219
220
|
Requires-Dist: mypy-boto3-iot-data<1.38.0,>=1.37.0; extra == "all"
|
220
221
|
Requires-Dist: mypy-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "all"
|
222
|
+
Requires-Dist: mypy-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "all"
|
221
223
|
Requires-Dist: mypy-boto3-iotanalytics<1.38.0,>=1.37.0; extra == "all"
|
222
224
|
Requires-Dist: mypy-boto3-iotdeviceadvisor<1.38.0,>=1.37.0; extra == "all"
|
223
225
|
Requires-Dist: mypy-boto3-iotevents<1.38.0,>=1.37.0; extra == "all"
|
@@ -758,6 +760,8 @@ Provides-Extra: fsx
|
|
758
760
|
Requires-Dist: mypy-boto3-fsx<1.38.0,>=1.37.0; extra == "fsx"
|
759
761
|
Provides-Extra: gamelift
|
760
762
|
Requires-Dist: mypy-boto3-gamelift<1.38.0,>=1.37.0; extra == "gamelift"
|
763
|
+
Provides-Extra: gameliftstreams
|
764
|
+
Requires-Dist: mypy-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "gameliftstreams"
|
761
765
|
Provides-Extra: geo-maps
|
762
766
|
Requires-Dist: mypy-boto3-geo-maps<1.38.0,>=1.37.0; extra == "geo-maps"
|
763
767
|
Provides-Extra: geo-places
|
@@ -808,6 +812,8 @@ Provides-Extra: iot-data
|
|
808
812
|
Requires-Dist: mypy-boto3-iot-data<1.38.0,>=1.37.0; extra == "iot-data"
|
809
813
|
Provides-Extra: iot-jobs-data
|
810
814
|
Requires-Dist: mypy-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "iot-jobs-data"
|
815
|
+
Provides-Extra: iot-managed-integrations
|
816
|
+
Requires-Dist: mypy-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "iot-managed-integrations"
|
811
817
|
Provides-Extra: iotanalytics
|
812
818
|
Requires-Dist: mypy-boto3-iotanalytics<1.38.0,>=1.37.0; extra == "iotanalytics"
|
813
819
|
Provides-Extra: iotdeviceadvisor
|
@@ -1277,7 +1283,7 @@ Dynamic: summary
|
|
1277
1283
|
|
1278
1284
|

|
1279
1285
|
|
1280
|
-
Type annotations for [boto3 1.37.
|
1286
|
+
Type annotations for [boto3 1.37.7](https://pypi.org/project/boto3/) compatible
|
1281
1287
|
with [VSCode](https://code.visualstudio.com/),
|
1282
1288
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1283
1289
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1336,7 +1342,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1336
1342
|
isolation.
|
1337
1343
|
|
1338
1344
|
1. Run mypy-boto3-builder in your package root directory:
|
1339
|
-
`uvx --with 'boto3==1.37.
|
1345
|
+
`uvx --with 'boto3==1.37.7' mypy-boto3-builder`
|
1340
1346
|
2. Select `boto3-stubs` AWS SDK.
|
1341
1347
|
3. Select services you use in the current project.
|
1342
1348
|
4. Use provided commands to install generated packages.
|
@@ -1688,9 +1694,9 @@ repository.
|
|
1688
1694
|
|
1689
1695
|
## Submodules
|
1690
1696
|
|
1691
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1697
|
+
- `boto3-stubs[full]` - Type annotations for all 404 services in one package
|
1692
1698
|
(recommended).
|
1693
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1699
|
+
- `boto3-stubs[all]` - Type annotations for all 404 services in separate
|
1694
1700
|
packages.
|
1695
1701
|
- `boto3-stubs[essential]` - Type annotations for
|
1696
1702
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2151,6 +2157,9 @@ repository.
|
|
2151
2157
|
- `boto3-stubs[gamelift]` - Type annotations for
|
2152
2158
|
[GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
|
2153
2159
|
service.
|
2160
|
+
- `boto3-stubs[gameliftstreams]` - Type annotations for
|
2161
|
+
[GameLiftStreams](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gameliftstreams/)
|
2162
|
+
service.
|
2154
2163
|
- `boto3-stubs[geo-maps]` - Type annotations for
|
2155
2164
|
[LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
|
2156
2165
|
service.
|
@@ -2223,6 +2232,9 @@ repository.
|
|
2223
2232
|
- `boto3-stubs[iot-jobs-data]` - Type annotations for
|
2224
2233
|
[IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
|
2225
2234
|
service.
|
2235
|
+
- `boto3-stubs[iot-managed-integrations]` - Type annotations for
|
2236
|
+
[ManagedintegrationsforIoTDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_managed_integrations/)
|
2237
|
+
service.
|
2226
2238
|
- `boto3-stubs[iotanalytics]` - Type annotations for
|
2227
2239
|
[IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/)
|
2228
2240
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=_xMjX8-ljnLegIfPNdIeaD4PU3v9lrKRb92m2CCfhrc,229596
|
2
2
|
boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
|
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=OOqUut_3jadUNxJjMj68ZzRSeT-SNh3roZBygAjihr8,262953
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
boto3_stubs-1.37.
|
42
|
-
boto3_stubs-1.37.
|
43
|
-
boto3_stubs-1.37.
|
44
|
-
boto3_stubs-1.37.
|
45
|
-
boto3_stubs-1.37.
|
41
|
+
boto3_stubs-1.37.7.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.37.7.dist-info/METADATA,sha256=iEC-6sw5paUbu5YcAagkhSvc7fmo5M6Z3LW1Yp81JHU,149287
|
43
|
+
boto3_stubs-1.37.7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
44
|
+
boto3_stubs-1.37.7.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.37.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|