@aws-sdk/client-codeguru-security 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +21 -20
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1609,40 +1609,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1609
1609
  // Annotate the CommonJS export names for ESM import in node:
1610
1610
 
1611
1611
  0 && (module.exports = {
1612
- AccessDeniedException,
1613
- AnalysisType,
1614
- BatchGetFindingsCommand,
1615
- CodeGuruSecurity,
1616
- CodeGuruSecurityClient,
1617
1612
  CodeGuruSecurityServiceException,
1618
- ConflictException,
1613
+ __Client,
1614
+ CodeGuruSecurityClient,
1615
+ CodeGuruSecurity,
1616
+ $Command,
1617
+ BatchGetFindingsCommand,
1619
1618
  CreateScanCommand,
1620
1619
  CreateUploadUrlCommand,
1621
- CreateUploadUrlResponseFilterSensitiveLog,
1622
- ErrorCode,
1623
1620
  GetAccountConfigurationCommand,
1624
1621
  GetFindingsCommand,
1625
1622
  GetMetricsSummaryCommand,
1626
1623
  GetScanCommand,
1627
- InternalServerException,
1628
1624
  ListFindingsMetricsCommand,
1629
1625
  ListScansCommand,
1630
1626
  ListTagsForResourceCommand,
1631
- ResourceId,
1632
- ResourceNotFoundException,
1633
- ScanState,
1634
- ScanType,
1635
- Severity,
1636
- Status,
1637
1627
  TagResourceCommand,
1638
- ThrottlingException,
1639
1628
  UntagResourceCommand,
1640
1629
  UpdateAccountConfigurationCommand,
1641
- ValidationException,
1642
- ValidationExceptionReason,
1643
- __Client,
1644
1630
  paginateGetFindings,
1645
1631
  paginateListFindingsMetrics,
1646
- paginateListScans
1632
+ paginateListScans,
1633
+ AccessDeniedException,
1634
+ AnalysisType,
1635
+ ErrorCode,
1636
+ Severity,
1637
+ Status,
1638
+ InternalServerException,
1639
+ ThrottlingException,
1640
+ ValidationExceptionReason,
1641
+ ValidationException,
1642
+ ConflictException,
1643
+ ResourceId,
1644
+ ScanType,
1645
+ ScanState,
1646
+ ResourceNotFoundException,
1647
+ CreateUploadUrlResponseFilterSensitiveLog
1647
1648
  });
1648
1649
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguru-security",
3
3
  "description": "AWS SDK for JavaScript Codeguru Security Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codeguru-security",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",