@aws-sdk/client-inspector2 3.427.0 → 3.429.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 +1 -1
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/Inspector2.d.ts +1 -1
- package/dist-types/Inspector2Client.d.ts +1 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +183 -157
- package/dist-types/ts3.4/models/models_0.d.ts +109 -108
- package/package.json +31 -31
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
10
|
-
security vulnerabilities within your Amazon EC2 and Amazon
|
|
10
|
+
security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
|
|
11
11
|
|
|
12
12
|
## Installing
|
|
13
13
|
|
|
@@ -327,7 +327,7 @@ export interface Inspector2 {
|
|
|
327
327
|
/**
|
|
328
328
|
* @public
|
|
329
329
|
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
330
|
-
* security vulnerabilities within your Amazon EC2 and Amazon
|
|
330
|
+
* security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
|
|
331
331
|
*/
|
|
332
332
|
export declare class Inspector2 extends Inspector2Client implements Inspector2 {
|
|
333
333
|
}
|
|
@@ -199,7 +199,7 @@ export interface Inspector2ClientResolvedConfig extends Inspector2ClientResolved
|
|
|
199
199
|
/**
|
|
200
200
|
* @public
|
|
201
201
|
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
202
|
-
* security vulnerabilities within your Amazon EC2 and Amazon
|
|
202
|
+
* security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
|
|
203
203
|
*/
|
|
204
204
|
export declare class Inspector2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Inspector2ClientResolvedConfig> {
|
|
205
205
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates a filter resource using specified filter criteria.</p>
|
|
26
|
+
* <p>Creates a filter resource using specified filter criteria. When the filter action is set to <code>SUPPRESS</code> this action creates a suppression rule.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
3
|
-
* security vulnerabilities within your Amazon EC2 and Amazon
|
|
3
|
+
* security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
|
|
4
4
|
*
|
|
5
5
|
* @packageDocumentation
|
|
6
6
|
*/
|