aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetBehaviorModelTrainingSummaries": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "summaries"
8
+ },
3
9
  "ListActiveViolations": {
4
10
  "input_token": "nextToken",
5
11
  "limit_key": "maxResults",
@@ -72,6 +78,24 @@
72
78
  "output_token": "nextMarker",
73
79
  "result_key": "certificates"
74
80
  },
81
+ "ListCustomMetrics": {
82
+ "input_token": "nextToken",
83
+ "limit_key": "maxResults",
84
+ "output_token": "nextToken",
85
+ "result_key": "metricNames"
86
+ },
87
+ "ListDetectMitigationActionsExecutions": {
88
+ "input_token": "nextToken",
89
+ "limit_key": "maxResults",
90
+ "output_token": "nextToken",
91
+ "result_key": "actionsExecutions"
92
+ },
93
+ "ListDetectMitigationActionsTasks": {
94
+ "input_token": "nextToken",
95
+ "limit_key": "maxResults",
96
+ "output_token": "nextToken",
97
+ "result_key": "tasks"
98
+ },
75
99
  "ListDimensions": {
76
100
  "input_token": "nextToken",
77
101
  "limit_key": "maxResults",
@@ -211,6 +211,9 @@
211
211
  },
212
212
  "tags": {
213
213
  "shape": "Sq"
214
+ },
215
+ "fileFormatConfiguration": {
216
+ "shape": "S2k"
214
217
  }
215
218
  }
216
219
  },
@@ -239,7 +242,7 @@
239
242
  "members": {
240
243
  "pipelineName": {},
241
244
  "pipelineActivities": {
242
- "shape": "S2n"
245
+ "shape": "S2v"
243
246
  },
244
247
  "tags": {
245
248
  "shape": "Sq"
@@ -405,7 +408,7 @@
405
408
  "type": "structure",
406
409
  "members": {
407
410
  "size": {
408
- "shape": "S3l"
411
+ "shape": "S3t"
409
412
  }
410
413
  }
411
414
  }
@@ -512,6 +515,9 @@
512
515
  },
513
516
  "lastMessageArrivalTime": {
514
517
  "type": "timestamp"
518
+ },
519
+ "fileFormatConfiguration": {
520
+ "shape": "S2k"
515
521
  }
516
522
  }
517
523
  },
@@ -519,7 +525,7 @@
519
525
  "type": "structure",
520
526
  "members": {
521
527
  "size": {
522
- "shape": "S3l"
528
+ "shape": "S3t"
523
529
  }
524
530
  }
525
531
  }
@@ -539,7 +545,7 @@
539
545
  "type": "structure",
540
546
  "members": {
541
547
  "loggingOptions": {
542
- "shape": "S3y"
548
+ "shape": "S46"
543
549
  }
544
550
  }
545
551
  }
@@ -570,10 +576,10 @@
570
576
  "name": {},
571
577
  "arn": {},
572
578
  "activities": {
573
- "shape": "S2n"
579
+ "shape": "S2v"
574
580
  },
575
581
  "reprocessingSummaries": {
576
- "shape": "S44"
582
+ "shape": "S4c"
577
583
  },
578
584
  "creationTime": {
579
585
  "type": "timestamp"
@@ -624,7 +630,7 @@
624
630
  "type": "timestamp"
625
631
  },
626
632
  "status": {
627
- "shape": "S4c"
633
+ "shape": "S4k"
628
634
  }
629
635
  }
630
636
  }
@@ -737,7 +743,7 @@
737
743
  "members": {
738
744
  "version": {},
739
745
  "status": {
740
- "shape": "S4c"
746
+ "shape": "S4k"
741
747
  },
742
748
  "creationTime": {
743
749
  "type": "timestamp"
@@ -864,7 +870,8 @@
864
870
  },
865
871
  "lastMessageArrivalTime": {
866
872
  "type": "timestamp"
867
- }
873
+ },
874
+ "fileFormatType": {}
868
875
  }
869
876
  }
870
877
  },
@@ -901,7 +908,7 @@
901
908
  "members": {
902
909
  "pipelineName": {},
903
910
  "reprocessingSummaries": {
904
- "shape": "S44"
911
+ "shape": "S4c"
905
912
  },
906
913
  "creationTime": {
907
914
  "type": "timestamp"
@@ -954,7 +961,7 @@
954
961
  ],
955
962
  "members": {
956
963
  "loggingOptions": {
957
- "shape": "S3y"
964
+ "shape": "S46"
958
965
  }
959
966
  }
960
967
  }
@@ -971,10 +978,10 @@
971
978
  ],
972
979
  "members": {
973
980
  "pipelineActivity": {
974
- "shape": "S2o"
981
+ "shape": "S2w"
975
982
  },
976
983
  "payloads": {
977
- "shape": "S5f"
984
+ "shape": "S5o"
978
985
  }
979
986
  }
980
987
  },
@@ -982,7 +989,7 @@
982
989
  "type": "structure",
983
990
  "members": {
984
991
  "payloads": {
985
- "shape": "S5f"
992
+ "shape": "S5o"
986
993
  },
987
994
  "logResult": {}
988
995
  }
@@ -1024,7 +1031,7 @@
1024
1031
  "type": "structure",
1025
1032
  "members": {
1026
1033
  "payloads": {
1027
- "shape": "S5f"
1034
+ "shape": "S5o"
1028
1035
  }
1029
1036
  }
1030
1037
  }
@@ -1048,6 +1055,15 @@
1048
1055
  },
1049
1056
  "endTime": {
1050
1057
  "type": "timestamp"
1058
+ },
1059
+ "channelMessages": {
1060
+ "type": "structure",
1061
+ "members": {
1062
+ "s3Paths": {
1063
+ "type": "list",
1064
+ "member": {}
1065
+ }
1066
+ }
1051
1067
  }
1052
1068
  }
1053
1069
  },
@@ -1195,6 +1211,9 @@
1195
1211
  },
1196
1212
  "datastoreStorage": {
1197
1213
  "shape": "S2h"
1214
+ },
1215
+ "fileFormatConfiguration": {
1216
+ "shape": "S2k"
1198
1217
  }
1199
1218
  }
1200
1219
  }
@@ -1216,7 +1235,7 @@
1216
1235
  "locationName": "pipelineName"
1217
1236
  },
1218
1237
  "pipelineActivities": {
1219
- "shape": "S2n"
1238
+ "shape": "S2v"
1220
1239
  }
1221
1240
  }
1222
1241
  }
@@ -1502,13 +1521,46 @@
1502
1521
  }
1503
1522
  }
1504
1523
  },
1505
- "S2n": {
1524
+ "S2k": {
1525
+ "type": "structure",
1526
+ "members": {
1527
+ "jsonConfiguration": {
1528
+ "type": "structure",
1529
+ "members": {}
1530
+ },
1531
+ "parquetConfiguration": {
1532
+ "type": "structure",
1533
+ "members": {
1534
+ "schemaDefinition": {
1535
+ "type": "structure",
1536
+ "members": {
1537
+ "columns": {
1538
+ "type": "list",
1539
+ "member": {
1540
+ "type": "structure",
1541
+ "required": [
1542
+ "name",
1543
+ "type"
1544
+ ],
1545
+ "members": {
1546
+ "name": {},
1547
+ "type": {}
1548
+ }
1549
+ }
1550
+ }
1551
+ }
1552
+ }
1553
+ }
1554
+ }
1555
+ }
1556
+ },
1557
+ "S2v": {
1506
1558
  "type": "list",
1507
1559
  "member": {
1508
- "shape": "S2o"
1560
+ "shape": "S2w"
1509
1561
  }
1510
1562
  },
1511
- "S2o": {
1563
+ "S2w": {
1512
1564
  "type": "structure",
1513
1565
  "members": {
1514
1566
  "channel": {
@@ -1575,7 +1627,7 @@
1575
1627
  "members": {
1576
1628
  "name": {},
1577
1629
  "attributes": {
1578
- "shape": "S2z"
1630
+ "shape": "S37"
1579
1631
  },
1580
1632
  "next": {}
1581
1633
  }
@@ -1589,7 +1641,7 @@
1589
1641
  "members": {
1590
1642
  "name": {},
1591
1643
  "attributes": {
1592
- "shape": "S2z"
1644
+ "shape": "S37"
1593
1645
  },
1594
1646
  "next": {}
1595
1647
  }
@@ -1654,11 +1706,11 @@
1654
1706
  }
1655
1707
  }
1656
1708
  },
1657
- "S2z": {
1709
+ "S37": {
1658
1710
  "type": "list",
1659
1711
  "member": {}
1660
1712
  },
1661
- "S3l": {
1713
+ "S3t": {
1662
1714
  "type": "structure",
1663
1715
  "members": {
1664
1716
  "estimatedSizeInBytes": {
@@ -1669,7 +1721,7 @@
1669
1721
  }
1670
1722
  }
1671
1723
  },
1672
- "S3y": {
1724
+ "S46": {
1673
1725
  "type": "structure",
1674
1726
  "required": [
1675
1727
  "roleArn",
@@ -1684,7 +1736,7 @@
1684
1736
  }
1685
1737
  }
1686
1738
  },
1687
- "S44": {
1739
+ "S4c": {
1688
1740
  "type": "list",
1689
1741
  "member": {
1690
1742
  "type": "structure",
@@ -1697,14 +1749,14 @@
1697
1749
  }
1698
1750
  }
1699
1751
  },
1700
- "S4c": {
1752
+ "S4k": {
1701
1753
  "type": "structure",
1702
1754
  "members": {
1703
1755
  "state": {},
1704
1756
  "reason": {}
1705
1757
  }
1706
1758
  },
1707
- "S5f": {
1759
+ "S5o": {
1708
1760
  "type": "list",
1709
1761
  "member": {
1710
1762
  "type": "blob"
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }