cdk-docker-image-deployment 0.0.76 → 0.0.78

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 (56) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
  8. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  9. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  12. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  16. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  18. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  19. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  23. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  24. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  25. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  26. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  27. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  28. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  29. package/node_modules/aws-sdk/clients/all.js +2 -0
  30. package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
  31. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  32. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  33. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  34. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  35. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  37. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
  38. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  39. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  40. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  41. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  43. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  45. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  46. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  47. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  55. package/node_modules/aws-sdk/package.json +1 -1
  56. package/package.json +4 -4
@@ -0,0 +1,923 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "iotroborunner",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS IoT RoboRunner",
9
+ "serviceId": "IoT RoboRunner",
10
+ "signatureVersion": "v4",
11
+ "signingName": "iotroborunner",
12
+ "uid": "iot-roborunner-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "CreateDestination": {
16
+ "http": {
17
+ "requestUri": "/createDestination",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "name",
24
+ "site"
25
+ ],
26
+ "members": {
27
+ "clientToken": {
28
+ "idempotencyToken": true
29
+ },
30
+ "name": {},
31
+ "site": {},
32
+ "state": {},
33
+ "additionalFixedProperties": {}
34
+ }
35
+ },
36
+ "output": {
37
+ "type": "structure",
38
+ "required": [
39
+ "arn",
40
+ "id",
41
+ "createdAt",
42
+ "updatedAt",
43
+ "state"
44
+ ],
45
+ "members": {
46
+ "arn": {},
47
+ "id": {},
48
+ "createdAt": {
49
+ "type": "timestamp"
50
+ },
51
+ "updatedAt": {
52
+ "type": "timestamp"
53
+ },
54
+ "state": {}
55
+ }
56
+ },
57
+ "idempotent": true
58
+ },
59
+ "CreateSite": {
60
+ "http": {
61
+ "requestUri": "/createSite",
62
+ "responseCode": 200
63
+ },
64
+ "input": {
65
+ "type": "structure",
66
+ "required": [
67
+ "name",
68
+ "countryCode"
69
+ ],
70
+ "members": {
71
+ "clientToken": {
72
+ "idempotencyToken": true
73
+ },
74
+ "name": {},
75
+ "countryCode": {},
76
+ "description": {}
77
+ }
78
+ },
79
+ "output": {
80
+ "type": "structure",
81
+ "required": [
82
+ "arn",
83
+ "id",
84
+ "createdAt",
85
+ "updatedAt"
86
+ ],
87
+ "members": {
88
+ "arn": {},
89
+ "id": {},
90
+ "createdAt": {
91
+ "type": "timestamp"
92
+ },
93
+ "updatedAt": {
94
+ "type": "timestamp"
95
+ }
96
+ }
97
+ },
98
+ "idempotent": true
99
+ },
100
+ "CreateWorker": {
101
+ "http": {
102
+ "requestUri": "/createWorker",
103
+ "responseCode": 200
104
+ },
105
+ "input": {
106
+ "type": "structure",
107
+ "required": [
108
+ "name",
109
+ "fleet"
110
+ ],
111
+ "members": {
112
+ "clientToken": {
113
+ "idempotencyToken": true
114
+ },
115
+ "name": {},
116
+ "fleet": {},
117
+ "additionalTransientProperties": {},
118
+ "additionalFixedProperties": {},
119
+ "vendorProperties": {
120
+ "shape": "Sm"
121
+ },
122
+ "position": {
123
+ "shape": "Sr"
124
+ },
125
+ "orientation": {
126
+ "shape": "Su"
127
+ }
128
+ }
129
+ },
130
+ "output": {
131
+ "type": "structure",
132
+ "required": [
133
+ "arn",
134
+ "id",
135
+ "createdAt",
136
+ "updatedAt",
137
+ "site"
138
+ ],
139
+ "members": {
140
+ "arn": {},
141
+ "id": {},
142
+ "createdAt": {
143
+ "type": "timestamp"
144
+ },
145
+ "updatedAt": {
146
+ "type": "timestamp"
147
+ },
148
+ "site": {}
149
+ }
150
+ },
151
+ "idempotent": true
152
+ },
153
+ "CreateWorkerFleet": {
154
+ "http": {
155
+ "requestUri": "/createWorkerFleet",
156
+ "responseCode": 200
157
+ },
158
+ "input": {
159
+ "type": "structure",
160
+ "required": [
161
+ "name",
162
+ "site"
163
+ ],
164
+ "members": {
165
+ "clientToken": {
166
+ "idempotencyToken": true
167
+ },
168
+ "name": {},
169
+ "site": {},
170
+ "additionalFixedProperties": {}
171
+ }
172
+ },
173
+ "output": {
174
+ "type": "structure",
175
+ "required": [
176
+ "arn",
177
+ "id",
178
+ "createdAt",
179
+ "updatedAt"
180
+ ],
181
+ "members": {
182
+ "arn": {},
183
+ "id": {},
184
+ "createdAt": {
185
+ "type": "timestamp"
186
+ },
187
+ "updatedAt": {
188
+ "type": "timestamp"
189
+ }
190
+ }
191
+ },
192
+ "idempotent": true
193
+ },
194
+ "DeleteDestination": {
195
+ "http": {
196
+ "requestUri": "/deleteDestination",
197
+ "responseCode": 200
198
+ },
199
+ "input": {
200
+ "type": "structure",
201
+ "required": [
202
+ "id"
203
+ ],
204
+ "members": {
205
+ "id": {}
206
+ }
207
+ },
208
+ "output": {
209
+ "type": "structure",
210
+ "members": {}
211
+ }
212
+ },
213
+ "DeleteSite": {
214
+ "http": {
215
+ "requestUri": "/deleteSite",
216
+ "responseCode": 200
217
+ },
218
+ "input": {
219
+ "type": "structure",
220
+ "required": [
221
+ "id"
222
+ ],
223
+ "members": {
224
+ "id": {}
225
+ }
226
+ },
227
+ "output": {
228
+ "type": "structure",
229
+ "members": {}
230
+ }
231
+ },
232
+ "DeleteWorker": {
233
+ "http": {
234
+ "requestUri": "/deleteWorker",
235
+ "responseCode": 200
236
+ },
237
+ "input": {
238
+ "type": "structure",
239
+ "required": [
240
+ "id"
241
+ ],
242
+ "members": {
243
+ "id": {}
244
+ }
245
+ },
246
+ "output": {
247
+ "type": "structure",
248
+ "members": {}
249
+ }
250
+ },
251
+ "DeleteWorkerFleet": {
252
+ "http": {
253
+ "requestUri": "/deleteWorkerFleet",
254
+ "responseCode": 200
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "id"
260
+ ],
261
+ "members": {
262
+ "id": {}
263
+ }
264
+ },
265
+ "output": {
266
+ "type": "structure",
267
+ "members": {}
268
+ }
269
+ },
270
+ "GetDestination": {
271
+ "http": {
272
+ "method": "GET",
273
+ "requestUri": "/getDestination",
274
+ "responseCode": 200
275
+ },
276
+ "input": {
277
+ "type": "structure",
278
+ "required": [
279
+ "id"
280
+ ],
281
+ "members": {
282
+ "id": {
283
+ "location": "querystring",
284
+ "locationName": "id"
285
+ }
286
+ }
287
+ },
288
+ "output": {
289
+ "type": "structure",
290
+ "required": [
291
+ "arn",
292
+ "id",
293
+ "name",
294
+ "site",
295
+ "createdAt",
296
+ "updatedAt",
297
+ "state"
298
+ ],
299
+ "members": {
300
+ "arn": {},
301
+ "id": {},
302
+ "name": {},
303
+ "site": {},
304
+ "createdAt": {
305
+ "type": "timestamp"
306
+ },
307
+ "updatedAt": {
308
+ "type": "timestamp"
309
+ },
310
+ "state": {},
311
+ "additionalFixedProperties": {}
312
+ }
313
+ }
314
+ },
315
+ "GetSite": {
316
+ "http": {
317
+ "method": "GET",
318
+ "requestUri": "/getSite",
319
+ "responseCode": 200
320
+ },
321
+ "input": {
322
+ "type": "structure",
323
+ "required": [
324
+ "id"
325
+ ],
326
+ "members": {
327
+ "id": {
328
+ "location": "querystring",
329
+ "locationName": "id"
330
+ }
331
+ }
332
+ },
333
+ "output": {
334
+ "type": "structure",
335
+ "required": [
336
+ "arn",
337
+ "id",
338
+ "name",
339
+ "countryCode",
340
+ "createdAt",
341
+ "updatedAt"
342
+ ],
343
+ "members": {
344
+ "arn": {},
345
+ "id": {},
346
+ "name": {},
347
+ "countryCode": {},
348
+ "description": {},
349
+ "createdAt": {
350
+ "type": "timestamp"
351
+ },
352
+ "updatedAt": {
353
+ "type": "timestamp"
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "GetWorker": {
359
+ "http": {
360
+ "method": "GET",
361
+ "requestUri": "/getWorker",
362
+ "responseCode": 200
363
+ },
364
+ "input": {
365
+ "type": "structure",
366
+ "required": [
367
+ "id"
368
+ ],
369
+ "members": {
370
+ "id": {
371
+ "location": "querystring",
372
+ "locationName": "id"
373
+ }
374
+ }
375
+ },
376
+ "output": {
377
+ "type": "structure",
378
+ "required": [
379
+ "arn",
380
+ "id",
381
+ "fleet",
382
+ "site",
383
+ "createdAt",
384
+ "updatedAt",
385
+ "name"
386
+ ],
387
+ "members": {
388
+ "arn": {},
389
+ "id": {},
390
+ "fleet": {},
391
+ "site": {},
392
+ "createdAt": {
393
+ "type": "timestamp"
394
+ },
395
+ "updatedAt": {
396
+ "type": "timestamp"
397
+ },
398
+ "name": {},
399
+ "additionalTransientProperties": {},
400
+ "additionalFixedProperties": {},
401
+ "vendorProperties": {
402
+ "shape": "Sm"
403
+ },
404
+ "position": {
405
+ "shape": "Sr"
406
+ },
407
+ "orientation": {
408
+ "shape": "Su"
409
+ }
410
+ }
411
+ }
412
+ },
413
+ "GetWorkerFleet": {
414
+ "http": {
415
+ "method": "GET",
416
+ "requestUri": "/getWorkerFleet",
417
+ "responseCode": 200
418
+ },
419
+ "input": {
420
+ "type": "structure",
421
+ "required": [
422
+ "id"
423
+ ],
424
+ "members": {
425
+ "id": {
426
+ "location": "querystring",
427
+ "locationName": "id"
428
+ }
429
+ }
430
+ },
431
+ "output": {
432
+ "type": "structure",
433
+ "required": [
434
+ "id",
435
+ "arn",
436
+ "name",
437
+ "site",
438
+ "createdAt",
439
+ "updatedAt"
440
+ ],
441
+ "members": {
442
+ "id": {},
443
+ "arn": {},
444
+ "name": {},
445
+ "site": {},
446
+ "createdAt": {
447
+ "type": "timestamp"
448
+ },
449
+ "updatedAt": {
450
+ "type": "timestamp"
451
+ },
452
+ "additionalFixedProperties": {}
453
+ }
454
+ }
455
+ },
456
+ "ListDestinations": {
457
+ "http": {
458
+ "method": "GET",
459
+ "requestUri": "/listDestinations",
460
+ "responseCode": 200
461
+ },
462
+ "input": {
463
+ "type": "structure",
464
+ "required": [
465
+ "site"
466
+ ],
467
+ "members": {
468
+ "site": {
469
+ "location": "querystring",
470
+ "locationName": "site"
471
+ },
472
+ "maxResults": {
473
+ "location": "querystring",
474
+ "locationName": "maxResults",
475
+ "type": "integer"
476
+ },
477
+ "nextToken": {
478
+ "location": "querystring",
479
+ "locationName": "nextToken"
480
+ },
481
+ "state": {
482
+ "location": "querystring",
483
+ "locationName": "state"
484
+ }
485
+ }
486
+ },
487
+ "output": {
488
+ "type": "structure",
489
+ "members": {
490
+ "nextToken": {},
491
+ "destinations": {
492
+ "type": "list",
493
+ "member": {
494
+ "type": "structure",
495
+ "required": [
496
+ "arn",
497
+ "id",
498
+ "name",
499
+ "site",
500
+ "createdAt",
501
+ "updatedAt",
502
+ "state"
503
+ ],
504
+ "members": {
505
+ "arn": {},
506
+ "id": {},
507
+ "name": {},
508
+ "site": {},
509
+ "createdAt": {
510
+ "type": "timestamp"
511
+ },
512
+ "updatedAt": {
513
+ "type": "timestamp"
514
+ },
515
+ "state": {},
516
+ "additionalFixedProperties": {}
517
+ }
518
+ }
519
+ }
520
+ }
521
+ }
522
+ },
523
+ "ListSites": {
524
+ "http": {
525
+ "method": "GET",
526
+ "requestUri": "/listSites",
527
+ "responseCode": 200
528
+ },
529
+ "input": {
530
+ "type": "structure",
531
+ "members": {
532
+ "maxResults": {
533
+ "location": "querystring",
534
+ "locationName": "maxResults",
535
+ "type": "integer"
536
+ },
537
+ "nextToken": {
538
+ "location": "querystring",
539
+ "locationName": "nextToken"
540
+ }
541
+ }
542
+ },
543
+ "output": {
544
+ "type": "structure",
545
+ "members": {
546
+ "nextToken": {},
547
+ "sites": {
548
+ "type": "list",
549
+ "member": {
550
+ "type": "structure",
551
+ "required": [
552
+ "arn",
553
+ "name",
554
+ "countryCode",
555
+ "createdAt"
556
+ ],
557
+ "members": {
558
+ "arn": {},
559
+ "name": {},
560
+ "countryCode": {},
561
+ "createdAt": {
562
+ "type": "timestamp"
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
569
+ },
570
+ "ListWorkerFleets": {
571
+ "http": {
572
+ "method": "GET",
573
+ "requestUri": "/listWorkerFleets",
574
+ "responseCode": 200
575
+ },
576
+ "input": {
577
+ "type": "structure",
578
+ "required": [
579
+ "site"
580
+ ],
581
+ "members": {
582
+ "site": {
583
+ "location": "querystring",
584
+ "locationName": "site"
585
+ },
586
+ "maxResults": {
587
+ "location": "querystring",
588
+ "locationName": "maxResults",
589
+ "type": "integer"
590
+ },
591
+ "nextToken": {
592
+ "location": "querystring",
593
+ "locationName": "nextToken"
594
+ }
595
+ }
596
+ },
597
+ "output": {
598
+ "type": "structure",
599
+ "members": {
600
+ "nextToken": {},
601
+ "workerFleets": {
602
+ "type": "list",
603
+ "member": {
604
+ "type": "structure",
605
+ "required": [
606
+ "arn",
607
+ "id",
608
+ "name",
609
+ "site",
610
+ "createdAt",
611
+ "updatedAt"
612
+ ],
613
+ "members": {
614
+ "arn": {},
615
+ "id": {},
616
+ "name": {},
617
+ "site": {},
618
+ "createdAt": {
619
+ "type": "timestamp"
620
+ },
621
+ "updatedAt": {
622
+ "type": "timestamp"
623
+ },
624
+ "additionalFixedProperties": {}
625
+ }
626
+ }
627
+ }
628
+ }
629
+ }
630
+ },
631
+ "ListWorkers": {
632
+ "http": {
633
+ "method": "GET",
634
+ "requestUri": "/listWorkers",
635
+ "responseCode": 200
636
+ },
637
+ "input": {
638
+ "type": "structure",
639
+ "required": [
640
+ "site"
641
+ ],
642
+ "members": {
643
+ "site": {
644
+ "location": "querystring",
645
+ "locationName": "site"
646
+ },
647
+ "maxResults": {
648
+ "location": "querystring",
649
+ "locationName": "maxResults",
650
+ "type": "integer"
651
+ },
652
+ "nextToken": {
653
+ "location": "querystring",
654
+ "locationName": "nextToken"
655
+ },
656
+ "fleet": {
657
+ "location": "querystring",
658
+ "locationName": "fleet"
659
+ }
660
+ }
661
+ },
662
+ "output": {
663
+ "type": "structure",
664
+ "members": {
665
+ "nextToken": {},
666
+ "workers": {
667
+ "type": "list",
668
+ "member": {
669
+ "type": "structure",
670
+ "required": [
671
+ "arn",
672
+ "id",
673
+ "fleet",
674
+ "createdAt",
675
+ "updatedAt",
676
+ "name",
677
+ "site"
678
+ ],
679
+ "members": {
680
+ "arn": {},
681
+ "id": {},
682
+ "fleet": {},
683
+ "createdAt": {
684
+ "type": "timestamp"
685
+ },
686
+ "updatedAt": {
687
+ "type": "timestamp"
688
+ },
689
+ "name": {},
690
+ "site": {},
691
+ "additionalTransientProperties": {},
692
+ "additionalFixedProperties": {},
693
+ "vendorProperties": {
694
+ "shape": "Sm"
695
+ },
696
+ "position": {
697
+ "shape": "Sr"
698
+ },
699
+ "orientation": {
700
+ "shape": "Su"
701
+ }
702
+ }
703
+ }
704
+ }
705
+ }
706
+ }
707
+ },
708
+ "UpdateDestination": {
709
+ "http": {
710
+ "requestUri": "/updateDestination",
711
+ "responseCode": 200
712
+ },
713
+ "input": {
714
+ "type": "structure",
715
+ "required": [
716
+ "id"
717
+ ],
718
+ "members": {
719
+ "id": {},
720
+ "name": {},
721
+ "state": {},
722
+ "additionalFixedProperties": {}
723
+ }
724
+ },
725
+ "output": {
726
+ "type": "structure",
727
+ "required": [
728
+ "arn",
729
+ "id",
730
+ "name",
731
+ "updatedAt",
732
+ "state"
733
+ ],
734
+ "members": {
735
+ "arn": {},
736
+ "id": {},
737
+ "name": {},
738
+ "updatedAt": {
739
+ "type": "timestamp"
740
+ },
741
+ "state": {},
742
+ "additionalFixedProperties": {}
743
+ }
744
+ }
745
+ },
746
+ "UpdateSite": {
747
+ "http": {
748
+ "requestUri": "/updateSite",
749
+ "responseCode": 200
750
+ },
751
+ "input": {
752
+ "type": "structure",
753
+ "required": [
754
+ "id"
755
+ ],
756
+ "members": {
757
+ "id": {},
758
+ "name": {},
759
+ "countryCode": {},
760
+ "description": {}
761
+ }
762
+ },
763
+ "output": {
764
+ "type": "structure",
765
+ "required": [
766
+ "arn",
767
+ "id",
768
+ "name",
769
+ "updatedAt"
770
+ ],
771
+ "members": {
772
+ "arn": {},
773
+ "id": {},
774
+ "name": {},
775
+ "countryCode": {},
776
+ "description": {},
777
+ "updatedAt": {
778
+ "type": "timestamp"
779
+ }
780
+ }
781
+ }
782
+ },
783
+ "UpdateWorker": {
784
+ "http": {
785
+ "requestUri": "/updateWorker",
786
+ "responseCode": 200
787
+ },
788
+ "input": {
789
+ "type": "structure",
790
+ "required": [
791
+ "id"
792
+ ],
793
+ "members": {
794
+ "id": {},
795
+ "name": {},
796
+ "additionalTransientProperties": {},
797
+ "additionalFixedProperties": {},
798
+ "vendorProperties": {
799
+ "shape": "Sm"
800
+ },
801
+ "position": {
802
+ "shape": "Sr"
803
+ },
804
+ "orientation": {
805
+ "shape": "Su"
806
+ }
807
+ }
808
+ },
809
+ "output": {
810
+ "type": "structure",
811
+ "required": [
812
+ "arn",
813
+ "id",
814
+ "fleet",
815
+ "updatedAt",
816
+ "name"
817
+ ],
818
+ "members": {
819
+ "arn": {},
820
+ "id": {},
821
+ "fleet": {},
822
+ "updatedAt": {
823
+ "type": "timestamp"
824
+ },
825
+ "name": {},
826
+ "additionalTransientProperties": {},
827
+ "additionalFixedProperties": {},
828
+ "orientation": {
829
+ "shape": "Su"
830
+ },
831
+ "vendorProperties": {
832
+ "shape": "Sm"
833
+ },
834
+ "position": {
835
+ "shape": "Sr"
836
+ }
837
+ }
838
+ }
839
+ },
840
+ "UpdateWorkerFleet": {
841
+ "http": {
842
+ "requestUri": "/updateWorkerFleet",
843
+ "responseCode": 200
844
+ },
845
+ "input": {
846
+ "type": "structure",
847
+ "required": [
848
+ "id"
849
+ ],
850
+ "members": {
851
+ "id": {},
852
+ "name": {},
853
+ "additionalFixedProperties": {}
854
+ }
855
+ },
856
+ "output": {
857
+ "type": "structure",
858
+ "required": [
859
+ "arn",
860
+ "id",
861
+ "name",
862
+ "updatedAt"
863
+ ],
864
+ "members": {
865
+ "arn": {},
866
+ "id": {},
867
+ "name": {},
868
+ "updatedAt": {
869
+ "type": "timestamp"
870
+ },
871
+ "additionalFixedProperties": {}
872
+ }
873
+ }
874
+ }
875
+ },
876
+ "shapes": {
877
+ "Sm": {
878
+ "type": "structure",
879
+ "required": [
880
+ "vendorWorkerId"
881
+ ],
882
+ "members": {
883
+ "vendorWorkerId": {},
884
+ "vendorWorkerIpAddress": {},
885
+ "vendorAdditionalTransientProperties": {},
886
+ "vendorAdditionalFixedProperties": {}
887
+ }
888
+ },
889
+ "Sr": {
890
+ "type": "structure",
891
+ "members": {
892
+ "cartesianCoordinates": {
893
+ "type": "structure",
894
+ "required": [
895
+ "x",
896
+ "y"
897
+ ],
898
+ "members": {
899
+ "x": {
900
+ "type": "double"
901
+ },
902
+ "y": {
903
+ "type": "double"
904
+ },
905
+ "z": {
906
+ "type": "double"
907
+ }
908
+ }
909
+ }
910
+ },
911
+ "union": true
912
+ },
913
+ "Su": {
914
+ "type": "structure",
915
+ "members": {
916
+ "degrees": {
917
+ "type": "double"
918
+ }
919
+ },
920
+ "union": true
921
+ }
922
+ }
923
+ }