types-boto3-geo-maps 1.38.0__tar.gz → 1.40.0__tar.gz
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.
- {types_boto3_geo_maps-1.38.0/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.40.0}/PKG-INFO +5 -5
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/README.md +3 -3
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/setup.py +2 -2
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__main__.py +4 -4
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/literals.py +10 -2
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/literals.pyi +10 -2
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/version.py +1 -1
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0/types_boto3_geo_maps.egg-info}/PKG-INFO +5 -5
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/LICENSE +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/setup.cfg +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__init__.py +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__init__.pyi +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/client.py +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/client.pyi +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/py.typed +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/type_defs.py +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/type_defs.pyi +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps.egg-info/not-zip-safe +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps.egg-info/requires.txt +0 -0
- {types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps.egg-info/top_level.txt +0 -0
{types_boto3_geo_maps-1.38.0/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.40.0}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-geo-maps
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.
|
|
3
|
+
Version: 1.40.0
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.0 service 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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 LocationServiceMapsV2 1.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.0](https://pypi.org/project/boto3/)
|
|
61
61
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -66,7 +66,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
66
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
67
|
|
|
68
68
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
70
|
|
|
71
71
|
More information can be found on
|
|
72
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.40.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `LocationServiceMapsV2` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 LocationServiceMapsV2 1.
|
|
13
|
+
[boto3 LocationServiceMapsV2 1.40.0](https://pypi.org/project/boto3/)
|
|
14
14
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.40.0' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3` AWS SDK.
|
|
76
76
|
3. Add `LocationServiceMapsV2` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-geo-maps",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.40.0",
|
|
17
17
|
packages=["types_boto3_geo_maps"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 LocationServiceMapsV2 1.
|
|
22
|
+
description="Type annotations for boto3 LocationServiceMapsV2 1.40.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 LocationServiceMapsV2 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 LocationServiceMapsV2 1.40.0\n"
|
|
16
|
+
"Version: 1.40.0\n"
|
|
17
|
+
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps.html#locationservicemapsv2\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.40.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/literals.py
RENAMED
|
@@ -49,6 +49,7 @@ ServiceName = Literal[
|
|
|
49
49
|
"account",
|
|
50
50
|
"acm",
|
|
51
51
|
"acm-pca",
|
|
52
|
+
"aiops",
|
|
52
53
|
"amp",
|
|
53
54
|
"amplify",
|
|
54
55
|
"amplifybackend",
|
|
@@ -86,6 +87,8 @@ ServiceName = Literal[
|
|
|
86
87
|
"bedrock",
|
|
87
88
|
"bedrock-agent",
|
|
88
89
|
"bedrock-agent-runtime",
|
|
90
|
+
"bedrock-agentcore",
|
|
91
|
+
"bedrock-agentcore-control",
|
|
89
92
|
"bedrock-data-automation",
|
|
90
93
|
"bedrock-data-automation-runtime",
|
|
91
94
|
"bedrock-runtime",
|
|
@@ -189,6 +192,7 @@ ServiceName = Literal[
|
|
|
189
192
|
"es",
|
|
190
193
|
"events",
|
|
191
194
|
"evidently",
|
|
195
|
+
"evs",
|
|
192
196
|
"finspace",
|
|
193
197
|
"finspace-data",
|
|
194
198
|
"firehose",
|
|
@@ -246,6 +250,7 @@ ServiceName = Literal[
|
|
|
246
250
|
"kendra",
|
|
247
251
|
"kendra-ranking",
|
|
248
252
|
"keyspaces",
|
|
253
|
+
"keyspacesstreams",
|
|
249
254
|
"kinesis",
|
|
250
255
|
"kinesis-video-archived-media",
|
|
251
256
|
"kinesis-video-media",
|
|
@@ -301,6 +306,7 @@ ServiceName = Literal[
|
|
|
301
306
|
"migrationhub-config",
|
|
302
307
|
"migrationhuborchestrator",
|
|
303
308
|
"migrationhubstrategy",
|
|
309
|
+
"mpa",
|
|
304
310
|
"mq",
|
|
305
311
|
"mturk",
|
|
306
312
|
"mwaa",
|
|
@@ -315,6 +321,7 @@ ServiceName = Literal[
|
|
|
315
321
|
"notificationscontacts",
|
|
316
322
|
"oam",
|
|
317
323
|
"observabilityadmin",
|
|
324
|
+
"odb",
|
|
318
325
|
"omics",
|
|
319
326
|
"opensearch",
|
|
320
327
|
"opensearchserverless",
|
|
@@ -341,7 +348,6 @@ ServiceName = Literal[
|
|
|
341
348
|
"pipes",
|
|
342
349
|
"polly",
|
|
343
350
|
"pricing",
|
|
344
|
-
"privatenetworks",
|
|
345
351
|
"proton",
|
|
346
352
|
"qapps",
|
|
347
353
|
"qbusiness",
|
|
@@ -376,6 +382,7 @@ ServiceName = Literal[
|
|
|
376
382
|
"s3control",
|
|
377
383
|
"s3outposts",
|
|
378
384
|
"s3tables",
|
|
385
|
+
"s3vectors",
|
|
379
386
|
"sagemaker",
|
|
380
387
|
"sagemaker-a2i-runtime",
|
|
381
388
|
"sagemaker-edge",
|
|
@@ -402,7 +409,6 @@ ServiceName = Literal[
|
|
|
402
409
|
"signer",
|
|
403
410
|
"simspaceweaver",
|
|
404
411
|
"sms",
|
|
405
|
-
"sms-voice",
|
|
406
412
|
"snow-device-management",
|
|
407
413
|
"snowball",
|
|
408
414
|
"sns",
|
|
@@ -410,6 +416,7 @@ ServiceName = Literal[
|
|
|
410
416
|
"sqs",
|
|
411
417
|
"ssm",
|
|
412
418
|
"ssm-contacts",
|
|
419
|
+
"ssm-guiconnect",
|
|
413
420
|
"ssm-incidents",
|
|
414
421
|
"ssm-quicksetup",
|
|
415
422
|
"ssm-sap",
|
|
@@ -446,6 +453,7 @@ ServiceName = Literal[
|
|
|
446
453
|
"workmail",
|
|
447
454
|
"workmailmessageflow",
|
|
448
455
|
"workspaces",
|
|
456
|
+
"workspaces-instances",
|
|
449
457
|
"workspaces-thin-client",
|
|
450
458
|
"workspaces-web",
|
|
451
459
|
"xray",
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/literals.pyi
RENAMED
|
@@ -47,6 +47,7 @@ ServiceName = Literal[
|
|
|
47
47
|
"account",
|
|
48
48
|
"acm",
|
|
49
49
|
"acm-pca",
|
|
50
|
+
"aiops",
|
|
50
51
|
"amp",
|
|
51
52
|
"amplify",
|
|
52
53
|
"amplifybackend",
|
|
@@ -84,6 +85,8 @@ ServiceName = Literal[
|
|
|
84
85
|
"bedrock",
|
|
85
86
|
"bedrock-agent",
|
|
86
87
|
"bedrock-agent-runtime",
|
|
88
|
+
"bedrock-agentcore",
|
|
89
|
+
"bedrock-agentcore-control",
|
|
87
90
|
"bedrock-data-automation",
|
|
88
91
|
"bedrock-data-automation-runtime",
|
|
89
92
|
"bedrock-runtime",
|
|
@@ -187,6 +190,7 @@ ServiceName = Literal[
|
|
|
187
190
|
"es",
|
|
188
191
|
"events",
|
|
189
192
|
"evidently",
|
|
193
|
+
"evs",
|
|
190
194
|
"finspace",
|
|
191
195
|
"finspace-data",
|
|
192
196
|
"firehose",
|
|
@@ -244,6 +248,7 @@ ServiceName = Literal[
|
|
|
244
248
|
"kendra",
|
|
245
249
|
"kendra-ranking",
|
|
246
250
|
"keyspaces",
|
|
251
|
+
"keyspacesstreams",
|
|
247
252
|
"kinesis",
|
|
248
253
|
"kinesis-video-archived-media",
|
|
249
254
|
"kinesis-video-media",
|
|
@@ -299,6 +304,7 @@ ServiceName = Literal[
|
|
|
299
304
|
"migrationhub-config",
|
|
300
305
|
"migrationhuborchestrator",
|
|
301
306
|
"migrationhubstrategy",
|
|
307
|
+
"mpa",
|
|
302
308
|
"mq",
|
|
303
309
|
"mturk",
|
|
304
310
|
"mwaa",
|
|
@@ -313,6 +319,7 @@ ServiceName = Literal[
|
|
|
313
319
|
"notificationscontacts",
|
|
314
320
|
"oam",
|
|
315
321
|
"observabilityadmin",
|
|
322
|
+
"odb",
|
|
316
323
|
"omics",
|
|
317
324
|
"opensearch",
|
|
318
325
|
"opensearchserverless",
|
|
@@ -339,7 +346,6 @@ ServiceName = Literal[
|
|
|
339
346
|
"pipes",
|
|
340
347
|
"polly",
|
|
341
348
|
"pricing",
|
|
342
|
-
"privatenetworks",
|
|
343
349
|
"proton",
|
|
344
350
|
"qapps",
|
|
345
351
|
"qbusiness",
|
|
@@ -374,6 +380,7 @@ ServiceName = Literal[
|
|
|
374
380
|
"s3control",
|
|
375
381
|
"s3outposts",
|
|
376
382
|
"s3tables",
|
|
383
|
+
"s3vectors",
|
|
377
384
|
"sagemaker",
|
|
378
385
|
"sagemaker-a2i-runtime",
|
|
379
386
|
"sagemaker-edge",
|
|
@@ -400,7 +407,6 @@ ServiceName = Literal[
|
|
|
400
407
|
"signer",
|
|
401
408
|
"simspaceweaver",
|
|
402
409
|
"sms",
|
|
403
|
-
"sms-voice",
|
|
404
410
|
"snow-device-management",
|
|
405
411
|
"snowball",
|
|
406
412
|
"sns",
|
|
@@ -408,6 +414,7 @@ ServiceName = Literal[
|
|
|
408
414
|
"sqs",
|
|
409
415
|
"ssm",
|
|
410
416
|
"ssm-contacts",
|
|
417
|
+
"ssm-guiconnect",
|
|
411
418
|
"ssm-incidents",
|
|
412
419
|
"ssm-quicksetup",
|
|
413
420
|
"ssm-sap",
|
|
@@ -444,6 +451,7 @@ ServiceName = Literal[
|
|
|
444
451
|
"workmail",
|
|
445
452
|
"workmailmessageflow",
|
|
446
453
|
"workspaces",
|
|
454
|
+
"workspaces-instances",
|
|
447
455
|
"workspaces-thin-client",
|
|
448
456
|
"workspaces-web",
|
|
449
457
|
"xray",
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0/types_boto3_geo_maps.egg-info}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-geo-maps
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.
|
|
3
|
+
Version: 1.40.0
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.0 service 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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 LocationServiceMapsV2 1.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.0](https://pypi.org/project/boto3/)
|
|
61
61
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -66,7 +66,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
66
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
67
|
|
|
68
68
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
70
|
|
|
71
71
|
More information can be found on
|
|
72
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.40.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `LocationServiceMapsV2` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__init__.py
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/type_defs.py
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.38.0 → types_boto3_geo_maps-1.40.0}/types_boto3_geo_maps/type_defs.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|