@aws-sdk/client-codeguru-security 3.370.0 → 3.377.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/README.md
CHANGED
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript CodeGuruSecurity Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<
|
|
9
|
+
<note>
|
|
10
|
+
<p>Amazon CodeGuru Security is in preview release and is subject to
|
|
11
|
+
change.</p>
|
|
12
|
+
</note>
|
|
13
|
+
<p>This section provides documentation for the Amazon CodeGuru Security API operations.
|
|
10
14
|
CodeGuru Security is a service that uses program analysis and machine learning to detect
|
|
11
15
|
security policy violations and vulnerabilities, and recommends ways to address these security
|
|
12
16
|
risks.</p>
|
|
@@ -95,7 +95,11 @@ export interface CodeGuruSecurity {
|
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* @public
|
|
98
|
-
* <
|
|
98
|
+
* <note>
|
|
99
|
+
* <p>Amazon CodeGuru Security is in preview release and is subject to
|
|
100
|
+
* change.</p>
|
|
101
|
+
* </note>
|
|
102
|
+
* <p>This section provides documentation for the Amazon CodeGuru Security API operations.
|
|
99
103
|
* CodeGuru Security is a service that uses program analysis and machine learning to detect
|
|
100
104
|
* security policy violations and vulnerabilities, and recommends ways to address these security
|
|
101
105
|
* risks.</p>
|
|
@@ -158,7 +158,11 @@ export interface CodeGuruSecurityClientResolvedConfig extends CodeGuruSecurityCl
|
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* @public
|
|
161
|
-
* <
|
|
161
|
+
* <note>
|
|
162
|
+
* <p>Amazon CodeGuru Security is in preview release and is subject to
|
|
163
|
+
* change.</p>
|
|
164
|
+
* </note>
|
|
165
|
+
* <p>This section provides documentation for the Amazon CodeGuru Security API operations.
|
|
162
166
|
* CodeGuru Security is a service that uses program analysis and machine learning to detect
|
|
163
167
|
* security policy violations and vulnerabilities, and recommends ways to address these security
|
|
164
168
|
* risks.</p>
|
|
@@ -23,7 +23,8 @@ export interface ListScansCommandOutput extends ListScansResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns a list of all the scans in an account
|
|
26
|
+
* <p>Returns a list of all the standard scans in an account. Does not return express
|
|
27
|
+
* scans.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <
|
|
2
|
+
* <note>
|
|
3
|
+
* <p>Amazon CodeGuru Security is in preview release and is subject to
|
|
4
|
+
* change.</p>
|
|
5
|
+
* </note>
|
|
6
|
+
* <p>This section provides documentation for the Amazon CodeGuru Security API operations.
|
|
3
7
|
* CodeGuru Security is a service that uses program analysis and machine learning to detect
|
|
4
8
|
* security policy violations and vulnerabilities, and recommends ways to address these security
|
|
5
9
|
* risks.</p>
|
|
@@ -588,7 +588,7 @@ export interface CreateScanRequest {
|
|
|
588
588
|
scanType?: ScanType | string;
|
|
589
589
|
/**
|
|
590
590
|
* <p>The type of analysis you want CodeGuru Security to perform in the scan, either
|
|
591
|
-
* <code>Security</code> or <code>All</code>. The <code>
|
|
591
|
+
* <code>Security</code> or <code>All</code>. The <code>Security</code> type only generates
|
|
592
592
|
* findings related to security. The <code>All</code> type generates both security findings and
|
|
593
593
|
* quality findings. Defaults to <code>Security</code> type if missing.</p>
|
|
594
594
|
*/
|
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.
|
|
4
|
+
"version": "3.377.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,7 +21,7 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.377.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.370.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.370.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.370.0",
|