types-boto3-geo-maps 1.40.0__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.0/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.40.55}/PKG-INFO +4 -4
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/README.md +2 -2
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/setup.py +2 -2
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__main__.py +3 -3
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.py +1 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.pyi +1 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.py +12 -13
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/literals.pyi +12 -13
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.py +7 -1
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/type_defs.pyi +7 -1
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/version.py +1 -1
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55/types_boto3_geo_maps.egg-info}/PKG-INFO +4 -4
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/LICENSE +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/setup.cfg +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.py +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.pyi +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/py.typed +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/not-zip-safe +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/requires.txt +0 -0
- {types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps.egg-info/top_level.txt +0 -0
{types_boto3_geo_maps-1.40.0/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.0 → 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:
|
|
@@ -56,6 +56,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
56
56
|
AccessDeniedException: Type[BotocoreClientError]
|
|
57
57
|
ClientError: Type[BotocoreClientError]
|
|
58
58
|
InternalServerException: Type[BotocoreClientError]
|
|
59
|
+
ResourceNotFoundException: Type[BotocoreClientError]
|
|
59
60
|
ThrottlingException: Type[BotocoreClientError]
|
|
60
61
|
ValidationException: Type[BotocoreClientError]
|
|
61
62
|
|
{types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/client.pyi
RENAMED
|
@@ -54,6 +54,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
54
54
|
AccessDeniedException: Type[BotocoreClientError]
|
|
55
55
|
ClientError: Type[BotocoreClientError]
|
|
56
56
|
InternalServerException: Type[BotocoreClientError]
|
|
57
|
+
ResourceNotFoundException: Type[BotocoreClientError]
|
|
57
58
|
ThrottlingException: Type[BotocoreClientError]
|
|
58
59
|
ValidationException: Type[BotocoreClientError]
|
|
59
60
|
|
{types_boto3_geo_maps-1.40.0 → 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[
|
|
@@ -71,6 +79,7 @@ ServiceName = Literal[
|
|
|
71
79
|
"appstream",
|
|
72
80
|
"appsync",
|
|
73
81
|
"apptest",
|
|
82
|
+
"arc-region-switch",
|
|
74
83
|
"arc-zonal-shift",
|
|
75
84
|
"artifact",
|
|
76
85
|
"athena",
|
|
@@ -82,8 +91,10 @@ ServiceName = Literal[
|
|
|
82
91
|
"backup-gateway",
|
|
83
92
|
"backupsearch",
|
|
84
93
|
"batch",
|
|
94
|
+
"bcm-dashboards",
|
|
85
95
|
"bcm-data-exports",
|
|
86
96
|
"bcm-pricing-calculator",
|
|
97
|
+
"bcm-recommended-actions",
|
|
87
98
|
"bedrock",
|
|
88
99
|
"bedrock-agent",
|
|
89
100
|
"bedrock-agent-runtime",
|
|
@@ -325,8 +336,6 @@ ServiceName = Literal[
|
|
|
325
336
|
"omics",
|
|
326
337
|
"opensearch",
|
|
327
338
|
"opensearchserverless",
|
|
328
|
-
"opsworks",
|
|
329
|
-
"opsworkscm",
|
|
330
339
|
"organizations",
|
|
331
340
|
"osis",
|
|
332
341
|
"outposts",
|
|
@@ -408,7 +417,6 @@ ServiceName = Literal[
|
|
|
408
417
|
"shield",
|
|
409
418
|
"signer",
|
|
410
419
|
"simspaceweaver",
|
|
411
|
-
"sms",
|
|
412
420
|
"snow-device-management",
|
|
413
421
|
"snowball",
|
|
414
422
|
"sns",
|
|
@@ -459,14 +467,5 @@ ServiceName = Literal[
|
|
|
459
467
|
"xray",
|
|
460
468
|
]
|
|
461
469
|
ResourceServiceName = Literal[
|
|
462
|
-
"cloudformation",
|
|
463
|
-
"cloudwatch",
|
|
464
|
-
"dynamodb",
|
|
465
|
-
"ec2",
|
|
466
|
-
"glacier",
|
|
467
|
-
"iam",
|
|
468
|
-
"opsworks",
|
|
469
|
-
"s3",
|
|
470
|
-
"sns",
|
|
471
|
-
"sqs",
|
|
470
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
472
471
|
]
|
{types_boto3_geo_maps-1.40.0 → 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[
|
|
@@ -69,6 +77,7 @@ ServiceName = Literal[
|
|
|
69
77
|
"appstream",
|
|
70
78
|
"appsync",
|
|
71
79
|
"apptest",
|
|
80
|
+
"arc-region-switch",
|
|
72
81
|
"arc-zonal-shift",
|
|
73
82
|
"artifact",
|
|
74
83
|
"athena",
|
|
@@ -80,8 +89,10 @@ ServiceName = Literal[
|
|
|
80
89
|
"backup-gateway",
|
|
81
90
|
"backupsearch",
|
|
82
91
|
"batch",
|
|
92
|
+
"bcm-dashboards",
|
|
83
93
|
"bcm-data-exports",
|
|
84
94
|
"bcm-pricing-calculator",
|
|
95
|
+
"bcm-recommended-actions",
|
|
85
96
|
"bedrock",
|
|
86
97
|
"bedrock-agent",
|
|
87
98
|
"bedrock-agent-runtime",
|
|
@@ -323,8 +334,6 @@ ServiceName = Literal[
|
|
|
323
334
|
"omics",
|
|
324
335
|
"opensearch",
|
|
325
336
|
"opensearchserverless",
|
|
326
|
-
"opsworks",
|
|
327
|
-
"opsworkscm",
|
|
328
337
|
"organizations",
|
|
329
338
|
"osis",
|
|
330
339
|
"outposts",
|
|
@@ -406,7 +415,6 @@ ServiceName = Literal[
|
|
|
406
415
|
"shield",
|
|
407
416
|
"signer",
|
|
408
417
|
"simspaceweaver",
|
|
409
|
-
"sms",
|
|
410
418
|
"snow-device-management",
|
|
411
419
|
"snowball",
|
|
412
420
|
"sns",
|
|
@@ -457,14 +465,5 @@ ServiceName = Literal[
|
|
|
457
465
|
"xray",
|
|
458
466
|
]
|
|
459
467
|
ResourceServiceName = Literal[
|
|
460
|
-
"cloudformation",
|
|
461
|
-
"cloudwatch",
|
|
462
|
-
"dynamodb",
|
|
463
|
-
"ec2",
|
|
464
|
-
"glacier",
|
|
465
|
-
"iam",
|
|
466
|
-
"opsworks",
|
|
467
|
-
"s3",
|
|
468
|
-
"sns",
|
|
469
|
-
"sqs",
|
|
468
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
470
469
|
]
|
{types_boto3_geo_maps-1.40.0 → 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.0 → 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.0 → 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.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.py
RENAMED
|
File without changes
|
{types_boto3_geo_maps-1.40.0 → types_boto3_geo_maps-1.40.55}/types_boto3_geo_maps/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|