@aws-sdk/client-codeguru-security 3.370.0 → 3.372.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
- <p>This section provides documentation for the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security</a> API operations.
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
- * <p>This section provides documentation for the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security</a> API operations.
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
- * <p>This section provides documentation for the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security</a> API operations.
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.</p>
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
@@ -1,5 +1,9 @@
1
1
  /**
2
- * <p>This section provides documentation for the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security</a> API operations.
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>Secuirty</code> type only generates
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.370.0",
4
+ "version": "3.372.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",