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