aws-sdk 2.991.0 → 2.995.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 +26 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/comprehend-2017-11-27.min.json +205 -123
- package/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/apis/ec2-2016-11-15.min.json +150 -69
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ecr-2015-09-21.min.json +66 -14
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/iot-2015-05-28.min.json +80 -44
- package/apis/license-manager-2018-08-01.min.json +186 -72
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/clients/appsync.d.ts +35 -13
- package/clients/comprehend.d.ts +165 -1
- package/clients/ec2.d.ts +164 -66
- package/clients/ecr.d.ts +76 -4
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/iot.d.ts +55 -5
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +215 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/ssm.d.ts +40 -19
- package/clients/wafv2.d.ts +18 -0
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +21 -21
- package/dist/aws-sdk.js +633 -356
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config.js +1 -1
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
|
@@ -1007,6 +1007,37 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
},
|
|
1010
|
+
"DeleteUtterances": {
|
|
1011
|
+
"http": {
|
|
1012
|
+
"method": "DELETE",
|
|
1013
|
+
"requestUri": "/bots/{botId}/utterances/",
|
|
1014
|
+
"responseCode": 204
|
|
1015
|
+
},
|
|
1016
|
+
"input": {
|
|
1017
|
+
"type": "structure",
|
|
1018
|
+
"required": [
|
|
1019
|
+
"botId"
|
|
1020
|
+
],
|
|
1021
|
+
"members": {
|
|
1022
|
+
"botId": {
|
|
1023
|
+
"location": "uri",
|
|
1024
|
+
"locationName": "botId"
|
|
1025
|
+
},
|
|
1026
|
+
"localeId": {
|
|
1027
|
+
"location": "querystring",
|
|
1028
|
+
"locationName": "localeId"
|
|
1029
|
+
},
|
|
1030
|
+
"sessionId": {
|
|
1031
|
+
"location": "querystring",
|
|
1032
|
+
"locationName": "sessionId"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"output": {
|
|
1037
|
+
"type": "structure",
|
|
1038
|
+
"members": {}
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1010
1041
|
"DescribeBot": {
|
|
1011
1042
|
"http": {
|
|
1012
1043
|
"method": "GET",
|
|
@@ -1163,7 +1194,7 @@
|
|
|
1163
1194
|
},
|
|
1164
1195
|
"botLocaleStatus": {},
|
|
1165
1196
|
"failureReasons": {
|
|
1166
|
-
"shape": "
|
|
1197
|
+
"shape": "S58"
|
|
1167
1198
|
},
|
|
1168
1199
|
"creationDateTime": {
|
|
1169
1200
|
"type": "timestamp"
|
|
@@ -1232,7 +1263,7 @@
|
|
|
1232
1263
|
},
|
|
1233
1264
|
"botStatus": {},
|
|
1234
1265
|
"failureReasons": {
|
|
1235
|
-
"shape": "
|
|
1266
|
+
"shape": "S58"
|
|
1236
1267
|
},
|
|
1237
1268
|
"creationDateTime": {
|
|
1238
1269
|
"type": "timestamp"
|
|
@@ -1268,7 +1299,7 @@
|
|
|
1268
1299
|
"fileFormat": {},
|
|
1269
1300
|
"exportStatus": {},
|
|
1270
1301
|
"failureReasons": {
|
|
1271
|
-
"shape": "
|
|
1302
|
+
"shape": "S58"
|
|
1272
1303
|
},
|
|
1273
1304
|
"downloadUrl": {},
|
|
1274
1305
|
"creationDateTime": {
|
|
@@ -1303,14 +1334,14 @@
|
|
|
1303
1334
|
"members": {
|
|
1304
1335
|
"importId": {},
|
|
1305
1336
|
"resourceSpecification": {
|
|
1306
|
-
"shape": "
|
|
1337
|
+
"shape": "S5j"
|
|
1307
1338
|
},
|
|
1308
1339
|
"importedResourceId": {},
|
|
1309
1340
|
"importedResourceName": {},
|
|
1310
1341
|
"mergeStrategy": {},
|
|
1311
1342
|
"importStatus": {},
|
|
1312
1343
|
"failureReasons": {
|
|
1313
|
-
"shape": "
|
|
1344
|
+
"shape": "S58"
|
|
1314
1345
|
},
|
|
1315
1346
|
"creationDateTime": {
|
|
1316
1347
|
"type": "timestamp"
|
|
@@ -1371,7 +1402,7 @@
|
|
|
1371
1402
|
"shape": "S1z"
|
|
1372
1403
|
},
|
|
1373
1404
|
"slotPriorities": {
|
|
1374
|
-
"shape": "
|
|
1405
|
+
"shape": "S5q"
|
|
1375
1406
|
},
|
|
1376
1407
|
"intentConfirmationSetting": {
|
|
1377
1408
|
"shape": "S20"
|
|
@@ -1552,6 +1583,111 @@
|
|
|
1552
1583
|
}
|
|
1553
1584
|
}
|
|
1554
1585
|
},
|
|
1586
|
+
"ListAggregatedUtterances": {
|
|
1587
|
+
"http": {
|
|
1588
|
+
"requestUri": "/bots/{botId}/aggregatedutterances/",
|
|
1589
|
+
"responseCode": 200
|
|
1590
|
+
},
|
|
1591
|
+
"input": {
|
|
1592
|
+
"type": "structure",
|
|
1593
|
+
"required": [
|
|
1594
|
+
"botId",
|
|
1595
|
+
"localeId",
|
|
1596
|
+
"aggregationDuration"
|
|
1597
|
+
],
|
|
1598
|
+
"members": {
|
|
1599
|
+
"botId": {
|
|
1600
|
+
"location": "uri",
|
|
1601
|
+
"locationName": "botId"
|
|
1602
|
+
},
|
|
1603
|
+
"botAliasId": {},
|
|
1604
|
+
"botVersion": {},
|
|
1605
|
+
"localeId": {},
|
|
1606
|
+
"aggregationDuration": {
|
|
1607
|
+
"shape": "S60"
|
|
1608
|
+
},
|
|
1609
|
+
"sortBy": {
|
|
1610
|
+
"type": "structure",
|
|
1611
|
+
"required": [
|
|
1612
|
+
"attribute",
|
|
1613
|
+
"order"
|
|
1614
|
+
],
|
|
1615
|
+
"members": {
|
|
1616
|
+
"attribute": {},
|
|
1617
|
+
"order": {}
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"filters": {
|
|
1621
|
+
"type": "list",
|
|
1622
|
+
"member": {
|
|
1623
|
+
"type": "structure",
|
|
1624
|
+
"required": [
|
|
1625
|
+
"name",
|
|
1626
|
+
"values",
|
|
1627
|
+
"operator"
|
|
1628
|
+
],
|
|
1629
|
+
"members": {
|
|
1630
|
+
"name": {},
|
|
1631
|
+
"values": {
|
|
1632
|
+
"shape": "S6a"
|
|
1633
|
+
},
|
|
1634
|
+
"operator": {}
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"maxResults": {
|
|
1639
|
+
"type": "integer"
|
|
1640
|
+
},
|
|
1641
|
+
"nextToken": {}
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"output": {
|
|
1645
|
+
"type": "structure",
|
|
1646
|
+
"members": {
|
|
1647
|
+
"botId": {},
|
|
1648
|
+
"botAliasId": {},
|
|
1649
|
+
"botVersion": {},
|
|
1650
|
+
"localeId": {},
|
|
1651
|
+
"aggregationDuration": {
|
|
1652
|
+
"shape": "S60"
|
|
1653
|
+
},
|
|
1654
|
+
"aggregationWindowStartTime": {
|
|
1655
|
+
"type": "timestamp"
|
|
1656
|
+
},
|
|
1657
|
+
"aggregationWindowEndTime": {
|
|
1658
|
+
"type": "timestamp"
|
|
1659
|
+
},
|
|
1660
|
+
"aggregationLastRefreshedDateTime": {
|
|
1661
|
+
"type": "timestamp"
|
|
1662
|
+
},
|
|
1663
|
+
"aggregatedUtterancesSummaries": {
|
|
1664
|
+
"type": "list",
|
|
1665
|
+
"member": {
|
|
1666
|
+
"type": "structure",
|
|
1667
|
+
"members": {
|
|
1668
|
+
"utterance": {},
|
|
1669
|
+
"hitCount": {
|
|
1670
|
+
"type": "integer"
|
|
1671
|
+
},
|
|
1672
|
+
"missedCount": {
|
|
1673
|
+
"type": "integer"
|
|
1674
|
+
},
|
|
1675
|
+
"utteranceFirstRecordedInAggregationDuration": {
|
|
1676
|
+
"type": "timestamp"
|
|
1677
|
+
},
|
|
1678
|
+
"utteranceLastRecordedInAggregationDuration": {
|
|
1679
|
+
"type": "timestamp"
|
|
1680
|
+
},
|
|
1681
|
+
"containsDataFromDeletedResources": {
|
|
1682
|
+
"type": "boolean"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"nextToken": {}
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1555
1691
|
"ListBotAliases": {
|
|
1556
1692
|
"http": {
|
|
1557
1693
|
"requestUri": "/bots/{botId}/botaliases/",
|
|
@@ -1643,7 +1779,7 @@
|
|
|
1643
1779
|
"members": {
|
|
1644
1780
|
"name": {},
|
|
1645
1781
|
"values": {
|
|
1646
|
-
"shape": "
|
|
1782
|
+
"shape": "S6a"
|
|
1647
1783
|
},
|
|
1648
1784
|
"operator": {}
|
|
1649
1785
|
}
|
|
@@ -1768,7 +1904,7 @@
|
|
|
1768
1904
|
"members": {
|
|
1769
1905
|
"name": {},
|
|
1770
1906
|
"values": {
|
|
1771
|
-
"shape": "
|
|
1907
|
+
"shape": "S6a"
|
|
1772
1908
|
},
|
|
1773
1909
|
"operator": {}
|
|
1774
1910
|
}
|
|
@@ -1936,7 +2072,7 @@
|
|
|
1936
2072
|
"members": {
|
|
1937
2073
|
"name": {},
|
|
1938
2074
|
"values": {
|
|
1939
|
-
"shape": "
|
|
2075
|
+
"shape": "S6a"
|
|
1940
2076
|
},
|
|
1941
2077
|
"operator": {}
|
|
1942
2078
|
}
|
|
@@ -2010,7 +2146,7 @@
|
|
|
2010
2146
|
"members": {
|
|
2011
2147
|
"name": {},
|
|
2012
2148
|
"values": {
|
|
2013
|
-
"shape": "
|
|
2149
|
+
"shape": "S6a"
|
|
2014
2150
|
},
|
|
2015
2151
|
"operator": {}
|
|
2016
2152
|
}
|
|
@@ -2098,7 +2234,7 @@
|
|
|
2098
2234
|
"members": {
|
|
2099
2235
|
"name": {},
|
|
2100
2236
|
"values": {
|
|
2101
|
-
"shape": "
|
|
2237
|
+
"shape": "S6a"
|
|
2102
2238
|
},
|
|
2103
2239
|
"operator": {}
|
|
2104
2240
|
}
|
|
@@ -2189,7 +2325,7 @@
|
|
|
2189
2325
|
"members": {
|
|
2190
2326
|
"name": {},
|
|
2191
2327
|
"values": {
|
|
2192
|
-
"shape": "
|
|
2328
|
+
"shape": "S6a"
|
|
2193
2329
|
},
|
|
2194
2330
|
"operator": {}
|
|
2195
2331
|
}
|
|
@@ -2279,7 +2415,7 @@
|
|
|
2279
2415
|
"members": {
|
|
2280
2416
|
"name": {},
|
|
2281
2417
|
"values": {
|
|
2282
|
-
"shape": "
|
|
2418
|
+
"shape": "S6a"
|
|
2283
2419
|
},
|
|
2284
2420
|
"operator": {}
|
|
2285
2421
|
}
|
|
@@ -2364,7 +2500,7 @@
|
|
|
2364
2500
|
"members": {
|
|
2365
2501
|
"importId": {},
|
|
2366
2502
|
"resourceSpecification": {
|
|
2367
|
-
"shape": "
|
|
2503
|
+
"shape": "S5j"
|
|
2368
2504
|
},
|
|
2369
2505
|
"mergeStrategy": {},
|
|
2370
2506
|
"filePassword": {
|
|
@@ -2377,7 +2513,7 @@
|
|
|
2377
2513
|
"members": {
|
|
2378
2514
|
"importId": {},
|
|
2379
2515
|
"resourceSpecification": {
|
|
2380
|
-
"shape": "
|
|
2516
|
+
"shape": "S5j"
|
|
2381
2517
|
},
|
|
2382
2518
|
"mergeStrategy": {},
|
|
2383
2519
|
"importStatus": {},
|
|
@@ -2612,7 +2748,7 @@
|
|
|
2612
2748
|
},
|
|
2613
2749
|
"botLocaleStatus": {},
|
|
2614
2750
|
"failureReasons": {
|
|
2615
|
-
"shape": "
|
|
2751
|
+
"shape": "S58"
|
|
2616
2752
|
},
|
|
2617
2753
|
"creationDateTime": {
|
|
2618
2754
|
"type": "timestamp"
|
|
@@ -2695,7 +2831,7 @@
|
|
|
2695
2831
|
"shape": "S1z"
|
|
2696
2832
|
},
|
|
2697
2833
|
"slotPriorities": {
|
|
2698
|
-
"shape": "
|
|
2834
|
+
"shape": "S5q"
|
|
2699
2835
|
},
|
|
2700
2836
|
"intentConfirmationSetting": {
|
|
2701
2837
|
"shape": "S20"
|
|
@@ -2743,7 +2879,7 @@
|
|
|
2743
2879
|
"shape": "S1z"
|
|
2744
2880
|
},
|
|
2745
2881
|
"slotPriorities": {
|
|
2746
|
-
"shape": "
|
|
2882
|
+
"shape": "S5q"
|
|
2747
2883
|
},
|
|
2748
2884
|
"intentConfirmationSetting": {
|
|
2749
2885
|
"shape": "S20"
|
|
@@ -3503,11 +3639,11 @@
|
|
|
3503
3639
|
}
|
|
3504
3640
|
}
|
|
3505
3641
|
},
|
|
3506
|
-
"
|
|
3642
|
+
"S58": {
|
|
3507
3643
|
"type": "list",
|
|
3508
3644
|
"member": {}
|
|
3509
3645
|
},
|
|
3510
|
-
"
|
|
3646
|
+
"S5j": {
|
|
3511
3647
|
"type": "structure",
|
|
3512
3648
|
"members": {
|
|
3513
3649
|
"botImportSpecification": {
|
|
@@ -3555,7 +3691,7 @@
|
|
|
3555
3691
|
}
|
|
3556
3692
|
}
|
|
3557
3693
|
},
|
|
3558
|
-
"
|
|
3694
|
+
"S5q": {
|
|
3559
3695
|
"type": "list",
|
|
3560
3696
|
"member": {
|
|
3561
3697
|
"type": "structure",
|
|
@@ -3571,7 +3707,28 @@
|
|
|
3571
3707
|
}
|
|
3572
3708
|
}
|
|
3573
3709
|
},
|
|
3574
|
-
"
|
|
3710
|
+
"S60": {
|
|
3711
|
+
"type": "structure",
|
|
3712
|
+
"required": [
|
|
3713
|
+
"relativeAggregationDuration"
|
|
3714
|
+
],
|
|
3715
|
+
"members": {
|
|
3716
|
+
"relativeAggregationDuration": {
|
|
3717
|
+
"type": "structure",
|
|
3718
|
+
"required": [
|
|
3719
|
+
"timeDimension",
|
|
3720
|
+
"timeValue"
|
|
3721
|
+
],
|
|
3722
|
+
"members": {
|
|
3723
|
+
"timeDimension": {},
|
|
3724
|
+
"timeValue": {
|
|
3725
|
+
"type": "integer"
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"S6a": {
|
|
3575
3732
|
"type": "list",
|
|
3576
3733
|
"member": {}
|
|
3577
3734
|
}
|