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