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