aws-sdk 2.767.0 → 2.771.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 +31 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +230 -126
- package/apis/ec2-2016-11-15.min.json +39 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/marketplace-catalog-2018-09-17.min.json +12 -10
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +96 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/clients/amplify.d.ts +17 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +63 -11
- package/clients/dms.d.ts +189 -8
- package/clients/ec2.d.ts +36 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/kinesisanalyticsv2.d.ts +79 -75
- package/clients/marketplacecatalog.d.ts +9 -0
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +13 -5
- package/clients/rekognition.d.ts +32 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +808 -335
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -1070,15 +1070,7 @@
|
|
|
1070
1070
|
"shape": "S6r"
|
|
1071
1071
|
},
|
|
1072
1072
|
"RecordOutputs": {
|
|
1073
|
-
"
|
|
1074
|
-
"member": {
|
|
1075
|
-
"type": "structure",
|
|
1076
|
-
"members": {
|
|
1077
|
-
"OutputKey": {},
|
|
1078
|
-
"OutputValue": {},
|
|
1079
|
-
"Description": {}
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1073
|
+
"shape": "S72"
|
|
1082
1074
|
},
|
|
1083
1075
|
"NextPageToken": {}
|
|
1084
1076
|
}
|
|
@@ -1334,6 +1326,33 @@
|
|
|
1334
1326
|
}
|
|
1335
1327
|
}
|
|
1336
1328
|
},
|
|
1329
|
+
"GetProvisionedProductOutputs": {
|
|
1330
|
+
"input": {
|
|
1331
|
+
"type": "structure",
|
|
1332
|
+
"members": {
|
|
1333
|
+
"AcceptLanguage": {},
|
|
1334
|
+
"ProvisionedProductId": {},
|
|
1335
|
+
"ProvisionedProductName": {},
|
|
1336
|
+
"OutputKeys": {
|
|
1337
|
+
"type": "list",
|
|
1338
|
+
"member": {}
|
|
1339
|
+
},
|
|
1340
|
+
"PageSize": {
|
|
1341
|
+
"type": "integer"
|
|
1342
|
+
},
|
|
1343
|
+
"PageToken": {}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"output": {
|
|
1347
|
+
"type": "structure",
|
|
1348
|
+
"members": {
|
|
1349
|
+
"Outputs": {
|
|
1350
|
+
"shape": "S72"
|
|
1351
|
+
},
|
|
1352
|
+
"NextPageToken": {}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1337
1356
|
"ListAcceptedPortfolioShares": {
|
|
1338
1357
|
"input": {
|
|
1339
1358
|
"type": "structure",
|
|
@@ -1350,7 +1369,7 @@
|
|
|
1350
1369
|
"type": "structure",
|
|
1351
1370
|
"members": {
|
|
1352
1371
|
"PortfolioDetails": {
|
|
1353
|
-
"shape": "
|
|
1372
|
+
"shape": "S89"
|
|
1354
1373
|
},
|
|
1355
1374
|
"NextPageToken": {}
|
|
1356
1375
|
}
|
|
@@ -1520,7 +1539,7 @@
|
|
|
1520
1539
|
"type": "structure",
|
|
1521
1540
|
"members": {
|
|
1522
1541
|
"PortfolioDetails": {
|
|
1523
|
-
"shape": "
|
|
1542
|
+
"shape": "S89"
|
|
1524
1543
|
},
|
|
1525
1544
|
"NextPageToken": {}
|
|
1526
1545
|
}
|
|
@@ -1545,7 +1564,7 @@
|
|
|
1545
1564
|
"type": "structure",
|
|
1546
1565
|
"members": {
|
|
1547
1566
|
"PortfolioDetails": {
|
|
1548
|
-
"shape": "
|
|
1567
|
+
"shape": "S89"
|
|
1549
1568
|
},
|
|
1550
1569
|
"NextPageToken": {}
|
|
1551
1570
|
}
|
|
@@ -1594,7 +1613,7 @@
|
|
|
1594
1613
|
},
|
|
1595
1614
|
"PageToken": {},
|
|
1596
1615
|
"AccessLevelFilter": {
|
|
1597
|
-
"shape": "
|
|
1616
|
+
"shape": "S8y"
|
|
1598
1617
|
}
|
|
1599
1618
|
}
|
|
1600
1619
|
},
|
|
@@ -1685,7 +1704,7 @@
|
|
|
1685
1704
|
"members": {
|
|
1686
1705
|
"AcceptLanguage": {},
|
|
1687
1706
|
"AccessLevelFilter": {
|
|
1688
|
-
"shape": "
|
|
1707
|
+
"shape": "S8y"
|
|
1689
1708
|
},
|
|
1690
1709
|
"SearchFilter": {
|
|
1691
1710
|
"type": "structure",
|
|
@@ -1765,7 +1784,7 @@
|
|
|
1765
1784
|
"type": "structure",
|
|
1766
1785
|
"members": {
|
|
1767
1786
|
"ServiceActionSummaries": {
|
|
1768
|
-
"shape": "
|
|
1787
|
+
"shape": "S9t"
|
|
1769
1788
|
},
|
|
1770
1789
|
"NextPageToken": {}
|
|
1771
1790
|
}
|
|
@@ -1792,7 +1811,7 @@
|
|
|
1792
1811
|
"type": "structure",
|
|
1793
1812
|
"members": {
|
|
1794
1813
|
"ServiceActionSummaries": {
|
|
1795
|
-
"shape": "
|
|
1814
|
+
"shape": "S9t"
|
|
1796
1815
|
},
|
|
1797
1816
|
"NextPageToken": {}
|
|
1798
1817
|
}
|
|
@@ -1953,7 +1972,7 @@
|
|
|
1953
1972
|
"members": {
|
|
1954
1973
|
"AcceptLanguage": {},
|
|
1955
1974
|
"AccessLevelFilter": {
|
|
1956
|
-
"shape": "
|
|
1975
|
+
"shape": "S8y"
|
|
1957
1976
|
},
|
|
1958
1977
|
"PageSize": {
|
|
1959
1978
|
"type": "integer"
|
|
@@ -1980,7 +1999,7 @@
|
|
|
1980
1999
|
"members": {
|
|
1981
2000
|
"AcceptLanguage": {},
|
|
1982
2001
|
"Filters": {
|
|
1983
|
-
"shape": "
|
|
2002
|
+
"shape": "Saj"
|
|
1984
2003
|
},
|
|
1985
2004
|
"PageSize": {
|
|
1986
2005
|
"type": "integer"
|
|
@@ -2026,7 +2045,7 @@
|
|
|
2026
2045
|
"AcceptLanguage": {},
|
|
2027
2046
|
"PortfolioId": {},
|
|
2028
2047
|
"Filters": {
|
|
2029
|
-
"shape": "
|
|
2048
|
+
"shape": "Saj"
|
|
2030
2049
|
},
|
|
2031
2050
|
"SortBy": {},
|
|
2032
2051
|
"SortOrder": {},
|
|
@@ -2056,7 +2075,7 @@
|
|
|
2056
2075
|
"members": {
|
|
2057
2076
|
"AcceptLanguage": {},
|
|
2058
2077
|
"AccessLevelFilter": {
|
|
2059
|
-
"shape": "
|
|
2078
|
+
"shape": "S8y"
|
|
2060
2079
|
},
|
|
2061
2080
|
"Filters": {
|
|
2062
2081
|
"type": "map",
|
|
@@ -2182,7 +2201,7 @@
|
|
|
2182
2201
|
"shape": "S1i"
|
|
2183
2202
|
},
|
|
2184
2203
|
"RemoveTags": {
|
|
2185
|
-
"shape": "
|
|
2204
|
+
"shape": "Sbk"
|
|
2186
2205
|
}
|
|
2187
2206
|
}
|
|
2188
2207
|
},
|
|
@@ -2218,7 +2237,7 @@
|
|
|
2218
2237
|
"shape": "S1i"
|
|
2219
2238
|
},
|
|
2220
2239
|
"RemoveTags": {
|
|
2221
|
-
"shape": "
|
|
2240
|
+
"shape": "Sbk"
|
|
2222
2241
|
}
|
|
2223
2242
|
}
|
|
2224
2243
|
},
|
|
@@ -2306,7 +2325,7 @@
|
|
|
2306
2325
|
"AcceptLanguage": {},
|
|
2307
2326
|
"ProvisionedProductId": {},
|
|
2308
2327
|
"ProvisionedProductProperties": {
|
|
2309
|
-
"shape": "
|
|
2328
|
+
"shape": "Sbt"
|
|
2310
2329
|
},
|
|
2311
2330
|
"IdempotencyToken": {
|
|
2312
2331
|
"idempotencyToken": true
|
|
@@ -2318,7 +2337,7 @@
|
|
|
2318
2337
|
"members": {
|
|
2319
2338
|
"ProvisionedProductId": {},
|
|
2320
2339
|
"ProvisionedProductProperties": {
|
|
2321
|
-
"shape": "
|
|
2340
|
+
"shape": "Sbt"
|
|
2322
2341
|
},
|
|
2323
2342
|
"RecordId": {},
|
|
2324
2343
|
"Status": {}
|
|
@@ -2723,30 +2742,41 @@
|
|
|
2723
2742
|
}
|
|
2724
2743
|
}
|
|
2725
2744
|
},
|
|
2745
|
+
"S72": {
|
|
2746
|
+
"type": "list",
|
|
2747
|
+
"member": {
|
|
2748
|
+
"type": "structure",
|
|
2749
|
+
"members": {
|
|
2750
|
+
"OutputKey": {},
|
|
2751
|
+
"OutputValue": {},
|
|
2752
|
+
"Description": {}
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2726
2756
|
"S7e": {
|
|
2727
2757
|
"type": "list",
|
|
2728
2758
|
"member": {}
|
|
2729
2759
|
},
|
|
2730
|
-
"
|
|
2760
|
+
"S89": {
|
|
2731
2761
|
"type": "list",
|
|
2732
2762
|
"member": {
|
|
2733
2763
|
"shape": "S1n"
|
|
2734
2764
|
}
|
|
2735
2765
|
},
|
|
2736
|
-
"
|
|
2766
|
+
"S8y": {
|
|
2737
2767
|
"type": "structure",
|
|
2738
2768
|
"members": {
|
|
2739
2769
|
"Key": {},
|
|
2740
2770
|
"Value": {}
|
|
2741
2771
|
}
|
|
2742
2772
|
},
|
|
2743
|
-
"
|
|
2773
|
+
"S9t": {
|
|
2744
2774
|
"type": "list",
|
|
2745
2775
|
"member": {
|
|
2746
2776
|
"shape": "S37"
|
|
2747
2777
|
}
|
|
2748
2778
|
},
|
|
2749
|
-
"
|
|
2779
|
+
"Saj": {
|
|
2750
2780
|
"type": "map",
|
|
2751
2781
|
"key": {},
|
|
2752
2782
|
"value": {
|
|
@@ -2754,11 +2784,11 @@
|
|
|
2754
2784
|
"member": {}
|
|
2755
2785
|
}
|
|
2756
2786
|
},
|
|
2757
|
-
"
|
|
2787
|
+
"Sbk": {
|
|
2758
2788
|
"type": "list",
|
|
2759
2789
|
"member": {}
|
|
2760
2790
|
},
|
|
2761
|
-
"
|
|
2791
|
+
"Sbt": {
|
|
2762
2792
|
"type": "map",
|
|
2763
2793
|
"key": {},
|
|
2764
2794
|
"value": {}
|
|
@@ -134,6 +134,24 @@
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
+
"CreateReturnShippingLabel": {
|
|
138
|
+
"input": {
|
|
139
|
+
"type": "structure",
|
|
140
|
+
"required": [
|
|
141
|
+
"JobId"
|
|
142
|
+
],
|
|
143
|
+
"members": {
|
|
144
|
+
"JobId": {},
|
|
145
|
+
"ShippingOption": {}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"output": {
|
|
149
|
+
"type": "structure",
|
|
150
|
+
"members": {
|
|
151
|
+
"Status": {}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
137
155
|
"DescribeAddress": {
|
|
138
156
|
"input": {
|
|
139
157
|
"type": "structure",
|
|
@@ -233,17 +251,34 @@
|
|
|
233
251
|
"type": "structure",
|
|
234
252
|
"members": {
|
|
235
253
|
"JobMetadata": {
|
|
236
|
-
"shape": "
|
|
254
|
+
"shape": "S1p"
|
|
237
255
|
},
|
|
238
256
|
"SubJobMetadata": {
|
|
239
257
|
"type": "list",
|
|
240
258
|
"member": {
|
|
241
|
-
"shape": "
|
|
259
|
+
"shape": "S1p"
|
|
242
260
|
}
|
|
243
261
|
}
|
|
244
262
|
}
|
|
245
263
|
}
|
|
246
264
|
},
|
|
265
|
+
"DescribeReturnShippingLabel": {
|
|
266
|
+
"input": {
|
|
267
|
+
"type": "structure",
|
|
268
|
+
"members": {
|
|
269
|
+
"JobId": {}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"output": {
|
|
273
|
+
"type": "structure",
|
|
274
|
+
"members": {
|
|
275
|
+
"Status": {},
|
|
276
|
+
"ExpirationDate": {
|
|
277
|
+
"type": "timestamp"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
247
282
|
"GetJobManifest": {
|
|
248
283
|
"input": {
|
|
249
284
|
"type": "structure",
|
|
@@ -330,7 +365,7 @@
|
|
|
330
365
|
"type": "structure",
|
|
331
366
|
"members": {
|
|
332
367
|
"JobListEntries": {
|
|
333
|
-
"shape": "
|
|
368
|
+
"shape": "S29"
|
|
334
369
|
},
|
|
335
370
|
"NextToken": {}
|
|
336
371
|
}
|
|
@@ -408,7 +443,7 @@
|
|
|
408
443
|
"type": "structure",
|
|
409
444
|
"members": {
|
|
410
445
|
"JobListEntries": {
|
|
411
|
-
"shape": "
|
|
446
|
+
"shape": "S29"
|
|
412
447
|
},
|
|
413
448
|
"NextToken": {}
|
|
414
449
|
}
|
|
@@ -466,6 +501,23 @@
|
|
|
466
501
|
"type": "structure",
|
|
467
502
|
"members": {}
|
|
468
503
|
}
|
|
504
|
+
},
|
|
505
|
+
"UpdateJobShipmentState": {
|
|
506
|
+
"input": {
|
|
507
|
+
"type": "structure",
|
|
508
|
+
"required": [
|
|
509
|
+
"JobId",
|
|
510
|
+
"ShipmentState"
|
|
511
|
+
],
|
|
512
|
+
"members": {
|
|
513
|
+
"JobId": {},
|
|
514
|
+
"ShipmentState": {}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"output": {
|
|
518
|
+
"type": "structure",
|
|
519
|
+
"members": {}
|
|
520
|
+
}
|
|
469
521
|
}
|
|
470
522
|
},
|
|
471
523
|
"shapes": {
|
|
@@ -584,7 +636,7 @@
|
|
|
584
636
|
}
|
|
585
637
|
}
|
|
586
638
|
},
|
|
587
|
-
"
|
|
639
|
+
"S1p": {
|
|
588
640
|
"type": "structure",
|
|
589
641
|
"members": {
|
|
590
642
|
"JobId": {},
|
|
@@ -606,10 +658,10 @@
|
|
|
606
658
|
"members": {
|
|
607
659
|
"ShippingOption": {},
|
|
608
660
|
"InboundShipment": {
|
|
609
|
-
"shape": "
|
|
661
|
+
"shape": "S1r"
|
|
610
662
|
},
|
|
611
663
|
"OutboundShipment": {
|
|
612
|
-
"shape": "
|
|
664
|
+
"shape": "S1r"
|
|
613
665
|
}
|
|
614
666
|
}
|
|
615
667
|
},
|
|
@@ -652,14 +704,14 @@
|
|
|
652
704
|
}
|
|
653
705
|
}
|
|
654
706
|
},
|
|
655
|
-
"
|
|
707
|
+
"S1r": {
|
|
656
708
|
"type": "structure",
|
|
657
709
|
"members": {
|
|
658
710
|
"Status": {},
|
|
659
711
|
"TrackingNumber": {}
|
|
660
712
|
}
|
|
661
713
|
},
|
|
662
|
-
"
|
|
714
|
+
"S29": {
|
|
663
715
|
"type": "list",
|
|
664
716
|
"member": {
|
|
665
717
|
"type": "structure",
|
package/clients/amplify.d.ts
CHANGED
|
@@ -446,6 +446,10 @@ declare namespace Amplify {
|
|
|
446
446
|
* Enables basic authorization for the autocreated branch.
|
|
447
447
|
*/
|
|
448
448
|
enableBasicAuth?: EnableBasicAuth;
|
|
449
|
+
/**
|
|
450
|
+
* Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out.
|
|
451
|
+
*/
|
|
452
|
+
enablePerformanceMode?: EnablePerformanceMode;
|
|
449
453
|
/**
|
|
450
454
|
* The build specification (build spec) for the autocreated branch.
|
|
451
455
|
*/
|
|
@@ -558,6 +562,10 @@ declare namespace Amplify {
|
|
|
558
562
|
* Enables basic authorization for a branch of an Amplify app.
|
|
559
563
|
*/
|
|
560
564
|
enableBasicAuth: EnableBasicAuth;
|
|
565
|
+
/**
|
|
566
|
+
* Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out.
|
|
567
|
+
*/
|
|
568
|
+
enablePerformanceMode?: EnablePerformanceMode;
|
|
561
569
|
/**
|
|
562
570
|
* The thumbnail URL for the branch of an Amplify app.
|
|
563
571
|
*/
|
|
@@ -751,6 +759,10 @@ declare namespace Amplify {
|
|
|
751
759
|
* Enables basic authorization for the branch.
|
|
752
760
|
*/
|
|
753
761
|
enableBasicAuth?: EnableBasicAuth;
|
|
762
|
+
/**
|
|
763
|
+
* Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out.
|
|
764
|
+
*/
|
|
765
|
+
enablePerformanceMode?: EnablePerformanceMode;
|
|
754
766
|
/**
|
|
755
767
|
* The tag for the branch.
|
|
756
768
|
*/
|
|
@@ -1026,6 +1038,7 @@ declare namespace Amplify {
|
|
|
1026
1038
|
export type EnableBranchAutoBuild = boolean;
|
|
1027
1039
|
export type EnableBranchAutoDeletion = boolean;
|
|
1028
1040
|
export type EnableNotification = boolean;
|
|
1041
|
+
export type EnablePerformanceMode = boolean;
|
|
1029
1042
|
export type EnablePullRequestPreview = boolean;
|
|
1030
1043
|
export type EndTime = Date;
|
|
1031
1044
|
export type EnvKey = string;
|
|
@@ -1757,6 +1770,10 @@ declare namespace Amplify {
|
|
|
1757
1770
|
* Enables basic authorization for the branch.
|
|
1758
1771
|
*/
|
|
1759
1772
|
enableBasicAuth?: EnableBasicAuth;
|
|
1773
|
+
/**
|
|
1774
|
+
* Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out.
|
|
1775
|
+
*/
|
|
1776
|
+
enablePerformanceMode?: EnablePerformanceMode;
|
|
1760
1777
|
/**
|
|
1761
1778
|
* The build specification (build spec) for the branch.
|
|
1762
1779
|
*/
|
|
@@ -374,6 +374,12 @@ declare namespace CloudWatchEvents {
|
|
|
374
374
|
*/
|
|
375
375
|
Name: EventSourceName;
|
|
376
376
|
}
|
|
377
|
+
export interface DeadLetterConfig {
|
|
378
|
+
/**
|
|
379
|
+
* The ARN of the SQS queue specified as the target for the dead-letter queue.
|
|
380
|
+
*/
|
|
381
|
+
Arn?: ResourceArn;
|
|
382
|
+
}
|
|
377
383
|
export interface DeleteEventBusRequest {
|
|
378
384
|
/**
|
|
379
385
|
* The name of the event bus to delete.
|
|
@@ -850,6 +856,8 @@ declare namespace CloudWatchEvents {
|
|
|
850
856
|
NextToken?: NextToken;
|
|
851
857
|
}
|
|
852
858
|
export type ManagedBy = string;
|
|
859
|
+
export type MaximumEventAgeInSeconds = number;
|
|
860
|
+
export type MaximumRetryAttempts = number;
|
|
853
861
|
export type MessageGroupId = string;
|
|
854
862
|
export interface NetworkConfiguration {
|
|
855
863
|
/**
|
|
@@ -1189,6 +1197,17 @@ declare namespace CloudWatchEvents {
|
|
|
1189
1197
|
ErrorMessage?: ErrorMessage;
|
|
1190
1198
|
}
|
|
1191
1199
|
export type RemoveTargetsResultEntryList = RemoveTargetsResultEntry[];
|
|
1200
|
+
export type ResourceArn = string;
|
|
1201
|
+
export interface RetryPolicy {
|
|
1202
|
+
/**
|
|
1203
|
+
* The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.
|
|
1204
|
+
*/
|
|
1205
|
+
MaximumRetryAttempts?: MaximumRetryAttempts;
|
|
1206
|
+
/**
|
|
1207
|
+
* The maximum amount of time, in seconds, to continue to make retry attempts.
|
|
1208
|
+
*/
|
|
1209
|
+
MaximumEventAgeInSeconds?: MaximumEventAgeInSeconds;
|
|
1210
|
+
}
|
|
1192
1211
|
export type RoleArn = string;
|
|
1193
1212
|
export interface Rule {
|
|
1194
1213
|
/**
|
|
@@ -1345,6 +1364,14 @@ declare namespace CloudWatchEvents {
|
|
|
1345
1364
|
* Contains the Redshift Data API parameters to use when the target is a Redshift cluster. If you specify a Redshift Cluster as a Target, you can use this to specify parameters to invoke the Redshift Data API ExecuteStatement based on EventBridge events.
|
|
1346
1365
|
*/
|
|
1347
1366
|
RedshiftDataParameters?: RedshiftDataParameters;
|
|
1367
|
+
/**
|
|
1368
|
+
* The DeadLetterConfig that defines the target queue to send dead-letter queue events to.
|
|
1369
|
+
*/
|
|
1370
|
+
DeadLetterConfig?: DeadLetterConfig;
|
|
1371
|
+
/**
|
|
1372
|
+
* The RetryPolicy object that contains the retry policy configuration to use for the dead-letter queue.
|
|
1373
|
+
*/
|
|
1374
|
+
RetryPolicy?: RetryPolicy;
|
|
1348
1375
|
}
|
|
1349
1376
|
export type TargetArn = string;
|
|
1350
1377
|
export type TargetId = string;
|
|
@@ -36,27 +36,27 @@ declare class ComputeOptimizer extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
exportEC2InstanceRecommendations(callback?: (err: AWSError, data: ComputeOptimizer.Types.ExportEC2InstanceRecommendationsResponse) => void): Request<ComputeOptimizer.Types.ExportEC2InstanceRecommendationsResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Returns Auto Scaling group recommendations. AWS Compute Optimizer
|
|
39
|
+
* Returns Auto Scaling group recommendations. AWS Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that meet a specific set of requirements. For more information, see the Supported resources and requirements in the AWS Compute Optimizer User Guide.
|
|
40
40
|
*/
|
|
41
41
|
getAutoScalingGroupRecommendations(params: ComputeOptimizer.Types.GetAutoScalingGroupRecommendationsRequest, callback?: (err: AWSError, data: ComputeOptimizer.Types.GetAutoScalingGroupRecommendationsResponse) => void): Request<ComputeOptimizer.Types.GetAutoScalingGroupRecommendationsResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Returns Auto Scaling group recommendations. AWS Compute Optimizer
|
|
43
|
+
* Returns Auto Scaling group recommendations. AWS Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that meet a specific set of requirements. For more information, see the Supported resources and requirements in the AWS Compute Optimizer User Guide.
|
|
44
44
|
*/
|
|
45
45
|
getAutoScalingGroupRecommendations(callback?: (err: AWSError, data: ComputeOptimizer.Types.GetAutoScalingGroupRecommendationsResponse) => void): Request<ComputeOptimizer.Types.GetAutoScalingGroupRecommendationsResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Returns Amazon EC2 instance recommendations. AWS Compute Optimizer
|
|
47
|
+
* Returns Amazon EC2 instance recommendations. AWS Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more information, see the Supported resources and requirements in the AWS Compute Optimizer User Guide.
|
|
48
48
|
*/
|
|
49
49
|
getEC2InstanceRecommendations(params: ComputeOptimizer.Types.GetEC2InstanceRecommendationsRequest, callback?: (err: AWSError, data: ComputeOptimizer.Types.GetEC2InstanceRecommendationsResponse) => void): Request<ComputeOptimizer.Types.GetEC2InstanceRecommendationsResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Returns Amazon EC2 instance recommendations. AWS Compute Optimizer
|
|
51
|
+
* Returns Amazon EC2 instance recommendations. AWS Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more information, see the Supported resources and requirements in the AWS Compute Optimizer User Guide.
|
|
52
52
|
*/
|
|
53
53
|
getEC2InstanceRecommendations(callback?: (err: AWSError, data: ComputeOptimizer.Types.GetEC2InstanceRecommendationsResponse) => void): Request<ComputeOptimizer.Types.GetEC2InstanceRecommendationsResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Returns the projected utilization metrics of Amazon EC2 instance recommendations.
|
|
55
|
+
* Returns the projected utilization metrics of Amazon EC2 instance recommendations. The Cpu and Memory metrics are the only projected utilization metrics returned when you run this action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
|
|
56
56
|
*/
|
|
57
57
|
getEC2RecommendationProjectedMetrics(params: ComputeOptimizer.Types.GetEC2RecommendationProjectedMetricsRequest, callback?: (err: AWSError, data: ComputeOptimizer.Types.GetEC2RecommendationProjectedMetricsResponse) => void): Request<ComputeOptimizer.Types.GetEC2RecommendationProjectedMetricsResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Returns the projected utilization metrics of Amazon EC2 instance recommendations.
|
|
59
|
+
* Returns the projected utilization metrics of Amazon EC2 instance recommendations. The Cpu and Memory metrics are the only projected utilization metrics returned when you run this action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
|
|
60
60
|
*/
|
|
61
61
|
getEC2RecommendationProjectedMetrics(callback?: (err: AWSError, data: ComputeOptimizer.Types.GetEC2RecommendationProjectedMetricsResponse) => void): Request<ComputeOptimizer.Types.GetEC2RecommendationProjectedMetricsResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -152,7 +152,7 @@ declare namespace ComputeOptimizer {
|
|
|
152
152
|
*/
|
|
153
153
|
configuration?: AutoScalingGroupConfiguration;
|
|
154
154
|
/**
|
|
155
|
-
* An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
|
|
155
|
+
* An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option. The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
|
|
156
156
|
*/
|
|
157
157
|
projectedUtilizationMetrics?: ProjectedUtilizationMetrics;
|
|
158
158
|
/**
|
|
@@ -211,7 +211,7 @@ declare namespace ComputeOptimizer {
|
|
|
211
211
|
*/
|
|
212
212
|
filters?: Filters;
|
|
213
213
|
/**
|
|
214
|
-
* The recommendations data to include in the export file.
|
|
214
|
+
* The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
|
|
215
215
|
*/
|
|
216
216
|
fieldsToExport?: ExportableAutoScalingGroupFields;
|
|
217
217
|
/**
|
|
@@ -253,7 +253,7 @@ declare namespace ComputeOptimizer {
|
|
|
253
253
|
*/
|
|
254
254
|
filters?: Filters;
|
|
255
255
|
/**
|
|
256
|
-
* The recommendations data to include in the export file.
|
|
256
|
+
* The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
|
|
257
257
|
*/
|
|
258
258
|
fieldsToExport?: ExportableInstanceFields;
|
|
259
259
|
/**
|
|
@@ -279,9 +279,9 @@ declare namespace ComputeOptimizer {
|
|
|
279
279
|
*/
|
|
280
280
|
s3Destination?: S3Destination;
|
|
281
281
|
}
|
|
282
|
-
export type ExportableAutoScalingGroupField = "AccountId"|"AutoScalingGroupArn"|"AutoScalingGroupName"|"Finding"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationInstanceType"|"CurrentConfigurationDesiredCapacity"|"CurrentConfigurationMinSize"|"CurrentConfigurationMaxSize"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsConfigurationInstanceType"|"RecommendationOptionsConfigurationDesiredCapacity"|"RecommendationOptionsConfigurationMinSize"|"RecommendationOptionsConfigurationMaxSize"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"LastRefreshTimestamp"|string;
|
|
282
|
+
export type ExportableAutoScalingGroupField = "AccountId"|"AutoScalingGroupArn"|"AutoScalingGroupName"|"Finding"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationInstanceType"|"CurrentConfigurationDesiredCapacity"|"CurrentConfigurationMinSize"|"CurrentConfigurationMaxSize"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsConfigurationInstanceType"|"RecommendationOptionsConfigurationDesiredCapacity"|"RecommendationOptionsConfigurationMinSize"|"RecommendationOptionsConfigurationMaxSize"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"LastRefreshTimestamp"|string;
|
|
283
283
|
export type ExportableAutoScalingGroupFields = ExportableAutoScalingGroupField[];
|
|
284
|
-
export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|string;
|
|
284
|
+
export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|string;
|
|
285
285
|
export type ExportableInstanceFields = ExportableInstanceField[];
|
|
286
286
|
export type FailureReason = string;
|
|
287
287
|
export type FileFormat = "Csv"|string;
|
|
@@ -508,7 +508,7 @@ declare namespace ComputeOptimizer {
|
|
|
508
508
|
*/
|
|
509
509
|
instanceType?: InstanceType;
|
|
510
510
|
/**
|
|
511
|
-
* An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
|
511
|
+
* An array of objects that describe the projected utilization metrics of the instance recommendation option. The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
|
|
512
512
|
*/
|
|
513
513
|
projectedUtilizationMetrics?: ProjectedUtilizationMetrics;
|
|
514
514
|
/**
|
|
@@ -545,7 +545,7 @@ declare namespace ComputeOptimizer {
|
|
|
545
545
|
export type MemberAccountsEnrolled = boolean;
|
|
546
546
|
export type Message = string;
|
|
547
547
|
export type MetadataKey = string;
|
|
548
|
-
export type MetricName = "Cpu"|"Memory"|string;
|
|
548
|
+
export type MetricName = "Cpu"|"Memory"|"EBS_READ_OPS_PER_SECOND"|"EBS_WRITE_OPS_PER_SECOND"|"EBS_READ_BYTES_PER_SECOND"|"EBS_WRITE_BYTES_PER_SECOND"|string;
|
|
549
549
|
export type MetricStatistic = "Maximum"|"Average"|string;
|
|
550
550
|
export type MetricValue = number;
|
|
551
551
|
export type MetricValues = MetricValue[];
|
|
@@ -555,7 +555,7 @@ declare namespace ComputeOptimizer {
|
|
|
555
555
|
export type Period = number;
|
|
556
556
|
export interface ProjectedMetric {
|
|
557
557
|
/**
|
|
558
|
-
* The name of the projected utilization metric.
|
|
558
|
+
* The name of the projected utilization metric.
|
|
559
559
|
*/
|
|
560
560
|
name?: MetricName;
|
|
561
561
|
/**
|
|
@@ -709,7 +709,7 @@ declare namespace ComputeOptimizer {
|
|
|
709
709
|
}
|
|
710
710
|
export interface UtilizationMetric {
|
|
711
711
|
/**
|
|
712
|
-
* The name of the utilization metric. Memory
|
|
712
|
+
* The name of the utilization metric. The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
|
|
713
713
|
*/
|
|
714
714
|
name?: MetricName;
|
|
715
715
|
/**
|