aws-sdk 2.1435.0 → 2.1437.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 +13 -1
- package/README.md +1 -1
- package/apis/glue-2017-03-31.min.json +218 -215
- package/apis/mediapackage-2017-10-12.min.json +93 -87
- package/apis/omics-2022-11-28.min.json +742 -197
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/omics-2022-11-28.waiters2.json +48 -0
- package/apis/pi-2018-02-27.min.json +304 -11
- package/apis/pi-2018-02-27.paginators.json +5 -0
- package/apis/route53domains-2014-05-15.min.json +103 -44
- package/apis/sagemaker-2017-07-24.min.json +564 -560
- package/clients/ec2.d.ts +10 -10
- package/clients/glue.d.ts +13 -0
- package/clients/mediapackage.d.ts +3 -2
- package/clients/omics.d.ts +582 -15
- package/clients/pi.d.ts +382 -5
- package/clients/route53domains.d.ts +8 -2
- package/clients/sagemaker.d.ts +9 -3
- package/clients/transfer.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +106 -47
- package/dist/aws-sdk.min.js +25 -25
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -6,6 +6,12 @@
|
|
6
6
|
"limit_key": "maxResults",
|
7
7
|
"result_key": "annotationImportJobs"
|
8
8
|
},
|
9
|
+
"ListAnnotationStoreVersions": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "annotationStoreVersions"
|
14
|
+
},
|
9
15
|
"ListAnnotationStores": {
|
10
16
|
"input_token": "nextToken",
|
11
17
|
"output_token": "nextToken",
|
@@ -90,6 +96,12 @@
|
|
90
96
|
"limit_key": "maxResults",
|
91
97
|
"result_key": "sequenceStores"
|
92
98
|
},
|
99
|
+
"ListShares": {
|
100
|
+
"input_token": "nextToken",
|
101
|
+
"output_token": "nextToken",
|
102
|
+
"limit_key": "maxResults",
|
103
|
+
"result_key": "shares"
|
104
|
+
},
|
93
105
|
"ListVariantImportJobs": {
|
94
106
|
"input_token": "nextToken",
|
95
107
|
"output_token": "nextToken",
|
@@ -81,6 +81,54 @@
|
|
81
81
|
"expected" : "DELETING"
|
82
82
|
} ]
|
83
83
|
},
|
84
|
+
"AnnotationStoreVersionCreated" : {
|
85
|
+
"description" : "Wait until an annotation store version is created",
|
86
|
+
"delay" : 30,
|
87
|
+
"maxAttempts" : 20,
|
88
|
+
"operation" : "GetAnnotationStoreVersion",
|
89
|
+
"acceptors" : [ {
|
90
|
+
"matcher" : "path",
|
91
|
+
"argument" : "status",
|
92
|
+
"state" : "success",
|
93
|
+
"expected" : "ACTIVE"
|
94
|
+
}, {
|
95
|
+
"matcher" : "path",
|
96
|
+
"argument" : "status",
|
97
|
+
"state" : "retry",
|
98
|
+
"expected" : "CREATING"
|
99
|
+
}, {
|
100
|
+
"matcher" : "path",
|
101
|
+
"argument" : "status",
|
102
|
+
"state" : "retry",
|
103
|
+
"expected" : "UPDATING"
|
104
|
+
}, {
|
105
|
+
"matcher" : "path",
|
106
|
+
"argument" : "status",
|
107
|
+
"state" : "failure",
|
108
|
+
"expected" : "FAILED"
|
109
|
+
} ]
|
110
|
+
},
|
111
|
+
"AnnotationStoreVersionDeleted" : {
|
112
|
+
"description" : "Wait until an annotation store version is deleted.",
|
113
|
+
"delay" : 30,
|
114
|
+
"maxAttempts" : 20,
|
115
|
+
"operation" : "GetAnnotationStoreVersion",
|
116
|
+
"acceptors" : [ {
|
117
|
+
"matcher" : "path",
|
118
|
+
"argument" : "status",
|
119
|
+
"state" : "success",
|
120
|
+
"expected" : "DELETED"
|
121
|
+
}, {
|
122
|
+
"matcher" : "error",
|
123
|
+
"state" : "success",
|
124
|
+
"expected" : "ResourceNotFoundException"
|
125
|
+
}, {
|
126
|
+
"matcher" : "path",
|
127
|
+
"argument" : "status",
|
128
|
+
"state" : "retry",
|
129
|
+
"expected" : "DELETING"
|
130
|
+
} ]
|
131
|
+
},
|
84
132
|
"ReadSetActivationJobCompleted" : {
|
85
133
|
"description" : "Wait until a job is completed.",
|
86
134
|
"delay" : 30,
|
@@ -14,6 +14,55 @@
|
|
14
14
|
"uid": "pi-2018-02-27"
|
15
15
|
},
|
16
16
|
"operations": {
|
17
|
+
"CreatePerformanceAnalysisReport": {
|
18
|
+
"input": {
|
19
|
+
"type": "structure",
|
20
|
+
"required": [
|
21
|
+
"ServiceType",
|
22
|
+
"Identifier",
|
23
|
+
"StartTime",
|
24
|
+
"EndTime"
|
25
|
+
],
|
26
|
+
"members": {
|
27
|
+
"ServiceType": {},
|
28
|
+
"Identifier": {},
|
29
|
+
"StartTime": {
|
30
|
+
"type": "timestamp"
|
31
|
+
},
|
32
|
+
"EndTime": {
|
33
|
+
"type": "timestamp"
|
34
|
+
},
|
35
|
+
"Tags": {
|
36
|
+
"shape": "S5"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"output": {
|
41
|
+
"type": "structure",
|
42
|
+
"members": {
|
43
|
+
"AnalysisReportId": {}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"DeletePerformanceAnalysisReport": {
|
48
|
+
"input": {
|
49
|
+
"type": "structure",
|
50
|
+
"required": [
|
51
|
+
"ServiceType",
|
52
|
+
"Identifier",
|
53
|
+
"AnalysisReportId"
|
54
|
+
],
|
55
|
+
"members": {
|
56
|
+
"ServiceType": {},
|
57
|
+
"Identifier": {},
|
58
|
+
"AnalysisReportId": {}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"output": {
|
62
|
+
"type": "structure",
|
63
|
+
"members": {}
|
64
|
+
}
|
65
|
+
},
|
17
66
|
"DescribeDimensionKeys": {
|
18
67
|
"input": {
|
19
68
|
"type": "structure",
|
@@ -39,17 +88,17 @@
|
|
39
88
|
"type": "integer"
|
40
89
|
},
|
41
90
|
"GroupBy": {
|
42
|
-
"shape": "
|
91
|
+
"shape": "Sg"
|
43
92
|
},
|
44
93
|
"AdditionalMetrics": {
|
45
94
|
"type": "list",
|
46
95
|
"member": {}
|
47
96
|
},
|
48
97
|
"PartitionBy": {
|
49
|
-
"shape": "
|
98
|
+
"shape": "Sg"
|
50
99
|
},
|
51
100
|
"Filter": {
|
52
|
-
"shape": "
|
101
|
+
"shape": "Sk"
|
53
102
|
},
|
54
103
|
"MaxResults": {
|
55
104
|
"type": "integer"
|
@@ -75,7 +124,7 @@
|
|
75
124
|
],
|
76
125
|
"members": {
|
77
126
|
"Dimensions": {
|
78
|
-
"shape": "
|
127
|
+
"shape": "Sq"
|
79
128
|
}
|
80
129
|
}
|
81
130
|
}
|
@@ -86,7 +135,7 @@
|
|
86
135
|
"type": "structure",
|
87
136
|
"members": {
|
88
137
|
"Dimensions": {
|
89
|
-
"shape": "
|
138
|
+
"shape": "Sq"
|
90
139
|
},
|
91
140
|
"Total": {
|
92
141
|
"type": "double"
|
@@ -148,6 +197,52 @@
|
|
148
197
|
}
|
149
198
|
}
|
150
199
|
},
|
200
|
+
"GetPerformanceAnalysisReport": {
|
201
|
+
"input": {
|
202
|
+
"type": "structure",
|
203
|
+
"required": [
|
204
|
+
"ServiceType",
|
205
|
+
"Identifier",
|
206
|
+
"AnalysisReportId"
|
207
|
+
],
|
208
|
+
"members": {
|
209
|
+
"ServiceType": {},
|
210
|
+
"Identifier": {},
|
211
|
+
"AnalysisReportId": {},
|
212
|
+
"TextFormat": {},
|
213
|
+
"AcceptLanguage": {}
|
214
|
+
}
|
215
|
+
},
|
216
|
+
"output": {
|
217
|
+
"type": "structure",
|
218
|
+
"members": {
|
219
|
+
"AnalysisReport": {
|
220
|
+
"type": "structure",
|
221
|
+
"required": [
|
222
|
+
"AnalysisReportId"
|
223
|
+
],
|
224
|
+
"members": {
|
225
|
+
"AnalysisReportId": {},
|
226
|
+
"Identifier": {},
|
227
|
+
"ServiceType": {},
|
228
|
+
"CreateTime": {
|
229
|
+
"type": "timestamp"
|
230
|
+
},
|
231
|
+
"StartTime": {
|
232
|
+
"type": "timestamp"
|
233
|
+
},
|
234
|
+
"EndTime": {
|
235
|
+
"type": "timestamp"
|
236
|
+
},
|
237
|
+
"Status": {},
|
238
|
+
"Insights": {
|
239
|
+
"shape": "S19"
|
240
|
+
}
|
241
|
+
}
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
},
|
151
246
|
"GetResourceMetadata": {
|
152
247
|
"input": {
|
153
248
|
"type": "structure",
|
@@ -200,10 +295,10 @@
|
|
200
295
|
"members": {
|
201
296
|
"Metric": {},
|
202
297
|
"GroupBy": {
|
203
|
-
"shape": "
|
298
|
+
"shape": "Sg"
|
204
299
|
},
|
205
300
|
"Filter": {
|
206
|
-
"shape": "
|
301
|
+
"shape": "Sk"
|
207
302
|
}
|
208
303
|
}
|
209
304
|
}
|
@@ -247,7 +342,7 @@
|
|
247
342
|
"members": {
|
248
343
|
"Metric": {},
|
249
344
|
"Dimensions": {
|
250
|
-
"shape": "
|
345
|
+
"shape": "Sq"
|
251
346
|
}
|
252
347
|
}
|
253
348
|
},
|
@@ -369,10 +464,136 @@
|
|
369
464
|
"NextToken": {}
|
370
465
|
}
|
371
466
|
}
|
467
|
+
},
|
468
|
+
"ListPerformanceAnalysisReports": {
|
469
|
+
"input": {
|
470
|
+
"type": "structure",
|
471
|
+
"required": [
|
472
|
+
"ServiceType",
|
473
|
+
"Identifier"
|
474
|
+
],
|
475
|
+
"members": {
|
476
|
+
"ServiceType": {},
|
477
|
+
"Identifier": {},
|
478
|
+
"NextToken": {},
|
479
|
+
"MaxResults": {
|
480
|
+
"type": "integer"
|
481
|
+
},
|
482
|
+
"ListTags": {
|
483
|
+
"type": "boolean"
|
484
|
+
}
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"output": {
|
488
|
+
"type": "structure",
|
489
|
+
"members": {
|
490
|
+
"AnalysisReports": {
|
491
|
+
"type": "list",
|
492
|
+
"member": {
|
493
|
+
"type": "structure",
|
494
|
+
"members": {
|
495
|
+
"AnalysisReportId": {},
|
496
|
+
"CreateTime": {
|
497
|
+
"type": "timestamp"
|
498
|
+
},
|
499
|
+
"StartTime": {
|
500
|
+
"type": "timestamp"
|
501
|
+
},
|
502
|
+
"EndTime": {
|
503
|
+
"type": "timestamp"
|
504
|
+
},
|
505
|
+
"Status": {},
|
506
|
+
"Tags": {
|
507
|
+
"shape": "S5"
|
508
|
+
}
|
509
|
+
}
|
510
|
+
}
|
511
|
+
},
|
512
|
+
"NextToken": {}
|
513
|
+
}
|
514
|
+
}
|
515
|
+
},
|
516
|
+
"ListTagsForResource": {
|
517
|
+
"input": {
|
518
|
+
"type": "structure",
|
519
|
+
"required": [
|
520
|
+
"ServiceType",
|
521
|
+
"ResourceARN"
|
522
|
+
],
|
523
|
+
"members": {
|
524
|
+
"ServiceType": {},
|
525
|
+
"ResourceARN": {}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"output": {
|
529
|
+
"type": "structure",
|
530
|
+
"members": {
|
531
|
+
"Tags": {
|
532
|
+
"shape": "S5"
|
533
|
+
}
|
534
|
+
}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"TagResource": {
|
538
|
+
"input": {
|
539
|
+
"type": "structure",
|
540
|
+
"required": [
|
541
|
+
"ServiceType",
|
542
|
+
"ResourceARN",
|
543
|
+
"Tags"
|
544
|
+
],
|
545
|
+
"members": {
|
546
|
+
"ServiceType": {},
|
547
|
+
"ResourceARN": {},
|
548
|
+
"Tags": {
|
549
|
+
"shape": "S5"
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
"type": "structure",
|
555
|
+
"members": {}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"UntagResource": {
|
559
|
+
"input": {
|
560
|
+
"type": "structure",
|
561
|
+
"required": [
|
562
|
+
"ServiceType",
|
563
|
+
"ResourceARN",
|
564
|
+
"TagKeys"
|
565
|
+
],
|
566
|
+
"members": {
|
567
|
+
"ServiceType": {},
|
568
|
+
"ResourceARN": {},
|
569
|
+
"TagKeys": {
|
570
|
+
"type": "list",
|
571
|
+
"member": {}
|
572
|
+
}
|
573
|
+
}
|
574
|
+
},
|
575
|
+
"output": {
|
576
|
+
"type": "structure",
|
577
|
+
"members": {}
|
578
|
+
}
|
372
579
|
}
|
373
580
|
},
|
374
581
|
"shapes": {
|
375
|
-
"
|
582
|
+
"S5": {
|
583
|
+
"type": "list",
|
584
|
+
"member": {
|
585
|
+
"type": "structure",
|
586
|
+
"required": [
|
587
|
+
"Key",
|
588
|
+
"Value"
|
589
|
+
],
|
590
|
+
"members": {
|
591
|
+
"Key": {},
|
592
|
+
"Value": {}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"Sg": {
|
376
597
|
"type": "structure",
|
377
598
|
"required": [
|
378
599
|
"Group"
|
@@ -388,15 +609,87 @@
|
|
388
609
|
}
|
389
610
|
}
|
390
611
|
},
|
391
|
-
"
|
612
|
+
"Sk": {
|
392
613
|
"type": "map",
|
393
614
|
"key": {},
|
394
615
|
"value": {}
|
395
616
|
},
|
396
|
-
"
|
617
|
+
"Sq": {
|
397
618
|
"type": "map",
|
398
619
|
"key": {},
|
399
620
|
"value": {}
|
621
|
+
},
|
622
|
+
"S19": {
|
623
|
+
"type": "list",
|
624
|
+
"member": {
|
625
|
+
"type": "structure",
|
626
|
+
"required": [
|
627
|
+
"InsightId"
|
628
|
+
],
|
629
|
+
"members": {
|
630
|
+
"InsightId": {},
|
631
|
+
"InsightType": {},
|
632
|
+
"Context": {},
|
633
|
+
"StartTime": {
|
634
|
+
"type": "timestamp"
|
635
|
+
},
|
636
|
+
"EndTime": {
|
637
|
+
"type": "timestamp"
|
638
|
+
},
|
639
|
+
"Severity": {},
|
640
|
+
"SupportingInsights": {
|
641
|
+
"shape": "S19"
|
642
|
+
},
|
643
|
+
"Description": {
|
644
|
+
"shape": "S1d"
|
645
|
+
},
|
646
|
+
"Recommendations": {
|
647
|
+
"type": "list",
|
648
|
+
"member": {
|
649
|
+
"type": "structure",
|
650
|
+
"members": {
|
651
|
+
"RecommendationId": {},
|
652
|
+
"RecommendationDescription": {
|
653
|
+
"shape": "S1d"
|
654
|
+
}
|
655
|
+
}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"InsightData": {
|
659
|
+
"shape": "S1g"
|
660
|
+
},
|
661
|
+
"BaselineData": {
|
662
|
+
"shape": "S1g"
|
663
|
+
}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"S1d": {
|
668
|
+
"type": "string",
|
669
|
+
"sensitive": true
|
670
|
+
},
|
671
|
+
"S1g": {
|
672
|
+
"type": "list",
|
673
|
+
"member": {
|
674
|
+
"type": "structure",
|
675
|
+
"members": {
|
676
|
+
"PerformanceInsightsMetric": {
|
677
|
+
"type": "structure",
|
678
|
+
"members": {
|
679
|
+
"Metric": {},
|
680
|
+
"DisplayName": {},
|
681
|
+
"Dimensions": {
|
682
|
+
"type": "map",
|
683
|
+
"key": {},
|
684
|
+
"value": {}
|
685
|
+
},
|
686
|
+
"Value": {
|
687
|
+
"type": "double"
|
688
|
+
}
|
689
|
+
}
|
690
|
+
}
|
691
|
+
}
|
692
|
+
}
|
400
693
|
}
|
401
694
|
}
|
402
695
|
}
|