@aws-sdk/client-accessanalyzer 3.525.0 → 3.525.1

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.
@@ -26,7 +26,10 @@ declare const GetFindingCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves information about the specified finding.</p>
29
+ * <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use
30
+ * <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM
31
+ * policy statement. You must have permission to perform the
32
+ * <code>access-analyzer:GetFinding</code> action.</p>
30
33
  * @example
31
34
  * Use a bare-bones client and the command you need to make an API call.
32
35
  * ```javascript
@@ -26,7 +26,10 @@ declare const GetFindingV2Command_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves information about the specified finding.</p>
29
+ * <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use
30
+ * <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM
31
+ * policy statement. You must have permission to perform the
32
+ * <code>access-analyzer:GetFinding</code> action.</p>
30
33
  * @example
31
34
  * Use a bare-bones client and the command you need to make an API call.
32
35
  * ```javascript
@@ -27,7 +27,8 @@ declare const ListAnalyzedResourcesCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Retrieves a list of resources of the specified type that have been analyzed by the
30
- * specified analyzer..</p>
30
+ * specified external access analyzer. This action is not supported for unused access
31
+ * analyzers.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -26,7 +26,10 @@ declare const ListFindingsCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves a list of findings generated by the specified analyzer.</p>
29
+ * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and
30
+ * ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the
31
+ * <code>Action</code> element of an IAM policy statement. You must have permission to
32
+ * perform the <code>access-analyzer:ListFindings</code> action.</p>
30
33
  * <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,7 +26,10 @@ declare const ListFindingsV2Command_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves a list of findings generated by the specified analyzer.</p>
29
+ * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and
30
+ * ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the
31
+ * <code>Action</code> element of an IAM policy statement. You must have permission to
32
+ * perform the <code>access-analyzer:ListFindings</code> action.</p>
30
33
  * <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,8 @@ import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnaly
8
8
  export interface Access {
9
9
  /**
10
10
  * @public
11
- * <p>A list of actions for the access permissions.</p>
11
+ * <p>A list of actions for the access permissions. Any strings that can be used as an action
12
+ * in an IAM policy can be used in the list of actions to check.</p>
12
13
  */
13
14
  actions: string[] | undefined;
14
15
  }
@@ -453,7 +454,7 @@ export interface CreateAnalyzerRequest {
453
454
  /**
454
455
  * @public
455
456
  * <p>The type of analyzer to create. Only <code>ACCOUNT</code>, <code>ORGANIZATION</code>,
456
- * <code>ACCOUNT_UNUSED_ACCESS</code>, and <code>ORGANIZTAION_UNUSED_ACCESS</code>
457
+ * <code>ACCOUNT_UNUSED_ACCESS</code>, and <code>ORGANIZATION_UNUSED_ACCESS</code>
457
458
  * analyzers are supported. You can create only one analyzer per account per Region. You can
458
459
  * create up to 5 analyzers per organization per Region.</p>
459
460
  */
@@ -1563,7 +1564,8 @@ export interface S3BucketConfiguration {
1563
1564
  * existing policy attached to the directory bucket. If the access preview is for a new
1564
1565
  * resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an
1565
1566
  * directory bucket without a policy. To propose deletion of an existing bucket policy, you
1566
- * can specify an empty string. For more information about bucket policy limits, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html">Example bucket policies</a>.</p>
1567
+ * can specify an empty string. For more information about Amazon S3 directory bucket policies, see
1568
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html">Example directory bucket policies for S3 Express One Zone</a>.</p>
1567
1569
  */
1568
1570
  export interface S3ExpressDirectoryBucketConfiguration {
1569
1571
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-accessanalyzer",
3
3
  "description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4
- "version": "3.525.0",
4
+ "version": "3.525.1",
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-accessanalyzer",