mypy-boto3-geo-maps 1.36.0__tar.gz → 1.37.14__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.
Files changed (22) hide show
  1. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/PKG-INFO +14 -10
  2. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/README.md +12 -8
  3. mypy_boto3_geo_maps-1.36.0/mypy_boto3_geo_maps/__init__.pyi → mypy_boto3_geo_maps-1.37.14/mypy_boto3_geo_maps/__init__.py +5 -2
  4. mypy_boto3_geo_maps-1.36.0/mypy_boto3_geo_maps/__init__.py → mypy_boto3_geo_maps-1.37.14/mypy_boto3_geo_maps/__init__.pyi +4 -3
  5. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/__main__.py +4 -4
  6. mypy_boto3_geo_maps-1.36.0/mypy_boto3_geo_maps/client.pyi → mypy_boto3_geo_maps-1.37.14/mypy_boto3_geo_maps/client.py +21 -21
  7. mypy_boto3_geo_maps-1.36.0/mypy_boto3_geo_maps/client.py → mypy_boto3_geo_maps-1.37.14/mypy_boto3_geo_maps/client.pyi +18 -24
  8. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/literals.py +9 -4
  9. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/literals.pyi +9 -4
  10. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/type_defs.py +29 -16
  11. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/type_defs.pyi +29 -16
  12. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/version.py +1 -1
  13. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/PKG-INFO +14 -10
  14. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/setup.py +2 -2
  15. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/LICENSE +0 -0
  16. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps/py.typed +0 -0
  17. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
  18. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
  19. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/not-zip-safe +0 -0
  20. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/requires.txt +0 -0
  21. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/mypy_boto3_geo_maps.egg-info/top_level.txt +0 -0
  22. {mypy_boto3_geo_maps-1.36.0 → mypy_boto3_geo_maps-1.37.14}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-geo-maps
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 LocationServiceMapsV2 1.36.0 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.37.14
4
+ Summary: Type annotations for boto3 LocationServiceMapsV2 1.37.14 service generated with mypy-boto3-builder 8.10.1
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
58
  Type annotations for
59
- [boto3 LocationServiceMapsV2 1.36.0](https://pypi.org/project/boto3/)
59
+ [boto3 LocationServiceMapsV2 1.37.14](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
66
 
67
67
  Generated with
68
- [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
69
 
70
70
  More information can be found on
71
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
112
112
  ### Generate locally (recommended)
113
113
 
114
114
  You can generate type annotations for `boto3` package locally with
115
- `mypy_boto3_builder`. Use
115
+ `mypy-boto3-builder`. Use
116
116
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.37.14' mypy-boto3-builder`
121
121
  2. Select `boto3-stubs` AWS SDK.
122
122
  3. Add `LocationServiceMapsV2` service.
123
123
  4. Use provided commands to install generated packages.
@@ -368,11 +368,14 @@ Full list of `LocationServiceMapsV2` TypeDefs can be found in
368
368
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/type_defs/).
369
369
 
370
370
  ```python
371
- from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
371
+ # TypedDict usage example
372
+ from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestTypeDef
372
373
 
373
374
 
374
- def get_value() -> GetGlyphsRequestRequestTypeDef:
375
- return {...}
375
+ def get_value() -> GetGlyphsRequestTypeDef:
376
+ return {
377
+ "FontStack": ...,
378
+ }
376
379
  ```
377
380
 
378
381
  <a id="how-it-works"></a>
@@ -426,7 +429,8 @@ Builder changelog can be found in
426
429
  ## Versioning
427
430
 
428
431
  `mypy-boto3-geo-maps` version is the same as related `boto3` version and
429
- follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
432
+ follows
433
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
430
434
 
431
435
  <a id="thank-you"></a>
432
436
 
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 LocationServiceMapsV2 1.36.0](https://pypi.org/project/boto3/)
13
+ [boto3 LocationServiceMapsV2 1.37.14](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.8.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -66,12 +66,12 @@ See how it helps you find and fix potential bugs:
66
66
  ### Generate locally (recommended)
67
67
 
68
68
  You can generate type annotations for `boto3` package locally with
69
- `mypy_boto3_builder`. Use
69
+ `mypy-boto3-builder`. Use
70
70
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
74
+ `uvx --with 'boto3==1.37.14' 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.
@@ -322,11 +322,14 @@ Full list of `LocationServiceMapsV2` TypeDefs can be found in
322
322
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/type_defs/).
323
323
 
324
324
  ```python
325
- from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
325
+ # TypedDict usage example
326
+ from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestTypeDef
326
327
 
327
328
 
328
- def get_value() -> GetGlyphsRequestRequestTypeDef:
329
- return {...}
329
+ def get_value() -> GetGlyphsRequestTypeDef:
330
+ return {
331
+ "FontStack": ...,
332
+ }
330
333
  ```
331
334
 
332
335
  <a id="how-it-works"></a>
@@ -380,7 +383,8 @@ Builder changelog can be found in
380
383
  ## Versioning
381
384
 
382
385
  `mypy-boto3-geo-maps` version is the same as related `boto3` version and
383
- follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
386
+ follows
387
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
384
388
 
385
389
  <a id="thank-you"></a>
386
390
 
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for geo-maps service.
3
3
 
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -13,12 +17,11 @@ Usage::
13
17
  session = Session()
14
18
  client: LocationServiceMapsV2Client = session.client("geo-maps")
15
19
  ```
16
-
17
- Copyright 2025 Vlad Emelianov
18
20
  """
19
21
 
20
22
  from .client import LocationServiceMapsV2Client
21
23
 
22
24
  Client = LocationServiceMapsV2Client
23
25
 
26
+
24
27
  __all__ = ("Client", "LocationServiceMapsV2Client")
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for geo-maps service.
3
3
 
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -13,13 +17,10 @@ Usage::
13
17
  session = Session()
14
18
  client: LocationServiceMapsV2Client = session.client("geo-maps")
15
19
  ```
16
-
17
- Copyright 2025 Vlad Emelianov
18
20
  """
19
21
 
20
22
  from .client import LocationServiceMapsV2Client
21
23
 
22
24
  Client = LocationServiceMapsV2Client
23
25
 
24
-
25
26
  __all__ = ("Client", "LocationServiceMapsV2Client")
@@ -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.36.0\n"
16
- "Version: 1.36.0\n"
17
- "Builder version: 8.8.0\n"
15
+ "Type annotations for boto3 LocationServiceMapsV2 1.37.14\n"
16
+ "Version: 1.37.14\n"
17
+ "Builder version: 8.10.1\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"
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.36.0\n")
29
+ sys.stdout.write("1.37.14\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,6 +3,8 @@ Type annotations for geo-maps service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -12,8 +14,6 @@ Usage::
12
14
  session = Session()
13
15
  client: LocationServiceMapsV2Client = session.client("geo-maps")
14
16
  ```
15
-
16
- Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -26,15 +26,15 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .type_defs import (
29
- GetGlyphsRequestRequestTypeDef,
29
+ GetGlyphsRequestTypeDef,
30
30
  GetGlyphsResponseTypeDef,
31
- GetSpritesRequestRequestTypeDef,
31
+ GetSpritesRequestTypeDef,
32
32
  GetSpritesResponseTypeDef,
33
- GetStaticMapRequestRequestTypeDef,
33
+ GetStaticMapRequestTypeDef,
34
34
  GetStaticMapResponseTypeDef,
35
- GetStyleDescriptorRequestRequestTypeDef,
35
+ GetStyleDescriptorRequestTypeDef,
36
36
  GetStyleDescriptorResponseTypeDef,
37
- GetTileRequestRequestTypeDef,
37
+ GetTileRequestTypeDef,
38
38
  GetTileResponseTypeDef,
39
39
  )
40
40
 
@@ -48,8 +48,10 @@ if sys.version_info >= (3, 12):
48
48
  else:
49
49
  from typing_extensions import Unpack
50
50
 
51
+
51
52
  __all__ = ("LocationServiceMapsV2Client",)
52
53
 
54
+
53
55
  class Exceptions(BaseClientExceptions):
54
56
  AccessDeniedException: Type[BotocoreClientError]
55
57
  ClientError: Type[BotocoreClientError]
@@ -57,6 +59,7 @@ class Exceptions(BaseClientExceptions):
57
59
  ThrottlingException: Type[BotocoreClientError]
58
60
  ValidationException: Type[BotocoreClientError]
59
61
 
62
+
60
63
  class LocationServiceMapsV2Client(BaseClient):
61
64
  """
62
65
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps.html#LocationServiceMapsV2.Client)
@@ -92,49 +95,46 @@ class LocationServiceMapsV2Client(BaseClient):
92
95
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#generate_presigned_url)
93
96
  """
94
97
 
95
- def get_glyphs(
96
- self, **kwargs: Unpack[GetGlyphsRequestRequestTypeDef]
97
- ) -> GetGlyphsResponseTypeDef:
98
+ def get_glyphs(self, **kwargs: Unpack[GetGlyphsRequestTypeDef]) -> GetGlyphsResponseTypeDef:
98
99
  """
99
- Returns the map's glyphs.
100
+ <code>GetGlyphs</code> returns the map's glyphs.
100
101
 
101
102
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_glyphs.html)
102
103
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_glyphs)
103
104
  """
104
105
 
105
- def get_sprites(
106
- self, **kwargs: Unpack[GetSpritesRequestRequestTypeDef]
107
- ) -> GetSpritesResponseTypeDef:
106
+ def get_sprites(self, **kwargs: Unpack[GetSpritesRequestTypeDef]) -> GetSpritesResponseTypeDef:
108
107
  """
109
- Returns the map's sprites.
108
+ <code>GetSprites</code> returns the map's sprites.
110
109
 
111
110
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_sprites.html)
112
111
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_sprites)
113
112
  """
114
113
 
115
114
  def get_static_map(
116
- self, **kwargs: Unpack[GetStaticMapRequestRequestTypeDef]
115
+ self, **kwargs: Unpack[GetStaticMapRequestTypeDef]
117
116
  ) -> GetStaticMapResponseTypeDef:
118
117
  """
119
- Provides high-quality static map images with customizable options.
118
+ <code>GetStaticMap</code> provides high-quality static map images with
119
+ customizable options.
120
120
 
121
121
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_static_map.html)
122
122
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_static_map)
123
123
  """
124
124
 
125
125
  def get_style_descriptor(
126
- self, **kwargs: Unpack[GetStyleDescriptorRequestRequestTypeDef]
126
+ self, **kwargs: Unpack[GetStyleDescriptorRequestTypeDef]
127
127
  ) -> GetStyleDescriptorResponseTypeDef:
128
128
  """
129
- Returns information about the style.
129
+ <code>GetStyleDescriptor</code> returns information about the style.
130
130
 
131
131
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_style_descriptor.html)
132
132
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_style_descriptor)
133
133
  """
134
134
 
135
- def get_tile(self, **kwargs: Unpack[GetTileRequestRequestTypeDef]) -> GetTileResponseTypeDef:
135
+ def get_tile(self, **kwargs: Unpack[GetTileRequestTypeDef]) -> GetTileResponseTypeDef:
136
136
  """
137
- Returns a tile.
137
+ <code>GetTile</code> returns a tile.
138
138
 
139
139
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_tile.html)
140
140
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_tile)
@@ -3,6 +3,8 @@ Type annotations for geo-maps service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -12,8 +14,6 @@ Usage::
12
14
  session = Session()
13
15
  client: LocationServiceMapsV2Client = session.client("geo-maps")
14
16
  ```
15
-
16
- Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -26,15 +26,15 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .type_defs import (
29
- GetGlyphsRequestRequestTypeDef,
29
+ GetGlyphsRequestTypeDef,
30
30
  GetGlyphsResponseTypeDef,
31
- GetSpritesRequestRequestTypeDef,
31
+ GetSpritesRequestTypeDef,
32
32
  GetSpritesResponseTypeDef,
33
- GetStaticMapRequestRequestTypeDef,
33
+ GetStaticMapRequestTypeDef,
34
34
  GetStaticMapResponseTypeDef,
35
- GetStyleDescriptorRequestRequestTypeDef,
35
+ GetStyleDescriptorRequestTypeDef,
36
36
  GetStyleDescriptorResponseTypeDef,
37
- GetTileRequestRequestTypeDef,
37
+ GetTileRequestTypeDef,
38
38
  GetTileResponseTypeDef,
39
39
  )
40
40
 
@@ -48,10 +48,8 @@ if sys.version_info >= (3, 12):
48
48
  else:
49
49
  from typing_extensions import Unpack
50
50
 
51
-
52
51
  __all__ = ("LocationServiceMapsV2Client",)
53
52
 
54
-
55
53
  class Exceptions(BaseClientExceptions):
56
54
  AccessDeniedException: Type[BotocoreClientError]
57
55
  ClientError: Type[BotocoreClientError]
@@ -59,7 +57,6 @@ class Exceptions(BaseClientExceptions):
59
57
  ThrottlingException: Type[BotocoreClientError]
60
58
  ValidationException: Type[BotocoreClientError]
61
59
 
62
-
63
60
  class LocationServiceMapsV2Client(BaseClient):
64
61
  """
65
62
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps.html#LocationServiceMapsV2.Client)
@@ -95,49 +92,46 @@ class LocationServiceMapsV2Client(BaseClient):
95
92
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#generate_presigned_url)
96
93
  """
97
94
 
98
- def get_glyphs(
99
- self, **kwargs: Unpack[GetGlyphsRequestRequestTypeDef]
100
- ) -> GetGlyphsResponseTypeDef:
95
+ def get_glyphs(self, **kwargs: Unpack[GetGlyphsRequestTypeDef]) -> GetGlyphsResponseTypeDef:
101
96
  """
102
- Returns the map's glyphs.
97
+ <code>GetGlyphs</code> returns the map's glyphs.
103
98
 
104
99
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_glyphs.html)
105
100
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_glyphs)
106
101
  """
107
102
 
108
- def get_sprites(
109
- self, **kwargs: Unpack[GetSpritesRequestRequestTypeDef]
110
- ) -> GetSpritesResponseTypeDef:
103
+ def get_sprites(self, **kwargs: Unpack[GetSpritesRequestTypeDef]) -> GetSpritesResponseTypeDef:
111
104
  """
112
- Returns the map's sprites.
105
+ <code>GetSprites</code> returns the map's sprites.
113
106
 
114
107
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_sprites.html)
115
108
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_sprites)
116
109
  """
117
110
 
118
111
  def get_static_map(
119
- self, **kwargs: Unpack[GetStaticMapRequestRequestTypeDef]
112
+ self, **kwargs: Unpack[GetStaticMapRequestTypeDef]
120
113
  ) -> GetStaticMapResponseTypeDef:
121
114
  """
122
- Provides high-quality static map images with customizable options.
115
+ <code>GetStaticMap</code> provides high-quality static map images with
116
+ customizable options.
123
117
 
124
118
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_static_map.html)
125
119
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_static_map)
126
120
  """
127
121
 
128
122
  def get_style_descriptor(
129
- self, **kwargs: Unpack[GetStyleDescriptorRequestRequestTypeDef]
123
+ self, **kwargs: Unpack[GetStyleDescriptorRequestTypeDef]
130
124
  ) -> GetStyleDescriptorResponseTypeDef:
131
125
  """
132
- Returns information about the style.
126
+ <code>GetStyleDescriptor</code> returns information about the style.
133
127
 
134
128
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_style_descriptor.html)
135
129
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_style_descriptor)
136
130
  """
137
131
 
138
- def get_tile(self, **kwargs: Unpack[GetTileRequestRequestTypeDef]) -> GetTileResponseTypeDef:
132
+ def get_tile(self, **kwargs: Unpack[GetTileRequestTypeDef]) -> GetTileResponseTypeDef:
139
133
  """
140
- Returns a tile.
134
+ <code>GetTile</code> returns a tile.
141
135
 
142
136
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps/client/get_tile.html)
143
137
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/client/#get_tile)
@@ -3,6 +3,8 @@ Type annotations for geo-maps service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: ColorSchemeType = "Dark"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -24,7 +24,9 @@ else:
24
24
 
25
25
  __all__ = (
26
26
  "ColorSchemeType",
27
+ "LabelSizeType",
27
28
  "LocationServiceMapsV2ServiceName",
29
+ "MapFeatureModeType",
28
30
  "MapStyleType",
29
31
  "ResourceServiceName",
30
32
  "ScaleBarUnitType",
@@ -35,9 +37,11 @@ __all__ = (
35
37
 
36
38
 
37
39
  ColorSchemeType = Literal["Dark", "Light"]
40
+ LabelSizeType = Literal["Large", "Small"]
41
+ MapFeatureModeType = Literal["Disabled", "Enabled"]
38
42
  MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
39
43
  ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
40
- StaticMapStyleType = Literal["Satellite"]
44
+ StaticMapStyleType = Literal["Satellite", "Standard"]
41
45
  VariantType = Literal["Default"]
42
46
  LocationServiceMapsV2ServiceName = Literal["geo-maps"]
43
47
  ServiceName = Literal[
@@ -173,7 +177,6 @@ ServiceName = Literal[
173
177
  "efs",
174
178
  "eks",
175
179
  "eks-auth",
176
- "elastic-inference",
177
180
  "elasticache",
178
181
  "elasticbeanstalk",
179
182
  "elastictranscoder",
@@ -197,6 +200,7 @@ ServiceName = Literal[
197
200
  "freetier",
198
201
  "fsx",
199
202
  "gamelift",
203
+ "gameliftstreams",
200
204
  "geo-maps",
201
205
  "geo-places",
202
206
  "geo-routes",
@@ -222,6 +226,7 @@ ServiceName = Literal[
222
226
  "iot",
223
227
  "iot-data",
224
228
  "iot-jobs-data",
229
+ "iot-managed-integrations",
225
230
  "iotanalytics",
226
231
  "iotdeviceadvisor",
227
232
  "iotevents",
@@ -3,6 +3,8 @@ Type annotations for geo-maps service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: ColorSchemeType = "Dark"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -23,7 +23,9 @@ else:
23
23
 
24
24
  __all__ = (
25
25
  "ColorSchemeType",
26
+ "LabelSizeType",
26
27
  "LocationServiceMapsV2ServiceName",
28
+ "MapFeatureModeType",
27
29
  "MapStyleType",
28
30
  "ResourceServiceName",
29
31
  "ScaleBarUnitType",
@@ -33,9 +35,11 @@ __all__ = (
33
35
  )
34
36
 
35
37
  ColorSchemeType = Literal["Dark", "Light"]
38
+ LabelSizeType = Literal["Large", "Small"]
39
+ MapFeatureModeType = Literal["Disabled", "Enabled"]
36
40
  MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
37
41
  ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
38
- StaticMapStyleType = Literal["Satellite"]
42
+ StaticMapStyleType = Literal["Satellite", "Standard"]
39
43
  VariantType = Literal["Default"]
40
44
  LocationServiceMapsV2ServiceName = Literal["geo-maps"]
41
45
  ServiceName = Literal[
@@ -171,7 +175,6 @@ ServiceName = Literal[
171
175
  "efs",
172
176
  "eks",
173
177
  "eks-auth",
174
- "elastic-inference",
175
178
  "elasticache",
176
179
  "elasticbeanstalk",
177
180
  "elastictranscoder",
@@ -195,6 +198,7 @@ ServiceName = Literal[
195
198
  "freetier",
196
199
  "fsx",
197
200
  "gamelift",
201
+ "gameliftstreams",
198
202
  "geo-maps",
199
203
  "geo-places",
200
204
  "geo-routes",
@@ -220,6 +224,7 @@ ServiceName = Literal[
220
224
  "iot",
221
225
  "iot-data",
222
226
  "iot-jobs-data",
227
+ "iot-managed-integrations",
223
228
  "iotanalytics",
224
229
  "iotdeviceadvisor",
225
230
  "iotevents",
@@ -3,15 +3,15 @@ Type annotations for geo-maps service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/type_defs/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
9
- from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
11
+ from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestTypeDef
10
12
 
11
- data: GetGlyphsRequestRequestTypeDef = ...
13
+ data: GetGlyphsRequestTypeDef = ...
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  from __future__ import annotations
@@ -20,7 +20,14 @@ import sys
20
20
 
21
21
  from botocore.response import StreamingBody
22
22
 
23
- from .literals import ColorSchemeType, MapStyleType, ScaleBarUnitType
23
+ from .literals import (
24
+ ColorSchemeType,
25
+ LabelSizeType,
26
+ MapFeatureModeType,
27
+ MapStyleType,
28
+ ScaleBarUnitType,
29
+ StaticMapStyleType,
30
+ )
24
31
 
25
32
  if sys.version_info >= (3, 9):
26
33
  from builtins import dict as Dict
@@ -33,21 +40,21 @@ else:
33
40
 
34
41
 
35
42
  __all__ = (
36
- "GetGlyphsRequestRequestTypeDef",
43
+ "GetGlyphsRequestTypeDef",
37
44
  "GetGlyphsResponseTypeDef",
38
- "GetSpritesRequestRequestTypeDef",
45
+ "GetSpritesRequestTypeDef",
39
46
  "GetSpritesResponseTypeDef",
40
- "GetStaticMapRequestRequestTypeDef",
47
+ "GetStaticMapRequestTypeDef",
41
48
  "GetStaticMapResponseTypeDef",
42
- "GetStyleDescriptorRequestRequestTypeDef",
49
+ "GetStyleDescriptorRequestTypeDef",
43
50
  "GetStyleDescriptorResponseTypeDef",
44
- "GetTileRequestRequestTypeDef",
51
+ "GetTileRequestTypeDef",
45
52
  "GetTileResponseTypeDef",
46
53
  "ResponseMetadataTypeDef",
47
54
  )
48
55
 
49
56
 
50
- class GetGlyphsRequestRequestTypeDef(TypedDict):
57
+ class GetGlyphsRequestTypeDef(TypedDict):
51
58
  FontStack: str
52
59
  FontUnicodeRange: str
53
60
 
@@ -60,38 +67,44 @@ class ResponseMetadataTypeDef(TypedDict):
60
67
  HostId: NotRequired[str]
61
68
 
62
69
 
63
- class GetSpritesRequestRequestTypeDef(TypedDict):
70
+ class GetSpritesRequestTypeDef(TypedDict):
64
71
  FileName: str
65
72
  Style: MapStyleType
66
73
  ColorScheme: ColorSchemeType
67
74
  Variant: Literal["Default"]
68
75
 
69
76
 
70
- class GetStaticMapRequestRequestTypeDef(TypedDict):
77
+ class GetStaticMapRequestTypeDef(TypedDict):
71
78
  Height: int
72
79
  FileName: str
73
80
  Width: int
74
81
  BoundingBox: NotRequired[str]
75
82
  BoundedPositions: NotRequired[str]
76
83
  Center: NotRequired[str]
84
+ ColorScheme: NotRequired[ColorSchemeType]
77
85
  CompactOverlay: NotRequired[str]
86
+ CropLabels: NotRequired[bool]
78
87
  GeoJsonOverlay: NotRequired[str]
79
88
  Key: NotRequired[str]
89
+ LabelSize: NotRequired[LabelSizeType]
90
+ Language: NotRequired[str]
80
91
  Padding: NotRequired[int]
92
+ PoliticalView: NotRequired[str]
93
+ PointsOfInterests: NotRequired[MapFeatureModeType]
81
94
  Radius: NotRequired[int]
82
95
  ScaleBarUnit: NotRequired[ScaleBarUnitType]
83
- Style: NotRequired[Literal["Satellite"]]
96
+ Style: NotRequired[StaticMapStyleType]
84
97
  Zoom: NotRequired[float]
85
98
 
86
99
 
87
- class GetStyleDescriptorRequestRequestTypeDef(TypedDict):
100
+ class GetStyleDescriptorRequestTypeDef(TypedDict):
88
101
  Style: MapStyleType
89
102
  ColorScheme: NotRequired[ColorSchemeType]
90
103
  PoliticalView: NotRequired[str]
91
104
  Key: NotRequired[str]
92
105
 
93
106
 
94
- class GetTileRequestRequestTypeDef(TypedDict):
107
+ class GetTileRequestTypeDef(TypedDict):
95
108
  Tileset: str
96
109
  Z: str
97
110
  X: str
@@ -3,15 +3,15 @@ Type annotations for geo-maps service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/type_defs/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
9
- from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
11
+ from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestTypeDef
10
12
 
11
- data: GetGlyphsRequestRequestTypeDef = ...
13
+ data: GetGlyphsRequestTypeDef = ...
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  from __future__ import annotations
@@ -20,7 +20,14 @@ import sys
20
20
 
21
21
  from botocore.response import StreamingBody
22
22
 
23
- from .literals import ColorSchemeType, MapStyleType, ScaleBarUnitType
23
+ from .literals import (
24
+ ColorSchemeType,
25
+ LabelSizeType,
26
+ MapFeatureModeType,
27
+ MapStyleType,
28
+ ScaleBarUnitType,
29
+ StaticMapStyleType,
30
+ )
24
31
 
25
32
  if sys.version_info >= (3, 9):
26
33
  from builtins import dict as Dict
@@ -32,20 +39,20 @@ else:
32
39
  from typing_extensions import Literal, NotRequired, TypedDict
33
40
 
34
41
  __all__ = (
35
- "GetGlyphsRequestRequestTypeDef",
42
+ "GetGlyphsRequestTypeDef",
36
43
  "GetGlyphsResponseTypeDef",
37
- "GetSpritesRequestRequestTypeDef",
44
+ "GetSpritesRequestTypeDef",
38
45
  "GetSpritesResponseTypeDef",
39
- "GetStaticMapRequestRequestTypeDef",
46
+ "GetStaticMapRequestTypeDef",
40
47
  "GetStaticMapResponseTypeDef",
41
- "GetStyleDescriptorRequestRequestTypeDef",
48
+ "GetStyleDescriptorRequestTypeDef",
42
49
  "GetStyleDescriptorResponseTypeDef",
43
- "GetTileRequestRequestTypeDef",
50
+ "GetTileRequestTypeDef",
44
51
  "GetTileResponseTypeDef",
45
52
  "ResponseMetadataTypeDef",
46
53
  )
47
54
 
48
- class GetGlyphsRequestRequestTypeDef(TypedDict):
55
+ class GetGlyphsRequestTypeDef(TypedDict):
49
56
  FontStack: str
50
57
  FontUnicodeRange: str
51
58
 
@@ -56,35 +63,41 @@ class ResponseMetadataTypeDef(TypedDict):
56
63
  RetryAttempts: int
57
64
  HostId: NotRequired[str]
58
65
 
59
- class GetSpritesRequestRequestTypeDef(TypedDict):
66
+ class GetSpritesRequestTypeDef(TypedDict):
60
67
  FileName: str
61
68
  Style: MapStyleType
62
69
  ColorScheme: ColorSchemeType
63
70
  Variant: Literal["Default"]
64
71
 
65
- class GetStaticMapRequestRequestTypeDef(TypedDict):
72
+ class GetStaticMapRequestTypeDef(TypedDict):
66
73
  Height: int
67
74
  FileName: str
68
75
  Width: int
69
76
  BoundingBox: NotRequired[str]
70
77
  BoundedPositions: NotRequired[str]
71
78
  Center: NotRequired[str]
79
+ ColorScheme: NotRequired[ColorSchemeType]
72
80
  CompactOverlay: NotRequired[str]
81
+ CropLabels: NotRequired[bool]
73
82
  GeoJsonOverlay: NotRequired[str]
74
83
  Key: NotRequired[str]
84
+ LabelSize: NotRequired[LabelSizeType]
85
+ Language: NotRequired[str]
75
86
  Padding: NotRequired[int]
87
+ PoliticalView: NotRequired[str]
88
+ PointsOfInterests: NotRequired[MapFeatureModeType]
76
89
  Radius: NotRequired[int]
77
90
  ScaleBarUnit: NotRequired[ScaleBarUnitType]
78
- Style: NotRequired[Literal["Satellite"]]
91
+ Style: NotRequired[StaticMapStyleType]
79
92
  Zoom: NotRequired[float]
80
93
 
81
- class GetStyleDescriptorRequestRequestTypeDef(TypedDict):
94
+ class GetStyleDescriptorRequestTypeDef(TypedDict):
82
95
  Style: MapStyleType
83
96
  ColorScheme: NotRequired[ColorSchemeType]
84
97
  PoliticalView: NotRequired[str]
85
98
  Key: NotRequired[str]
86
99
 
87
- class GetTileRequestRequestTypeDef(TypedDict):
100
+ class GetTileRequestTypeDef(TypedDict):
88
101
  Tileset: str
89
102
  Z: str
90
103
  X: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.0"
7
+ __version__ = "1.37.14"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-geo-maps
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 LocationServiceMapsV2 1.36.0 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.37.14
4
+ Summary: Type annotations for boto3 LocationServiceMapsV2 1.37.14 service generated with mypy-boto3-builder 8.10.1
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
58
  Type annotations for
59
- [boto3 LocationServiceMapsV2 1.36.0](https://pypi.org/project/boto3/)
59
+ [boto3 LocationServiceMapsV2 1.37.14](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
66
 
67
67
  Generated with
68
- [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
69
 
70
70
  More information can be found on
71
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
112
112
  ### Generate locally (recommended)
113
113
 
114
114
  You can generate type annotations for `boto3` package locally with
115
- `mypy_boto3_builder`. Use
115
+ `mypy-boto3-builder`. Use
116
116
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.37.14' mypy-boto3-builder`
121
121
  2. Select `boto3-stubs` AWS SDK.
122
122
  3. Add `LocationServiceMapsV2` service.
123
123
  4. Use provided commands to install generated packages.
@@ -368,11 +368,14 @@ Full list of `LocationServiceMapsV2` TypeDefs can be found in
368
368
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/type_defs/).
369
369
 
370
370
  ```python
371
- from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
371
+ # TypedDict usage example
372
+ from mypy_boto3_geo_maps.type_defs import GetGlyphsRequestTypeDef
372
373
 
373
374
 
374
- def get_value() -> GetGlyphsRequestRequestTypeDef:
375
- return {...}
375
+ def get_value() -> GetGlyphsRequestTypeDef:
376
+ return {
377
+ "FontStack": ...,
378
+ }
376
379
  ```
377
380
 
378
381
  <a id="how-it-works"></a>
@@ -426,7 +429,8 @@ Builder changelog can be found in
426
429
  ## Versioning
427
430
 
428
431
  `mypy-boto3-geo-maps` version is the same as related `boto3` version and
429
- follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
432
+ follows
433
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
430
434
 
431
435
  <a id="thank-you"></a>
432
436
 
@@ -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.36.0",
16
+ version="1.37.14",
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.36.0 service generated with mypy-boto3-builder 8.8.0",
22
+ description="Type annotations for boto3 LocationServiceMapsV2 1.37.14 service generated with mypy-boto3-builder 8.10.1",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",