aws-sdk 2.1614.0 → 2.1616.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 (39) hide show
  1. package/README.md +1 -1
  2. package/apis/budgets-2016-10-20.min.json +102 -21
  3. package/apis/cognito-idp-2016-04-18.min.json +3 -0
  4. package/apis/ec2-2016-11-15.min.json +282 -279
  5. package/apis/ecr-2015-09-21.min.json +3 -0
  6. package/apis/metadata.json +0 -6
  7. package/apis/resiliencehub-2020-04-30.min.json +63 -14
  8. package/apis/resiliencehub-2020-04-30.paginators.json +6 -0
  9. package/apis/route53profiles-2018-05-10.min.json +3 -0
  10. package/apis/sqs-2012-11-05.min.json +21 -14
  11. package/clients/all.d.ts +0 -2
  12. package/clients/all.js +0 -2
  13. package/clients/b2bi.d.ts +7 -7
  14. package/clients/budgets.d.ts +84 -1
  15. package/clients/cognitoidentityserviceprovider.d.ts +1 -1
  16. package/clients/ec2.d.ts +5 -0
  17. package/clients/ecr.d.ts +2 -2
  18. package/clients/fms.d.ts +4 -4
  19. package/clients/polly.d.ts +9 -9
  20. package/clients/resiliencehub.d.ts +80 -15
  21. package/clients/route53profiles.d.ts +4 -4
  22. package/clients/sqs.d.ts +19 -14
  23. package/dist/aws-sdk-core-react-native.js +2 -2
  24. package/dist/aws-sdk-react-native.js +1628 -1702
  25. package/dist/aws-sdk.js +312 -302
  26. package/dist/aws-sdk.min.js +64 -64
  27. package/lib/config_service_placeholders.d.ts +0 -4
  28. package/lib/core.js +1 -1
  29. package/package.json +1 -1
  30. package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
  31. package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  32. package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  33. package/apis/honeycode-2020-03-01.examples.json +0 -5
  34. package/apis/honeycode-2020-03-01.min.json +0 -962
  35. package/apis/honeycode-2020-03-01.paginators.json +0 -27
  36. package/clients/alexaforbusiness.d.ts +0 -3862
  37. package/clients/alexaforbusiness.js +0 -18
  38. package/clients/honeycode.d.ts +0 -910
  39. package/clients/honeycode.js +0 -18
@@ -1,962 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2020-03-01",
5
- "endpointPrefix": "honeycode",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceAbbreviation": "Honeycode",
9
- "serviceFullName": "Amazon Honeycode",
10
- "serviceId": "Honeycode",
11
- "signatureVersion": "v4",
12
- "signingName": "honeycode",
13
- "uid": "honeycode-2020-03-01"
14
- },
15
- "operations": {
16
- "BatchCreateTableRows": {
17
- "http": {
18
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchcreate"
19
- },
20
- "input": {
21
- "type": "structure",
22
- "required": [
23
- "workbookId",
24
- "tableId",
25
- "rowsToCreate"
26
- ],
27
- "members": {
28
- "workbookId": {
29
- "location": "uri",
30
- "locationName": "workbookId"
31
- },
32
- "tableId": {
33
- "location": "uri",
34
- "locationName": "tableId"
35
- },
36
- "rowsToCreate": {
37
- "type": "list",
38
- "member": {
39
- "type": "structure",
40
- "required": [
41
- "batchItemId",
42
- "cellsToCreate"
43
- ],
44
- "members": {
45
- "batchItemId": {},
46
- "cellsToCreate": {
47
- "shape": "S6"
48
- }
49
- }
50
- }
51
- },
52
- "clientRequestToken": {}
53
- }
54
- },
55
- "output": {
56
- "type": "structure",
57
- "required": [
58
- "workbookCursor",
59
- "createdRows"
60
- ],
61
- "members": {
62
- "workbookCursor": {
63
- "type": "long"
64
- },
65
- "createdRows": {
66
- "type": "map",
67
- "key": {},
68
- "value": {}
69
- },
70
- "failedBatchItems": {
71
- "shape": "Sf"
72
- }
73
- }
74
- }
75
- },
76
- "BatchDeleteTableRows": {
77
- "http": {
78
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchdelete"
79
- },
80
- "input": {
81
- "type": "structure",
82
- "required": [
83
- "workbookId",
84
- "tableId",
85
- "rowIds"
86
- ],
87
- "members": {
88
- "workbookId": {
89
- "location": "uri",
90
- "locationName": "workbookId"
91
- },
92
- "tableId": {
93
- "location": "uri",
94
- "locationName": "tableId"
95
- },
96
- "rowIds": {
97
- "shape": "Sj"
98
- },
99
- "clientRequestToken": {}
100
- }
101
- },
102
- "output": {
103
- "type": "structure",
104
- "required": [
105
- "workbookCursor"
106
- ],
107
- "members": {
108
- "workbookCursor": {
109
- "type": "long"
110
- },
111
- "failedBatchItems": {
112
- "shape": "Sf"
113
- }
114
- }
115
- }
116
- },
117
- "BatchUpdateTableRows": {
118
- "http": {
119
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchupdate"
120
- },
121
- "input": {
122
- "type": "structure",
123
- "required": [
124
- "workbookId",
125
- "tableId",
126
- "rowsToUpdate"
127
- ],
128
- "members": {
129
- "workbookId": {
130
- "location": "uri",
131
- "locationName": "workbookId"
132
- },
133
- "tableId": {
134
- "location": "uri",
135
- "locationName": "tableId"
136
- },
137
- "rowsToUpdate": {
138
- "type": "list",
139
- "member": {
140
- "type": "structure",
141
- "required": [
142
- "rowId",
143
- "cellsToUpdate"
144
- ],
145
- "members": {
146
- "rowId": {},
147
- "cellsToUpdate": {
148
- "shape": "S6"
149
- }
150
- }
151
- }
152
- },
153
- "clientRequestToken": {}
154
- }
155
- },
156
- "output": {
157
- "type": "structure",
158
- "required": [
159
- "workbookCursor"
160
- ],
161
- "members": {
162
- "workbookCursor": {
163
- "type": "long"
164
- },
165
- "failedBatchItems": {
166
- "shape": "Sf"
167
- }
168
- }
169
- }
170
- },
171
- "BatchUpsertTableRows": {
172
- "http": {
173
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchupsert"
174
- },
175
- "input": {
176
- "type": "structure",
177
- "required": [
178
- "workbookId",
179
- "tableId",
180
- "rowsToUpsert"
181
- ],
182
- "members": {
183
- "workbookId": {
184
- "location": "uri",
185
- "locationName": "workbookId"
186
- },
187
- "tableId": {
188
- "location": "uri",
189
- "locationName": "tableId"
190
- },
191
- "rowsToUpsert": {
192
- "type": "list",
193
- "member": {
194
- "type": "structure",
195
- "required": [
196
- "batchItemId",
197
- "filter",
198
- "cellsToUpdate"
199
- ],
200
- "members": {
201
- "batchItemId": {},
202
- "filter": {
203
- "shape": "Ss"
204
- },
205
- "cellsToUpdate": {
206
- "shape": "S6"
207
- }
208
- }
209
- }
210
- },
211
- "clientRequestToken": {}
212
- }
213
- },
214
- "output": {
215
- "type": "structure",
216
- "required": [
217
- "rows",
218
- "workbookCursor"
219
- ],
220
- "members": {
221
- "rows": {
222
- "type": "map",
223
- "key": {},
224
- "value": {
225
- "type": "structure",
226
- "required": [
227
- "rowIds",
228
- "upsertAction"
229
- ],
230
- "members": {
231
- "rowIds": {
232
- "shape": "Sj"
233
- },
234
- "upsertAction": {}
235
- }
236
- }
237
- },
238
- "workbookCursor": {
239
- "type": "long"
240
- },
241
- "failedBatchItems": {
242
- "shape": "Sf"
243
- }
244
- }
245
- }
246
- },
247
- "DescribeTableDataImportJob": {
248
- "http": {
249
- "method": "GET",
250
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/import/{jobId}"
251
- },
252
- "input": {
253
- "type": "structure",
254
- "required": [
255
- "workbookId",
256
- "tableId",
257
- "jobId"
258
- ],
259
- "members": {
260
- "workbookId": {
261
- "location": "uri",
262
- "locationName": "workbookId"
263
- },
264
- "tableId": {
265
- "location": "uri",
266
- "locationName": "tableId"
267
- },
268
- "jobId": {
269
- "location": "uri",
270
- "locationName": "jobId"
271
- }
272
- }
273
- },
274
- "output": {
275
- "type": "structure",
276
- "required": [
277
- "jobStatus",
278
- "message",
279
- "jobMetadata"
280
- ],
281
- "members": {
282
- "jobStatus": {},
283
- "message": {},
284
- "jobMetadata": {
285
- "type": "structure",
286
- "required": [
287
- "submitter",
288
- "submitTime",
289
- "importOptions",
290
- "dataSource"
291
- ],
292
- "members": {
293
- "submitter": {
294
- "type": "structure",
295
- "members": {
296
- "email": {
297
- "type": "string",
298
- "sensitive": true
299
- },
300
- "userArn": {}
301
- }
302
- },
303
- "submitTime": {
304
- "type": "timestamp"
305
- },
306
- "importOptions": {
307
- "shape": "S18"
308
- },
309
- "dataSource": {
310
- "shape": "S1i"
311
- }
312
- }
313
- },
314
- "errorCode": {}
315
- }
316
- }
317
- },
318
- "GetScreenData": {
319
- "http": {
320
- "requestUri": "/screendata"
321
- },
322
- "input": {
323
- "type": "structure",
324
- "required": [
325
- "workbookId",
326
- "appId",
327
- "screenId"
328
- ],
329
- "members": {
330
- "workbookId": {},
331
- "appId": {},
332
- "screenId": {},
333
- "variables": {
334
- "shape": "S1n"
335
- },
336
- "maxResults": {
337
- "type": "integer"
338
- },
339
- "nextToken": {}
340
- }
341
- },
342
- "output": {
343
- "type": "structure",
344
- "required": [
345
- "results",
346
- "workbookCursor"
347
- ],
348
- "members": {
349
- "results": {
350
- "type": "map",
351
- "key": {
352
- "shape": "S1v"
353
- },
354
- "value": {
355
- "type": "structure",
356
- "required": [
357
- "headers",
358
- "rows"
359
- ],
360
- "members": {
361
- "headers": {
362
- "type": "list",
363
- "member": {
364
- "type": "structure",
365
- "required": [
366
- "name",
367
- "format"
368
- ],
369
- "members": {
370
- "name": {
371
- "shape": "S1v"
372
- },
373
- "format": {}
374
- }
375
- }
376
- },
377
- "rows": {
378
- "type": "list",
379
- "member": {
380
- "type": "structure",
381
- "required": [
382
- "dataItems"
383
- ],
384
- "members": {
385
- "rowId": {},
386
- "dataItems": {
387
- "type": "list",
388
- "member": {
389
- "type": "structure",
390
- "members": {
391
- "overrideFormat": {},
392
- "rawValue": {},
393
- "formattedValue": {}
394
- },
395
- "sensitive": true
396
- }
397
- }
398
- }
399
- }
400
- }
401
- }
402
- }
403
- },
404
- "workbookCursor": {
405
- "type": "long"
406
- },
407
- "nextToken": {}
408
- }
409
- }
410
- },
411
- "InvokeScreenAutomation": {
412
- "http": {
413
- "requestUri": "/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}"
414
- },
415
- "input": {
416
- "type": "structure",
417
- "required": [
418
- "workbookId",
419
- "appId",
420
- "screenId",
421
- "screenAutomationId"
422
- ],
423
- "members": {
424
- "workbookId": {
425
- "location": "uri",
426
- "locationName": "workbookId"
427
- },
428
- "appId": {
429
- "location": "uri",
430
- "locationName": "appId"
431
- },
432
- "screenId": {
433
- "location": "uri",
434
- "locationName": "screenId"
435
- },
436
- "screenAutomationId": {
437
- "location": "uri",
438
- "locationName": "automationId"
439
- },
440
- "variables": {
441
- "shape": "S1n"
442
- },
443
- "rowId": {},
444
- "clientRequestToken": {}
445
- }
446
- },
447
- "output": {
448
- "type": "structure",
449
- "required": [
450
- "workbookCursor"
451
- ],
452
- "members": {
453
- "workbookCursor": {
454
- "type": "long"
455
- }
456
- }
457
- }
458
- },
459
- "ListTableColumns": {
460
- "http": {
461
- "method": "GET",
462
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/columns"
463
- },
464
- "input": {
465
- "type": "structure",
466
- "required": [
467
- "workbookId",
468
- "tableId"
469
- ],
470
- "members": {
471
- "workbookId": {
472
- "location": "uri",
473
- "locationName": "workbookId"
474
- },
475
- "tableId": {
476
- "location": "uri",
477
- "locationName": "tableId"
478
- },
479
- "nextToken": {
480
- "location": "querystring",
481
- "locationName": "nextToken"
482
- }
483
- }
484
- },
485
- "output": {
486
- "type": "structure",
487
- "required": [
488
- "tableColumns"
489
- ],
490
- "members": {
491
- "tableColumns": {
492
- "type": "list",
493
- "member": {
494
- "type": "structure",
495
- "members": {
496
- "tableColumnId": {},
497
- "tableColumnName": {},
498
- "format": {}
499
- }
500
- }
501
- },
502
- "nextToken": {},
503
- "workbookCursor": {
504
- "type": "long"
505
- }
506
- }
507
- }
508
- },
509
- "ListTableRows": {
510
- "http": {
511
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/list"
512
- },
513
- "input": {
514
- "type": "structure",
515
- "required": [
516
- "workbookId",
517
- "tableId"
518
- ],
519
- "members": {
520
- "workbookId": {
521
- "location": "uri",
522
- "locationName": "workbookId"
523
- },
524
- "tableId": {
525
- "location": "uri",
526
- "locationName": "tableId"
527
- },
528
- "rowIds": {
529
- "shape": "Sj"
530
- },
531
- "maxResults": {
532
- "type": "integer"
533
- },
534
- "nextToken": {}
535
- }
536
- },
537
- "output": {
538
- "type": "structure",
539
- "required": [
540
- "columnIds",
541
- "rows",
542
- "workbookCursor"
543
- ],
544
- "members": {
545
- "columnIds": {
546
- "shape": "S2e"
547
- },
548
- "rows": {
549
- "shape": "S2f"
550
- },
551
- "rowIdsNotFound": {
552
- "shape": "Sj"
553
- },
554
- "nextToken": {},
555
- "workbookCursor": {
556
- "type": "long"
557
- }
558
- }
559
- }
560
- },
561
- "ListTables": {
562
- "http": {
563
- "method": "GET",
564
- "requestUri": "/workbooks/{workbookId}/tables"
565
- },
566
- "input": {
567
- "type": "structure",
568
- "required": [
569
- "workbookId"
570
- ],
571
- "members": {
572
- "workbookId": {
573
- "location": "uri",
574
- "locationName": "workbookId"
575
- },
576
- "maxResults": {
577
- "location": "querystring",
578
- "locationName": "maxResults",
579
- "type": "integer"
580
- },
581
- "nextToken": {
582
- "location": "querystring",
583
- "locationName": "nextToken"
584
- }
585
- }
586
- },
587
- "output": {
588
- "type": "structure",
589
- "required": [
590
- "tables"
591
- ],
592
- "members": {
593
- "tables": {
594
- "type": "list",
595
- "member": {
596
- "type": "structure",
597
- "members": {
598
- "tableId": {},
599
- "tableName": {}
600
- }
601
- }
602
- },
603
- "nextToken": {},
604
- "workbookCursor": {
605
- "type": "long"
606
- }
607
- }
608
- }
609
- },
610
- "ListTagsForResource": {
611
- "http": {
612
- "method": "GET",
613
- "requestUri": "/tags/{resourceArn}"
614
- },
615
- "input": {
616
- "type": "structure",
617
- "required": [
618
- "resourceArn"
619
- ],
620
- "members": {
621
- "resourceArn": {
622
- "location": "uri",
623
- "locationName": "resourceArn"
624
- }
625
- }
626
- },
627
- "output": {
628
- "type": "structure",
629
- "members": {
630
- "tags": {
631
- "shape": "S2s"
632
- }
633
- }
634
- }
635
- },
636
- "QueryTableRows": {
637
- "http": {
638
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/query"
639
- },
640
- "input": {
641
- "type": "structure",
642
- "required": [
643
- "workbookId",
644
- "tableId",
645
- "filterFormula"
646
- ],
647
- "members": {
648
- "workbookId": {
649
- "location": "uri",
650
- "locationName": "workbookId"
651
- },
652
- "tableId": {
653
- "location": "uri",
654
- "locationName": "tableId"
655
- },
656
- "filterFormula": {
657
- "shape": "Ss"
658
- },
659
- "maxResults": {
660
- "type": "integer"
661
- },
662
- "nextToken": {}
663
- }
664
- },
665
- "output": {
666
- "type": "structure",
667
- "required": [
668
- "columnIds",
669
- "rows",
670
- "workbookCursor"
671
- ],
672
- "members": {
673
- "columnIds": {
674
- "shape": "S2e"
675
- },
676
- "rows": {
677
- "shape": "S2f"
678
- },
679
- "nextToken": {},
680
- "workbookCursor": {
681
- "type": "long"
682
- }
683
- }
684
- }
685
- },
686
- "StartTableDataImportJob": {
687
- "http": {
688
- "requestUri": "/workbooks/{workbookId}/tables/{tableId}/import"
689
- },
690
- "input": {
691
- "type": "structure",
692
- "required": [
693
- "workbookId",
694
- "dataSource",
695
- "dataFormat",
696
- "destinationTableId",
697
- "importOptions",
698
- "clientRequestToken"
699
- ],
700
- "members": {
701
- "workbookId": {
702
- "location": "uri",
703
- "locationName": "workbookId"
704
- },
705
- "dataSource": {
706
- "shape": "S1i"
707
- },
708
- "dataFormat": {},
709
- "destinationTableId": {
710
- "location": "uri",
711
- "locationName": "tableId"
712
- },
713
- "importOptions": {
714
- "shape": "S18"
715
- },
716
- "clientRequestToken": {}
717
- }
718
- },
719
- "output": {
720
- "type": "structure",
721
- "required": [
722
- "jobId",
723
- "jobStatus"
724
- ],
725
- "members": {
726
- "jobId": {},
727
- "jobStatus": {}
728
- }
729
- }
730
- },
731
- "TagResource": {
732
- "http": {
733
- "requestUri": "/tags/{resourceArn}"
734
- },
735
- "input": {
736
- "type": "structure",
737
- "required": [
738
- "resourceArn",
739
- "tags"
740
- ],
741
- "members": {
742
- "resourceArn": {
743
- "location": "uri",
744
- "locationName": "resourceArn"
745
- },
746
- "tags": {
747
- "shape": "S2s"
748
- }
749
- }
750
- },
751
- "output": {
752
- "type": "structure",
753
- "members": {}
754
- }
755
- },
756
- "UntagResource": {
757
- "http": {
758
- "method": "DELETE",
759
- "requestUri": "/tags/{resourceArn}"
760
- },
761
- "input": {
762
- "type": "structure",
763
- "required": [
764
- "resourceArn",
765
- "tagKeys"
766
- ],
767
- "members": {
768
- "resourceArn": {
769
- "location": "uri",
770
- "locationName": "resourceArn"
771
- },
772
- "tagKeys": {
773
- "location": "querystring",
774
- "locationName": "tagKeys",
775
- "type": "list",
776
- "member": {}
777
- }
778
- }
779
- },
780
- "output": {
781
- "type": "structure",
782
- "members": {}
783
- }
784
- }
785
- },
786
- "shapes": {
787
- "S6": {
788
- "type": "map",
789
- "key": {},
790
- "value": {
791
- "type": "structure",
792
- "members": {
793
- "fact": {
794
- "shape": "S8"
795
- },
796
- "facts": {
797
- "type": "list",
798
- "member": {
799
- "shape": "S8"
800
- }
801
- }
802
- }
803
- }
804
- },
805
- "S8": {
806
- "type": "string",
807
- "sensitive": true
808
- },
809
- "Sf": {
810
- "type": "list",
811
- "member": {
812
- "type": "structure",
813
- "required": [
814
- "id",
815
- "errorMessage"
816
- ],
817
- "members": {
818
- "id": {},
819
- "errorMessage": {}
820
- }
821
- }
822
- },
823
- "Sj": {
824
- "type": "list",
825
- "member": {}
826
- },
827
- "Ss": {
828
- "type": "structure",
829
- "required": [
830
- "formula"
831
- ],
832
- "members": {
833
- "formula": {
834
- "shape": "St"
835
- },
836
- "contextRowId": {}
837
- }
838
- },
839
- "St": {
840
- "type": "string",
841
- "sensitive": true
842
- },
843
- "S18": {
844
- "type": "structure",
845
- "members": {
846
- "destinationOptions": {
847
- "type": "structure",
848
- "members": {
849
- "columnMap": {
850
- "type": "map",
851
- "key": {},
852
- "value": {
853
- "type": "structure",
854
- "members": {
855
- "columnIndex": {
856
- "type": "integer"
857
- }
858
- }
859
- }
860
- }
861
- }
862
- },
863
- "delimitedTextOptions": {
864
- "type": "structure",
865
- "required": [
866
- "delimiter"
867
- ],
868
- "members": {
869
- "delimiter": {},
870
- "hasHeaderRow": {
871
- "type": "boolean"
872
- },
873
- "ignoreEmptyRows": {
874
- "type": "boolean"
875
- },
876
- "dataCharacterEncoding": {}
877
- }
878
- }
879
- }
880
- },
881
- "S1i": {
882
- "type": "structure",
883
- "required": [
884
- "dataSourceConfig"
885
- ],
886
- "members": {
887
- "dataSourceConfig": {
888
- "type": "structure",
889
- "members": {
890
- "dataSourceUrl": {
891
- "type": "string",
892
- "sensitive": true
893
- }
894
- }
895
- }
896
- }
897
- },
898
- "S1n": {
899
- "type": "map",
900
- "key": {
901
- "type": "string",
902
- "sensitive": true
903
- },
904
- "value": {
905
- "type": "structure",
906
- "required": [
907
- "rawValue"
908
- ],
909
- "members": {
910
- "rawValue": {}
911
- },
912
- "sensitive": true
913
- },
914
- "sensitive": true
915
- },
916
- "S1v": {
917
- "type": "string",
918
- "sensitive": true
919
- },
920
- "S2e": {
921
- "type": "list",
922
- "member": {}
923
- },
924
- "S2f": {
925
- "type": "list",
926
- "member": {
927
- "type": "structure",
928
- "required": [
929
- "rowId",
930
- "cells"
931
- ],
932
- "members": {
933
- "rowId": {},
934
- "cells": {
935
- "type": "list",
936
- "member": {
937
- "type": "structure",
938
- "members": {
939
- "formula": {
940
- "shape": "St"
941
- },
942
- "format": {},
943
- "rawValue": {},
944
- "formattedValue": {},
945
- "formattedValues": {
946
- "type": "list",
947
- "member": {}
948
- }
949
- },
950
- "sensitive": true
951
- }
952
- }
953
- }
954
- }
955
- },
956
- "S2s": {
957
- "type": "map",
958
- "key": {},
959
- "value": {}
960
- }
961
- }
962
- }