mypy-boto3-geo-maps 1.42.3__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.
@@ -0,0 +1,475 @@
1
+ """
2
+ Type annotations for geo-maps service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/literals/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
8
+ Usage::
9
+
10
+ ```python
11
+ from mypy_boto3_geo_maps.literals import ColorSchemeType
12
+
13
+ data: ColorSchemeType = "Dark"
14
+ ```
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+
25
+ __all__ = (
26
+ "ColorSchemeType",
27
+ "ContourDensityType",
28
+ "LabelSizeType",
29
+ "LocationServiceMapsV2ServiceName",
30
+ "MapFeatureModeType",
31
+ "MapStyleType",
32
+ "ResourceServiceName",
33
+ "ScaleBarUnitType",
34
+ "ServiceName",
35
+ "StaticMapStyleType",
36
+ "TerrainType",
37
+ "TileAdditionalFeatureType",
38
+ "TrafficType",
39
+ "TravelModeType",
40
+ "VariantType",
41
+ )
42
+
43
+
44
+ ColorSchemeType = Literal["Dark", "Light"]
45
+ ContourDensityType = Literal["Medium"]
46
+ LabelSizeType = Literal["Large", "Small"]
47
+ MapFeatureModeType = Literal["Disabled", "Enabled"]
48
+ MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
49
+ ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
50
+ StaticMapStyleType = Literal["Satellite", "Standard"]
51
+ TerrainType = Literal["Hillshade"]
52
+ TileAdditionalFeatureType = Literal["ContourLines", "Hillshade", "Logistics", "Transit"]
53
+ TrafficType = Literal["All"]
54
+ TravelModeType = Literal["Transit", "Truck"]
55
+ VariantType = Literal["Default"]
56
+ LocationServiceMapsV2ServiceName = Literal["geo-maps"]
57
+ ServiceName = Literal[
58
+ "accessanalyzer",
59
+ "account",
60
+ "acm",
61
+ "acm-pca",
62
+ "aiops",
63
+ "amp",
64
+ "amplify",
65
+ "amplifybackend",
66
+ "amplifyuibuilder",
67
+ "apigateway",
68
+ "apigatewaymanagementapi",
69
+ "apigatewayv2",
70
+ "appconfig",
71
+ "appconfigdata",
72
+ "appfabric",
73
+ "appflow",
74
+ "appintegrations",
75
+ "application-autoscaling",
76
+ "application-insights",
77
+ "application-signals",
78
+ "applicationcostprofiler",
79
+ "appmesh",
80
+ "apprunner",
81
+ "appstream",
82
+ "appsync",
83
+ "arc-region-switch",
84
+ "arc-zonal-shift",
85
+ "artifact",
86
+ "athena",
87
+ "auditmanager",
88
+ "autoscaling",
89
+ "autoscaling-plans",
90
+ "b2bi",
91
+ "backup",
92
+ "backup-gateway",
93
+ "backupsearch",
94
+ "batch",
95
+ "bcm-dashboards",
96
+ "bcm-data-exports",
97
+ "bcm-pricing-calculator",
98
+ "bcm-recommended-actions",
99
+ "bedrock",
100
+ "bedrock-agent",
101
+ "bedrock-agent-runtime",
102
+ "bedrock-agentcore",
103
+ "bedrock-agentcore-control",
104
+ "bedrock-data-automation",
105
+ "bedrock-data-automation-runtime",
106
+ "bedrock-runtime",
107
+ "billing",
108
+ "billingconductor",
109
+ "braket",
110
+ "budgets",
111
+ "ce",
112
+ "chatbot",
113
+ "chime",
114
+ "chime-sdk-identity",
115
+ "chime-sdk-media-pipelines",
116
+ "chime-sdk-meetings",
117
+ "chime-sdk-messaging",
118
+ "chime-sdk-voice",
119
+ "cleanrooms",
120
+ "cleanroomsml",
121
+ "cloud9",
122
+ "cloudcontrol",
123
+ "clouddirectory",
124
+ "cloudformation",
125
+ "cloudfront",
126
+ "cloudfront-keyvaluestore",
127
+ "cloudhsm",
128
+ "cloudhsmv2",
129
+ "cloudsearch",
130
+ "cloudsearchdomain",
131
+ "cloudtrail",
132
+ "cloudtrail-data",
133
+ "cloudwatch",
134
+ "codeartifact",
135
+ "codebuild",
136
+ "codecatalyst",
137
+ "codecommit",
138
+ "codeconnections",
139
+ "codedeploy",
140
+ "codeguru-reviewer",
141
+ "codeguru-security",
142
+ "codeguruprofiler",
143
+ "codepipeline",
144
+ "codestar-connections",
145
+ "codestar-notifications",
146
+ "cognito-identity",
147
+ "cognito-idp",
148
+ "cognito-sync",
149
+ "comprehend",
150
+ "comprehendmedical",
151
+ "compute-optimizer",
152
+ "compute-optimizer-automation",
153
+ "config",
154
+ "connect",
155
+ "connect-contact-lens",
156
+ "connectcampaigns",
157
+ "connectcampaignsv2",
158
+ "connectcases",
159
+ "connectparticipant",
160
+ "controlcatalog",
161
+ "controltower",
162
+ "cost-optimization-hub",
163
+ "cur",
164
+ "customer-profiles",
165
+ "databrew",
166
+ "dataexchange",
167
+ "datapipeline",
168
+ "datasync",
169
+ "datazone",
170
+ "dax",
171
+ "deadline",
172
+ "detective",
173
+ "devicefarm",
174
+ "devops-guru",
175
+ "directconnect",
176
+ "discovery",
177
+ "dlm",
178
+ "dms",
179
+ "docdb",
180
+ "docdb-elastic",
181
+ "drs",
182
+ "ds",
183
+ "ds-data",
184
+ "dsql",
185
+ "dynamodb",
186
+ "dynamodbstreams",
187
+ "ebs",
188
+ "ec2",
189
+ "ec2-instance-connect",
190
+ "ecr",
191
+ "ecr-public",
192
+ "ecs",
193
+ "efs",
194
+ "eks",
195
+ "eks-auth",
196
+ "elasticache",
197
+ "elasticbeanstalk",
198
+ "elastictranscoder",
199
+ "elb",
200
+ "elbv2",
201
+ "emr",
202
+ "emr-containers",
203
+ "emr-serverless",
204
+ "entityresolution",
205
+ "es",
206
+ "events",
207
+ "evidently",
208
+ "evs",
209
+ "finspace",
210
+ "finspace-data",
211
+ "firehose",
212
+ "fis",
213
+ "fms",
214
+ "forecast",
215
+ "forecastquery",
216
+ "frauddetector",
217
+ "freetier",
218
+ "fsx",
219
+ "gamelift",
220
+ "gameliftstreams",
221
+ "geo-maps",
222
+ "geo-places",
223
+ "geo-routes",
224
+ "glacier",
225
+ "globalaccelerator",
226
+ "glue",
227
+ "grafana",
228
+ "greengrass",
229
+ "greengrassv2",
230
+ "groundstation",
231
+ "guardduty",
232
+ "health",
233
+ "healthlake",
234
+ "iam",
235
+ "identitystore",
236
+ "imagebuilder",
237
+ "importexport",
238
+ "inspector",
239
+ "inspector-scan",
240
+ "inspector2",
241
+ "internetmonitor",
242
+ "invoicing",
243
+ "iot",
244
+ "iot-data",
245
+ "iot-jobs-data",
246
+ "iot-managed-integrations",
247
+ "iotanalytics",
248
+ "iotdeviceadvisor",
249
+ "iotevents",
250
+ "iotevents-data",
251
+ "iotfleetwise",
252
+ "iotsecuretunneling",
253
+ "iotsitewise",
254
+ "iotthingsgraph",
255
+ "iottwinmaker",
256
+ "iotwireless",
257
+ "ivs",
258
+ "ivs-realtime",
259
+ "ivschat",
260
+ "kafka",
261
+ "kafkaconnect",
262
+ "kendra",
263
+ "kendra-ranking",
264
+ "keyspaces",
265
+ "keyspacesstreams",
266
+ "kinesis",
267
+ "kinesis-video-archived-media",
268
+ "kinesis-video-media",
269
+ "kinesis-video-signaling",
270
+ "kinesis-video-webrtc-storage",
271
+ "kinesisanalytics",
272
+ "kinesisanalyticsv2",
273
+ "kinesisvideo",
274
+ "kms",
275
+ "lakeformation",
276
+ "lambda",
277
+ "launch-wizard",
278
+ "lex-models",
279
+ "lex-runtime",
280
+ "lexv2-models",
281
+ "lexv2-runtime",
282
+ "license-manager",
283
+ "license-manager-linux-subscriptions",
284
+ "license-manager-user-subscriptions",
285
+ "lightsail",
286
+ "location",
287
+ "logs",
288
+ "lookoutequipment",
289
+ "m2",
290
+ "machinelearning",
291
+ "macie2",
292
+ "mailmanager",
293
+ "managedblockchain",
294
+ "managedblockchain-query",
295
+ "marketplace-agreement",
296
+ "marketplace-catalog",
297
+ "marketplace-deployment",
298
+ "marketplace-entitlement",
299
+ "marketplace-reporting",
300
+ "marketplacecommerceanalytics",
301
+ "mediaconnect",
302
+ "mediaconvert",
303
+ "medialive",
304
+ "mediapackage",
305
+ "mediapackage-vod",
306
+ "mediapackagev2",
307
+ "mediastore",
308
+ "mediastore-data",
309
+ "mediatailor",
310
+ "medical-imaging",
311
+ "memorydb",
312
+ "meteringmarketplace",
313
+ "mgh",
314
+ "mgn",
315
+ "migration-hub-refactor-spaces",
316
+ "migrationhub-config",
317
+ "migrationhuborchestrator",
318
+ "migrationhubstrategy",
319
+ "mpa",
320
+ "mq",
321
+ "mturk",
322
+ "mwaa",
323
+ "mwaa-serverless",
324
+ "neptune",
325
+ "neptune-graph",
326
+ "neptunedata",
327
+ "network-firewall",
328
+ "networkflowmonitor",
329
+ "networkmanager",
330
+ "networkmonitor",
331
+ "notifications",
332
+ "notificationscontacts",
333
+ "nova-act",
334
+ "oam",
335
+ "observabilityadmin",
336
+ "odb",
337
+ "omics",
338
+ "opensearch",
339
+ "opensearchserverless",
340
+ "organizations",
341
+ "osis",
342
+ "outposts",
343
+ "panorama",
344
+ "partnercentral-account",
345
+ "partnercentral-benefits",
346
+ "partnercentral-channel",
347
+ "partnercentral-selling",
348
+ "payment-cryptography",
349
+ "payment-cryptography-data",
350
+ "pca-connector-ad",
351
+ "pca-connector-scep",
352
+ "pcs",
353
+ "personalize",
354
+ "personalize-events",
355
+ "personalize-runtime",
356
+ "pi",
357
+ "pinpoint",
358
+ "pinpoint-email",
359
+ "pinpoint-sms-voice",
360
+ "pinpoint-sms-voice-v2",
361
+ "pipes",
362
+ "polly",
363
+ "pricing",
364
+ "proton",
365
+ "qapps",
366
+ "qbusiness",
367
+ "qconnect",
368
+ "quicksight",
369
+ "ram",
370
+ "rbin",
371
+ "rds",
372
+ "rds-data",
373
+ "redshift",
374
+ "redshift-data",
375
+ "redshift-serverless",
376
+ "rekognition",
377
+ "repostspace",
378
+ "resiliencehub",
379
+ "resource-explorer-2",
380
+ "resource-groups",
381
+ "resourcegroupstaggingapi",
382
+ "rolesanywhere",
383
+ "route53",
384
+ "route53-recovery-cluster",
385
+ "route53-recovery-control-config",
386
+ "route53-recovery-readiness",
387
+ "route53domains",
388
+ "route53globalresolver",
389
+ "route53profiles",
390
+ "route53resolver",
391
+ "rtbfabric",
392
+ "rum",
393
+ "s3",
394
+ "s3control",
395
+ "s3outposts",
396
+ "s3tables",
397
+ "s3vectors",
398
+ "sagemaker",
399
+ "sagemaker-a2i-runtime",
400
+ "sagemaker-edge",
401
+ "sagemaker-featurestore-runtime",
402
+ "sagemaker-geospatial",
403
+ "sagemaker-metrics",
404
+ "sagemaker-runtime",
405
+ "savingsplans",
406
+ "scheduler",
407
+ "schemas",
408
+ "sdb",
409
+ "secretsmanager",
410
+ "security-ir",
411
+ "securityhub",
412
+ "securitylake",
413
+ "serverlessrepo",
414
+ "service-quotas",
415
+ "servicecatalog",
416
+ "servicecatalog-appregistry",
417
+ "servicediscovery",
418
+ "ses",
419
+ "sesv2",
420
+ "shield",
421
+ "signer",
422
+ "signin",
423
+ "simspaceweaver",
424
+ "snow-device-management",
425
+ "snowball",
426
+ "sns",
427
+ "socialmessaging",
428
+ "sqs",
429
+ "ssm",
430
+ "ssm-contacts",
431
+ "ssm-guiconnect",
432
+ "ssm-incidents",
433
+ "ssm-quicksetup",
434
+ "ssm-sap",
435
+ "sso",
436
+ "sso-admin",
437
+ "sso-oidc",
438
+ "stepfunctions",
439
+ "storagegateway",
440
+ "sts",
441
+ "supplychain",
442
+ "support",
443
+ "support-app",
444
+ "swf",
445
+ "synthetics",
446
+ "taxsettings",
447
+ "textract",
448
+ "timestream-influxdb",
449
+ "timestream-query",
450
+ "timestream-write",
451
+ "tnb",
452
+ "transcribe",
453
+ "transfer",
454
+ "translate",
455
+ "trustedadvisor",
456
+ "verifiedpermissions",
457
+ "voice-id",
458
+ "vpc-lattice",
459
+ "waf",
460
+ "waf-regional",
461
+ "wafv2",
462
+ "wellarchitected",
463
+ "wisdom",
464
+ "workdocs",
465
+ "workmail",
466
+ "workmailmessageflow",
467
+ "workspaces",
468
+ "workspaces-instances",
469
+ "workspaces-thin-client",
470
+ "workspaces-web",
471
+ "xray",
472
+ ]
473
+ ResourceServiceName = Literal[
474
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
475
+ ]