aws-sdk 2.916.0 → 2.920.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.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +63 -60
- package/apis/datasync-2018-11-09.min.json +16 -15
- package/apis/devicefarm-2015-06-23.min.json +144 -92
- package/apis/docdb-2014-10-31.min.json +233 -65
- package/apis/docdb-2014-10-31.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/fsx-2018-03-01.min.json +27 -24
- package/apis/iotevents-2018-07-27.min.json +715 -188
- package/apis/iotevents-data-2018-10-23.min.json +380 -1
- package/apis/iotsitewise-2019-12-02.min.json +65 -43
- package/apis/iotwireless-2020-11-22.min.json +210 -6
- package/apis/kendra-2019-02-03.min.json +351 -77
- package/apis/location-2020-11-19.min.json +677 -84
- package/apis/location-2020-11-19.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +150 -13
- package/apis/sns-2010-03-31.paginators.json +12 -0
- package/clients/autoscaling.d.ts +55 -50
- package/clients/braket.d.ts +2 -2
- package/clients/datasync.d.ts +39 -34
- package/clients/devicefarm.d.ts +41 -10
- package/clients/docdb.d.ts +217 -4
- package/clients/ec2.d.ts +8 -0
- package/clients/ecs.d.ts +4 -4
- package/clients/fsx.d.ts +15 -2
- package/clients/iam.d.ts +1 -1
- package/clients/iotevents.d.ts +595 -11
- package/clients/ioteventsdata.d.ts +474 -9
- package/clients/iotsitewise.d.ts +34 -0
- package/clients/iotwireless.d.ts +126 -0
- package/clients/kendra.d.ts +410 -6
- package/clients/lightsail.d.ts +3 -3
- package/clients/location.d.ts +651 -77
- package/clients/polly.d.ts +1 -1
- package/clients/resourcegroups.d.ts +4 -4
- package/clients/servicediscovery.d.ts +41 -41
- package/clients/sns.d.ts +181 -4
- package/clients/sqs.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +378 -168
- package/dist/aws-sdk.min.js +68 -68
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -39,6 +39,56 @@
|
|
|
39
39
|
"hostPrefix": "tracking."
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"BatchDeleteDevicePositionHistory": {
|
|
43
|
+
"http": {
|
|
44
|
+
"requestUri": "/tracking/v0/trackers/{TrackerName}/delete-positions",
|
|
45
|
+
"responseCode": 200
|
|
46
|
+
},
|
|
47
|
+
"input": {
|
|
48
|
+
"type": "structure",
|
|
49
|
+
"required": [
|
|
50
|
+
"DeviceIds",
|
|
51
|
+
"TrackerName"
|
|
52
|
+
],
|
|
53
|
+
"members": {
|
|
54
|
+
"DeviceIds": {
|
|
55
|
+
"type": "list",
|
|
56
|
+
"member": {}
|
|
57
|
+
},
|
|
58
|
+
"TrackerName": {
|
|
59
|
+
"location": "uri",
|
|
60
|
+
"locationName": "TrackerName"
|
|
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
|
+
"DeviceId",
|
|
76
|
+
"Error"
|
|
77
|
+
],
|
|
78
|
+
"members": {
|
|
79
|
+
"DeviceId": {},
|
|
80
|
+
"Error": {
|
|
81
|
+
"shape": "Sb"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"endpoint": {
|
|
89
|
+
"hostPrefix": "tracking."
|
|
90
|
+
}
|
|
91
|
+
},
|
|
42
92
|
"BatchDeleteGeofence": {
|
|
43
93
|
"http": {
|
|
44
94
|
"requestUri": "/geofencing/v0/collections/{CollectionName}/delete-geofences",
|
|
@@ -108,7 +158,7 @@
|
|
|
108
158
|
"DevicePositionUpdates": {
|
|
109
159
|
"type": "list",
|
|
110
160
|
"member": {
|
|
111
|
-
"shape": "
|
|
161
|
+
"shape": "Sl"
|
|
112
162
|
}
|
|
113
163
|
}
|
|
114
164
|
}
|
|
@@ -134,7 +184,7 @@
|
|
|
134
184
|
"shape": "Sb"
|
|
135
185
|
},
|
|
136
186
|
"SampleTime": {
|
|
137
|
-
"shape": "
|
|
187
|
+
"shape": "So"
|
|
138
188
|
}
|
|
139
189
|
}
|
|
140
190
|
}
|
|
@@ -175,7 +225,7 @@
|
|
|
175
225
|
],
|
|
176
226
|
"members": {
|
|
177
227
|
"DevicePositions": {
|
|
178
|
-
"shape": "
|
|
228
|
+
"shape": "Sw"
|
|
179
229
|
},
|
|
180
230
|
"Errors": {
|
|
181
231
|
"type": "list",
|
|
@@ -226,7 +276,7 @@
|
|
|
226
276
|
"members": {
|
|
227
277
|
"GeofenceId": {},
|
|
228
278
|
"Geometry": {
|
|
229
|
-
"shape": "
|
|
279
|
+
"shape": "S13"
|
|
230
280
|
}
|
|
231
281
|
}
|
|
232
282
|
}
|
|
@@ -267,11 +317,11 @@
|
|
|
267
317
|
],
|
|
268
318
|
"members": {
|
|
269
319
|
"CreateTime": {
|
|
270
|
-
"shape": "
|
|
320
|
+
"shape": "So"
|
|
271
321
|
},
|
|
272
322
|
"GeofenceId": {},
|
|
273
323
|
"UpdateTime": {
|
|
274
|
-
"shape": "
|
|
324
|
+
"shape": "So"
|
|
275
325
|
}
|
|
276
326
|
}
|
|
277
327
|
}
|
|
@@ -301,7 +351,7 @@
|
|
|
301
351
|
"Updates": {
|
|
302
352
|
"type": "list",
|
|
303
353
|
"member": {
|
|
304
|
-
"shape": "
|
|
354
|
+
"shape": "Sl"
|
|
305
355
|
}
|
|
306
356
|
}
|
|
307
357
|
}
|
|
@@ -327,7 +377,7 @@
|
|
|
327
377
|
"shape": "Sb"
|
|
328
378
|
},
|
|
329
379
|
"SampleTime": {
|
|
330
|
-
"shape": "
|
|
380
|
+
"shape": "So"
|
|
331
381
|
}
|
|
332
382
|
}
|
|
333
383
|
}
|
|
@@ -338,6 +388,197 @@
|
|
|
338
388
|
"hostPrefix": "tracking."
|
|
339
389
|
}
|
|
340
390
|
},
|
|
391
|
+
"CalculateRoute": {
|
|
392
|
+
"http": {
|
|
393
|
+
"requestUri": "/routes/v0/calculators/{CalculatorName}/calculate/route",
|
|
394
|
+
"responseCode": 200
|
|
395
|
+
},
|
|
396
|
+
"input": {
|
|
397
|
+
"type": "structure",
|
|
398
|
+
"required": [
|
|
399
|
+
"CalculatorName",
|
|
400
|
+
"DeparturePosition",
|
|
401
|
+
"DestinationPosition"
|
|
402
|
+
],
|
|
403
|
+
"members": {
|
|
404
|
+
"CalculatorName": {
|
|
405
|
+
"location": "uri",
|
|
406
|
+
"locationName": "CalculatorName"
|
|
407
|
+
},
|
|
408
|
+
"CarModeOptions": {
|
|
409
|
+
"type": "structure",
|
|
410
|
+
"members": {
|
|
411
|
+
"AvoidFerries": {
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"AvoidTolls": {
|
|
415
|
+
"type": "boolean"
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"DepartNow": {
|
|
420
|
+
"type": "boolean"
|
|
421
|
+
},
|
|
422
|
+
"DeparturePosition": {
|
|
423
|
+
"shape": "Sm"
|
|
424
|
+
},
|
|
425
|
+
"DepartureTime": {
|
|
426
|
+
"shape": "So"
|
|
427
|
+
},
|
|
428
|
+
"DestinationPosition": {
|
|
429
|
+
"shape": "Sm"
|
|
430
|
+
},
|
|
431
|
+
"DistanceUnit": {},
|
|
432
|
+
"IncludeLegGeometry": {
|
|
433
|
+
"type": "boolean"
|
|
434
|
+
},
|
|
435
|
+
"TravelMode": {},
|
|
436
|
+
"TruckModeOptions": {
|
|
437
|
+
"type": "structure",
|
|
438
|
+
"members": {
|
|
439
|
+
"AvoidFerries": {
|
|
440
|
+
"type": "boolean"
|
|
441
|
+
},
|
|
442
|
+
"AvoidTolls": {
|
|
443
|
+
"type": "boolean"
|
|
444
|
+
},
|
|
445
|
+
"Dimensions": {
|
|
446
|
+
"type": "structure",
|
|
447
|
+
"members": {
|
|
448
|
+
"Height": {
|
|
449
|
+
"type": "double"
|
|
450
|
+
},
|
|
451
|
+
"Length": {
|
|
452
|
+
"type": "double"
|
|
453
|
+
},
|
|
454
|
+
"Unit": {},
|
|
455
|
+
"Width": {
|
|
456
|
+
"type": "double"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"Weight": {
|
|
461
|
+
"type": "structure",
|
|
462
|
+
"members": {
|
|
463
|
+
"Total": {
|
|
464
|
+
"type": "double"
|
|
465
|
+
},
|
|
466
|
+
"Unit": {}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"WaypointPositions": {
|
|
472
|
+
"type": "list",
|
|
473
|
+
"member": {
|
|
474
|
+
"shape": "Sm"
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"output": {
|
|
480
|
+
"type": "structure",
|
|
481
|
+
"required": [
|
|
482
|
+
"Legs",
|
|
483
|
+
"Summary"
|
|
484
|
+
],
|
|
485
|
+
"members": {
|
|
486
|
+
"Legs": {
|
|
487
|
+
"type": "list",
|
|
488
|
+
"member": {
|
|
489
|
+
"type": "structure",
|
|
490
|
+
"required": [
|
|
491
|
+
"Distance",
|
|
492
|
+
"DurationSeconds",
|
|
493
|
+
"EndPosition",
|
|
494
|
+
"StartPosition",
|
|
495
|
+
"Steps"
|
|
496
|
+
],
|
|
497
|
+
"members": {
|
|
498
|
+
"Distance": {
|
|
499
|
+
"type": "double"
|
|
500
|
+
},
|
|
501
|
+
"DurationSeconds": {
|
|
502
|
+
"type": "double"
|
|
503
|
+
},
|
|
504
|
+
"EndPosition": {
|
|
505
|
+
"shape": "Sm"
|
|
506
|
+
},
|
|
507
|
+
"Geometry": {
|
|
508
|
+
"type": "structure",
|
|
509
|
+
"members": {
|
|
510
|
+
"LineString": {
|
|
511
|
+
"type": "list",
|
|
512
|
+
"member": {
|
|
513
|
+
"shape": "Sm"
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"StartPosition": {
|
|
519
|
+
"shape": "Sm"
|
|
520
|
+
},
|
|
521
|
+
"Steps": {
|
|
522
|
+
"type": "list",
|
|
523
|
+
"member": {
|
|
524
|
+
"type": "structure",
|
|
525
|
+
"required": [
|
|
526
|
+
"Distance",
|
|
527
|
+
"DurationSeconds",
|
|
528
|
+
"EndPosition",
|
|
529
|
+
"StartPosition"
|
|
530
|
+
],
|
|
531
|
+
"members": {
|
|
532
|
+
"Distance": {
|
|
533
|
+
"type": "double"
|
|
534
|
+
},
|
|
535
|
+
"DurationSeconds": {
|
|
536
|
+
"type": "double"
|
|
537
|
+
},
|
|
538
|
+
"EndPosition": {
|
|
539
|
+
"shape": "Sm"
|
|
540
|
+
},
|
|
541
|
+
"GeometryOffset": {
|
|
542
|
+
"type": "integer"
|
|
543
|
+
},
|
|
544
|
+
"StartPosition": {
|
|
545
|
+
"shape": "Sm"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"Summary": {
|
|
554
|
+
"type": "structure",
|
|
555
|
+
"required": [
|
|
556
|
+
"DataSource",
|
|
557
|
+
"Distance",
|
|
558
|
+
"DistanceUnit",
|
|
559
|
+
"DurationSeconds",
|
|
560
|
+
"RouteBBox"
|
|
561
|
+
],
|
|
562
|
+
"members": {
|
|
563
|
+
"DataSource": {},
|
|
564
|
+
"Distance": {
|
|
565
|
+
"type": "double"
|
|
566
|
+
},
|
|
567
|
+
"DistanceUnit": {},
|
|
568
|
+
"DurationSeconds": {
|
|
569
|
+
"type": "double"
|
|
570
|
+
},
|
|
571
|
+
"RouteBBox": {
|
|
572
|
+
"shape": "S2a"
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"endpoint": {
|
|
579
|
+
"hostPrefix": "routes."
|
|
580
|
+
}
|
|
581
|
+
},
|
|
341
582
|
"CreateGeofenceCollection": {
|
|
342
583
|
"http": {
|
|
343
584
|
"requestUri": "/geofencing/v0/collections",
|
|
@@ -352,8 +593,12 @@
|
|
|
352
593
|
"members": {
|
|
353
594
|
"CollectionName": {},
|
|
354
595
|
"Description": {},
|
|
596
|
+
"KmsKeyId": {},
|
|
355
597
|
"PricingPlan": {},
|
|
356
|
-
"PricingPlanDataSource": {}
|
|
598
|
+
"PricingPlanDataSource": {},
|
|
599
|
+
"Tags": {
|
|
600
|
+
"shape": "S2f"
|
|
601
|
+
}
|
|
357
602
|
}
|
|
358
603
|
},
|
|
359
604
|
"output": {
|
|
@@ -367,7 +612,7 @@
|
|
|
367
612
|
"CollectionArn": {},
|
|
368
613
|
"CollectionName": {},
|
|
369
614
|
"CreateTime": {
|
|
370
|
-
"shape": "
|
|
615
|
+
"shape": "So"
|
|
371
616
|
}
|
|
372
617
|
}
|
|
373
618
|
},
|
|
@@ -390,11 +635,14 @@
|
|
|
390
635
|
],
|
|
391
636
|
"members": {
|
|
392
637
|
"Configuration": {
|
|
393
|
-
"shape": "
|
|
638
|
+
"shape": "S2k"
|
|
394
639
|
},
|
|
395
640
|
"Description": {},
|
|
396
641
|
"MapName": {},
|
|
397
|
-
"PricingPlan": {}
|
|
642
|
+
"PricingPlan": {},
|
|
643
|
+
"Tags": {
|
|
644
|
+
"shape": "S2f"
|
|
645
|
+
}
|
|
398
646
|
}
|
|
399
647
|
},
|
|
400
648
|
"output": {
|
|
@@ -406,7 +654,7 @@
|
|
|
406
654
|
],
|
|
407
655
|
"members": {
|
|
408
656
|
"CreateTime": {
|
|
409
|
-
"shape": "
|
|
657
|
+
"shape": "So"
|
|
410
658
|
},
|
|
411
659
|
"MapArn": {},
|
|
412
660
|
"MapName": {}
|
|
@@ -432,11 +680,14 @@
|
|
|
432
680
|
"members": {
|
|
433
681
|
"DataSource": {},
|
|
434
682
|
"DataSourceConfiguration": {
|
|
435
|
-
"shape": "
|
|
683
|
+
"shape": "S2o"
|
|
436
684
|
},
|
|
437
685
|
"Description": {},
|
|
438
686
|
"IndexName": {},
|
|
439
|
-
"PricingPlan": {}
|
|
687
|
+
"PricingPlan": {},
|
|
688
|
+
"Tags": {
|
|
689
|
+
"shape": "S2f"
|
|
690
|
+
}
|
|
440
691
|
}
|
|
441
692
|
},
|
|
442
693
|
"output": {
|
|
@@ -448,7 +699,7 @@
|
|
|
448
699
|
],
|
|
449
700
|
"members": {
|
|
450
701
|
"CreateTime": {
|
|
451
|
-
"shape": "
|
|
702
|
+
"shape": "So"
|
|
452
703
|
},
|
|
453
704
|
"IndexArn": {},
|
|
454
705
|
"IndexName": {}
|
|
@@ -459,6 +710,48 @@
|
|
|
459
710
|
},
|
|
460
711
|
"idempotent": true
|
|
461
712
|
},
|
|
713
|
+
"CreateRouteCalculator": {
|
|
714
|
+
"http": {
|
|
715
|
+
"requestUri": "/routes/v0/calculators",
|
|
716
|
+
"responseCode": 200
|
|
717
|
+
},
|
|
718
|
+
"input": {
|
|
719
|
+
"type": "structure",
|
|
720
|
+
"required": [
|
|
721
|
+
"CalculatorName",
|
|
722
|
+
"DataSource",
|
|
723
|
+
"PricingPlan"
|
|
724
|
+
],
|
|
725
|
+
"members": {
|
|
726
|
+
"CalculatorName": {},
|
|
727
|
+
"DataSource": {},
|
|
728
|
+
"Description": {},
|
|
729
|
+
"PricingPlan": {},
|
|
730
|
+
"Tags": {
|
|
731
|
+
"shape": "S2f"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"output": {
|
|
736
|
+
"type": "structure",
|
|
737
|
+
"required": [
|
|
738
|
+
"CalculatorArn",
|
|
739
|
+
"CalculatorName",
|
|
740
|
+
"CreateTime"
|
|
741
|
+
],
|
|
742
|
+
"members": {
|
|
743
|
+
"CalculatorArn": {},
|
|
744
|
+
"CalculatorName": {},
|
|
745
|
+
"CreateTime": {
|
|
746
|
+
"shape": "So"
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"endpoint": {
|
|
751
|
+
"hostPrefix": "routes."
|
|
752
|
+
},
|
|
753
|
+
"idempotent": true
|
|
754
|
+
},
|
|
462
755
|
"CreateTracker": {
|
|
463
756
|
"http": {
|
|
464
757
|
"requestUri": "/tracking/v0/trackers",
|
|
@@ -472,8 +765,12 @@
|
|
|
472
765
|
],
|
|
473
766
|
"members": {
|
|
474
767
|
"Description": {},
|
|
768
|
+
"KmsKeyId": {},
|
|
475
769
|
"PricingPlan": {},
|
|
476
770
|
"PricingPlanDataSource": {},
|
|
771
|
+
"Tags": {
|
|
772
|
+
"shape": "S2f"
|
|
773
|
+
},
|
|
477
774
|
"TrackerName": {}
|
|
478
775
|
}
|
|
479
776
|
},
|
|
@@ -486,7 +783,7 @@
|
|
|
486
783
|
],
|
|
487
784
|
"members": {
|
|
488
785
|
"CreateTime": {
|
|
489
|
-
"shape": "
|
|
786
|
+
"shape": "So"
|
|
490
787
|
},
|
|
491
788
|
"TrackerArn": {},
|
|
492
789
|
"TrackerName": {}
|
|
@@ -578,6 +875,33 @@
|
|
|
578
875
|
},
|
|
579
876
|
"idempotent": true
|
|
580
877
|
},
|
|
878
|
+
"DeleteRouteCalculator": {
|
|
879
|
+
"http": {
|
|
880
|
+
"method": "DELETE",
|
|
881
|
+
"requestUri": "/routes/v0/calculators/{CalculatorName}",
|
|
882
|
+
"responseCode": 200
|
|
883
|
+
},
|
|
884
|
+
"input": {
|
|
885
|
+
"type": "structure",
|
|
886
|
+
"required": [
|
|
887
|
+
"CalculatorName"
|
|
888
|
+
],
|
|
889
|
+
"members": {
|
|
890
|
+
"CalculatorName": {
|
|
891
|
+
"location": "uri",
|
|
892
|
+
"locationName": "CalculatorName"
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
"output": {
|
|
897
|
+
"type": "structure",
|
|
898
|
+
"members": {}
|
|
899
|
+
},
|
|
900
|
+
"endpoint": {
|
|
901
|
+
"hostPrefix": "routes."
|
|
902
|
+
},
|
|
903
|
+
"idempotent": true
|
|
904
|
+
},
|
|
581
905
|
"DeleteTracker": {
|
|
582
906
|
"http": {
|
|
583
907
|
"method": "DELETE",
|
|
@@ -637,13 +961,17 @@
|
|
|
637
961
|
"CollectionArn": {},
|
|
638
962
|
"CollectionName": {},
|
|
639
963
|
"CreateTime": {
|
|
640
|
-
"shape": "
|
|
964
|
+
"shape": "So"
|
|
641
965
|
},
|
|
642
966
|
"Description": {},
|
|
967
|
+
"KmsKeyId": {},
|
|
643
968
|
"PricingPlan": {},
|
|
644
969
|
"PricingPlanDataSource": {},
|
|
970
|
+
"Tags": {
|
|
971
|
+
"shape": "S2f"
|
|
972
|
+
},
|
|
645
973
|
"UpdateTime": {
|
|
646
|
-
"shape": "
|
|
974
|
+
"shape": "So"
|
|
647
975
|
}
|
|
648
976
|
}
|
|
649
977
|
},
|
|
@@ -683,18 +1011,21 @@
|
|
|
683
1011
|
],
|
|
684
1012
|
"members": {
|
|
685
1013
|
"Configuration": {
|
|
686
|
-
"shape": "
|
|
1014
|
+
"shape": "S2k"
|
|
687
1015
|
},
|
|
688
1016
|
"CreateTime": {
|
|
689
|
-
"shape": "
|
|
1017
|
+
"shape": "So"
|
|
690
1018
|
},
|
|
691
1019
|
"DataSource": {},
|
|
692
1020
|
"Description": {},
|
|
693
1021
|
"MapArn": {},
|
|
694
1022
|
"MapName": {},
|
|
695
1023
|
"PricingPlan": {},
|
|
1024
|
+
"Tags": {
|
|
1025
|
+
"shape": "S2f"
|
|
1026
|
+
},
|
|
696
1027
|
"UpdateTime": {
|
|
697
|
-
"shape": "
|
|
1028
|
+
"shape": "So"
|
|
698
1029
|
}
|
|
699
1030
|
}
|
|
700
1031
|
},
|
|
@@ -734,18 +1065,21 @@
|
|
|
734
1065
|
],
|
|
735
1066
|
"members": {
|
|
736
1067
|
"CreateTime": {
|
|
737
|
-
"shape": "
|
|
1068
|
+
"shape": "So"
|
|
738
1069
|
},
|
|
739
1070
|
"DataSource": {},
|
|
740
1071
|
"DataSourceConfiguration": {
|
|
741
|
-
"shape": "
|
|
1072
|
+
"shape": "S2o"
|
|
742
1073
|
},
|
|
743
1074
|
"Description": {},
|
|
744
1075
|
"IndexArn": {},
|
|
745
1076
|
"IndexName": {},
|
|
746
1077
|
"PricingPlan": {},
|
|
1078
|
+
"Tags": {
|
|
1079
|
+
"shape": "S2f"
|
|
1080
|
+
},
|
|
747
1081
|
"UpdateTime": {
|
|
748
|
-
"shape": "
|
|
1082
|
+
"shape": "So"
|
|
749
1083
|
}
|
|
750
1084
|
}
|
|
751
1085
|
},
|
|
@@ -753,6 +1087,56 @@
|
|
|
753
1087
|
"hostPrefix": "places."
|
|
754
1088
|
}
|
|
755
1089
|
},
|
|
1090
|
+
"DescribeRouteCalculator": {
|
|
1091
|
+
"http": {
|
|
1092
|
+
"method": "GET",
|
|
1093
|
+
"requestUri": "/routes/v0/calculators/{CalculatorName}",
|
|
1094
|
+
"responseCode": 200
|
|
1095
|
+
},
|
|
1096
|
+
"input": {
|
|
1097
|
+
"type": "structure",
|
|
1098
|
+
"required": [
|
|
1099
|
+
"CalculatorName"
|
|
1100
|
+
],
|
|
1101
|
+
"members": {
|
|
1102
|
+
"CalculatorName": {
|
|
1103
|
+
"location": "uri",
|
|
1104
|
+
"locationName": "CalculatorName"
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"output": {
|
|
1109
|
+
"type": "structure",
|
|
1110
|
+
"required": [
|
|
1111
|
+
"CalculatorArn",
|
|
1112
|
+
"CalculatorName",
|
|
1113
|
+
"CreateTime",
|
|
1114
|
+
"DataSource",
|
|
1115
|
+
"Description",
|
|
1116
|
+
"PricingPlan",
|
|
1117
|
+
"UpdateTime"
|
|
1118
|
+
],
|
|
1119
|
+
"members": {
|
|
1120
|
+
"CalculatorArn": {},
|
|
1121
|
+
"CalculatorName": {},
|
|
1122
|
+
"CreateTime": {
|
|
1123
|
+
"shape": "So"
|
|
1124
|
+
},
|
|
1125
|
+
"DataSource": {},
|
|
1126
|
+
"Description": {},
|
|
1127
|
+
"PricingPlan": {},
|
|
1128
|
+
"Tags": {
|
|
1129
|
+
"shape": "S2f"
|
|
1130
|
+
},
|
|
1131
|
+
"UpdateTime": {
|
|
1132
|
+
"shape": "So"
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"endpoint": {
|
|
1137
|
+
"hostPrefix": "routes."
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
756
1140
|
"DescribeTracker": {
|
|
757
1141
|
"http": {
|
|
758
1142
|
"method": "GET",
|
|
@@ -783,15 +1167,19 @@
|
|
|
783
1167
|
],
|
|
784
1168
|
"members": {
|
|
785
1169
|
"CreateTime": {
|
|
786
|
-
"shape": "
|
|
1170
|
+
"shape": "So"
|
|
787
1171
|
},
|
|
788
1172
|
"Description": {},
|
|
1173
|
+
"KmsKeyId": {},
|
|
789
1174
|
"PricingPlan": {},
|
|
790
1175
|
"PricingPlanDataSource": {},
|
|
1176
|
+
"Tags": {
|
|
1177
|
+
"shape": "S2f"
|
|
1178
|
+
},
|
|
791
1179
|
"TrackerArn": {},
|
|
792
1180
|
"TrackerName": {},
|
|
793
1181
|
"UpdateTime": {
|
|
794
|
-
"shape": "
|
|
1182
|
+
"shape": "So"
|
|
795
1183
|
}
|
|
796
1184
|
}
|
|
797
1185
|
},
|
|
@@ -863,13 +1251,13 @@
|
|
|
863
1251
|
"members": {
|
|
864
1252
|
"DeviceId": {},
|
|
865
1253
|
"Position": {
|
|
866
|
-
"shape": "
|
|
1254
|
+
"shape": "Sm"
|
|
867
1255
|
},
|
|
868
1256
|
"ReceivedTime": {
|
|
869
|
-
"shape": "
|
|
1257
|
+
"shape": "So"
|
|
870
1258
|
},
|
|
871
1259
|
"SampleTime": {
|
|
872
|
-
"shape": "
|
|
1260
|
+
"shape": "So"
|
|
873
1261
|
}
|
|
874
1262
|
}
|
|
875
1263
|
},
|
|
@@ -894,11 +1282,11 @@
|
|
|
894
1282
|
"locationName": "DeviceId"
|
|
895
1283
|
},
|
|
896
1284
|
"EndTimeExclusive": {
|
|
897
|
-
"shape": "
|
|
1285
|
+
"shape": "So"
|
|
898
1286
|
},
|
|
899
1287
|
"NextToken": {},
|
|
900
1288
|
"StartTimeInclusive": {
|
|
901
|
-
"shape": "
|
|
1289
|
+
"shape": "So"
|
|
902
1290
|
},
|
|
903
1291
|
"TrackerName": {
|
|
904
1292
|
"location": "uri",
|
|
@@ -913,7 +1301,7 @@
|
|
|
913
1301
|
],
|
|
914
1302
|
"members": {
|
|
915
1303
|
"DevicePositions": {
|
|
916
|
-
"shape": "
|
|
1304
|
+
"shape": "Sw"
|
|
917
1305
|
},
|
|
918
1306
|
"NextToken": {}
|
|
919
1307
|
}
|
|
@@ -956,15 +1344,15 @@
|
|
|
956
1344
|
],
|
|
957
1345
|
"members": {
|
|
958
1346
|
"CreateTime": {
|
|
959
|
-
"shape": "
|
|
1347
|
+
"shape": "So"
|
|
960
1348
|
},
|
|
961
1349
|
"GeofenceId": {},
|
|
962
1350
|
"Geometry": {
|
|
963
|
-
"shape": "
|
|
1351
|
+
"shape": "S13"
|
|
964
1352
|
},
|
|
965
1353
|
"Status": {},
|
|
966
1354
|
"UpdateTime": {
|
|
967
|
-
"shape": "
|
|
1355
|
+
"shape": "So"
|
|
968
1356
|
}
|
|
969
1357
|
}
|
|
970
1358
|
},
|
|
@@ -1142,6 +1530,60 @@
|
|
|
1142
1530
|
"hostPrefix": "maps."
|
|
1143
1531
|
}
|
|
1144
1532
|
},
|
|
1533
|
+
"ListDevicePositions": {
|
|
1534
|
+
"http": {
|
|
1535
|
+
"requestUri": "/tracking/v0/trackers/{TrackerName}/list-positions",
|
|
1536
|
+
"responseCode": 200
|
|
1537
|
+
},
|
|
1538
|
+
"input": {
|
|
1539
|
+
"type": "structure",
|
|
1540
|
+
"required": [
|
|
1541
|
+
"TrackerName"
|
|
1542
|
+
],
|
|
1543
|
+
"members": {
|
|
1544
|
+
"MaxResults": {
|
|
1545
|
+
"type": "integer"
|
|
1546
|
+
},
|
|
1547
|
+
"NextToken": {},
|
|
1548
|
+
"TrackerName": {
|
|
1549
|
+
"location": "uri",
|
|
1550
|
+
"locationName": "TrackerName"
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"output": {
|
|
1555
|
+
"type": "structure",
|
|
1556
|
+
"required": [
|
|
1557
|
+
"Entries"
|
|
1558
|
+
],
|
|
1559
|
+
"members": {
|
|
1560
|
+
"Entries": {
|
|
1561
|
+
"type": "list",
|
|
1562
|
+
"member": {
|
|
1563
|
+
"type": "structure",
|
|
1564
|
+
"required": [
|
|
1565
|
+
"DeviceId",
|
|
1566
|
+
"Position",
|
|
1567
|
+
"SampleTime"
|
|
1568
|
+
],
|
|
1569
|
+
"members": {
|
|
1570
|
+
"DeviceId": {},
|
|
1571
|
+
"Position": {
|
|
1572
|
+
"shape": "Sm"
|
|
1573
|
+
},
|
|
1574
|
+
"SampleTime": {
|
|
1575
|
+
"shape": "So"
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"NextToken": {}
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"endpoint": {
|
|
1584
|
+
"hostPrefix": "tracking."
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1145
1587
|
"ListGeofenceCollections": {
|
|
1146
1588
|
"http": {
|
|
1147
1589
|
"requestUri": "/geofencing/v0/list-collections",
|
|
@@ -1176,13 +1618,13 @@
|
|
|
1176
1618
|
"members": {
|
|
1177
1619
|
"CollectionName": {},
|
|
1178
1620
|
"CreateTime": {
|
|
1179
|
-
"shape": "
|
|
1621
|
+
"shape": "So"
|
|
1180
1622
|
},
|
|
1181
1623
|
"Description": {},
|
|
1182
1624
|
"PricingPlan": {},
|
|
1183
1625
|
"PricingPlanDataSource": {},
|
|
1184
1626
|
"UpdateTime": {
|
|
1185
|
-
"shape": "
|
|
1627
|
+
"shape": "So"
|
|
1186
1628
|
}
|
|
1187
1629
|
}
|
|
1188
1630
|
}
|
|
@@ -1231,15 +1673,15 @@
|
|
|
1231
1673
|
],
|
|
1232
1674
|
"members": {
|
|
1233
1675
|
"CreateTime": {
|
|
1234
|
-
"shape": "
|
|
1676
|
+
"shape": "So"
|
|
1235
1677
|
},
|
|
1236
1678
|
"GeofenceId": {},
|
|
1237
1679
|
"Geometry": {
|
|
1238
|
-
"shape": "
|
|
1680
|
+
"shape": "S13"
|
|
1239
1681
|
},
|
|
1240
1682
|
"Status": {},
|
|
1241
1683
|
"UpdateTime": {
|
|
1242
|
-
"shape": "
|
|
1684
|
+
"shape": "So"
|
|
1243
1685
|
}
|
|
1244
1686
|
}
|
|
1245
1687
|
}
|
|
@@ -1285,14 +1727,14 @@
|
|
|
1285
1727
|
],
|
|
1286
1728
|
"members": {
|
|
1287
1729
|
"CreateTime": {
|
|
1288
|
-
"shape": "
|
|
1730
|
+
"shape": "So"
|
|
1289
1731
|
},
|
|
1290
1732
|
"DataSource": {},
|
|
1291
1733
|
"Description": {},
|
|
1292
1734
|
"MapName": {},
|
|
1293
1735
|
"PricingPlan": {},
|
|
1294
1736
|
"UpdateTime": {
|
|
1295
|
-
"shape": "
|
|
1737
|
+
"shape": "So"
|
|
1296
1738
|
}
|
|
1297
1739
|
}
|
|
1298
1740
|
}
|
|
@@ -1338,14 +1780,14 @@
|
|
|
1338
1780
|
],
|
|
1339
1781
|
"members": {
|
|
1340
1782
|
"CreateTime": {
|
|
1341
|
-
"shape": "
|
|
1783
|
+
"shape": "So"
|
|
1342
1784
|
},
|
|
1343
1785
|
"DataSource": {},
|
|
1344
1786
|
"Description": {},
|
|
1345
1787
|
"IndexName": {},
|
|
1346
1788
|
"PricingPlan": {},
|
|
1347
1789
|
"UpdateTime": {
|
|
1348
|
-
"shape": "
|
|
1790
|
+
"shape": "So"
|
|
1349
1791
|
}
|
|
1350
1792
|
}
|
|
1351
1793
|
}
|
|
@@ -1357,6 +1799,89 @@
|
|
|
1357
1799
|
"hostPrefix": "places."
|
|
1358
1800
|
}
|
|
1359
1801
|
},
|
|
1802
|
+
"ListRouteCalculators": {
|
|
1803
|
+
"http": {
|
|
1804
|
+
"requestUri": "/routes/v0/list-calculators",
|
|
1805
|
+
"responseCode": 200
|
|
1806
|
+
},
|
|
1807
|
+
"input": {
|
|
1808
|
+
"type": "structure",
|
|
1809
|
+
"members": {
|
|
1810
|
+
"MaxResults": {
|
|
1811
|
+
"type": "integer"
|
|
1812
|
+
},
|
|
1813
|
+
"NextToken": {}
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
"output": {
|
|
1817
|
+
"type": "structure",
|
|
1818
|
+
"required": [
|
|
1819
|
+
"Entries"
|
|
1820
|
+
],
|
|
1821
|
+
"members": {
|
|
1822
|
+
"Entries": {
|
|
1823
|
+
"type": "list",
|
|
1824
|
+
"member": {
|
|
1825
|
+
"type": "structure",
|
|
1826
|
+
"required": [
|
|
1827
|
+
"CalculatorName",
|
|
1828
|
+
"CreateTime",
|
|
1829
|
+
"DataSource",
|
|
1830
|
+
"Description",
|
|
1831
|
+
"PricingPlan",
|
|
1832
|
+
"UpdateTime"
|
|
1833
|
+
],
|
|
1834
|
+
"members": {
|
|
1835
|
+
"CalculatorName": {},
|
|
1836
|
+
"CreateTime": {
|
|
1837
|
+
"shape": "So"
|
|
1838
|
+
},
|
|
1839
|
+
"DataSource": {},
|
|
1840
|
+
"Description": {},
|
|
1841
|
+
"PricingPlan": {},
|
|
1842
|
+
"UpdateTime": {
|
|
1843
|
+
"shape": "So"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"NextToken": {}
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
"endpoint": {
|
|
1852
|
+
"hostPrefix": "routes."
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"ListTagsForResource": {
|
|
1856
|
+
"http": {
|
|
1857
|
+
"method": "GET",
|
|
1858
|
+
"requestUri": "/tags/{ResourceArn}",
|
|
1859
|
+
"responseCode": 200
|
|
1860
|
+
},
|
|
1861
|
+
"input": {
|
|
1862
|
+
"type": "structure",
|
|
1863
|
+
"required": [
|
|
1864
|
+
"ResourceArn"
|
|
1865
|
+
],
|
|
1866
|
+
"members": {
|
|
1867
|
+
"ResourceArn": {
|
|
1868
|
+
"location": "uri",
|
|
1869
|
+
"locationName": "ResourceArn"
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"output": {
|
|
1874
|
+
"type": "structure",
|
|
1875
|
+
"members": {
|
|
1876
|
+
"Tags": {
|
|
1877
|
+
"shape": "S2f"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
"endpoint": {
|
|
1882
|
+
"hostPrefix": "metadata."
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1360
1885
|
"ListTrackerConsumers": {
|
|
1361
1886
|
"http": {
|
|
1362
1887
|
"requestUri": "/tracking/v0/trackers/{TrackerName}/list-consumers",
|
|
@@ -1428,14 +1953,14 @@
|
|
|
1428
1953
|
],
|
|
1429
1954
|
"members": {
|
|
1430
1955
|
"CreateTime": {
|
|
1431
|
-
"shape": "
|
|
1956
|
+
"shape": "So"
|
|
1432
1957
|
},
|
|
1433
1958
|
"Description": {},
|
|
1434
1959
|
"PricingPlan": {},
|
|
1435
1960
|
"PricingPlanDataSource": {},
|
|
1436
1961
|
"TrackerName": {},
|
|
1437
1962
|
"UpdateTime": {
|
|
1438
|
-
"shape": "
|
|
1963
|
+
"shape": "So"
|
|
1439
1964
|
}
|
|
1440
1965
|
}
|
|
1441
1966
|
}
|
|
@@ -1470,7 +1995,7 @@
|
|
|
1470
1995
|
"locationName": "GeofenceId"
|
|
1471
1996
|
},
|
|
1472
1997
|
"Geometry": {
|
|
1473
|
-
"shape": "
|
|
1998
|
+
"shape": "S13"
|
|
1474
1999
|
}
|
|
1475
2000
|
}
|
|
1476
2001
|
},
|
|
@@ -1483,11 +2008,11 @@
|
|
|
1483
2008
|
],
|
|
1484
2009
|
"members": {
|
|
1485
2010
|
"CreateTime": {
|
|
1486
|
-
"shape": "
|
|
2011
|
+
"shape": "So"
|
|
1487
2012
|
},
|
|
1488
2013
|
"GeofenceId": {},
|
|
1489
2014
|
"UpdateTime": {
|
|
1490
|
-
"shape": "
|
|
2015
|
+
"shape": "So"
|
|
1491
2016
|
}
|
|
1492
2017
|
}
|
|
1493
2018
|
},
|
|
@@ -1515,7 +2040,7 @@
|
|
|
1515
2040
|
"type": "integer"
|
|
1516
2041
|
},
|
|
1517
2042
|
"Position": {
|
|
1518
|
-
"shape": "
|
|
2043
|
+
"shape": "Sm"
|
|
1519
2044
|
}
|
|
1520
2045
|
}
|
|
1521
2046
|
},
|
|
@@ -1535,7 +2060,7 @@
|
|
|
1535
2060
|
],
|
|
1536
2061
|
"members": {
|
|
1537
2062
|
"Place": {
|
|
1538
|
-
"shape": "
|
|
2063
|
+
"shape": "S5d"
|
|
1539
2064
|
}
|
|
1540
2065
|
}
|
|
1541
2066
|
}
|
|
@@ -1552,7 +2077,7 @@
|
|
|
1552
2077
|
"type": "integer"
|
|
1553
2078
|
},
|
|
1554
2079
|
"Position": {
|
|
1555
|
-
"shape": "
|
|
2080
|
+
"shape": "Sm"
|
|
1556
2081
|
}
|
|
1557
2082
|
}
|
|
1558
2083
|
}
|
|
@@ -1575,13 +2100,13 @@
|
|
|
1575
2100
|
],
|
|
1576
2101
|
"members": {
|
|
1577
2102
|
"BiasPosition": {
|
|
1578
|
-
"shape": "
|
|
2103
|
+
"shape": "Sm"
|
|
1579
2104
|
},
|
|
1580
2105
|
"FilterBBox": {
|
|
1581
|
-
"shape": "
|
|
2106
|
+
"shape": "S2a"
|
|
1582
2107
|
},
|
|
1583
2108
|
"FilterCountries": {
|
|
1584
|
-
"shape": "
|
|
2109
|
+
"shape": "S5h"
|
|
1585
2110
|
},
|
|
1586
2111
|
"IndexName": {
|
|
1587
2112
|
"location": "uri",
|
|
@@ -1612,7 +2137,7 @@
|
|
|
1612
2137
|
],
|
|
1613
2138
|
"members": {
|
|
1614
2139
|
"Place": {
|
|
1615
|
-
"shape": "
|
|
2140
|
+
"shape": "S5d"
|
|
1616
2141
|
}
|
|
1617
2142
|
}
|
|
1618
2143
|
}
|
|
@@ -1625,20 +2150,20 @@
|
|
|
1625
2150
|
],
|
|
1626
2151
|
"members": {
|
|
1627
2152
|
"BiasPosition": {
|
|
1628
|
-
"shape": "
|
|
2153
|
+
"shape": "Sm"
|
|
1629
2154
|
},
|
|
1630
2155
|
"DataSource": {},
|
|
1631
2156
|
"FilterBBox": {
|
|
1632
|
-
"shape": "
|
|
2157
|
+
"shape": "S2a"
|
|
1633
2158
|
},
|
|
1634
2159
|
"FilterCountries": {
|
|
1635
|
-
"shape": "
|
|
2160
|
+
"shape": "S5h"
|
|
1636
2161
|
},
|
|
1637
2162
|
"MaxResults": {
|
|
1638
2163
|
"type": "integer"
|
|
1639
2164
|
},
|
|
1640
2165
|
"ResultBBox": {
|
|
1641
|
-
"shape": "
|
|
2166
|
+
"shape": "S2a"
|
|
1642
2167
|
},
|
|
1643
2168
|
"Text": {
|
|
1644
2169
|
"type": "string",
|
|
@@ -1651,6 +2176,69 @@
|
|
|
1651
2176
|
"endpoint": {
|
|
1652
2177
|
"hostPrefix": "places."
|
|
1653
2178
|
}
|
|
2179
|
+
},
|
|
2180
|
+
"TagResource": {
|
|
2181
|
+
"http": {
|
|
2182
|
+
"requestUri": "/tags/{ResourceArn}",
|
|
2183
|
+
"responseCode": 200
|
|
2184
|
+
},
|
|
2185
|
+
"input": {
|
|
2186
|
+
"type": "structure",
|
|
2187
|
+
"required": [
|
|
2188
|
+
"ResourceArn",
|
|
2189
|
+
"Tags"
|
|
2190
|
+
],
|
|
2191
|
+
"members": {
|
|
2192
|
+
"ResourceArn": {
|
|
2193
|
+
"location": "uri",
|
|
2194
|
+
"locationName": "ResourceArn"
|
|
2195
|
+
},
|
|
2196
|
+
"Tags": {
|
|
2197
|
+
"shape": "S2f"
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"output": {
|
|
2202
|
+
"type": "structure",
|
|
2203
|
+
"members": {}
|
|
2204
|
+
},
|
|
2205
|
+
"endpoint": {
|
|
2206
|
+
"hostPrefix": "metadata."
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
"UntagResource": {
|
|
2210
|
+
"http": {
|
|
2211
|
+
"method": "DELETE",
|
|
2212
|
+
"requestUri": "/tags/{ResourceArn}",
|
|
2213
|
+
"responseCode": 200
|
|
2214
|
+
},
|
|
2215
|
+
"input": {
|
|
2216
|
+
"type": "structure",
|
|
2217
|
+
"required": [
|
|
2218
|
+
"ResourceArn",
|
|
2219
|
+
"TagKeys"
|
|
2220
|
+
],
|
|
2221
|
+
"members": {
|
|
2222
|
+
"ResourceArn": {
|
|
2223
|
+
"location": "uri",
|
|
2224
|
+
"locationName": "ResourceArn"
|
|
2225
|
+
},
|
|
2226
|
+
"TagKeys": {
|
|
2227
|
+
"location": "querystring",
|
|
2228
|
+
"locationName": "tagKeys",
|
|
2229
|
+
"type": "list",
|
|
2230
|
+
"member": {}
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"output": {
|
|
2235
|
+
"type": "structure",
|
|
2236
|
+
"members": {}
|
|
2237
|
+
},
|
|
2238
|
+
"endpoint": {
|
|
2239
|
+
"hostPrefix": "metadata."
|
|
2240
|
+
},
|
|
2241
|
+
"idempotent": true
|
|
1654
2242
|
}
|
|
1655
2243
|
},
|
|
1656
2244
|
"shapes": {
|
|
@@ -1661,7 +2249,7 @@
|
|
|
1661
2249
|
"Message": {}
|
|
1662
2250
|
}
|
|
1663
2251
|
},
|
|
1664
|
-
"
|
|
2252
|
+
"Sl": {
|
|
1665
2253
|
"type": "structure",
|
|
1666
2254
|
"required": [
|
|
1667
2255
|
"DeviceId",
|
|
@@ -1671,25 +2259,25 @@
|
|
|
1671
2259
|
"members": {
|
|
1672
2260
|
"DeviceId": {},
|
|
1673
2261
|
"Position": {
|
|
1674
|
-
"shape": "
|
|
2262
|
+
"shape": "Sm"
|
|
1675
2263
|
},
|
|
1676
2264
|
"SampleTime": {
|
|
1677
|
-
"shape": "
|
|
2265
|
+
"shape": "So"
|
|
1678
2266
|
}
|
|
1679
2267
|
}
|
|
1680
2268
|
},
|
|
1681
|
-
"
|
|
2269
|
+
"Sm": {
|
|
1682
2270
|
"type": "list",
|
|
1683
2271
|
"member": {
|
|
1684
2272
|
"type": "double"
|
|
1685
2273
|
},
|
|
1686
2274
|
"sensitive": true
|
|
1687
2275
|
},
|
|
1688
|
-
"
|
|
2276
|
+
"So": {
|
|
1689
2277
|
"type": "timestamp",
|
|
1690
2278
|
"timestampFormat": "iso8601"
|
|
1691
2279
|
},
|
|
1692
|
-
"
|
|
2280
|
+
"Sw": {
|
|
1693
2281
|
"type": "list",
|
|
1694
2282
|
"member": {
|
|
1695
2283
|
"type": "structure",
|
|
@@ -1701,18 +2289,18 @@
|
|
|
1701
2289
|
"members": {
|
|
1702
2290
|
"DeviceId": {},
|
|
1703
2291
|
"Position": {
|
|
1704
|
-
"shape": "
|
|
2292
|
+
"shape": "Sm"
|
|
1705
2293
|
},
|
|
1706
2294
|
"ReceivedTime": {
|
|
1707
|
-
"shape": "
|
|
2295
|
+
"shape": "So"
|
|
1708
2296
|
},
|
|
1709
2297
|
"SampleTime": {
|
|
1710
|
-
"shape": "
|
|
2298
|
+
"shape": "So"
|
|
1711
2299
|
}
|
|
1712
2300
|
}
|
|
1713
2301
|
}
|
|
1714
2302
|
},
|
|
1715
|
-
"
|
|
2303
|
+
"S13": {
|
|
1716
2304
|
"type": "structure",
|
|
1717
2305
|
"members": {
|
|
1718
2306
|
"Polygon": {
|
|
@@ -1720,13 +2308,25 @@
|
|
|
1720
2308
|
"member": {
|
|
1721
2309
|
"type": "list",
|
|
1722
2310
|
"member": {
|
|
1723
|
-
"shape": "
|
|
2311
|
+
"shape": "Sm"
|
|
1724
2312
|
}
|
|
1725
2313
|
}
|
|
1726
2314
|
}
|
|
1727
2315
|
}
|
|
1728
2316
|
},
|
|
1729
|
-
"
|
|
2317
|
+
"S2a": {
|
|
2318
|
+
"type": "list",
|
|
2319
|
+
"member": {
|
|
2320
|
+
"type": "double"
|
|
2321
|
+
},
|
|
2322
|
+
"sensitive": true
|
|
2323
|
+
},
|
|
2324
|
+
"S2f": {
|
|
2325
|
+
"type": "map",
|
|
2326
|
+
"key": {},
|
|
2327
|
+
"value": {}
|
|
2328
|
+
},
|
|
2329
|
+
"S2k": {
|
|
1730
2330
|
"type": "structure",
|
|
1731
2331
|
"required": [
|
|
1732
2332
|
"Style"
|
|
@@ -1735,13 +2335,13 @@
|
|
|
1735
2335
|
"Style": {}
|
|
1736
2336
|
}
|
|
1737
2337
|
},
|
|
1738
|
-
"
|
|
2338
|
+
"S2o": {
|
|
1739
2339
|
"type": "structure",
|
|
1740
2340
|
"members": {
|
|
1741
2341
|
"IntendedUse": {}
|
|
1742
2342
|
}
|
|
1743
2343
|
},
|
|
1744
|
-
"
|
|
2344
|
+
"S5d": {
|
|
1745
2345
|
"type": "structure",
|
|
1746
2346
|
"required": [
|
|
1747
2347
|
"Geometry"
|
|
@@ -1753,7 +2353,7 @@
|
|
|
1753
2353
|
"type": "structure",
|
|
1754
2354
|
"members": {
|
|
1755
2355
|
"Point": {
|
|
1756
|
-
"shape": "
|
|
2356
|
+
"shape": "Sm"
|
|
1757
2357
|
}
|
|
1758
2358
|
}
|
|
1759
2359
|
},
|
|
@@ -1766,14 +2366,7 @@
|
|
|
1766
2366
|
"SubRegion": {}
|
|
1767
2367
|
}
|
|
1768
2368
|
},
|
|
1769
|
-
"
|
|
1770
|
-
"type": "list",
|
|
1771
|
-
"member": {
|
|
1772
|
-
"type": "double"
|
|
1773
|
-
},
|
|
1774
|
-
"sensitive": true
|
|
1775
|
-
},
|
|
1776
|
-
"S3w": {
|
|
2369
|
+
"S5h": {
|
|
1777
2370
|
"type": "list",
|
|
1778
2371
|
"member": {}
|
|
1779
2372
|
}
|