mypy-boto3-geo-maps 1.40.0__tar.gz → 1.40.20__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.
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/PKG-INFO +4 -4
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/README.md +2 -2
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/__main__.py +3 -3
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/client.py +1 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/client.pyi +1 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/literals.py +4 -12
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/literals.pyi +4 -12
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/version.py +1 -1
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/PKG-INFO +4 -4
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/setup.py +2 -2
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/LICENSE +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/__init__.py +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/__init__.pyi +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/py.typed +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/type_defs.py +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/type_defs.pyi +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/not-zip-safe +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/requires.txt +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/top_level.txt +0 -0
- {mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-geo-maps
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.20
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.20 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.20](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.20' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` 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.20](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.20' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `LocationServiceMapsV2` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -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.20\n"
|
|
16
|
+
"Version: 1.40.20\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_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.20\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
|
|
|
@@ -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
|
|
|
@@ -71,6 +71,7 @@ ServiceName = Literal[
|
|
|
71
71
|
"appstream",
|
|
72
72
|
"appsync",
|
|
73
73
|
"apptest",
|
|
74
|
+
"arc-region-switch",
|
|
74
75
|
"arc-zonal-shift",
|
|
75
76
|
"artifact",
|
|
76
77
|
"athena",
|
|
@@ -82,8 +83,10 @@ ServiceName = Literal[
|
|
|
82
83
|
"backup-gateway",
|
|
83
84
|
"backupsearch",
|
|
84
85
|
"batch",
|
|
86
|
+
"bcm-dashboards",
|
|
85
87
|
"bcm-data-exports",
|
|
86
88
|
"bcm-pricing-calculator",
|
|
89
|
+
"bcm-recommended-actions",
|
|
87
90
|
"bedrock",
|
|
88
91
|
"bedrock-agent",
|
|
89
92
|
"bedrock-agent-runtime",
|
|
@@ -325,8 +328,6 @@ ServiceName = Literal[
|
|
|
325
328
|
"omics",
|
|
326
329
|
"opensearch",
|
|
327
330
|
"opensearchserverless",
|
|
328
|
-
"opsworks",
|
|
329
|
-
"opsworkscm",
|
|
330
331
|
"organizations",
|
|
331
332
|
"osis",
|
|
332
333
|
"outposts",
|
|
@@ -459,14 +460,5 @@ ServiceName = Literal[
|
|
|
459
460
|
"xray",
|
|
460
461
|
]
|
|
461
462
|
ResourceServiceName = Literal[
|
|
462
|
-
"cloudformation",
|
|
463
|
-
"cloudwatch",
|
|
464
|
-
"dynamodb",
|
|
465
|
-
"ec2",
|
|
466
|
-
"glacier",
|
|
467
|
-
"iam",
|
|
468
|
-
"opsworks",
|
|
469
|
-
"s3",
|
|
470
|
-
"sns",
|
|
471
|
-
"sqs",
|
|
463
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
472
464
|
]
|
|
@@ -69,6 +69,7 @@ ServiceName = Literal[
|
|
|
69
69
|
"appstream",
|
|
70
70
|
"appsync",
|
|
71
71
|
"apptest",
|
|
72
|
+
"arc-region-switch",
|
|
72
73
|
"arc-zonal-shift",
|
|
73
74
|
"artifact",
|
|
74
75
|
"athena",
|
|
@@ -80,8 +81,10 @@ ServiceName = Literal[
|
|
|
80
81
|
"backup-gateway",
|
|
81
82
|
"backupsearch",
|
|
82
83
|
"batch",
|
|
84
|
+
"bcm-dashboards",
|
|
83
85
|
"bcm-data-exports",
|
|
84
86
|
"bcm-pricing-calculator",
|
|
87
|
+
"bcm-recommended-actions",
|
|
85
88
|
"bedrock",
|
|
86
89
|
"bedrock-agent",
|
|
87
90
|
"bedrock-agent-runtime",
|
|
@@ -323,8 +326,6 @@ ServiceName = Literal[
|
|
|
323
326
|
"omics",
|
|
324
327
|
"opensearch",
|
|
325
328
|
"opensearchserverless",
|
|
326
|
-
"opsworks",
|
|
327
|
-
"opsworkscm",
|
|
328
329
|
"organizations",
|
|
329
330
|
"osis",
|
|
330
331
|
"outposts",
|
|
@@ -457,14 +458,5 @@ ServiceName = Literal[
|
|
|
457
458
|
"xray",
|
|
458
459
|
]
|
|
459
460
|
ResourceServiceName = Literal[
|
|
460
|
-
"cloudformation",
|
|
461
|
-
"cloudwatch",
|
|
462
|
-
"dynamodb",
|
|
463
|
-
"ec2",
|
|
464
|
-
"glacier",
|
|
465
|
-
"iam",
|
|
466
|
-
"opsworks",
|
|
467
|
-
"s3",
|
|
468
|
-
"sns",
|
|
469
|
-
"sqs",
|
|
461
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
470
462
|
]
|
{mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-geo-maps
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.20
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.20 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.20](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.20' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `LocationServiceMapsV2` service.
|
|
124
124
|
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="mypy-boto3-geo-maps",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.20",
|
|
17
17
|
packages=["mypy_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.20 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps/type_defs.pyi
RENAMED
|
File without changes
|
{mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy_boto3_geo_maps-1.40.0 → mypy_boto3_geo_maps-1.40.20}/mypy_boto3_geo_maps.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|