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.
Files changed (46) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/README.md +1 -1
  3. package/apis/amplify-2017-07-25.min.json +58 -46
  4. package/apis/ce-2017-10-25.min.json +119 -87
  5. package/apis/dms-2016-01-01.min.json +230 -126
  6. package/apis/ec2-2016-11-15.min.json +39 -7
  7. package/apis/elasticache-2015-02-02.min.json +425 -106
  8. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  9. package/apis/eventbridge-2015-10-07.min.json +20 -3
  10. package/apis/events-2015-10-07.min.json +20 -3
  11. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  12. package/apis/marketplace-catalog-2018-09-17.min.json +12 -10
  13. package/apis/medialive-2017-10-14.min.json +366 -194
  14. package/apis/mediapackage-2017-10-12.min.json +214 -93
  15. package/apis/rds-2014-10-31.min.json +7 -1
  16. package/apis/rekognition-2016-06-27.min.json +96 -76
  17. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  18. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  19. package/apis/snowball-2016-06-30.min.json +61 -9
  20. package/clients/amplify.d.ts +17 -0
  21. package/clients/cloudwatchevents.d.ts +27 -0
  22. package/clients/computeoptimizer.d.ts +15 -15
  23. package/clients/costexplorer.d.ts +63 -11
  24. package/clients/dms.d.ts +189 -8
  25. package/clients/ec2.d.ts +36 -8
  26. package/clients/eks.d.ts +2 -2
  27. package/clients/elasticache.d.ts +416 -4
  28. package/clients/eventbridge.d.ts +27 -0
  29. package/clients/kinesisanalyticsv2.d.ts +79 -75
  30. package/clients/marketplacecatalog.d.ts +9 -0
  31. package/clients/medialive.d.ts +206 -4
  32. package/clients/mediapackage.d.ts +58 -0
  33. package/clients/rds.d.ts +13 -5
  34. package/clients/rekognition.d.ts +32 -14
  35. package/clients/sagemaker.d.ts +5 -5
  36. package/clients/servicecatalog.d.ts +66 -21
  37. package/clients/snowball.d.ts +122 -52
  38. package/clients/sns.d.ts +1 -1
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +18 -18
  41. package/dist/aws-sdk.js +808 -335
  42. package/dist/aws-sdk.min.js +78 -78
  43. package/lib/config-base.d.ts +3 -0
  44. package/lib/core.d.ts +1 -1
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -161,6 +161,9 @@
161
161
  "RuleVersion": {},
162
162
  "Rules": {
163
163
  "shape": "Sx"
164
+ },
165
+ "ProcessingStatus": {
166
+ "shape": "S1c"
164
167
  }
165
168
  }
166
169
  }
@@ -347,17 +350,17 @@
347
350
  ],
348
351
  "members": {
349
352
  "TimePeriod": {
350
- "shape": "S1y"
353
+ "shape": "S22"
351
354
  },
352
355
  "Granularity": {},
353
356
  "Filter": {
354
357
  "shape": "S7"
355
358
  },
356
359
  "Metrics": {
357
- "shape": "S20"
360
+ "shape": "S24"
358
361
  },
359
362
  "GroupBy": {
360
- "shape": "S22"
363
+ "shape": "S26"
361
364
  },
362
365
  "NextPageToken": {}
363
366
  }
@@ -367,10 +370,10 @@
367
370
  "members": {
368
371
  "NextPageToken": {},
369
372
  "GroupDefinitions": {
370
- "shape": "S22"
373
+ "shape": "S26"
371
374
  },
372
375
  "ResultsByTime": {
373
- "shape": "S27"
376
+ "shape": "S2b"
374
377
  }
375
378
  }
376
379
  }
@@ -384,17 +387,17 @@
384
387
  ],
385
388
  "members": {
386
389
  "TimePeriod": {
387
- "shape": "S1y"
390
+ "shape": "S22"
388
391
  },
389
392
  "Granularity": {},
390
393
  "Filter": {
391
394
  "shape": "S7"
392
395
  },
393
396
  "Metrics": {
394
- "shape": "S20"
397
+ "shape": "S24"
395
398
  },
396
399
  "GroupBy": {
397
- "shape": "S22"
400
+ "shape": "S26"
398
401
  },
399
402
  "NextPageToken": {}
400
403
  }
@@ -404,10 +407,10 @@
404
407
  "members": {
405
408
  "NextPageToken": {},
406
409
  "GroupDefinitions": {
407
- "shape": "S22"
410
+ "shape": "S26"
408
411
  },
409
412
  "ResultsByTime": {
410
- "shape": "S27"
413
+ "shape": "S2b"
411
414
  }
412
415
  }
413
416
  }
@@ -422,7 +425,7 @@
422
425
  ],
423
426
  "members": {
424
427
  "TimePeriod": {
425
- "shape": "S1y"
428
+ "shape": "S22"
426
429
  },
427
430
  "Metric": {},
428
431
  "Granularity": {},
@@ -438,10 +441,10 @@
438
441
  "type": "structure",
439
442
  "members": {
440
443
  "Total": {
441
- "shape": "S2a"
444
+ "shape": "S2e"
442
445
  },
443
446
  "ForecastResultsByTime": {
444
- "shape": "S2o"
447
+ "shape": "S2s"
445
448
  }
446
449
  }
447
450
  }
@@ -456,7 +459,7 @@
456
459
  "members": {
457
460
  "SearchString": {},
458
461
  "TimePeriod": {
459
- "shape": "S1y"
462
+ "shape": "S22"
460
463
  },
461
464
  "Dimension": {},
462
465
  "Context": {},
@@ -478,7 +481,7 @@
478
481
  "members": {
479
482
  "Value": {},
480
483
  "Attributes": {
481
- "shape": "S2w"
484
+ "shape": "S30"
482
485
  }
483
486
  }
484
487
  }
@@ -501,17 +504,17 @@
501
504
  ],
502
505
  "members": {
503
506
  "TimePeriod": {
504
- "shape": "S1y"
507
+ "shape": "S22"
505
508
  },
506
509
  "GroupBy": {
507
- "shape": "S22"
510
+ "shape": "S26"
508
511
  },
509
512
  "Granularity": {},
510
513
  "Filter": {
511
514
  "shape": "S7"
512
515
  },
513
516
  "Metrics": {
514
- "shape": "S20"
517
+ "shape": "S24"
515
518
  },
516
519
  "NextPageToken": {}
517
520
  }
@@ -528,7 +531,7 @@
528
531
  "type": "structure",
529
532
  "members": {
530
533
  "TimePeriod": {
531
- "shape": "S1y"
534
+ "shape": "S22"
532
535
  },
533
536
  "Groups": {
534
537
  "type": "list",
@@ -536,22 +539,22 @@
536
539
  "type": "structure",
537
540
  "members": {
538
541
  "Attributes": {
539
- "shape": "S2w"
542
+ "shape": "S30"
540
543
  },
541
544
  "Coverage": {
542
- "shape": "S35"
545
+ "shape": "S39"
543
546
  }
544
547
  }
545
548
  }
546
549
  },
547
550
  "Total": {
548
- "shape": "S35"
551
+ "shape": "S39"
549
552
  }
550
553
  }
551
554
  }
552
555
  },
553
556
  "Total": {
554
- "shape": "S35"
557
+ "shape": "S39"
555
558
  },
556
559
  "NextPageToken": {}
557
560
  }
@@ -571,7 +574,7 @@
571
574
  "TermInYears": {},
572
575
  "PaymentOption": {},
573
576
  "ServiceSpecification": {
574
- "shape": "S3n"
577
+ "shape": "S3r"
575
578
  },
576
579
  "PageSize": {
577
580
  "type": "integer"
@@ -599,7 +602,7 @@
599
602
  "TermInYears": {},
600
603
  "PaymentOption": {},
601
604
  "ServiceSpecification": {
602
- "shape": "S3n"
605
+ "shape": "S3r"
603
606
  },
604
607
  "RecommendationDetails": {
605
608
  "type": "list",
@@ -733,10 +736,10 @@
733
736
  ],
734
737
  "members": {
735
738
  "TimePeriod": {
736
- "shape": "S1y"
739
+ "shape": "S22"
737
740
  },
738
741
  "GroupBy": {
739
- "shape": "S22"
742
+ "shape": "S26"
740
743
  },
741
744
  "Granularity": {},
742
745
  "Filter": {
@@ -757,7 +760,7 @@
757
760
  "type": "structure",
758
761
  "members": {
759
762
  "TimePeriod": {
760
- "shape": "S1y"
763
+ "shape": "S22"
761
764
  },
762
765
  "Groups": {
763
766
  "type": "list",
@@ -767,22 +770,22 @@
767
770
  "Key": {},
768
771
  "Value": {},
769
772
  "Attributes": {
770
- "shape": "S2w"
773
+ "shape": "S30"
771
774
  },
772
775
  "Utilization": {
773
- "shape": "S4c"
776
+ "shape": "S4g"
774
777
  }
775
778
  }
776
779
  }
777
780
  },
778
781
  "Total": {
779
- "shape": "S4c"
782
+ "shape": "S4g"
780
783
  }
781
784
  }
782
785
  }
783
786
  },
784
787
  "Total": {
785
- "shape": "S4c"
788
+ "shape": "S4g"
786
789
  },
787
790
  "NextPageToken": {}
788
791
  }
@@ -799,7 +802,7 @@
799
802
  "shape": "S7"
800
803
  },
801
804
  "Configuration": {
802
- "shape": "S4s"
805
+ "shape": "S4w"
803
806
  },
804
807
  "Service": {},
805
808
  "PageSize": {
@@ -846,10 +849,10 @@
846
849
  }
847
850
  },
848
851
  "ResourceDetails": {
849
- "shape": "S51"
852
+ "shape": "S55"
850
853
  },
851
854
  "ResourceUtilization": {
852
- "shape": "S53"
855
+ "shape": "S57"
853
856
  },
854
857
  "ReservationCoveredHoursInLookbackPeriod": {},
855
858
  "SavingsPlansCoveredHoursInLookbackPeriod": {},
@@ -875,10 +878,10 @@
875
878
  "type": "boolean"
876
879
  },
877
880
  "ResourceDetails": {
878
- "shape": "S51"
881
+ "shape": "S55"
879
882
  },
880
883
  "ExpectedResourceUtilization": {
881
- "shape": "S53"
884
+ "shape": "S57"
882
885
  }
883
886
  }
884
887
  }
@@ -897,7 +900,7 @@
897
900
  },
898
901
  "NextPageToken": {},
899
902
  "Configuration": {
900
- "shape": "S4s"
903
+ "shape": "S4w"
901
904
  }
902
905
  }
903
906
  }
@@ -910,17 +913,17 @@
910
913
  ],
911
914
  "members": {
912
915
  "TimePeriod": {
913
- "shape": "S1y"
916
+ "shape": "S22"
914
917
  },
915
918
  "GroupBy": {
916
- "shape": "S22"
919
+ "shape": "S26"
917
920
  },
918
921
  "Granularity": {},
919
922
  "Filter": {
920
923
  "shape": "S7"
921
924
  },
922
925
  "Metrics": {
923
- "shape": "S20"
926
+ "shape": "S24"
924
927
  },
925
928
  "NextToken": {},
926
929
  "MaxResults": {
@@ -940,7 +943,7 @@
940
943
  "type": "structure",
941
944
  "members": {
942
945
  "Attributes": {
943
- "shape": "S2w"
946
+ "shape": "S30"
944
947
  },
945
948
  "Coverage": {
946
949
  "type": "structure",
@@ -952,7 +955,7 @@
952
955
  }
953
956
  },
954
957
  "TimePeriod": {
955
- "shape": "S1y"
958
+ "shape": "S22"
956
959
  }
957
960
  }
958
961
  }
@@ -1064,7 +1067,7 @@
1064
1067
  ],
1065
1068
  "members": {
1066
1069
  "TimePeriod": {
1067
- "shape": "S1y"
1070
+ "shape": "S22"
1068
1071
  },
1069
1072
  "Granularity": {},
1070
1073
  "Filter": {
@@ -1088,22 +1091,22 @@
1088
1091
  ],
1089
1092
  "members": {
1090
1093
  "TimePeriod": {
1091
- "shape": "S1y"
1094
+ "shape": "S22"
1092
1095
  },
1093
1096
  "Utilization": {
1094
- "shape": "S5t"
1097
+ "shape": "S5y"
1095
1098
  },
1096
1099
  "Savings": {
1097
- "shape": "S5u"
1100
+ "shape": "S5z"
1098
1101
  },
1099
1102
  "AmortizedCommitment": {
1100
- "shape": "S5v"
1103
+ "shape": "S60"
1101
1104
  }
1102
1105
  }
1103
1106
  }
1104
1107
  },
1105
1108
  "Total": {
1106
- "shape": "S5w"
1109
+ "shape": "S61"
1107
1110
  }
1108
1111
  }
1109
1112
  }
@@ -1116,7 +1119,7 @@
1116
1119
  ],
1117
1120
  "members": {
1118
1121
  "TimePeriod": {
1119
- "shape": "S1y"
1122
+ "shape": "S22"
1120
1123
  },
1121
1124
  "Filter": {
1122
1125
  "shape": "S7"
@@ -1141,25 +1144,25 @@
1141
1144
  "members": {
1142
1145
  "SavingsPlanArn": {},
1143
1146
  "Attributes": {
1144
- "shape": "S2w"
1147
+ "shape": "S30"
1145
1148
  },
1146
1149
  "Utilization": {
1147
- "shape": "S5t"
1150
+ "shape": "S5y"
1148
1151
  },
1149
1152
  "Savings": {
1150
- "shape": "S5u"
1153
+ "shape": "S5z"
1151
1154
  },
1152
1155
  "AmortizedCommitment": {
1153
- "shape": "S5v"
1156
+ "shape": "S60"
1154
1157
  }
1155
1158
  }
1156
1159
  }
1157
1160
  },
1158
1161
  "Total": {
1159
- "shape": "S5w"
1162
+ "shape": "S61"
1160
1163
  },
1161
1164
  "TimePeriod": {
1162
- "shape": "S1y"
1165
+ "shape": "S22"
1163
1166
  },
1164
1167
  "NextToken": {}
1165
1168
  }
@@ -1174,7 +1177,7 @@
1174
1177
  "members": {
1175
1178
  "SearchString": {},
1176
1179
  "TimePeriod": {
1177
- "shape": "S1y"
1180
+ "shape": "S22"
1178
1181
  },
1179
1182
  "TagKey": {},
1180
1183
  "NextPageToken": {}
@@ -1212,7 +1215,7 @@
1212
1215
  ],
1213
1216
  "members": {
1214
1217
  "TimePeriod": {
1215
- "shape": "S1y"
1218
+ "shape": "S22"
1216
1219
  },
1217
1220
  "Metric": {},
1218
1221
  "Granularity": {},
@@ -1228,10 +1231,10 @@
1228
1231
  "type": "structure",
1229
1232
  "members": {
1230
1233
  "Total": {
1231
- "shape": "S2a"
1234
+ "shape": "S2e"
1232
1235
  },
1233
1236
  "ForecastResultsByTime": {
1234
- "shape": "S2o"
1237
+ "shape": "S2s"
1235
1238
  }
1236
1239
  }
1237
1240
  }
@@ -1261,6 +1264,13 @@
1261
1264
  "EffectiveEnd": {},
1262
1265
  "NumberOfRules": {
1263
1266
  "type": "integer"
1267
+ },
1268
+ "ProcessingStatus": {
1269
+ "shape": "S1c"
1270
+ },
1271
+ "Values": {
1272
+ "type": "list",
1273
+ "member": {}
1264
1274
  }
1265
1275
  }
1266
1276
  }
@@ -1424,6 +1434,9 @@
1424
1434
  "Key": {},
1425
1435
  "Values": {
1426
1436
  "shape": "Sb"
1437
+ },
1438
+ "MatchOptions": {
1439
+ "shape": "Sd"
1427
1440
  }
1428
1441
  }
1429
1442
  }
@@ -1507,7 +1520,17 @@
1507
1520
  }
1508
1521
  }
1509
1522
  },
1510
- "S1y": {
1523
+ "S1c": {
1524
+ "type": "list",
1525
+ "member": {
1526
+ "type": "structure",
1527
+ "members": {
1528
+ "Component": {},
1529
+ "Status": {}
1530
+ }
1531
+ }
1532
+ },
1533
+ "S22": {
1511
1534
  "type": "structure",
1512
1535
  "required": [
1513
1536
  "Start",
@@ -1518,11 +1541,11 @@
1518
1541
  "End": {}
1519
1542
  }
1520
1543
  },
1521
- "S20": {
1544
+ "S24": {
1522
1545
  "type": "list",
1523
1546
  "member": {}
1524
1547
  },
1525
- "S22": {
1548
+ "S26": {
1526
1549
  "type": "list",
1527
1550
  "member": {
1528
1551
  "type": "structure",
@@ -1532,16 +1555,16 @@
1532
1555
  }
1533
1556
  }
1534
1557
  },
1535
- "S27": {
1558
+ "S2b": {
1536
1559
  "type": "list",
1537
1560
  "member": {
1538
1561
  "type": "structure",
1539
1562
  "members": {
1540
1563
  "TimePeriod": {
1541
- "shape": "S1y"
1564
+ "shape": "S22"
1542
1565
  },
1543
1566
  "Total": {
1544
- "shape": "S29"
1567
+ "shape": "S2d"
1545
1568
  },
1546
1569
  "Groups": {
1547
1570
  "type": "list",
@@ -1553,7 +1576,7 @@
1553
1576
  "member": {}
1554
1577
  },
1555
1578
  "Metrics": {
1556
- "shape": "S29"
1579
+ "shape": "S2d"
1557
1580
  }
1558
1581
  }
1559
1582
  }
@@ -1564,27 +1587,27 @@
1564
1587
  }
1565
1588
  }
1566
1589
  },
1567
- "S29": {
1590
+ "S2d": {
1568
1591
  "type": "map",
1569
1592
  "key": {},
1570
1593
  "value": {
1571
- "shape": "S2a"
1594
+ "shape": "S2e"
1572
1595
  }
1573
1596
  },
1574
- "S2a": {
1597
+ "S2e": {
1575
1598
  "type": "structure",
1576
1599
  "members": {
1577
1600
  "Amount": {},
1578
1601
  "Unit": {}
1579
1602
  }
1580
1603
  },
1581
- "S2o": {
1604
+ "S2s": {
1582
1605
  "type": "list",
1583
1606
  "member": {
1584
1607
  "type": "structure",
1585
1608
  "members": {
1586
1609
  "TimePeriod": {
1587
- "shape": "S1y"
1610
+ "shape": "S22"
1588
1611
  },
1589
1612
  "MeanValue": {},
1590
1613
  "PredictionIntervalLowerBound": {},
@@ -1592,12 +1615,12 @@
1592
1615
  }
1593
1616
  }
1594
1617
  },
1595
- "S2w": {
1618
+ "S30": {
1596
1619
  "type": "map",
1597
1620
  "key": {},
1598
1621
  "value": {}
1599
1622
  },
1600
- "S35": {
1623
+ "S39": {
1601
1624
  "type": "structure",
1602
1625
  "members": {
1603
1626
  "CoverageHours": {
@@ -1626,7 +1649,7 @@
1626
1649
  }
1627
1650
  }
1628
1651
  },
1629
- "S3n": {
1652
+ "S3r": {
1630
1653
  "type": "structure",
1631
1654
  "members": {
1632
1655
  "EC2Specification": {
@@ -1637,7 +1660,7 @@
1637
1660
  }
1638
1661
  }
1639
1662
  },
1640
- "S4c": {
1663
+ "S4g": {
1641
1664
  "type": "structure",
1642
1665
  "members": {
1643
1666
  "UtilizationPercentage": {},
@@ -1656,7 +1679,7 @@
1656
1679
  "TotalAmortizedFee": {}
1657
1680
  }
1658
1681
  },
1659
- "S4s": {
1682
+ "S4w": {
1660
1683
  "type": "structure",
1661
1684
  "required": [
1662
1685
  "RecommendationTarget",
@@ -1669,7 +1692,7 @@
1669
1692
  }
1670
1693
  }
1671
1694
  },
1672
- "S51": {
1695
+ "S55": {
1673
1696
  "type": "structure",
1674
1697
  "members": {
1675
1698
  "EC2ResourceDetails": {
@@ -1688,7 +1711,7 @@
1688
1711
  }
1689
1712
  }
1690
1713
  },
1691
- "S53": {
1714
+ "S57": {
1692
1715
  "type": "structure",
1693
1716
  "members": {
1694
1717
  "EC2ResourceUtilization": {
@@ -1696,12 +1719,21 @@
1696
1719
  "members": {
1697
1720
  "MaxCpuUtilizationPercentage": {},
1698
1721
  "MaxMemoryUtilizationPercentage": {},
1699
- "MaxStorageUtilizationPercentage": {}
1722
+ "MaxStorageUtilizationPercentage": {},
1723
+ "EBSResourceUtilization": {
1724
+ "type": "structure",
1725
+ "members": {
1726
+ "EbsReadOpsPerSecond": {},
1727
+ "EbsWriteOpsPerSecond": {},
1728
+ "EbsReadBytesPerSecond": {},
1729
+ "EbsWriteBytesPerSecond": {}
1730
+ }
1731
+ }
1700
1732
  }
1701
1733
  }
1702
1734
  }
1703
1735
  },
1704
- "S5t": {
1736
+ "S5y": {
1705
1737
  "type": "structure",
1706
1738
  "members": {
1707
1739
  "TotalCommitment": {},
@@ -1710,14 +1742,14 @@
1710
1742
  "UtilizationPercentage": {}
1711
1743
  }
1712
1744
  },
1713
- "S5u": {
1745
+ "S5z": {
1714
1746
  "type": "structure",
1715
1747
  "members": {
1716
1748
  "NetSavings": {},
1717
1749
  "OnDemandCostEquivalent": {}
1718
1750
  }
1719
1751
  },
1720
- "S5v": {
1752
+ "S60": {
1721
1753
  "type": "structure",
1722
1754
  "members": {
1723
1755
  "AmortizedRecurringCommitment": {},
@@ -1725,20 +1757,20 @@
1725
1757
  "TotalAmortizedCommitment": {}
1726
1758
  }
1727
1759
  },
1728
- "S5w": {
1760
+ "S61": {
1729
1761
  "type": "structure",
1730
1762
  "required": [
1731
1763
  "Utilization"
1732
1764
  ],
1733
1765
  "members": {
1734
1766
  "Utilization": {
1735
- "shape": "S5t"
1767
+ "shape": "S5y"
1736
1768
  },
1737
1769
  "Savings": {
1738
- "shape": "S5u"
1770
+ "shape": "S5z"
1739
1771
  },
1740
1772
  "AmortizedCommitment": {
1741
- "shape": "S5v"
1773
+ "shape": "S60"
1742
1774
  }
1743
1775
  }
1744
1776
  }