types-boto3-geo-maps 1.40.20__tar.gz → 1.40.55__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.40.20/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.40.55}/PKG-INFO +4 -4
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/README.md +2 -2
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/setup.py +2 -2
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__main__.py +3 -3
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.py +8 -1
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.pyi +8 -1
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.py +7 -1
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.pyi +7 -1
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/version.py +1 -1
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55/types_boto3_geo_maps.egg-info}/PKG-INFO +4 -4
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/LICENSE +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/setup.cfg +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.py +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.pyi +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.py +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.pyi +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/py.typed +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/not-zip-safe +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/requires.txt +0 -0
- {types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/top_level.txt +0 -0
{types_boto3_geo_maps-1.40.20/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.40.55}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-geo-maps
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.55
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.55 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.40.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.55](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/),
|
|
@@ -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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.55' 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.40.
|
|
13
|
+
[boto3 LocationServiceMapsV2 1.40.55](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/),
|
|
@@ -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.40.
|
|
74
|
+
`uvx --with 'boto3==1.40.55' 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.40.
|
|
16
|
+
version="1.40.55",
|
|
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.40.
|
|
22
|
+
description="Type annotations for boto3 LocationServiceMapsV2 1.40.55 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.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__main__.py
RENAMED
|
@@ -12,8 +12,8 @@ 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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 LocationServiceMapsV2 1.40.55\n"
|
|
16
|
+
"Version: 1.40.55\n"
|
|
17
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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.55\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.py
RENAMED
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"ColorSchemeType",
|
|
27
|
+
"ContourDensityType",
|
|
27
28
|
"LabelSizeType",
|
|
28
29
|
"LocationServiceMapsV2ServiceName",
|
|
29
30
|
"MapFeatureModeType",
|
|
@@ -32,16 +33,23 @@ __all__ = (
|
|
|
32
33
|
"ScaleBarUnitType",
|
|
33
34
|
"ServiceName",
|
|
34
35
|
"StaticMapStyleType",
|
|
36
|
+
"TerrainType",
|
|
37
|
+
"TrafficType",
|
|
38
|
+
"TravelModeType",
|
|
35
39
|
"VariantType",
|
|
36
40
|
)
|
|
37
41
|
|
|
38
42
|
|
|
39
43
|
ColorSchemeType = Literal["Dark", "Light"]
|
|
44
|
+
ContourDensityType = Literal["Medium"]
|
|
40
45
|
LabelSizeType = Literal["Large", "Small"]
|
|
41
46
|
MapFeatureModeType = Literal["Disabled", "Enabled"]
|
|
42
47
|
MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
|
|
43
48
|
ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
|
|
44
49
|
StaticMapStyleType = Literal["Satellite", "Standard"]
|
|
50
|
+
TerrainType = Literal["Hillshade"]
|
|
51
|
+
TrafficType = Literal["All"]
|
|
52
|
+
TravelModeType = Literal["Transit", "Truck"]
|
|
45
53
|
VariantType = Literal["Default"]
|
|
46
54
|
LocationServiceMapsV2ServiceName = Literal["geo-maps"]
|
|
47
55
|
ServiceName = Literal[
|
|
@@ -409,7 +417,6 @@ ServiceName = Literal[
|
|
|
409
417
|
"shield",
|
|
410
418
|
"signer",
|
|
411
419
|
"simspaceweaver",
|
|
412
|
-
"sms",
|
|
413
420
|
"snow-device-management",
|
|
414
421
|
"snowball",
|
|
415
422
|
"sns",
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.pyi
RENAMED
|
@@ -23,6 +23,7 @@ else:
|
|
|
23
23
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"ColorSchemeType",
|
|
26
|
+
"ContourDensityType",
|
|
26
27
|
"LabelSizeType",
|
|
27
28
|
"LocationServiceMapsV2ServiceName",
|
|
28
29
|
"MapFeatureModeType",
|
|
@@ -31,15 +32,22 @@ __all__ = (
|
|
|
31
32
|
"ScaleBarUnitType",
|
|
32
33
|
"ServiceName",
|
|
33
34
|
"StaticMapStyleType",
|
|
35
|
+
"TerrainType",
|
|
36
|
+
"TrafficType",
|
|
37
|
+
"TravelModeType",
|
|
34
38
|
"VariantType",
|
|
35
39
|
)
|
|
36
40
|
|
|
37
41
|
ColorSchemeType = Literal["Dark", "Light"]
|
|
42
|
+
ContourDensityType = Literal["Medium"]
|
|
38
43
|
LabelSizeType = Literal["Large", "Small"]
|
|
39
44
|
MapFeatureModeType = Literal["Disabled", "Enabled"]
|
|
40
45
|
MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
|
|
41
46
|
ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
|
|
42
47
|
StaticMapStyleType = Literal["Satellite", "Standard"]
|
|
48
|
+
TerrainType = Literal["Hillshade"]
|
|
49
|
+
TrafficType = Literal["All"]
|
|
50
|
+
TravelModeType = Literal["Transit", "Truck"]
|
|
43
51
|
VariantType = Literal["Default"]
|
|
44
52
|
LocationServiceMapsV2ServiceName = Literal["geo-maps"]
|
|
45
53
|
ServiceName = Literal[
|
|
@@ -407,7 +415,6 @@ ServiceName = Literal[
|
|
|
407
415
|
"shield",
|
|
408
416
|
"signer",
|
|
409
417
|
"simspaceweaver",
|
|
410
|
-
"sms",
|
|
411
418
|
"snow-device-management",
|
|
412
419
|
"snowball",
|
|
413
420
|
"sns",
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.py
RENAMED
|
@@ -27,12 +27,14 @@ from .literals import (
|
|
|
27
27
|
MapStyleType,
|
|
28
28
|
ScaleBarUnitType,
|
|
29
29
|
StaticMapStyleType,
|
|
30
|
+
TravelModeType,
|
|
30
31
|
)
|
|
31
32
|
|
|
32
33
|
if sys.version_info >= (3, 9):
|
|
33
34
|
from builtins import dict as Dict
|
|
35
|
+
from collections.abc import Sequence
|
|
34
36
|
else:
|
|
35
|
-
from typing import Dict
|
|
37
|
+
from typing import Dict, Sequence
|
|
36
38
|
if sys.version_info >= (3, 12):
|
|
37
39
|
from typing import Literal, NotRequired, TypedDict
|
|
38
40
|
else:
|
|
@@ -101,6 +103,10 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
|
|
|
101
103
|
Style: MapStyleType
|
|
102
104
|
ColorScheme: NotRequired[ColorSchemeType]
|
|
103
105
|
PoliticalView: NotRequired[str]
|
|
106
|
+
Terrain: NotRequired[Literal["Hillshade"]]
|
|
107
|
+
ContourDensity: NotRequired[Literal["Medium"]]
|
|
108
|
+
Traffic: NotRequired[Literal["All"]]
|
|
109
|
+
TravelModes: NotRequired[Sequence[TravelModeType]]
|
|
104
110
|
Key: NotRequired[str]
|
|
105
111
|
|
|
106
112
|
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.pyi
RENAMED
|
@@ -27,12 +27,14 @@ from .literals import (
|
|
|
27
27
|
MapStyleType,
|
|
28
28
|
ScaleBarUnitType,
|
|
29
29
|
StaticMapStyleType,
|
|
30
|
+
TravelModeType,
|
|
30
31
|
)
|
|
31
32
|
|
|
32
33
|
if sys.version_info >= (3, 9):
|
|
33
34
|
from builtins import dict as Dict
|
|
35
|
+
from collections.abc import Sequence
|
|
34
36
|
else:
|
|
35
|
-
from typing import Dict
|
|
37
|
+
from typing import Dict, Sequence
|
|
36
38
|
if sys.version_info >= (3, 12):
|
|
37
39
|
from typing import Literal, NotRequired, TypedDict
|
|
38
40
|
else:
|
|
@@ -95,6 +97,10 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
|
|
|
95
97
|
Style: MapStyleType
|
|
96
98
|
ColorScheme: NotRequired[ColorSchemeType]
|
|
97
99
|
PoliticalView: NotRequired[str]
|
|
100
|
+
Terrain: NotRequired[Literal["Hillshade"]]
|
|
101
|
+
ContourDensity: NotRequired[Literal["Medium"]]
|
|
102
|
+
Traffic: NotRequired[Literal["All"]]
|
|
103
|
+
TravelModes: NotRequired[Sequence[TravelModeType]]
|
|
98
104
|
Key: NotRequired[str]
|
|
99
105
|
|
|
100
106
|
class GetTileRequestTypeDef(TypedDict):
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55/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.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.55
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.55 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.40.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.55](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/),
|
|
@@ -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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.55' 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.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.py
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.py
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.40.20 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|