@aws-sdk/client-securityhub 3.398.0 → 3.408.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/dist-types/models/models_0.d.ts +107 -2
- package/package.json +15 -15
|
@@ -1293,11 +1293,17 @@ export interface AutomationRulesFindingFilters {
|
|
|
1293
1293
|
* The Amazon Resource Name (ARN) for a third-party product that generated a finding in
|
|
1294
1294
|
* Security Hub.
|
|
1295
1295
|
* </p>
|
|
1296
|
+
* <p>
|
|
1297
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1298
|
+
* </p>
|
|
1296
1299
|
*/
|
|
1297
1300
|
ProductArn?: StringFilter[];
|
|
1298
1301
|
/**
|
|
1299
1302
|
* @public
|
|
1300
1303
|
* <p> The Amazon Web Services account ID in which a finding was generated. </p>
|
|
1304
|
+
* <p>
|
|
1305
|
+
* Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
1306
|
+
* </p>
|
|
1301
1307
|
*/
|
|
1302
1308
|
AwsAccountId?: StringFilter[];
|
|
1303
1309
|
/**
|
|
@@ -1305,6 +1311,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1305
1311
|
* <p>
|
|
1306
1312
|
* The product-specific identifier for a finding.
|
|
1307
1313
|
* </p>
|
|
1314
|
+
* <p>
|
|
1315
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1316
|
+
* </p>
|
|
1308
1317
|
*/
|
|
1309
1318
|
Id?: StringFilter[];
|
|
1310
1319
|
/**
|
|
@@ -1313,13 +1322,19 @@ export interface AutomationRulesFindingFilters {
|
|
|
1313
1322
|
* The identifier for the solution-specific component that
|
|
1314
1323
|
* generated a finding.
|
|
1315
1324
|
* </p>
|
|
1325
|
+
* <p>
|
|
1326
|
+
* Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
1327
|
+
* </p>
|
|
1316
1328
|
*/
|
|
1317
1329
|
GeneratorId?: StringFilter[];
|
|
1318
1330
|
/**
|
|
1319
1331
|
* @public
|
|
1320
1332
|
* <p> One or more finding types in the format of namespace/category/classifier that classify
|
|
1321
1333
|
* a finding. For a list of namespaces, classifiers, and categories, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html">Types
|
|
1322
|
-
* taxonomy for ASFF</a> in the <i>Security Hub User Guide</i
|
|
1334
|
+
* taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1335
|
+
* <p>
|
|
1336
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1337
|
+
* </p>
|
|
1323
1338
|
*/
|
|
1324
1339
|
Type?: StringFilter[];
|
|
1325
1340
|
/**
|
|
@@ -1331,6 +1346,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1331
1346
|
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
1332
1347
|
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1333
1348
|
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1349
|
+
* <p>
|
|
1350
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1351
|
+
* </p>
|
|
1334
1352
|
*/
|
|
1335
1353
|
FirstObservedAt?: DateFilter[];
|
|
1336
1354
|
/**
|
|
@@ -1342,6 +1360,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1342
1360
|
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
1343
1361
|
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1344
1362
|
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1363
|
+
* <p>
|
|
1364
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1365
|
+
* </p>
|
|
1345
1366
|
*/
|
|
1346
1367
|
LastObservedAt?: DateFilter[];
|
|
1347
1368
|
/**
|
|
@@ -1352,6 +1373,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1352
1373
|
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
1353
1374
|
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1354
1375
|
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1376
|
+
* <p>
|
|
1377
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1378
|
+
* </p>
|
|
1355
1379
|
*/
|
|
1356
1380
|
CreatedAt?: DateFilter[];
|
|
1357
1381
|
/**
|
|
@@ -1362,6 +1386,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1362
1386
|
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
1363
1387
|
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1364
1388
|
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1389
|
+
* <p>
|
|
1390
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1391
|
+
* </p>
|
|
1365
1392
|
*/
|
|
1366
1393
|
UpdatedAt?: DateFilter[];
|
|
1367
1394
|
/**
|
|
@@ -1371,7 +1398,10 @@ export interface AutomationRulesFindingFilters {
|
|
|
1371
1398
|
* scale. A value of <code>0</code> means 0 percent confidence, and a value of
|
|
1372
1399
|
* <code>100</code> means 100 percent confidence. For example, a data exfiltration
|
|
1373
1400
|
* detection based on a statistical deviation of network traffic has low confidence because an
|
|
1374
|
-
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub User Guide</i
|
|
1401
|
+
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1402
|
+
* <p>
|
|
1403
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1404
|
+
* </p>
|
|
1375
1405
|
*/
|
|
1376
1406
|
Confidence?: NumberFilter[];
|
|
1377
1407
|
/**
|
|
@@ -1382,6 +1412,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1382
1412
|
* only full integers. A score of <code>0</code> means that the underlying resources have no
|
|
1383
1413
|
* criticality, and a score of <code>100</code> is reserved for the most critical resources. For
|
|
1384
1414
|
* more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality">Criticality</a> in the <i>Security Hub User Guide</i>.</p>
|
|
1415
|
+
* <p>
|
|
1416
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1417
|
+
* </p>
|
|
1385
1418
|
*/
|
|
1386
1419
|
Criticality?: NumberFilter[];
|
|
1387
1420
|
/**
|
|
@@ -1389,6 +1422,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1389
1422
|
* <p>
|
|
1390
1423
|
* A finding's title.
|
|
1391
1424
|
* </p>
|
|
1425
|
+
* <p>
|
|
1426
|
+
* Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
1427
|
+
* </p>
|
|
1392
1428
|
*/
|
|
1393
1429
|
Title?: StringFilter[];
|
|
1394
1430
|
/**
|
|
@@ -1396,6 +1432,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1396
1432
|
* <p>
|
|
1397
1433
|
* A finding's description.
|
|
1398
1434
|
* </p>
|
|
1435
|
+
* <p>
|
|
1436
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1437
|
+
* </p>
|
|
1399
1438
|
*/
|
|
1400
1439
|
Description?: StringFilter[];
|
|
1401
1440
|
/**
|
|
@@ -1403,6 +1442,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1403
1442
|
* <p>
|
|
1404
1443
|
* Provides a URL that links to a page about the current finding in the finding product.
|
|
1405
1444
|
* </p>
|
|
1445
|
+
* <p>
|
|
1446
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1447
|
+
* </p>
|
|
1406
1448
|
*/
|
|
1407
1449
|
SourceUrl?: StringFilter[];
|
|
1408
1450
|
/**
|
|
@@ -1411,6 +1453,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1411
1453
|
* Provides the name of the product that generated the finding. For
|
|
1412
1454
|
* control-based findings, the product name is Security Hub.
|
|
1413
1455
|
* </p>
|
|
1456
|
+
* <p>
|
|
1457
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1458
|
+
* </p>
|
|
1414
1459
|
*/
|
|
1415
1460
|
ProductName?: StringFilter[];
|
|
1416
1461
|
/**
|
|
@@ -1419,6 +1464,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1419
1464
|
* The name of the company for the product that generated the finding.
|
|
1420
1465
|
* For control-based findings, the company is Amazon Web Services.
|
|
1421
1466
|
* </p>
|
|
1467
|
+
* <p>
|
|
1468
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1469
|
+
* </p>
|
|
1422
1470
|
*/
|
|
1423
1471
|
CompanyName?: StringFilter[];
|
|
1424
1472
|
/**
|
|
@@ -1426,6 +1474,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1426
1474
|
* <p>
|
|
1427
1475
|
* The severity value of the finding.
|
|
1428
1476
|
* </p>
|
|
1477
|
+
* <p>
|
|
1478
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1479
|
+
* </p>
|
|
1429
1480
|
*/
|
|
1430
1481
|
SeverityLabel?: StringFilter[];
|
|
1431
1482
|
/**
|
|
@@ -1433,6 +1484,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1433
1484
|
* <p>
|
|
1434
1485
|
* The type of resource that the finding pertains to.
|
|
1435
1486
|
* </p>
|
|
1487
|
+
* <p>
|
|
1488
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1489
|
+
* </p>
|
|
1436
1490
|
*/
|
|
1437
1491
|
ResourceType?: StringFilter[];
|
|
1438
1492
|
/**
|
|
@@ -1444,6 +1498,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1444
1498
|
* For non-Amazon Web Services resources, this is a unique identifier that is associated with the
|
|
1445
1499
|
* resource.
|
|
1446
1500
|
* </p>
|
|
1501
|
+
* <p>
|
|
1502
|
+
* Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
1503
|
+
* </p>
|
|
1447
1504
|
*/
|
|
1448
1505
|
ResourceId?: StringFilter[];
|
|
1449
1506
|
/**
|
|
@@ -1452,6 +1509,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1452
1509
|
* The partition in which the resource that the finding pertains to is located.
|
|
1453
1510
|
* A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
|
|
1454
1511
|
* </p>
|
|
1512
|
+
* <p>
|
|
1513
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1514
|
+
* </p>
|
|
1455
1515
|
*/
|
|
1456
1516
|
ResourcePartition?: StringFilter[];
|
|
1457
1517
|
/**
|
|
@@ -1459,6 +1519,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1459
1519
|
* <p>
|
|
1460
1520
|
* The Amazon Web Services Region where the resource that a finding pertains to is located.
|
|
1461
1521
|
* </p>
|
|
1522
|
+
* <p>
|
|
1523
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1524
|
+
* </p>
|
|
1462
1525
|
*/
|
|
1463
1526
|
ResourceRegion?: StringFilter[];
|
|
1464
1527
|
/**
|
|
@@ -1466,6 +1529,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1466
1529
|
* <p>
|
|
1467
1530
|
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
|
1468
1531
|
* </p>
|
|
1532
|
+
* <p>
|
|
1533
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1534
|
+
* </p>
|
|
1469
1535
|
*/
|
|
1470
1536
|
ResourceTags?: MapFilter[];
|
|
1471
1537
|
/**
|
|
@@ -1473,6 +1539,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1473
1539
|
* <p>
|
|
1474
1540
|
* Custom fields and values about the resource that a finding pertains to.
|
|
1475
1541
|
* </p>
|
|
1542
|
+
* <p>
|
|
1543
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1544
|
+
* </p>
|
|
1476
1545
|
*/
|
|
1477
1546
|
ResourceDetailsOther?: MapFilter[];
|
|
1478
1547
|
/**
|
|
@@ -1481,17 +1550,26 @@ export interface AutomationRulesFindingFilters {
|
|
|
1481
1550
|
* The result of a security check. This field is only used for findings generated
|
|
1482
1551
|
* from controls.
|
|
1483
1552
|
* </p>
|
|
1553
|
+
* <p>
|
|
1554
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1555
|
+
* </p>
|
|
1484
1556
|
*/
|
|
1485
1557
|
ComplianceStatus?: StringFilter[];
|
|
1486
1558
|
/**
|
|
1487
1559
|
* @public
|
|
1488
1560
|
* <p> The security control ID for which a finding was generated. Security control IDs are the same across standards.</p>
|
|
1561
|
+
* <p>
|
|
1562
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1563
|
+
* </p>
|
|
1489
1564
|
*/
|
|
1490
1565
|
ComplianceSecurityControlId?: StringFilter[];
|
|
1491
1566
|
/**
|
|
1492
1567
|
* @public
|
|
1493
1568
|
* <p>The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of
|
|
1494
1569
|
* the Amazon Resource Name (ARN) returned for a standard in the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html">DescribeStandards</a> API response.</p>
|
|
1570
|
+
* <p>
|
|
1571
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1572
|
+
* </p>
|
|
1495
1573
|
*/
|
|
1496
1574
|
ComplianceAssociatedStandardsId?: StringFilter[];
|
|
1497
1575
|
/**
|
|
@@ -1499,6 +1577,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1499
1577
|
* <p>
|
|
1500
1578
|
* Provides the veracity of a finding.
|
|
1501
1579
|
* </p>
|
|
1580
|
+
* <p>
|
|
1581
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1582
|
+
* </p>
|
|
1502
1583
|
*/
|
|
1503
1584
|
VerificationState?: StringFilter[];
|
|
1504
1585
|
/**
|
|
@@ -1506,6 +1587,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1506
1587
|
* <p>
|
|
1507
1588
|
* Provides information about the status of the investigation into a finding.
|
|
1508
1589
|
* </p>
|
|
1590
|
+
* <p>
|
|
1591
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1592
|
+
* </p>
|
|
1509
1593
|
*/
|
|
1510
1594
|
WorkflowStatus?: StringFilter[];
|
|
1511
1595
|
/**
|
|
@@ -1513,6 +1597,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1513
1597
|
* <p>
|
|
1514
1598
|
* Provides the current state of a finding.
|
|
1515
1599
|
* </p>
|
|
1600
|
+
* <p>
|
|
1601
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1602
|
+
* </p>
|
|
1516
1603
|
*/
|
|
1517
1604
|
RecordState?: StringFilter[];
|
|
1518
1605
|
/**
|
|
@@ -1520,6 +1607,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1520
1607
|
* <p>
|
|
1521
1608
|
* The ARN for the product that generated a related finding.
|
|
1522
1609
|
* </p>
|
|
1610
|
+
* <p>
|
|
1611
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1612
|
+
* </p>
|
|
1523
1613
|
*/
|
|
1524
1614
|
RelatedFindingsProductArn?: StringFilter[];
|
|
1525
1615
|
/**
|
|
@@ -1527,6 +1617,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1527
1617
|
* <p>
|
|
1528
1618
|
* The product-generated identifier for a related finding.
|
|
1529
1619
|
* </p>
|
|
1620
|
+
* <p>
|
|
1621
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1622
|
+
* </p>
|
|
1530
1623
|
*/
|
|
1531
1624
|
RelatedFindingsId?: StringFilter[];
|
|
1532
1625
|
/**
|
|
@@ -1534,6 +1627,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1534
1627
|
* <p>
|
|
1535
1628
|
* The text of a user-defined note that's added to a finding.
|
|
1536
1629
|
* </p>
|
|
1630
|
+
* <p>
|
|
1631
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1632
|
+
* </p>
|
|
1537
1633
|
*/
|
|
1538
1634
|
NoteText?: StringFilter[];
|
|
1539
1635
|
/**
|
|
@@ -1543,6 +1639,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1543
1639
|
* <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces.
|
|
1544
1640
|
* For example, <code>2020-03-22T13:22:13.933Z</code>.
|
|
1545
1641
|
* </p>
|
|
1642
|
+
* <p>
|
|
1643
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1644
|
+
* </p>
|
|
1546
1645
|
*/
|
|
1547
1646
|
NoteUpdatedAt?: DateFilter[];
|
|
1548
1647
|
/**
|
|
@@ -1550,6 +1649,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1550
1649
|
* <p>
|
|
1551
1650
|
* The principal that created a note.
|
|
1552
1651
|
* </p>
|
|
1652
|
+
* <p>
|
|
1653
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1654
|
+
* </p>
|
|
1553
1655
|
*/
|
|
1554
1656
|
NoteUpdatedBy?: StringFilter[];
|
|
1555
1657
|
/**
|
|
@@ -1557,6 +1659,9 @@ export interface AutomationRulesFindingFilters {
|
|
|
1557
1659
|
* <p>
|
|
1558
1660
|
* A list of user-defined name and value string pairs added to a finding.
|
|
1559
1661
|
* </p>
|
|
1662
|
+
* <p>
|
|
1663
|
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1664
|
+
* </p>
|
|
1560
1665
|
*/
|
|
1561
1666
|
UserDefinedFields?: MapFilter[];
|
|
1562
1667
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securityhub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.408.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.408.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.408.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.408.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.408.0",
|
|
31
|
+
"@aws-sdk/types": "3.408.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.408.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.408.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.408.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^2.0.5",
|
|
37
37
|
"@smithy/hash-node": "^2.0.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/middleware-retry": "^2.0.5",
|
|
42
42
|
"@smithy/middleware-serde": "^2.0.5",
|
|
43
43
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.6",
|
|
45
45
|
"@smithy/node-http-handler": "^2.0.5",
|
|
46
46
|
"@smithy/protocol-http": "^2.0.5",
|
|
47
47
|
"@smithy/smithy-client": "^2.0.5",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@smithy/util-base64": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.6",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.6",
|
|
55
55
|
"@smithy/util-retry": "^2.0.0",
|
|
56
56
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
57
|
"tslib": "^2.5.0"
|