aws-sdk 2.810.0 → 2.814.0

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.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,1759 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-11-19",
5
+ "endpointPrefix": "geo",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon Location Service",
9
+ "serviceId": "Location",
10
+ "signatureVersion": "v4",
11
+ "signingName": "geo",
12
+ "uid": "location-2020-11-19"
13
+ },
14
+ "operations": {
15
+ "AssociateTrackerConsumer": {
16
+ "http": {
17
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/consumers",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "ConsumerArn",
24
+ "TrackerName"
25
+ ],
26
+ "members": {
27
+ "ConsumerArn": {},
28
+ "TrackerName": {
29
+ "location": "uri",
30
+ "locationName": "TrackerName"
31
+ }
32
+ }
33
+ },
34
+ "output": {
35
+ "type": "structure",
36
+ "members": {}
37
+ },
38
+ "endpoint": {
39
+ "hostPrefix": "tracking."
40
+ }
41
+ },
42
+ "BatchDeleteGeofence": {
43
+ "http": {
44
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/delete-geofences",
45
+ "responseCode": 200
46
+ },
47
+ "input": {
48
+ "type": "structure",
49
+ "required": [
50
+ "CollectionName",
51
+ "GeofenceIds"
52
+ ],
53
+ "members": {
54
+ "CollectionName": {
55
+ "location": "uri",
56
+ "locationName": "CollectionName"
57
+ },
58
+ "GeofenceIds": {
59
+ "type": "list",
60
+ "member": {}
61
+ }
62
+ }
63
+ },
64
+ "output": {
65
+ "type": "structure",
66
+ "required": [
67
+ "Errors"
68
+ ],
69
+ "members": {
70
+ "Errors": {
71
+ "type": "list",
72
+ "member": {
73
+ "type": "structure",
74
+ "required": [
75
+ "Error",
76
+ "GeofenceId"
77
+ ],
78
+ "members": {
79
+ "Error": {
80
+ "shape": "Sb"
81
+ },
82
+ "GeofenceId": {}
83
+ }
84
+ }
85
+ }
86
+ }
87
+ },
88
+ "endpoint": {
89
+ "hostPrefix": "geofencing."
90
+ }
91
+ },
92
+ "BatchEvaluateGeofences": {
93
+ "http": {
94
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/positions",
95
+ "responseCode": 200
96
+ },
97
+ "input": {
98
+ "type": "structure",
99
+ "required": [
100
+ "CollectionName",
101
+ "DevicePositionUpdates"
102
+ ],
103
+ "members": {
104
+ "CollectionName": {
105
+ "location": "uri",
106
+ "locationName": "CollectionName"
107
+ },
108
+ "DevicePositionUpdates": {
109
+ "type": "list",
110
+ "member": {
111
+ "shape": "Sg"
112
+ }
113
+ }
114
+ }
115
+ },
116
+ "output": {
117
+ "type": "structure",
118
+ "required": [
119
+ "Errors"
120
+ ],
121
+ "members": {
122
+ "Errors": {
123
+ "type": "list",
124
+ "member": {
125
+ "type": "structure",
126
+ "required": [
127
+ "DeviceId",
128
+ "Error",
129
+ "SampleTime"
130
+ ],
131
+ "members": {
132
+ "DeviceId": {},
133
+ "Error": {
134
+ "shape": "Sb"
135
+ },
136
+ "SampleTime": {
137
+ "shape": "Sj"
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
143
+ },
144
+ "endpoint": {
145
+ "hostPrefix": "geofencing."
146
+ }
147
+ },
148
+ "BatchGetDevicePosition": {
149
+ "http": {
150
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/get-positions",
151
+ "responseCode": 200
152
+ },
153
+ "input": {
154
+ "type": "structure",
155
+ "required": [
156
+ "DeviceIds",
157
+ "TrackerName"
158
+ ],
159
+ "members": {
160
+ "DeviceIds": {
161
+ "type": "list",
162
+ "member": {}
163
+ },
164
+ "TrackerName": {
165
+ "location": "uri",
166
+ "locationName": "TrackerName"
167
+ }
168
+ }
169
+ },
170
+ "output": {
171
+ "type": "structure",
172
+ "required": [
173
+ "DevicePositions",
174
+ "Errors"
175
+ ],
176
+ "members": {
177
+ "DevicePositions": {
178
+ "shape": "Sr"
179
+ },
180
+ "Errors": {
181
+ "type": "list",
182
+ "member": {
183
+ "type": "structure",
184
+ "required": [
185
+ "DeviceId",
186
+ "Error"
187
+ ],
188
+ "members": {
189
+ "DeviceId": {},
190
+ "Error": {
191
+ "shape": "Sb"
192
+ }
193
+ }
194
+ }
195
+ }
196
+ }
197
+ },
198
+ "endpoint": {
199
+ "hostPrefix": "tracking."
200
+ }
201
+ },
202
+ "BatchPutGeofence": {
203
+ "http": {
204
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/put-geofences",
205
+ "responseCode": 200
206
+ },
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "CollectionName",
211
+ "Entries"
212
+ ],
213
+ "members": {
214
+ "CollectionName": {
215
+ "location": "uri",
216
+ "locationName": "CollectionName"
217
+ },
218
+ "Entries": {
219
+ "type": "list",
220
+ "member": {
221
+ "type": "structure",
222
+ "required": [
223
+ "GeofenceId",
224
+ "Geometry"
225
+ ],
226
+ "members": {
227
+ "GeofenceId": {},
228
+ "Geometry": {
229
+ "shape": "Sy"
230
+ }
231
+ }
232
+ }
233
+ }
234
+ }
235
+ },
236
+ "output": {
237
+ "type": "structure",
238
+ "required": [
239
+ "Errors",
240
+ "Successes"
241
+ ],
242
+ "members": {
243
+ "Errors": {
244
+ "type": "list",
245
+ "member": {
246
+ "type": "structure",
247
+ "required": [
248
+ "Error",
249
+ "GeofenceId"
250
+ ],
251
+ "members": {
252
+ "Error": {
253
+ "shape": "Sb"
254
+ },
255
+ "GeofenceId": {}
256
+ }
257
+ }
258
+ },
259
+ "Successes": {
260
+ "type": "list",
261
+ "member": {
262
+ "type": "structure",
263
+ "required": [
264
+ "CreateTime",
265
+ "GeofenceId",
266
+ "UpdateTime"
267
+ ],
268
+ "members": {
269
+ "CreateTime": {
270
+ "shape": "Sj"
271
+ },
272
+ "GeofenceId": {},
273
+ "UpdateTime": {
274
+ "shape": "Sj"
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
280
+ },
281
+ "endpoint": {
282
+ "hostPrefix": "geofencing."
283
+ }
284
+ },
285
+ "BatchUpdateDevicePosition": {
286
+ "http": {
287
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/positions",
288
+ "responseCode": 200
289
+ },
290
+ "input": {
291
+ "type": "structure",
292
+ "required": [
293
+ "TrackerName",
294
+ "Updates"
295
+ ],
296
+ "members": {
297
+ "TrackerName": {
298
+ "location": "uri",
299
+ "locationName": "TrackerName"
300
+ },
301
+ "Updates": {
302
+ "type": "list",
303
+ "member": {
304
+ "shape": "Sg"
305
+ }
306
+ }
307
+ }
308
+ },
309
+ "output": {
310
+ "type": "structure",
311
+ "required": [
312
+ "Errors"
313
+ ],
314
+ "members": {
315
+ "Errors": {
316
+ "type": "list",
317
+ "member": {
318
+ "type": "structure",
319
+ "required": [
320
+ "DeviceId",
321
+ "Error",
322
+ "SampleTime"
323
+ ],
324
+ "members": {
325
+ "DeviceId": {},
326
+ "Error": {
327
+ "shape": "Sb"
328
+ },
329
+ "SampleTime": {
330
+ "shape": "Sj"
331
+ }
332
+ }
333
+ }
334
+ }
335
+ }
336
+ },
337
+ "endpoint": {
338
+ "hostPrefix": "tracking."
339
+ }
340
+ },
341
+ "CreateGeofenceCollection": {
342
+ "http": {
343
+ "requestUri": "/geofencing/v0/collections",
344
+ "responseCode": 200
345
+ },
346
+ "input": {
347
+ "type": "structure",
348
+ "required": [
349
+ "CollectionName",
350
+ "PricingPlan"
351
+ ],
352
+ "members": {
353
+ "CollectionName": {},
354
+ "Description": {},
355
+ "PricingPlan": {}
356
+ }
357
+ },
358
+ "output": {
359
+ "type": "structure",
360
+ "required": [
361
+ "CollectionArn",
362
+ "CollectionName",
363
+ "CreateTime"
364
+ ],
365
+ "members": {
366
+ "CollectionArn": {},
367
+ "CollectionName": {},
368
+ "CreateTime": {
369
+ "shape": "Sj"
370
+ }
371
+ }
372
+ },
373
+ "endpoint": {
374
+ "hostPrefix": "geofencing."
375
+ },
376
+ "idempotent": true
377
+ },
378
+ "CreateMap": {
379
+ "http": {
380
+ "requestUri": "/maps/v0/maps",
381
+ "responseCode": 200
382
+ },
383
+ "input": {
384
+ "type": "structure",
385
+ "required": [
386
+ "Configuration",
387
+ "MapName",
388
+ "PricingPlan"
389
+ ],
390
+ "members": {
391
+ "Configuration": {
392
+ "shape": "S1g"
393
+ },
394
+ "Description": {},
395
+ "MapName": {},
396
+ "PricingPlan": {}
397
+ }
398
+ },
399
+ "output": {
400
+ "type": "structure",
401
+ "required": [
402
+ "CreateTime",
403
+ "MapArn",
404
+ "MapName"
405
+ ],
406
+ "members": {
407
+ "CreateTime": {
408
+ "shape": "Sj"
409
+ },
410
+ "MapArn": {},
411
+ "MapName": {}
412
+ }
413
+ },
414
+ "endpoint": {
415
+ "hostPrefix": "maps."
416
+ },
417
+ "idempotent": true
418
+ },
419
+ "CreatePlaceIndex": {
420
+ "http": {
421
+ "requestUri": "/places/v0/indexes",
422
+ "responseCode": 200
423
+ },
424
+ "input": {
425
+ "type": "structure",
426
+ "required": [
427
+ "DataSource",
428
+ "IndexName",
429
+ "PricingPlan"
430
+ ],
431
+ "members": {
432
+ "DataSource": {},
433
+ "DataSourceConfiguration": {
434
+ "shape": "S1k"
435
+ },
436
+ "Description": {},
437
+ "IndexName": {},
438
+ "PricingPlan": {}
439
+ }
440
+ },
441
+ "output": {
442
+ "type": "structure",
443
+ "required": [
444
+ "CreateTime",
445
+ "IndexArn",
446
+ "IndexName"
447
+ ],
448
+ "members": {
449
+ "CreateTime": {
450
+ "shape": "Sj"
451
+ },
452
+ "IndexArn": {},
453
+ "IndexName": {}
454
+ }
455
+ },
456
+ "endpoint": {
457
+ "hostPrefix": "places."
458
+ },
459
+ "idempotent": true
460
+ },
461
+ "CreateTracker": {
462
+ "http": {
463
+ "requestUri": "/tracking/v0/trackers",
464
+ "responseCode": 200
465
+ },
466
+ "input": {
467
+ "type": "structure",
468
+ "required": [
469
+ "PricingPlan",
470
+ "TrackerName"
471
+ ],
472
+ "members": {
473
+ "Description": {},
474
+ "PricingPlan": {},
475
+ "TrackerName": {}
476
+ }
477
+ },
478
+ "output": {
479
+ "type": "structure",
480
+ "required": [
481
+ "CreateTime",
482
+ "TrackerArn",
483
+ "TrackerName"
484
+ ],
485
+ "members": {
486
+ "CreateTime": {
487
+ "shape": "Sj"
488
+ },
489
+ "TrackerArn": {},
490
+ "TrackerName": {}
491
+ }
492
+ },
493
+ "endpoint": {
494
+ "hostPrefix": "tracking."
495
+ },
496
+ "idempotent": true
497
+ },
498
+ "DeleteGeofenceCollection": {
499
+ "http": {
500
+ "method": "DELETE",
501
+ "requestUri": "/geofencing/v0/collections/{CollectionName}",
502
+ "responseCode": 200
503
+ },
504
+ "input": {
505
+ "type": "structure",
506
+ "required": [
507
+ "CollectionName"
508
+ ],
509
+ "members": {
510
+ "CollectionName": {
511
+ "location": "uri",
512
+ "locationName": "CollectionName"
513
+ }
514
+ }
515
+ },
516
+ "output": {
517
+ "type": "structure",
518
+ "members": {}
519
+ },
520
+ "endpoint": {
521
+ "hostPrefix": "geofencing."
522
+ },
523
+ "idempotent": true
524
+ },
525
+ "DeleteMap": {
526
+ "http": {
527
+ "method": "DELETE",
528
+ "requestUri": "/maps/v0/maps/{MapName}",
529
+ "responseCode": 200
530
+ },
531
+ "input": {
532
+ "type": "structure",
533
+ "required": [
534
+ "MapName"
535
+ ],
536
+ "members": {
537
+ "MapName": {
538
+ "location": "uri",
539
+ "locationName": "MapName"
540
+ }
541
+ }
542
+ },
543
+ "output": {
544
+ "type": "structure",
545
+ "members": {}
546
+ },
547
+ "endpoint": {
548
+ "hostPrefix": "maps."
549
+ },
550
+ "idempotent": true
551
+ },
552
+ "DeletePlaceIndex": {
553
+ "http": {
554
+ "method": "DELETE",
555
+ "requestUri": "/places/v0/indexes/{IndexName}",
556
+ "responseCode": 200
557
+ },
558
+ "input": {
559
+ "type": "structure",
560
+ "required": [
561
+ "IndexName"
562
+ ],
563
+ "members": {
564
+ "IndexName": {
565
+ "location": "uri",
566
+ "locationName": "IndexName"
567
+ }
568
+ }
569
+ },
570
+ "output": {
571
+ "type": "structure",
572
+ "members": {}
573
+ },
574
+ "endpoint": {
575
+ "hostPrefix": "places."
576
+ },
577
+ "idempotent": true
578
+ },
579
+ "DeleteTracker": {
580
+ "http": {
581
+ "method": "DELETE",
582
+ "requestUri": "/tracking/v0/trackers/{TrackerName}",
583
+ "responseCode": 200
584
+ },
585
+ "input": {
586
+ "type": "structure",
587
+ "required": [
588
+ "TrackerName"
589
+ ],
590
+ "members": {
591
+ "TrackerName": {
592
+ "location": "uri",
593
+ "locationName": "TrackerName"
594
+ }
595
+ }
596
+ },
597
+ "output": {
598
+ "type": "structure",
599
+ "members": {}
600
+ },
601
+ "endpoint": {
602
+ "hostPrefix": "tracking."
603
+ },
604
+ "idempotent": true
605
+ },
606
+ "DescribeGeofenceCollection": {
607
+ "http": {
608
+ "method": "GET",
609
+ "requestUri": "/geofencing/v0/collections/{CollectionName}",
610
+ "responseCode": 200
611
+ },
612
+ "input": {
613
+ "type": "structure",
614
+ "required": [
615
+ "CollectionName"
616
+ ],
617
+ "members": {
618
+ "CollectionName": {
619
+ "location": "uri",
620
+ "locationName": "CollectionName"
621
+ }
622
+ }
623
+ },
624
+ "output": {
625
+ "type": "structure",
626
+ "required": [
627
+ "CollectionArn",
628
+ "CollectionName",
629
+ "CreateTime",
630
+ "Description",
631
+ "UpdateTime"
632
+ ],
633
+ "members": {
634
+ "CollectionArn": {},
635
+ "CollectionName": {},
636
+ "CreateTime": {
637
+ "shape": "Sj"
638
+ },
639
+ "Description": {},
640
+ "UpdateTime": {
641
+ "shape": "Sj"
642
+ }
643
+ }
644
+ },
645
+ "endpoint": {
646
+ "hostPrefix": "geofencing."
647
+ }
648
+ },
649
+ "DescribeMap": {
650
+ "http": {
651
+ "method": "GET",
652
+ "requestUri": "/maps/v0/maps/{MapName}",
653
+ "responseCode": 200
654
+ },
655
+ "input": {
656
+ "type": "structure",
657
+ "required": [
658
+ "MapName"
659
+ ],
660
+ "members": {
661
+ "MapName": {
662
+ "location": "uri",
663
+ "locationName": "MapName"
664
+ }
665
+ }
666
+ },
667
+ "output": {
668
+ "type": "structure",
669
+ "required": [
670
+ "Configuration",
671
+ "CreateTime",
672
+ "DataSource",
673
+ "Description",
674
+ "MapArn",
675
+ "MapName",
676
+ "UpdateTime"
677
+ ],
678
+ "members": {
679
+ "Configuration": {
680
+ "shape": "S1g"
681
+ },
682
+ "CreateTime": {
683
+ "shape": "Sj"
684
+ },
685
+ "DataSource": {},
686
+ "Description": {},
687
+ "MapArn": {},
688
+ "MapName": {},
689
+ "UpdateTime": {
690
+ "shape": "Sj"
691
+ }
692
+ }
693
+ },
694
+ "endpoint": {
695
+ "hostPrefix": "maps."
696
+ }
697
+ },
698
+ "DescribePlaceIndex": {
699
+ "http": {
700
+ "method": "GET",
701
+ "requestUri": "/places/v0/indexes/{IndexName}",
702
+ "responseCode": 200
703
+ },
704
+ "input": {
705
+ "type": "structure",
706
+ "required": [
707
+ "IndexName"
708
+ ],
709
+ "members": {
710
+ "IndexName": {
711
+ "location": "uri",
712
+ "locationName": "IndexName"
713
+ }
714
+ }
715
+ },
716
+ "output": {
717
+ "type": "structure",
718
+ "required": [
719
+ "CreateTime",
720
+ "DataSource",
721
+ "DataSourceConfiguration",
722
+ "Description",
723
+ "IndexArn",
724
+ "IndexName",
725
+ "UpdateTime"
726
+ ],
727
+ "members": {
728
+ "CreateTime": {
729
+ "shape": "Sj"
730
+ },
731
+ "DataSource": {},
732
+ "DataSourceConfiguration": {
733
+ "shape": "S1k"
734
+ },
735
+ "Description": {},
736
+ "IndexArn": {},
737
+ "IndexName": {},
738
+ "UpdateTime": {
739
+ "shape": "Sj"
740
+ }
741
+ }
742
+ },
743
+ "endpoint": {
744
+ "hostPrefix": "places."
745
+ }
746
+ },
747
+ "DescribeTracker": {
748
+ "http": {
749
+ "method": "GET",
750
+ "requestUri": "/tracking/v0/trackers/{TrackerName}",
751
+ "responseCode": 200
752
+ },
753
+ "input": {
754
+ "type": "structure",
755
+ "required": [
756
+ "TrackerName"
757
+ ],
758
+ "members": {
759
+ "TrackerName": {
760
+ "location": "uri",
761
+ "locationName": "TrackerName"
762
+ }
763
+ }
764
+ },
765
+ "output": {
766
+ "type": "structure",
767
+ "required": [
768
+ "CreateTime",
769
+ "Description",
770
+ "TrackerArn",
771
+ "TrackerName",
772
+ "UpdateTime"
773
+ ],
774
+ "members": {
775
+ "CreateTime": {
776
+ "shape": "Sj"
777
+ },
778
+ "Description": {},
779
+ "TrackerArn": {},
780
+ "TrackerName": {},
781
+ "UpdateTime": {
782
+ "shape": "Sj"
783
+ }
784
+ }
785
+ },
786
+ "endpoint": {
787
+ "hostPrefix": "tracking."
788
+ }
789
+ },
790
+ "DisassociateTrackerConsumer": {
791
+ "http": {
792
+ "method": "DELETE",
793
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}",
794
+ "responseCode": 200
795
+ },
796
+ "input": {
797
+ "type": "structure",
798
+ "required": [
799
+ "ConsumerArn",
800
+ "TrackerName"
801
+ ],
802
+ "members": {
803
+ "ConsumerArn": {
804
+ "location": "uri",
805
+ "locationName": "ConsumerArn"
806
+ },
807
+ "TrackerName": {
808
+ "location": "uri",
809
+ "locationName": "TrackerName"
810
+ }
811
+ }
812
+ },
813
+ "output": {
814
+ "type": "structure",
815
+ "members": {}
816
+ },
817
+ "endpoint": {
818
+ "hostPrefix": "tracking."
819
+ }
820
+ },
821
+ "GetDevicePosition": {
822
+ "http": {
823
+ "method": "GET",
824
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/positions/latest",
825
+ "responseCode": 200
826
+ },
827
+ "input": {
828
+ "type": "structure",
829
+ "required": [
830
+ "DeviceId",
831
+ "TrackerName"
832
+ ],
833
+ "members": {
834
+ "DeviceId": {
835
+ "location": "uri",
836
+ "locationName": "DeviceId"
837
+ },
838
+ "TrackerName": {
839
+ "location": "uri",
840
+ "locationName": "TrackerName"
841
+ }
842
+ }
843
+ },
844
+ "output": {
845
+ "type": "structure",
846
+ "required": [
847
+ "Position",
848
+ "ReceivedTime",
849
+ "SampleTime"
850
+ ],
851
+ "members": {
852
+ "DeviceId": {},
853
+ "Position": {
854
+ "shape": "Sh"
855
+ },
856
+ "ReceivedTime": {
857
+ "shape": "Sj"
858
+ },
859
+ "SampleTime": {
860
+ "shape": "Sj"
861
+ }
862
+ }
863
+ },
864
+ "endpoint": {
865
+ "hostPrefix": "tracking."
866
+ }
867
+ },
868
+ "GetDevicePositionHistory": {
869
+ "http": {
870
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/list-positions",
871
+ "responseCode": 200
872
+ },
873
+ "input": {
874
+ "type": "structure",
875
+ "required": [
876
+ "DeviceId",
877
+ "TrackerName"
878
+ ],
879
+ "members": {
880
+ "DeviceId": {
881
+ "location": "uri",
882
+ "locationName": "DeviceId"
883
+ },
884
+ "EndTimeExclusive": {
885
+ "shape": "Sj"
886
+ },
887
+ "NextToken": {},
888
+ "StartTimeInclusive": {
889
+ "shape": "Sj"
890
+ },
891
+ "TrackerName": {
892
+ "location": "uri",
893
+ "locationName": "TrackerName"
894
+ }
895
+ }
896
+ },
897
+ "output": {
898
+ "type": "structure",
899
+ "required": [
900
+ "DevicePositions"
901
+ ],
902
+ "members": {
903
+ "DevicePositions": {
904
+ "shape": "Sr"
905
+ },
906
+ "NextToken": {}
907
+ }
908
+ },
909
+ "endpoint": {
910
+ "hostPrefix": "tracking."
911
+ }
912
+ },
913
+ "GetGeofence": {
914
+ "http": {
915
+ "method": "GET",
916
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}",
917
+ "responseCode": 200
918
+ },
919
+ "input": {
920
+ "type": "structure",
921
+ "required": [
922
+ "CollectionName",
923
+ "GeofenceId"
924
+ ],
925
+ "members": {
926
+ "CollectionName": {
927
+ "location": "uri",
928
+ "locationName": "CollectionName"
929
+ },
930
+ "GeofenceId": {
931
+ "location": "uri",
932
+ "locationName": "GeofenceId"
933
+ }
934
+ }
935
+ },
936
+ "output": {
937
+ "type": "structure",
938
+ "required": [
939
+ "CreateTime",
940
+ "GeofenceId",
941
+ "Geometry",
942
+ "Status",
943
+ "UpdateTime"
944
+ ],
945
+ "members": {
946
+ "CreateTime": {
947
+ "shape": "Sj"
948
+ },
949
+ "GeofenceId": {},
950
+ "Geometry": {
951
+ "shape": "Sy"
952
+ },
953
+ "Status": {},
954
+ "UpdateTime": {
955
+ "shape": "Sj"
956
+ }
957
+ }
958
+ },
959
+ "endpoint": {
960
+ "hostPrefix": "geofencing."
961
+ }
962
+ },
963
+ "GetMapGlyphs": {
964
+ "http": {
965
+ "method": "GET",
966
+ "requestUri": "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}",
967
+ "responseCode": 200
968
+ },
969
+ "input": {
970
+ "type": "structure",
971
+ "required": [
972
+ "FontStack",
973
+ "FontUnicodeRange",
974
+ "MapName"
975
+ ],
976
+ "members": {
977
+ "FontStack": {
978
+ "location": "uri",
979
+ "locationName": "FontStack"
980
+ },
981
+ "FontUnicodeRange": {
982
+ "location": "uri",
983
+ "locationName": "FontUnicodeRange"
984
+ },
985
+ "MapName": {
986
+ "location": "uri",
987
+ "locationName": "MapName"
988
+ }
989
+ }
990
+ },
991
+ "output": {
992
+ "type": "structure",
993
+ "members": {
994
+ "Blob": {
995
+ "type": "blob"
996
+ },
997
+ "ContentType": {
998
+ "location": "header",
999
+ "locationName": "Content-Type"
1000
+ }
1001
+ },
1002
+ "payload": "Blob"
1003
+ },
1004
+ "endpoint": {
1005
+ "hostPrefix": "maps."
1006
+ }
1007
+ },
1008
+ "GetMapSprites": {
1009
+ "http": {
1010
+ "method": "GET",
1011
+ "requestUri": "/maps/v0/maps/{MapName}/sprites/{FileName}",
1012
+ "responseCode": 200
1013
+ },
1014
+ "input": {
1015
+ "type": "structure",
1016
+ "required": [
1017
+ "FileName",
1018
+ "MapName"
1019
+ ],
1020
+ "members": {
1021
+ "FileName": {
1022
+ "location": "uri",
1023
+ "locationName": "FileName"
1024
+ },
1025
+ "MapName": {
1026
+ "location": "uri",
1027
+ "locationName": "MapName"
1028
+ }
1029
+ }
1030
+ },
1031
+ "output": {
1032
+ "type": "structure",
1033
+ "members": {
1034
+ "Blob": {
1035
+ "type": "blob"
1036
+ },
1037
+ "ContentType": {
1038
+ "location": "header",
1039
+ "locationName": "Content-Type"
1040
+ }
1041
+ },
1042
+ "payload": "Blob"
1043
+ },
1044
+ "endpoint": {
1045
+ "hostPrefix": "maps."
1046
+ }
1047
+ },
1048
+ "GetMapStyleDescriptor": {
1049
+ "http": {
1050
+ "method": "GET",
1051
+ "requestUri": "/maps/v0/maps/{MapName}/style-descriptor",
1052
+ "responseCode": 200
1053
+ },
1054
+ "input": {
1055
+ "type": "structure",
1056
+ "required": [
1057
+ "MapName"
1058
+ ],
1059
+ "members": {
1060
+ "MapName": {
1061
+ "location": "uri",
1062
+ "locationName": "MapName"
1063
+ }
1064
+ }
1065
+ },
1066
+ "output": {
1067
+ "type": "structure",
1068
+ "members": {
1069
+ "Blob": {
1070
+ "type": "blob"
1071
+ },
1072
+ "ContentType": {
1073
+ "location": "header",
1074
+ "locationName": "Content-Type"
1075
+ }
1076
+ },
1077
+ "payload": "Blob"
1078
+ },
1079
+ "endpoint": {
1080
+ "hostPrefix": "maps."
1081
+ }
1082
+ },
1083
+ "GetMapTile": {
1084
+ "http": {
1085
+ "method": "GET",
1086
+ "requestUri": "/maps/v0/maps/{MapName}/tiles/{Z}/{X}/{Y}",
1087
+ "responseCode": 200
1088
+ },
1089
+ "input": {
1090
+ "type": "structure",
1091
+ "required": [
1092
+ "MapName",
1093
+ "X",
1094
+ "Y",
1095
+ "Z"
1096
+ ],
1097
+ "members": {
1098
+ "MapName": {
1099
+ "location": "uri",
1100
+ "locationName": "MapName"
1101
+ },
1102
+ "X": {
1103
+ "location": "uri",
1104
+ "locationName": "X"
1105
+ },
1106
+ "Y": {
1107
+ "location": "uri",
1108
+ "locationName": "Y"
1109
+ },
1110
+ "Z": {
1111
+ "location": "uri",
1112
+ "locationName": "Z"
1113
+ }
1114
+ }
1115
+ },
1116
+ "output": {
1117
+ "type": "structure",
1118
+ "members": {
1119
+ "Blob": {
1120
+ "type": "blob"
1121
+ },
1122
+ "ContentType": {
1123
+ "location": "header",
1124
+ "locationName": "Content-Type"
1125
+ }
1126
+ },
1127
+ "payload": "Blob"
1128
+ },
1129
+ "endpoint": {
1130
+ "hostPrefix": "maps."
1131
+ }
1132
+ },
1133
+ "ListGeofenceCollections": {
1134
+ "http": {
1135
+ "requestUri": "/geofencing/v0/list-collections",
1136
+ "responseCode": 200
1137
+ },
1138
+ "input": {
1139
+ "type": "structure",
1140
+ "members": {
1141
+ "MaxResults": {
1142
+ "type": "integer"
1143
+ },
1144
+ "NextToken": {}
1145
+ }
1146
+ },
1147
+ "output": {
1148
+ "type": "structure",
1149
+ "required": [
1150
+ "Entries"
1151
+ ],
1152
+ "members": {
1153
+ "Entries": {
1154
+ "type": "list",
1155
+ "member": {
1156
+ "type": "structure",
1157
+ "required": [
1158
+ "CollectionName",
1159
+ "CreateTime",
1160
+ "Description",
1161
+ "UpdateTime"
1162
+ ],
1163
+ "members": {
1164
+ "CollectionName": {},
1165
+ "CreateTime": {
1166
+ "shape": "Sj"
1167
+ },
1168
+ "Description": {},
1169
+ "UpdateTime": {
1170
+ "shape": "Sj"
1171
+ }
1172
+ }
1173
+ }
1174
+ },
1175
+ "NextToken": {}
1176
+ }
1177
+ },
1178
+ "endpoint": {
1179
+ "hostPrefix": "geofencing."
1180
+ }
1181
+ },
1182
+ "ListGeofences": {
1183
+ "http": {
1184
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/list-geofences",
1185
+ "responseCode": 200
1186
+ },
1187
+ "input": {
1188
+ "type": "structure",
1189
+ "required": [
1190
+ "CollectionName"
1191
+ ],
1192
+ "members": {
1193
+ "CollectionName": {
1194
+ "location": "uri",
1195
+ "locationName": "CollectionName"
1196
+ },
1197
+ "NextToken": {}
1198
+ }
1199
+ },
1200
+ "output": {
1201
+ "type": "structure",
1202
+ "required": [
1203
+ "Entries"
1204
+ ],
1205
+ "members": {
1206
+ "Entries": {
1207
+ "type": "list",
1208
+ "member": {
1209
+ "type": "structure",
1210
+ "required": [
1211
+ "CreateTime",
1212
+ "GeofenceId",
1213
+ "Geometry",
1214
+ "Status",
1215
+ "UpdateTime"
1216
+ ],
1217
+ "members": {
1218
+ "CreateTime": {
1219
+ "shape": "Sj"
1220
+ },
1221
+ "GeofenceId": {},
1222
+ "Geometry": {
1223
+ "shape": "Sy"
1224
+ },
1225
+ "Status": {},
1226
+ "UpdateTime": {
1227
+ "shape": "Sj"
1228
+ }
1229
+ }
1230
+ }
1231
+ },
1232
+ "NextToken": {}
1233
+ }
1234
+ },
1235
+ "endpoint": {
1236
+ "hostPrefix": "geofencing."
1237
+ }
1238
+ },
1239
+ "ListMaps": {
1240
+ "http": {
1241
+ "requestUri": "/maps/v0/list-maps",
1242
+ "responseCode": 200
1243
+ },
1244
+ "input": {
1245
+ "type": "structure",
1246
+ "members": {
1247
+ "MaxResults": {
1248
+ "type": "integer"
1249
+ },
1250
+ "NextToken": {}
1251
+ }
1252
+ },
1253
+ "output": {
1254
+ "type": "structure",
1255
+ "required": [
1256
+ "Entries"
1257
+ ],
1258
+ "members": {
1259
+ "Entries": {
1260
+ "type": "list",
1261
+ "member": {
1262
+ "type": "structure",
1263
+ "required": [
1264
+ "CreateTime",
1265
+ "DataSource",
1266
+ "Description",
1267
+ "MapName",
1268
+ "UpdateTime"
1269
+ ],
1270
+ "members": {
1271
+ "CreateTime": {
1272
+ "shape": "Sj"
1273
+ },
1274
+ "DataSource": {},
1275
+ "Description": {},
1276
+ "MapName": {},
1277
+ "UpdateTime": {
1278
+ "shape": "Sj"
1279
+ }
1280
+ }
1281
+ }
1282
+ },
1283
+ "NextToken": {}
1284
+ }
1285
+ },
1286
+ "endpoint": {
1287
+ "hostPrefix": "maps."
1288
+ }
1289
+ },
1290
+ "ListPlaceIndexes": {
1291
+ "http": {
1292
+ "requestUri": "/places/v0/list-indexes",
1293
+ "responseCode": 200
1294
+ },
1295
+ "input": {
1296
+ "type": "structure",
1297
+ "members": {
1298
+ "MaxResults": {
1299
+ "type": "integer"
1300
+ },
1301
+ "NextToken": {}
1302
+ }
1303
+ },
1304
+ "output": {
1305
+ "type": "structure",
1306
+ "required": [
1307
+ "Entries"
1308
+ ],
1309
+ "members": {
1310
+ "Entries": {
1311
+ "type": "list",
1312
+ "member": {
1313
+ "type": "structure",
1314
+ "required": [
1315
+ "CreateTime",
1316
+ "DataSource",
1317
+ "Description",
1318
+ "IndexName",
1319
+ "UpdateTime"
1320
+ ],
1321
+ "members": {
1322
+ "CreateTime": {
1323
+ "shape": "Sj"
1324
+ },
1325
+ "DataSource": {},
1326
+ "Description": {},
1327
+ "IndexName": {},
1328
+ "UpdateTime": {
1329
+ "shape": "Sj"
1330
+ }
1331
+ }
1332
+ }
1333
+ },
1334
+ "NextToken": {}
1335
+ }
1336
+ },
1337
+ "endpoint": {
1338
+ "hostPrefix": "places."
1339
+ }
1340
+ },
1341
+ "ListTrackerConsumers": {
1342
+ "http": {
1343
+ "requestUri": "/tracking/v0/trackers/{TrackerName}/list-consumers",
1344
+ "responseCode": 200
1345
+ },
1346
+ "input": {
1347
+ "type": "structure",
1348
+ "required": [
1349
+ "TrackerName"
1350
+ ],
1351
+ "members": {
1352
+ "MaxResults": {
1353
+ "type": "integer"
1354
+ },
1355
+ "NextToken": {},
1356
+ "TrackerName": {
1357
+ "location": "uri",
1358
+ "locationName": "TrackerName"
1359
+ }
1360
+ }
1361
+ },
1362
+ "output": {
1363
+ "type": "structure",
1364
+ "required": [
1365
+ "ConsumerArns"
1366
+ ],
1367
+ "members": {
1368
+ "ConsumerArns": {
1369
+ "type": "list",
1370
+ "member": {}
1371
+ },
1372
+ "NextToken": {}
1373
+ }
1374
+ },
1375
+ "endpoint": {
1376
+ "hostPrefix": "tracking."
1377
+ }
1378
+ },
1379
+ "ListTrackers": {
1380
+ "http": {
1381
+ "requestUri": "/tracking/v0/list-trackers",
1382
+ "responseCode": 200
1383
+ },
1384
+ "input": {
1385
+ "type": "structure",
1386
+ "members": {
1387
+ "MaxResults": {
1388
+ "type": "integer"
1389
+ },
1390
+ "NextToken": {}
1391
+ }
1392
+ },
1393
+ "output": {
1394
+ "type": "structure",
1395
+ "required": [
1396
+ "Entries"
1397
+ ],
1398
+ "members": {
1399
+ "Entries": {
1400
+ "type": "list",
1401
+ "member": {
1402
+ "type": "structure",
1403
+ "required": [
1404
+ "CreateTime",
1405
+ "Description",
1406
+ "TrackerName",
1407
+ "UpdateTime"
1408
+ ],
1409
+ "members": {
1410
+ "CreateTime": {
1411
+ "shape": "Sj"
1412
+ },
1413
+ "Description": {},
1414
+ "TrackerName": {},
1415
+ "UpdateTime": {
1416
+ "shape": "Sj"
1417
+ }
1418
+ }
1419
+ }
1420
+ },
1421
+ "NextToken": {}
1422
+ }
1423
+ },
1424
+ "endpoint": {
1425
+ "hostPrefix": "tracking."
1426
+ }
1427
+ },
1428
+ "PutGeofence": {
1429
+ "http": {
1430
+ "method": "PUT",
1431
+ "requestUri": "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}",
1432
+ "responseCode": 200
1433
+ },
1434
+ "input": {
1435
+ "type": "structure",
1436
+ "required": [
1437
+ "CollectionName",
1438
+ "GeofenceId",
1439
+ "Geometry"
1440
+ ],
1441
+ "members": {
1442
+ "CollectionName": {
1443
+ "location": "uri",
1444
+ "locationName": "CollectionName"
1445
+ },
1446
+ "GeofenceId": {
1447
+ "location": "uri",
1448
+ "locationName": "GeofenceId"
1449
+ },
1450
+ "Geometry": {
1451
+ "shape": "Sy"
1452
+ }
1453
+ }
1454
+ },
1455
+ "output": {
1456
+ "type": "structure",
1457
+ "required": [
1458
+ "CreateTime",
1459
+ "GeofenceId",
1460
+ "UpdateTime"
1461
+ ],
1462
+ "members": {
1463
+ "CreateTime": {
1464
+ "shape": "Sj"
1465
+ },
1466
+ "GeofenceId": {},
1467
+ "UpdateTime": {
1468
+ "shape": "Sj"
1469
+ }
1470
+ }
1471
+ },
1472
+ "endpoint": {
1473
+ "hostPrefix": "geofencing."
1474
+ }
1475
+ },
1476
+ "SearchPlaceIndexForPosition": {
1477
+ "http": {
1478
+ "requestUri": "/places/v0/indexes/{IndexName}/search/position",
1479
+ "responseCode": 200
1480
+ },
1481
+ "input": {
1482
+ "type": "structure",
1483
+ "required": [
1484
+ "IndexName",
1485
+ "Position"
1486
+ ],
1487
+ "members": {
1488
+ "IndexName": {
1489
+ "location": "uri",
1490
+ "locationName": "IndexName"
1491
+ },
1492
+ "MaxResults": {
1493
+ "type": "integer"
1494
+ },
1495
+ "Position": {
1496
+ "shape": "Sh"
1497
+ }
1498
+ }
1499
+ },
1500
+ "output": {
1501
+ "type": "structure",
1502
+ "required": [
1503
+ "Results",
1504
+ "Summary"
1505
+ ],
1506
+ "members": {
1507
+ "Results": {
1508
+ "type": "list",
1509
+ "member": {
1510
+ "type": "structure",
1511
+ "required": [
1512
+ "Place"
1513
+ ],
1514
+ "members": {
1515
+ "Place": {
1516
+ "shape": "S3r"
1517
+ }
1518
+ }
1519
+ }
1520
+ },
1521
+ "Summary": {
1522
+ "type": "structure",
1523
+ "required": [
1524
+ "DataSource",
1525
+ "Position"
1526
+ ],
1527
+ "members": {
1528
+ "DataSource": {},
1529
+ "MaxResults": {
1530
+ "type": "integer"
1531
+ },
1532
+ "Position": {
1533
+ "shape": "Sh"
1534
+ }
1535
+ }
1536
+ }
1537
+ }
1538
+ },
1539
+ "endpoint": {
1540
+ "hostPrefix": "places."
1541
+ }
1542
+ },
1543
+ "SearchPlaceIndexForText": {
1544
+ "http": {
1545
+ "requestUri": "/places/v0/indexes/{IndexName}/search/text",
1546
+ "responseCode": 200
1547
+ },
1548
+ "input": {
1549
+ "type": "structure",
1550
+ "required": [
1551
+ "IndexName",
1552
+ "Text"
1553
+ ],
1554
+ "members": {
1555
+ "BiasPosition": {
1556
+ "shape": "Sh"
1557
+ },
1558
+ "FilterBBox": {
1559
+ "shape": "S3v"
1560
+ },
1561
+ "FilterCountries": {
1562
+ "shape": "S3w"
1563
+ },
1564
+ "IndexName": {
1565
+ "location": "uri",
1566
+ "locationName": "IndexName"
1567
+ },
1568
+ "MaxResults": {
1569
+ "type": "integer"
1570
+ },
1571
+ "Text": {
1572
+ "type": "string",
1573
+ "sensitive": true
1574
+ }
1575
+ }
1576
+ },
1577
+ "output": {
1578
+ "type": "structure",
1579
+ "required": [
1580
+ "Results",
1581
+ "Summary"
1582
+ ],
1583
+ "members": {
1584
+ "Results": {
1585
+ "type": "list",
1586
+ "member": {
1587
+ "type": "structure",
1588
+ "required": [
1589
+ "Place"
1590
+ ],
1591
+ "members": {
1592
+ "Place": {
1593
+ "shape": "S3r"
1594
+ }
1595
+ }
1596
+ }
1597
+ },
1598
+ "Summary": {
1599
+ "type": "structure",
1600
+ "required": [
1601
+ "DataSource",
1602
+ "Text"
1603
+ ],
1604
+ "members": {
1605
+ "BiasPosition": {
1606
+ "shape": "Sh"
1607
+ },
1608
+ "DataSource": {},
1609
+ "FilterBBox": {
1610
+ "shape": "S3v"
1611
+ },
1612
+ "FilterCountries": {
1613
+ "shape": "S3w"
1614
+ },
1615
+ "MaxResults": {
1616
+ "type": "integer"
1617
+ },
1618
+ "ResultBBox": {
1619
+ "shape": "S3v"
1620
+ },
1621
+ "Text": {
1622
+ "type": "string",
1623
+ "sensitive": true
1624
+ }
1625
+ }
1626
+ }
1627
+ }
1628
+ },
1629
+ "endpoint": {
1630
+ "hostPrefix": "places."
1631
+ }
1632
+ }
1633
+ },
1634
+ "shapes": {
1635
+ "Sb": {
1636
+ "type": "structure",
1637
+ "members": {
1638
+ "Code": {},
1639
+ "Message": {}
1640
+ }
1641
+ },
1642
+ "Sg": {
1643
+ "type": "structure",
1644
+ "required": [
1645
+ "DeviceId",
1646
+ "Position",
1647
+ "SampleTime"
1648
+ ],
1649
+ "members": {
1650
+ "DeviceId": {},
1651
+ "Position": {
1652
+ "shape": "Sh"
1653
+ },
1654
+ "SampleTime": {
1655
+ "shape": "Sj"
1656
+ }
1657
+ }
1658
+ },
1659
+ "Sh": {
1660
+ "type": "list",
1661
+ "member": {
1662
+ "type": "double"
1663
+ },
1664
+ "sensitive": true
1665
+ },
1666
+ "Sj": {
1667
+ "type": "timestamp",
1668
+ "timestampFormat": "iso8601"
1669
+ },
1670
+ "Sr": {
1671
+ "type": "list",
1672
+ "member": {
1673
+ "type": "structure",
1674
+ "required": [
1675
+ "Position",
1676
+ "ReceivedTime",
1677
+ "SampleTime"
1678
+ ],
1679
+ "members": {
1680
+ "DeviceId": {},
1681
+ "Position": {
1682
+ "shape": "Sh"
1683
+ },
1684
+ "ReceivedTime": {
1685
+ "shape": "Sj"
1686
+ },
1687
+ "SampleTime": {
1688
+ "shape": "Sj"
1689
+ }
1690
+ }
1691
+ }
1692
+ },
1693
+ "Sy": {
1694
+ "type": "structure",
1695
+ "members": {
1696
+ "Polygon": {
1697
+ "type": "list",
1698
+ "member": {
1699
+ "type": "list",
1700
+ "member": {
1701
+ "shape": "Sh"
1702
+ }
1703
+ }
1704
+ }
1705
+ }
1706
+ },
1707
+ "S1g": {
1708
+ "type": "structure",
1709
+ "required": [
1710
+ "Style"
1711
+ ],
1712
+ "members": {
1713
+ "Style": {}
1714
+ }
1715
+ },
1716
+ "S1k": {
1717
+ "type": "structure",
1718
+ "members": {
1719
+ "IntendedUse": {}
1720
+ }
1721
+ },
1722
+ "S3r": {
1723
+ "type": "structure",
1724
+ "required": [
1725
+ "Geometry"
1726
+ ],
1727
+ "members": {
1728
+ "AddressNumber": {},
1729
+ "Country": {},
1730
+ "Geometry": {
1731
+ "type": "structure",
1732
+ "members": {
1733
+ "Point": {
1734
+ "shape": "Sh"
1735
+ }
1736
+ }
1737
+ },
1738
+ "Label": {},
1739
+ "Municipality": {},
1740
+ "Neighborhood": {},
1741
+ "PostalCode": {},
1742
+ "Region": {},
1743
+ "Street": {},
1744
+ "SubRegion": {}
1745
+ }
1746
+ },
1747
+ "S3v": {
1748
+ "type": "list",
1749
+ "member": {
1750
+ "type": "double"
1751
+ },
1752
+ "sensitive": true
1753
+ },
1754
+ "S3w": {
1755
+ "type": "list",
1756
+ "member": {}
1757
+ }
1758
+ }
1759
+ }