@aws-sdk/client-accessanalyzer 3.523.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.
- package/dist-types/commands/GetFindingCommand.d.ts +4 -1
- package/dist-types/commands/GetFindingV2Command.d.ts +4 -1
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +4 -1
- package/dist-types/commands/ListFindingsV2Command.d.ts +4 -1
- package/dist-types/models/models_0.d.ts +5 -3
- package/package.json +17 -17
- package/dist-cjs/AccessAnalyzer.js +0 -1
- package/dist-cjs/AccessAnalyzerClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/ApplyArchiveRuleCommand.js +0 -1
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +0 -1
- package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +0 -1
- package/dist-cjs/commands/CheckNoNewAccessCommand.js +0 -1
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +0 -1
- package/dist-cjs/commands/CreateAnalyzerCommand.js +0 -1
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +0 -1
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +0 -1
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +0 -1
- package/dist-cjs/commands/GetAccessPreviewCommand.js +0 -1
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +0 -1
- package/dist-cjs/commands/GetAnalyzerCommand.js +0 -1
- package/dist-cjs/commands/GetArchiveRuleCommand.js +0 -1
- package/dist-cjs/commands/GetFindingCommand.js +0 -1
- package/dist-cjs/commands/GetFindingV2Command.js +0 -1
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +0 -1
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +0 -1
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +0 -1
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +0 -1
- package/dist-cjs/commands/ListAnalyzersCommand.js +0 -1
- package/dist-cjs/commands/ListArchiveRulesCommand.js +0 -1
- package/dist-cjs/commands/ListFindingsCommand.js +0 -1
- package/dist-cjs/commands/ListFindingsV2Command.js +0 -1
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +0 -1
- package/dist-cjs/commands/StartResourceScanCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +0 -1
- package/dist-cjs/commands/UpdateFindingsCommand.js +0 -1
- package/dist-cjs/commands/ValidatePolicyCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/AccessAnalyzerServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/GetFindingV2Paginator.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAccessPreviewFindingsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAccessPreviewsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAnalyzedResourcesPaginator.js +0 -1
- package/dist-cjs/pagination/ListAnalyzersPaginator.js +0 -1
- package/dist-cjs/pagination/ListArchiveRulesPaginator.js +0 -1
- package/dist-cjs/pagination/ListFindingsPaginator.js +0 -1
- package/dist-cjs/pagination/ListFindingsV2Paginator.js +0 -1
- package/dist-cjs/pagination/ListPolicyGenerationsPaginator.js +0 -1
- package/dist-cjs/pagination/ValidatePolicyPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
|
@@ -26,7 +26,10 @@ declare const GetFindingCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Retrieves information about the specified finding
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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.
|
|
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",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.525.0",
|
|
24
|
+
"@aws-sdk/core": "3.525.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.525.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|