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