@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 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 ECR environments.</p>
10
+ security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
11
11
 
12
12
  ## Installing
13
13
 
@@ -361,6 +361,7 @@ exports.CoverageResourceType = {
361
361
  };
362
362
  exports.Ec2Platform = {
363
363
  LINUX: "LINUX",
364
+ MACOS: "MACOS",
364
365
  UNKNOWN: "UNKNOWN",
365
366
  WINDOWS: "WINDOWS",
366
367
  };
@@ -350,6 +350,7 @@ export const CoverageResourceType = {
350
350
  };
351
351
  export const Ec2Platform = {
352
352
  LINUX: "LINUX",
353
+ MACOS: "MACOS",
353
354
  UNKNOWN: "UNKNOWN",
354
355
  WINDOWS: "WINDOWS",
355
356
  };
@@ -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 ECR environments.</p>
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 ECR environments.</p>
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
@@ -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 ECR environments.</p>
3
+ * security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>
4
4
  *
5
5
  * @packageDocumentation
6
6
  */