types-boto3-geo-maps 1.40.0__py3-none-any.whl → 1.40.20__py3-none-any.whl

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.
@@ -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.0\n"
16
- "Version: 1.40.0\n"
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/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.0\n")
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
  ]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.0"
7
+ __version__ = "1.40.20"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-geo-maps
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.0 service generated with mypy-boto3-builder 8.11.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 LocationServiceMapsV2 1.40.0](https://pypi.org/project/boto3/)
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.0' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.20' 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.
@@ -0,0 +1,16 @@
1
+ types_boto3_geo_maps/__init__.py,sha256=pbB2VXYGmOPqtiNDMak53MSVRLSpBQmz3oVk0tu_uQs,562
2
+ types_boto3_geo_maps/__init__.pyi,sha256=1FajWFPCYNVzlr2NVL4AsOvJ7R08BWpnVniusZjvxVE,561
3
+ types_boto3_geo_maps/__main__.py,sha256=C-wTL6FDNoK9f9to7UGl5VpkmQjIIe3VkFzTbP7YgHs,1015
4
+ types_boto3_geo_maps/client.py,sha256=KY3W1QudxtSxKxLc7xxrmcu41SXbZUYMBhphRXxVFKg,5666
5
+ types_boto3_geo_maps/client.pyi,sha256=u-V3Lvmu8Sr4WFqGP6HIJHIz3HjkGx-zczFY6LdAfjA,5663
6
+ types_boto3_geo_maps/literals.py,sha256=fABA504Zs4Ogrk-lGFUWsl0VE8UGWiUZNRCaaLWHNWM,9479
7
+ types_boto3_geo_maps/literals.pyi,sha256=FMw5s2SI5sBo03kv8xX-WtSVuy674SiSj4a0WP-gHXE,9477
8
+ types_boto3_geo_maps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ types_boto3_geo_maps/type_defs.py,sha256=PhA1WS_S7I7B1RbF0wMQ-O1AbnqDdaLzCVmPBEP5OAo,3580
10
+ types_boto3_geo_maps/type_defs.pyi,sha256=wiJFESiuN_8MYXaHXLnRVA-cg5lPyJVNCjNa3Y252Z8,3568
11
+ types_boto3_geo_maps/version.py,sha256=Wq__qtlgJKTTcNfZfoHuRCz2J_5ynjOKOSNrw7qcH8A,93
12
+ types_boto3_geo_maps-1.40.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
13
+ types_boto3_geo_maps-1.40.20.dist-info/METADATA,sha256=LK2CkhYUI63NY2yQdM2WqK3GF6e7Cjw5AdW2PoBoz8w,14474
14
+ types_boto3_geo_maps-1.40.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ types_boto3_geo_maps-1.40.20.dist-info/top_level.txt,sha256=CwmcVINVZ93FRQXEIzN9dWnvPhak6LqhxvD3gPv3SkU,21
16
+ types_boto3_geo_maps-1.40.20.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- types_boto3_geo_maps/__init__.py,sha256=pbB2VXYGmOPqtiNDMak53MSVRLSpBQmz3oVk0tu_uQs,562
2
- types_boto3_geo_maps/__init__.pyi,sha256=1FajWFPCYNVzlr2NVL4AsOvJ7R08BWpnVniusZjvxVE,561
3
- types_boto3_geo_maps/__main__.py,sha256=ciiDx6e100Eytfiagz2oxiGpMpSUuMt6ioqSzFiubLQ,1012
4
- types_boto3_geo_maps/client.py,sha256=ZXUKechtSFmOFtt3SBDIBB2ZKrVa7uGaee8l_2_p5cQ,5609
5
- types_boto3_geo_maps/client.pyi,sha256=-ERUQfq8PqZjAQc93bwzrLICONlvDpOCVLUwUJc5_Z8,5606
6
- types_boto3_geo_maps/literals.py,sha256=irYXpCLkHsbXURaloBFOTU09QBlW3Sa5Ai8bqp3dsN4,9484
7
- types_boto3_geo_maps/literals.pyi,sha256=3-pLQVdl-nyEWtk5cEOkg6pQrf7iBv5XNhrZZvKn6yc,9482
8
- types_boto3_geo_maps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- types_boto3_geo_maps/type_defs.py,sha256=PhA1WS_S7I7B1RbF0wMQ-O1AbnqDdaLzCVmPBEP5OAo,3580
10
- types_boto3_geo_maps/type_defs.pyi,sha256=wiJFESiuN_8MYXaHXLnRVA-cg5lPyJVNCjNa3Y252Z8,3568
11
- types_boto3_geo_maps/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
12
- types_boto3_geo_maps-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
13
- types_boto3_geo_maps-1.40.0.dist-info/METADATA,sha256=vccGqS3vUZ9dR33H7ty_yF90EUXtcHdoKgUQyVmG-3Q,14470
14
- types_boto3_geo_maps-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- types_boto3_geo_maps-1.40.0.dist-info/top_level.txt,sha256=CwmcVINVZ93FRQXEIzN9dWnvPhak6LqhxvD3gPv3SkU,21
16
- types_boto3_geo_maps-1.40.0.dist-info/RECORD,,