aws-sdk 2.771.0 → 2.772.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 (37) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +70 -48
  4. package/apis/budgets-2016-10-20.min.json +411 -0
  5. package/apis/budgets-2016-10-20.paginators.json +18 -0
  6. package/apis/dms-2016-01-01.min.json +15 -3
  7. package/apis/groundstation-2019-05-23.min.json +1 -0
  8. package/apis/iot-2015-05-28.min.json +4 -1
  9. package/apis/macie2-2020-01-01.min.json +159 -22
  10. package/apis/rds-2014-10-31.min.json +13 -1
  11. package/apis/rekognition-2016-06-27.min.json +161 -51
  12. package/apis/ssm-2014-11-06.min.json +147 -126
  13. package/apis/transfer-2018-11-05.min.json +32 -28
  14. package/apis/workmail-2017-10-01.min.json +93 -30
  15. package/apis/xray-2016-04-12.min.json +11 -5
  16. package/apis/xray-2016-04-12.paginators.json +0 -15
  17. package/clients/accessanalyzer.d.ts +26 -4
  18. package/clients/budgets.d.ts +358 -0
  19. package/clients/costexplorer.d.ts +1 -1
  20. package/clients/dms.d.ts +26 -2
  21. package/clients/glue.d.ts +1 -1
  22. package/clients/groundstation.d.ts +5 -1
  23. package/clients/iot.d.ts +10 -6
  24. package/clients/macie2.d.ts +182 -62
  25. package/clients/rds.d.ts +13 -9
  26. package/clients/rekognition.d.ts +123 -0
  27. package/clients/ssm.d.ts +63 -11
  28. package/clients/transfer.d.ts +77 -71
  29. package/clients/workmail.d.ts +91 -1
  30. package/clients/workspaces.d.ts +12 -12
  31. package/clients/xray.d.ts +29 -21
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +15 -15
  34. package/dist/aws-sdk.js +339 -202
  35. package/dist/aws-sdk.min.js +39 -39
  36. package/lib/core.js +1 -1
  37. package/package.json +1 -1
@@ -612,6 +612,110 @@
612
612
  }
613
613
  }
614
614
  },
615
+ "DetectProtectiveEquipment": {
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "Image"
620
+ ],
621
+ "members": {
622
+ "Image": {
623
+ "shape": "S2"
624
+ },
625
+ "SummarizationAttributes": {
626
+ "type": "structure",
627
+ "required": [
628
+ "MinConfidence",
629
+ "RequiredEquipmentTypes"
630
+ ],
631
+ "members": {
632
+ "MinConfidence": {
633
+ "type": "float"
634
+ },
635
+ "RequiredEquipmentTypes": {
636
+ "type": "list",
637
+ "member": {}
638
+ }
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "output": {
644
+ "type": "structure",
645
+ "members": {
646
+ "ProtectiveEquipmentModelVersion": {},
647
+ "Persons": {
648
+ "type": "list",
649
+ "member": {
650
+ "type": "structure",
651
+ "members": {
652
+ "BodyParts": {
653
+ "type": "list",
654
+ "member": {
655
+ "type": "structure",
656
+ "members": {
657
+ "Name": {},
658
+ "Confidence": {
659
+ "type": "float"
660
+ },
661
+ "EquipmentDetections": {
662
+ "type": "list",
663
+ "member": {
664
+ "type": "structure",
665
+ "members": {
666
+ "BoundingBox": {
667
+ "shape": "Sc"
668
+ },
669
+ "Confidence": {
670
+ "type": "float"
671
+ },
672
+ "Type": {},
673
+ "CoversBodyPart": {
674
+ "type": "structure",
675
+ "members": {
676
+ "Confidence": {
677
+ "type": "float"
678
+ },
679
+ "Value": {
680
+ "type": "boolean"
681
+ }
682
+ }
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+ }
689
+ },
690
+ "BoundingBox": {
691
+ "shape": "Sc"
692
+ },
693
+ "Confidence": {
694
+ "type": "float"
695
+ },
696
+ "Id": {
697
+ "type": "integer"
698
+ }
699
+ }
700
+ }
701
+ },
702
+ "Summary": {
703
+ "type": "structure",
704
+ "members": {
705
+ "PersonsWithRequiredEquipment": {
706
+ "shape": "S4i"
707
+ },
708
+ "PersonsWithoutRequiredEquipment": {
709
+ "shape": "S4i"
710
+ },
711
+ "PersonsIndeterminate": {
712
+ "shape": "S4i"
713
+ }
714
+ }
715
+ }
716
+ }
717
+ }
718
+ },
615
719
  "DetectText": {
616
720
  "input": {
617
721
  "type": "structure",
@@ -626,10 +730,10 @@
626
730
  "type": "structure",
627
731
  "members": {
628
732
  "WordFilter": {
629
- "shape": "S46"
733
+ "shape": "S4l"
630
734
  },
631
735
  "RegionsOfInterest": {
632
- "shape": "S49"
736
+ "shape": "S4o"
633
737
  }
634
738
  }
635
739
  }
@@ -641,7 +745,7 @@
641
745
  "TextDetections": {
642
746
  "type": "list",
643
747
  "member": {
644
- "shape": "S4d"
748
+ "shape": "S4s"
645
749
  }
646
750
  },
647
751
  "TextModelVersion": {}
@@ -662,7 +766,7 @@
662
766
  "type": "structure",
663
767
  "members": {
664
768
  "Urls": {
665
- "shape": "S4i"
769
+ "shape": "S4x"
666
770
  },
667
771
  "Name": {}
668
772
  }
@@ -689,7 +793,7 @@
689
793
  "JobStatus": {},
690
794
  "StatusMessage": {},
691
795
  "VideoMetadata": {
692
- "shape": "S4r"
796
+ "shape": "S56"
693
797
  },
694
798
  "NextToken": {},
695
799
  "Celebrities": {
@@ -704,7 +808,7 @@
704
808
  "type": "structure",
705
809
  "members": {
706
810
  "Urls": {
707
- "shape": "S4i"
811
+ "shape": "S4x"
708
812
  },
709
813
  "Name": {},
710
814
  "Id": {},
@@ -746,7 +850,7 @@
746
850
  "JobStatus": {},
747
851
  "StatusMessage": {},
748
852
  "VideoMetadata": {
749
- "shape": "S4r"
853
+ "shape": "S56"
750
854
  },
751
855
  "ModerationLabels": {
752
856
  "type": "list",
@@ -787,7 +891,7 @@
787
891
  "JobStatus": {},
788
892
  "StatusMessage": {},
789
893
  "VideoMetadata": {
790
- "shape": "S4r"
894
+ "shape": "S56"
791
895
  },
792
896
  "NextToken": {},
793
897
  "Faces": {
@@ -829,7 +933,7 @@
829
933
  "StatusMessage": {},
830
934
  "NextToken": {},
831
935
  "VideoMetadata": {
832
- "shape": "S4r"
936
+ "shape": "S56"
833
937
  },
834
938
  "Persons": {
835
939
  "type": "list",
@@ -840,10 +944,10 @@
840
944
  "type": "long"
841
945
  },
842
946
  "Person": {
843
- "shape": "S5a"
947
+ "shape": "S5p"
844
948
  },
845
949
  "FaceMatches": {
846
- "shape": "S5c"
950
+ "shape": "S5r"
847
951
  }
848
952
  }
849
953
  }
@@ -872,7 +976,7 @@
872
976
  "JobStatus": {},
873
977
  "StatusMessage": {},
874
978
  "VideoMetadata": {
875
- "shape": "S4r"
979
+ "shape": "S56"
876
980
  },
877
981
  "NextToken": {},
878
982
  "Labels": {
@@ -914,7 +1018,7 @@
914
1018
  "JobStatus": {},
915
1019
  "StatusMessage": {},
916
1020
  "VideoMetadata": {
917
- "shape": "S4r"
1021
+ "shape": "S56"
918
1022
  },
919
1023
  "NextToken": {},
920
1024
  "Persons": {
@@ -926,7 +1030,7 @@
926
1030
  "type": "long"
927
1031
  },
928
1032
  "Person": {
929
- "shape": "S5a"
1033
+ "shape": "S5p"
930
1034
  }
931
1035
  }
932
1036
  }
@@ -956,7 +1060,7 @@
956
1060
  "VideoMetadata": {
957
1061
  "type": "list",
958
1062
  "member": {
959
- "shape": "S4r"
1063
+ "shape": "S56"
960
1064
  }
961
1065
  },
962
1066
  "AudioMetadata": {
@@ -1052,7 +1156,7 @@
1052
1156
  "JobStatus": {},
1053
1157
  "StatusMessage": {},
1054
1158
  "VideoMetadata": {
1055
- "shape": "S4r"
1159
+ "shape": "S56"
1056
1160
  },
1057
1161
  "TextDetections": {
1058
1162
  "type": "list",
@@ -1063,7 +1167,7 @@
1063
1167
  "type": "long"
1064
1168
  },
1065
1169
  "TextDetection": {
1066
- "shape": "S4d"
1170
+ "shape": "S4s"
1067
1171
  }
1068
1172
  }
1069
1173
  }
@@ -1104,7 +1208,7 @@
1104
1208
  "type": "structure",
1105
1209
  "members": {
1106
1210
  "Face": {
1107
- "shape": "S5e"
1211
+ "shape": "S5t"
1108
1212
  },
1109
1213
  "FaceDetail": {
1110
1214
  "shape": "S33"
@@ -1177,7 +1281,7 @@
1177
1281
  "Faces": {
1178
1282
  "type": "list",
1179
1283
  "member": {
1180
- "shape": "S5e"
1284
+ "shape": "S5t"
1181
1285
  }
1182
1286
  },
1183
1287
  "NextToken": {},
@@ -1233,7 +1337,7 @@
1233
1337
  "type": "structure",
1234
1338
  "members": {
1235
1339
  "Urls": {
1236
- "shape": "S4i"
1340
+ "shape": "S4x"
1237
1341
  },
1238
1342
  "Name": {},
1239
1343
  "Id": {},
@@ -1279,7 +1383,7 @@
1279
1383
  "members": {
1280
1384
  "SearchedFaceId": {},
1281
1385
  "FaceMatches": {
1282
- "shape": "S5c"
1386
+ "shape": "S5r"
1283
1387
  },
1284
1388
  "FaceModelVersion": {}
1285
1389
  }
@@ -1316,7 +1420,7 @@
1316
1420
  "type": "float"
1317
1421
  },
1318
1422
  "FaceMatches": {
1319
- "shape": "S5c"
1423
+ "shape": "S5r"
1320
1424
  },
1321
1425
  "FaceModelVersion": {}
1322
1426
  }
@@ -1330,11 +1434,11 @@
1330
1434
  ],
1331
1435
  "members": {
1332
1436
  "Video": {
1333
- "shape": "S76"
1437
+ "shape": "S7l"
1334
1438
  },
1335
1439
  "ClientRequestToken": {},
1336
1440
  "NotificationChannel": {
1337
- "shape": "S78"
1441
+ "shape": "S7n"
1338
1442
  },
1339
1443
  "JobTag": {}
1340
1444
  }
@@ -1355,14 +1459,14 @@
1355
1459
  ],
1356
1460
  "members": {
1357
1461
  "Video": {
1358
- "shape": "S76"
1462
+ "shape": "S7l"
1359
1463
  },
1360
1464
  "MinConfidence": {
1361
1465
  "type": "float"
1362
1466
  },
1363
1467
  "ClientRequestToken": {},
1364
1468
  "NotificationChannel": {
1365
- "shape": "S78"
1469
+ "shape": "S7n"
1366
1470
  },
1367
1471
  "JobTag": {}
1368
1472
  }
@@ -1383,11 +1487,11 @@
1383
1487
  ],
1384
1488
  "members": {
1385
1489
  "Video": {
1386
- "shape": "S76"
1490
+ "shape": "S7l"
1387
1491
  },
1388
1492
  "ClientRequestToken": {},
1389
1493
  "NotificationChannel": {
1390
- "shape": "S78"
1494
+ "shape": "S7n"
1391
1495
  },
1392
1496
  "FaceAttributes": {},
1393
1497
  "JobTag": {}
@@ -1410,7 +1514,7 @@
1410
1514
  ],
1411
1515
  "members": {
1412
1516
  "Video": {
1413
- "shape": "S76"
1517
+ "shape": "S7l"
1414
1518
  },
1415
1519
  "ClientRequestToken": {},
1416
1520
  "FaceMatchThreshold": {
@@ -1418,7 +1522,7 @@
1418
1522
  },
1419
1523
  "CollectionId": {},
1420
1524
  "NotificationChannel": {
1421
- "shape": "S78"
1525
+ "shape": "S7n"
1422
1526
  },
1423
1527
  "JobTag": {}
1424
1528
  }
@@ -1439,14 +1543,14 @@
1439
1543
  ],
1440
1544
  "members": {
1441
1545
  "Video": {
1442
- "shape": "S76"
1546
+ "shape": "S7l"
1443
1547
  },
1444
1548
  "ClientRequestToken": {},
1445
1549
  "MinConfidence": {
1446
1550
  "type": "float"
1447
1551
  },
1448
1552
  "NotificationChannel": {
1449
- "shape": "S78"
1553
+ "shape": "S7n"
1450
1554
  },
1451
1555
  "JobTag": {}
1452
1556
  }
@@ -1467,11 +1571,11 @@
1467
1571
  ],
1468
1572
  "members": {
1469
1573
  "Video": {
1470
- "shape": "S76"
1574
+ "shape": "S7l"
1471
1575
  },
1472
1576
  "ClientRequestToken": {},
1473
1577
  "NotificationChannel": {
1474
- "shape": "S78"
1578
+ "shape": "S7n"
1475
1579
  },
1476
1580
  "JobTag": {}
1477
1581
  }
@@ -1514,11 +1618,11 @@
1514
1618
  ],
1515
1619
  "members": {
1516
1620
  "Video": {
1517
- "shape": "S76"
1621
+ "shape": "S7l"
1518
1622
  },
1519
1623
  "ClientRequestToken": {},
1520
1624
  "NotificationChannel": {
1521
- "shape": "S78"
1625
+ "shape": "S7n"
1522
1626
  },
1523
1627
  "JobTag": {},
1524
1628
  "Filters": {
@@ -1579,21 +1683,21 @@
1579
1683
  ],
1580
1684
  "members": {
1581
1685
  "Video": {
1582
- "shape": "S76"
1686
+ "shape": "S7l"
1583
1687
  },
1584
1688
  "ClientRequestToken": {},
1585
1689
  "NotificationChannel": {
1586
- "shape": "S78"
1690
+ "shape": "S7n"
1587
1691
  },
1588
1692
  "JobTag": {},
1589
1693
  "Filters": {
1590
1694
  "type": "structure",
1591
1695
  "members": {
1592
1696
  "WordFilter": {
1593
- "shape": "S46"
1697
+ "shape": "S4l"
1594
1698
  },
1595
1699
  "RegionsOfInterest": {
1596
- "shape": "S49"
1700
+ "shape": "S4o"
1597
1701
  }
1598
1702
  }
1599
1703
  }
@@ -2027,7 +2131,13 @@
2027
2131
  "ParentName": {}
2028
2132
  }
2029
2133
  },
2030
- "S46": {
2134
+ "S4i": {
2135
+ "type": "list",
2136
+ "member": {
2137
+ "type": "integer"
2138
+ }
2139
+ },
2140
+ "S4l": {
2031
2141
  "type": "structure",
2032
2142
  "members": {
2033
2143
  "MinConfidence": {
@@ -2041,7 +2151,7 @@
2041
2151
  }
2042
2152
  }
2043
2153
  },
2044
- "S49": {
2154
+ "S4o": {
2045
2155
  "type": "list",
2046
2156
  "member": {
2047
2157
  "type": "structure",
@@ -2052,7 +2162,7 @@
2052
2162
  }
2053
2163
  }
2054
2164
  },
2055
- "S4d": {
2165
+ "S4s": {
2056
2166
  "type": "structure",
2057
2167
  "members": {
2058
2168
  "DetectedText": {},
@@ -2071,11 +2181,11 @@
2071
2181
  }
2072
2182
  }
2073
2183
  },
2074
- "S4i": {
2184
+ "S4x": {
2075
2185
  "type": "list",
2076
2186
  "member": {}
2077
2187
  },
2078
- "S4r": {
2188
+ "S56": {
2079
2189
  "type": "structure",
2080
2190
  "members": {
2081
2191
  "Codec": {},
@@ -2094,7 +2204,7 @@
2094
2204
  }
2095
2205
  }
2096
2206
  },
2097
- "S5a": {
2207
+ "S5p": {
2098
2208
  "type": "structure",
2099
2209
  "members": {
2100
2210
  "Index": {
@@ -2108,7 +2218,7 @@
2108
2218
  }
2109
2219
  }
2110
2220
  },
2111
- "S5c": {
2221
+ "S5r": {
2112
2222
  "type": "list",
2113
2223
  "member": {
2114
2224
  "type": "structure",
@@ -2117,12 +2227,12 @@
2117
2227
  "type": "float"
2118
2228
  },
2119
2229
  "Face": {
2120
- "shape": "S5e"
2230
+ "shape": "S5t"
2121
2231
  }
2122
2232
  }
2123
2233
  }
2124
2234
  },
2125
- "S5e": {
2235
+ "S5t": {
2126
2236
  "type": "structure",
2127
2237
  "members": {
2128
2238
  "FaceId": {},
@@ -2136,7 +2246,7 @@
2136
2246
  }
2137
2247
  }
2138
2248
  },
2139
- "S76": {
2249
+ "S7l": {
2140
2250
  "type": "structure",
2141
2251
  "members": {
2142
2252
  "S3Object": {
@@ -2144,7 +2254,7 @@
2144
2254
  }
2145
2255
  }
2146
2256
  },
2147
- "S78": {
2257
+ "S7n": {
2148
2258
  "type": "structure",
2149
2259
  "required": [
2150
2260
  "SNSTopicArn",