aws-sdk 2.962.0 → 2.966.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 +19 -1
- package/README.md +1 -1
- package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
- package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
- package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
- package/apis/codebuild-2016-10-06.examples.json +0 -276
- package/apis/codebuild-2016-10-06.min.json +51 -26
- package/apis/connect-2017-08-08.min.json +364 -101
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +154 -144
- package/apis/metadata.json +12 -0
- package/apis/nimble-2020-08-01.min.json +13 -0
- package/apis/rekognition-2016-06-27.min.json +51 -30
- package/apis/snow-device-management-2021-08-04.examples.json +5 -0
- package/apis/snow-device-management-2021-08-04.min.json +638 -0
- package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
- package/apis/wafv2-2019-07-29.min.json +306 -98
- package/clients/all.d.ts +3 -0
- package/clients/all.js +4 -1
- package/clients/athena.d.ts +28 -28
- package/clients/chime.d.ts +17 -14
- package/clients/chimesdkidentity.d.ts +591 -0
- package/clients/chimesdkidentity.js +18 -0
- package/clients/chimesdkmessaging.d.ts +1344 -0
- package/clients/chimesdkmessaging.js +18 -0
- package/clients/codebuild.d.ts +166 -126
- package/clients/connect.d.ts +310 -9
- package/clients/ebs.d.ts +10 -10
- package/clients/ecs.d.ts +18 -18
- package/clients/lightsail.d.ts +19 -1
- package/clients/nimble.d.ts +31 -15
- package/clients/rekognition.d.ts +59 -26
- package/clients/route53.d.ts +57 -57
- package/clients/snowdevicemanagement.d.ts +767 -0
- package/clients/snowdevicemanagement.js +18 -0
- package/clients/ssm.d.ts +110 -110
- package/clients/synthetics.d.ts +25 -1
- package/clients/wafv2.d.ts +325 -6
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +122 -11
- package/dist/aws-sdk.js +487 -160
- package/dist/aws-sdk.min.js +76 -76
- package/lib/config_service_placeholders.d.ts +6 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/apis/metadata.json
CHANGED
|
@@ -1053,5 +1053,17 @@
|
|
|
1053
1053
|
"route53recoveryreadiness": {
|
|
1054
1054
|
"prefix": "route53-recovery-readiness",
|
|
1055
1055
|
"name": "Route53RecoveryReadiness"
|
|
1056
|
+
},
|
|
1057
|
+
"chimesdkidentity": {
|
|
1058
|
+
"prefix": "chime-sdk-identity",
|
|
1059
|
+
"name": "ChimeSDKIdentity"
|
|
1060
|
+
},
|
|
1061
|
+
"chimesdkmessaging": {
|
|
1062
|
+
"prefix": "chime-sdk-messaging",
|
|
1063
|
+
"name": "ChimeSDKMessaging"
|
|
1064
|
+
},
|
|
1065
|
+
"snowdevicemanagement": {
|
|
1066
|
+
"prefix": "snow-device-management",
|
|
1067
|
+
"name": "SnowDeviceManagement"
|
|
1056
1068
|
}
|
|
1057
1069
|
}
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
"launchProfileId": {
|
|
177
177
|
"locationName": "launchProfileId"
|
|
178
178
|
},
|
|
179
|
+
"ownedBy": {
|
|
180
|
+
"locationName": "ownedBy"
|
|
181
|
+
},
|
|
179
182
|
"streamingImageId": {
|
|
180
183
|
"locationName": "streamingImageId"
|
|
181
184
|
},
|
|
@@ -1329,6 +1332,10 @@
|
|
|
1329
1332
|
"location": "querystring",
|
|
1330
1333
|
"locationName": "nextToken"
|
|
1331
1334
|
},
|
|
1335
|
+
"ownedBy": {
|
|
1336
|
+
"location": "querystring",
|
|
1337
|
+
"locationName": "ownedBy"
|
|
1338
|
+
},
|
|
1332
1339
|
"sessionIds": {
|
|
1333
1340
|
"location": "querystring",
|
|
1334
1341
|
"locationName": "sessionIds"
|
|
@@ -2201,6 +2208,9 @@
|
|
|
2201
2208
|
"launchProfileId": {
|
|
2202
2209
|
"locationName": "launchProfileId"
|
|
2203
2210
|
},
|
|
2211
|
+
"ownedBy": {
|
|
2212
|
+
"locationName": "ownedBy"
|
|
2213
|
+
},
|
|
2204
2214
|
"sessionId": {
|
|
2205
2215
|
"locationName": "sessionId"
|
|
2206
2216
|
},
|
|
@@ -2247,6 +2257,9 @@
|
|
|
2247
2257
|
"shape": "S8",
|
|
2248
2258
|
"locationName": "expiresAt"
|
|
2249
2259
|
},
|
|
2260
|
+
"ownedBy": {
|
|
2261
|
+
"locationName": "ownedBy"
|
|
2262
|
+
},
|
|
2250
2263
|
"state": {
|
|
2251
2264
|
"locationName": "state"
|
|
2252
2265
|
},
|
|
@@ -955,10 +955,10 @@
|
|
|
955
955
|
"type": "long"
|
|
956
956
|
},
|
|
957
957
|
"Person": {
|
|
958
|
-
"shape": "
|
|
958
|
+
"shape": "S5u"
|
|
959
959
|
},
|
|
960
960
|
"FaceMatches": {
|
|
961
|
-
"shape": "
|
|
961
|
+
"shape": "S5w"
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
964
|
}
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
"type": "long"
|
|
1042
1042
|
},
|
|
1043
1043
|
"Person": {
|
|
1044
|
-
"shape": "
|
|
1044
|
+
"shape": "S5u"
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
@@ -1130,6 +1130,15 @@
|
|
|
1130
1130
|
"type": "float"
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
|
+
},
|
|
1134
|
+
"StartFrameNumber": {
|
|
1135
|
+
"type": "long"
|
|
1136
|
+
},
|
|
1137
|
+
"EndFrameNumber": {
|
|
1138
|
+
"type": "long"
|
|
1139
|
+
},
|
|
1140
|
+
"DurationFrames": {
|
|
1141
|
+
"type": "long"
|
|
1133
1142
|
}
|
|
1134
1143
|
}
|
|
1135
1144
|
}
|
|
@@ -1219,7 +1228,7 @@
|
|
|
1219
1228
|
"type": "structure",
|
|
1220
1229
|
"members": {
|
|
1221
1230
|
"Face": {
|
|
1222
|
-
"shape": "
|
|
1231
|
+
"shape": "S5y"
|
|
1223
1232
|
},
|
|
1224
1233
|
"FaceDetail": {
|
|
1225
1234
|
"shape": "S37"
|
|
@@ -1292,7 +1301,7 @@
|
|
|
1292
1301
|
"Faces": {
|
|
1293
1302
|
"type": "list",
|
|
1294
1303
|
"member": {
|
|
1295
|
-
"shape": "
|
|
1304
|
+
"shape": "S5y"
|
|
1296
1305
|
}
|
|
1297
1306
|
},
|
|
1298
1307
|
"NextToken": {},
|
|
@@ -1413,7 +1422,7 @@
|
|
|
1413
1422
|
"members": {
|
|
1414
1423
|
"SearchedFaceId": {},
|
|
1415
1424
|
"FaceMatches": {
|
|
1416
|
-
"shape": "
|
|
1425
|
+
"shape": "S5w"
|
|
1417
1426
|
},
|
|
1418
1427
|
"FaceModelVersion": {}
|
|
1419
1428
|
}
|
|
@@ -1450,7 +1459,7 @@
|
|
|
1450
1459
|
"type": "float"
|
|
1451
1460
|
},
|
|
1452
1461
|
"FaceMatches": {
|
|
1453
|
-
"shape": "
|
|
1462
|
+
"shape": "S5w"
|
|
1454
1463
|
},
|
|
1455
1464
|
"FaceModelVersion": {}
|
|
1456
1465
|
}
|
|
@@ -1464,11 +1473,11 @@
|
|
|
1464
1473
|
],
|
|
1465
1474
|
"members": {
|
|
1466
1475
|
"Video": {
|
|
1467
|
-
"shape": "
|
|
1476
|
+
"shape": "S7t"
|
|
1468
1477
|
},
|
|
1469
1478
|
"ClientRequestToken": {},
|
|
1470
1479
|
"NotificationChannel": {
|
|
1471
|
-
"shape": "
|
|
1480
|
+
"shape": "S7v"
|
|
1472
1481
|
},
|
|
1473
1482
|
"JobTag": {}
|
|
1474
1483
|
}
|
|
@@ -1489,14 +1498,14 @@
|
|
|
1489
1498
|
],
|
|
1490
1499
|
"members": {
|
|
1491
1500
|
"Video": {
|
|
1492
|
-
"shape": "
|
|
1501
|
+
"shape": "S7t"
|
|
1493
1502
|
},
|
|
1494
1503
|
"MinConfidence": {
|
|
1495
1504
|
"type": "float"
|
|
1496
1505
|
},
|
|
1497
1506
|
"ClientRequestToken": {},
|
|
1498
1507
|
"NotificationChannel": {
|
|
1499
|
-
"shape": "
|
|
1508
|
+
"shape": "S7v"
|
|
1500
1509
|
},
|
|
1501
1510
|
"JobTag": {}
|
|
1502
1511
|
}
|
|
@@ -1517,11 +1526,11 @@
|
|
|
1517
1526
|
],
|
|
1518
1527
|
"members": {
|
|
1519
1528
|
"Video": {
|
|
1520
|
-
"shape": "
|
|
1529
|
+
"shape": "S7t"
|
|
1521
1530
|
},
|
|
1522
1531
|
"ClientRequestToken": {},
|
|
1523
1532
|
"NotificationChannel": {
|
|
1524
|
-
"shape": "
|
|
1533
|
+
"shape": "S7v"
|
|
1525
1534
|
},
|
|
1526
1535
|
"FaceAttributes": {},
|
|
1527
1536
|
"JobTag": {}
|
|
@@ -1544,7 +1553,7 @@
|
|
|
1544
1553
|
],
|
|
1545
1554
|
"members": {
|
|
1546
1555
|
"Video": {
|
|
1547
|
-
"shape": "
|
|
1556
|
+
"shape": "S7t"
|
|
1548
1557
|
},
|
|
1549
1558
|
"ClientRequestToken": {},
|
|
1550
1559
|
"FaceMatchThreshold": {
|
|
@@ -1552,7 +1561,7 @@
|
|
|
1552
1561
|
},
|
|
1553
1562
|
"CollectionId": {},
|
|
1554
1563
|
"NotificationChannel": {
|
|
1555
|
-
"shape": "
|
|
1564
|
+
"shape": "S7v"
|
|
1556
1565
|
},
|
|
1557
1566
|
"JobTag": {}
|
|
1558
1567
|
}
|
|
@@ -1573,14 +1582,14 @@
|
|
|
1573
1582
|
],
|
|
1574
1583
|
"members": {
|
|
1575
1584
|
"Video": {
|
|
1576
|
-
"shape": "
|
|
1585
|
+
"shape": "S7t"
|
|
1577
1586
|
},
|
|
1578
1587
|
"ClientRequestToken": {},
|
|
1579
1588
|
"MinConfidence": {
|
|
1580
1589
|
"type": "float"
|
|
1581
1590
|
},
|
|
1582
1591
|
"NotificationChannel": {
|
|
1583
|
-
"shape": "
|
|
1592
|
+
"shape": "S7v"
|
|
1584
1593
|
},
|
|
1585
1594
|
"JobTag": {}
|
|
1586
1595
|
}
|
|
@@ -1601,11 +1610,11 @@
|
|
|
1601
1610
|
],
|
|
1602
1611
|
"members": {
|
|
1603
1612
|
"Video": {
|
|
1604
|
-
"shape": "
|
|
1613
|
+
"shape": "S7t"
|
|
1605
1614
|
},
|
|
1606
1615
|
"ClientRequestToken": {},
|
|
1607
1616
|
"NotificationChannel": {
|
|
1608
|
-
"shape": "
|
|
1617
|
+
"shape": "S7v"
|
|
1609
1618
|
},
|
|
1610
1619
|
"JobTag": {}
|
|
1611
1620
|
}
|
|
@@ -1648,11 +1657,11 @@
|
|
|
1648
1657
|
],
|
|
1649
1658
|
"members": {
|
|
1650
1659
|
"Video": {
|
|
1651
|
-
"shape": "
|
|
1660
|
+
"shape": "S7t"
|
|
1652
1661
|
},
|
|
1653
1662
|
"ClientRequestToken": {},
|
|
1654
1663
|
"NotificationChannel": {
|
|
1655
|
-
"shape": "
|
|
1664
|
+
"shape": "S7v"
|
|
1656
1665
|
},
|
|
1657
1666
|
"JobTag": {},
|
|
1658
1667
|
"Filters": {
|
|
@@ -1663,6 +1672,17 @@
|
|
|
1663
1672
|
"members": {
|
|
1664
1673
|
"MinSegmentConfidence": {
|
|
1665
1674
|
"type": "float"
|
|
1675
|
+
},
|
|
1676
|
+
"BlackFrame": {
|
|
1677
|
+
"type": "structure",
|
|
1678
|
+
"members": {
|
|
1679
|
+
"MaxPixelThreshold": {
|
|
1680
|
+
"type": "float"
|
|
1681
|
+
},
|
|
1682
|
+
"MinCoveragePercentage": {
|
|
1683
|
+
"type": "float"
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1666
1686
|
}
|
|
1667
1687
|
}
|
|
1668
1688
|
},
|
|
@@ -1713,11 +1733,11 @@
|
|
|
1713
1733
|
],
|
|
1714
1734
|
"members": {
|
|
1715
1735
|
"Video": {
|
|
1716
|
-
"shape": "
|
|
1736
|
+
"shape": "S7t"
|
|
1717
1737
|
},
|
|
1718
1738
|
"ClientRequestToken": {},
|
|
1719
1739
|
"NotificationChannel": {
|
|
1720
|
-
"shape": "
|
|
1740
|
+
"shape": "S7v"
|
|
1721
1741
|
},
|
|
1722
1742
|
"JobTag": {},
|
|
1723
1743
|
"Filters": {
|
|
@@ -2275,10 +2295,11 @@
|
|
|
2275
2295
|
},
|
|
2276
2296
|
"FrameWidth": {
|
|
2277
2297
|
"type": "long"
|
|
2278
|
-
}
|
|
2298
|
+
},
|
|
2299
|
+
"ColorRange": {}
|
|
2279
2300
|
}
|
|
2280
2301
|
},
|
|
2281
|
-
"
|
|
2302
|
+
"S5u": {
|
|
2282
2303
|
"type": "structure",
|
|
2283
2304
|
"members": {
|
|
2284
2305
|
"Index": {
|
|
@@ -2292,7 +2313,7 @@
|
|
|
2292
2313
|
}
|
|
2293
2314
|
}
|
|
2294
2315
|
},
|
|
2295
|
-
"
|
|
2316
|
+
"S5w": {
|
|
2296
2317
|
"type": "list",
|
|
2297
2318
|
"member": {
|
|
2298
2319
|
"type": "structure",
|
|
@@ -2301,12 +2322,12 @@
|
|
|
2301
2322
|
"type": "float"
|
|
2302
2323
|
},
|
|
2303
2324
|
"Face": {
|
|
2304
|
-
"shape": "
|
|
2325
|
+
"shape": "S5y"
|
|
2305
2326
|
}
|
|
2306
2327
|
}
|
|
2307
2328
|
}
|
|
2308
2329
|
},
|
|
2309
|
-
"
|
|
2330
|
+
"S5y": {
|
|
2310
2331
|
"type": "structure",
|
|
2311
2332
|
"members": {
|
|
2312
2333
|
"FaceId": {},
|
|
@@ -2320,7 +2341,7 @@
|
|
|
2320
2341
|
}
|
|
2321
2342
|
}
|
|
2322
2343
|
},
|
|
2323
|
-
"
|
|
2344
|
+
"S7t": {
|
|
2324
2345
|
"type": "structure",
|
|
2325
2346
|
"members": {
|
|
2326
2347
|
"S3Object": {
|
|
@@ -2328,7 +2349,7 @@
|
|
|
2328
2349
|
}
|
|
2329
2350
|
}
|
|
2330
2351
|
},
|
|
2331
|
-
"
|
|
2352
|
+
"S7v": {
|
|
2332
2353
|
"type": "structure",
|
|
2333
2354
|
"required": [
|
|
2334
2355
|
"SNSTopicArn",
|