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