@aws-sdk/client-accessanalyzer 3.296.0 → 3.298.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/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -3
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -3
- package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -3
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -3
- package/dist-cjs/commands/GetAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/GetFindingCommand.js +2 -3
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -3
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -3
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -3
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListAnalyzersCommand.js +2 -3
- package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -3
- package/dist-cjs/commands/ListFindingsCommand.js +2 -3
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -3
- package/dist-cjs/commands/StartResourceScanCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/UpdateFindingsCommand.js +2 -3
- package/dist-cjs/commands/ValidatePolicyCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -498
- package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -3
- package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -3
- package/dist-es/commands/CreateAccessPreviewCommand.js +2 -3
- package/dist-es/commands/CreateAnalyzerCommand.js +2 -3
- package/dist-es/commands/CreateArchiveRuleCommand.js +2 -3
- package/dist-es/commands/DeleteAnalyzerCommand.js +2 -3
- package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -3
- package/dist-es/commands/GetAccessPreviewCommand.js +2 -3
- package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -3
- package/dist-es/commands/GetAnalyzerCommand.js +2 -3
- package/dist-es/commands/GetArchiveRuleCommand.js +2 -3
- package/dist-es/commands/GetFindingCommand.js +2 -3
- package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -3
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -3
- package/dist-es/commands/ListAccessPreviewsCommand.js +2 -3
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -3
- package/dist-es/commands/ListAnalyzersCommand.js +2 -3
- package/dist-es/commands/ListArchiveRulesCommand.js +2 -3
- package/dist-es/commands/ListFindingsCommand.js +2 -3
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -3
- package/dist-es/commands/StartResourceScanCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -3
- package/dist-es/commands/UpdateFindingsCommand.js +2 -3
- package/dist-es/commands/ValidatePolicyCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -389
- package/dist-types/AccessAnalyzer.d.ts +29 -0
- package/dist-types/AccessAnalyzerClient.d.ts +24 -4
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +16 -0
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +16 -0
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +16 -0
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +16 -0
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +16 -0
- package/dist-types/commands/GetAnalyzerCommand.d.ts +16 -0
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingCommand.d.ts +16 -0
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +16 -0
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListAnalyzersCommand.d.ts +16 -0
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +16 -0
- package/dist-types/commands/StartResourceScanCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ValidatePolicyCommand.d.ts +16 -0
- package/dist-types/models/AccessAnalyzerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +228 -425
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessPreviewFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccessPreviewsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAnalyzedResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAnalyzersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListArchiveRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ValidatePolicyPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -292
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ApplyArchiveRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ApplyArchiveRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retroactively applies the archive rule to existing findings that meet the archive rule
|
|
18
23
|
* criteria.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ApplyArchiveRuleCommandInput - {@link ApplyArchiveRuleCommandInput}
|
|
35
|
+
* @returns {@link ApplyArchiveRuleCommandOutput}
|
|
29
36
|
* @see {@link ApplyArchiveRuleCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ApplyArchiveRuleCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
50
57
|
export declare class ApplyArchiveRuleCommand extends $Command<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
51
58
|
readonly input: ApplyArchiveRuleCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ApplyArchiveRuleCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CancelPolicyGenerationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CancelPolicyGenerationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Cancels the requested policy generation.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CancelPolicyGenerationCommandInput - {@link CancelPolicyGenerationCommandInput}
|
|
34
|
+
* @returns {@link CancelPolicyGenerationCommandOutput}
|
|
28
35
|
* @see {@link CancelPolicyGenerationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CancelPolicyGenerationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
|
|
|
46
53
|
export declare class CancelPolicyGenerationCommand extends $Command<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
47
54
|
readonly input: CancelPolicyGenerationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CancelPolicyGenerationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAccessPreviewCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAccessPreviewCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your
|
|
18
23
|
* resource before deploying resource permissions.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateAccessPreviewCommandInput - {@link CreateAccessPreviewCommandInput}
|
|
35
|
+
* @returns {@link CreateAccessPreviewCommandOutput}
|
|
29
36
|
* @see {@link CreateAccessPreviewCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateAccessPreviewCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
|
|
|
56
63
|
export declare class CreateAccessPreviewCommand extends $Command<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateAccessPreviewCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateAccessPreviewCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAnalyzerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAnalyzerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an analyzer for your account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateAnalyzerCommandInput - {@link CreateAnalyzerCommandInput}
|
|
34
|
+
* @returns {@link CreateAnalyzerCommandOutput}
|
|
28
35
|
* @see {@link CreateAnalyzerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateAnalyzerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
|
|
|
52
59
|
export declare class CreateAnalyzerCommand extends $Command<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateAnalyzerCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateAnalyzerCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateArchiveRuleRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateArchiveRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateArchiveRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an archive rule for the specified analyzer. Archive rules automatically archive
|
|
18
23
|
* new findings that meet the criteria you define when you create the rule.</p>
|
|
19
24
|
* <p>To learn about filter keys that you can use to create an archive rule, 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>
|
|
@@ -27,6 +32,8 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateArchiveRuleCommandInput - {@link CreateArchiveRuleCommandInput}
|
|
36
|
+
* @returns {@link CreateArchiveRuleCommandOutput}
|
|
30
37
|
* @see {@link CreateArchiveRuleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateArchiveRuleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
57
64
|
export declare class CreateArchiveRuleCommand extends $Command<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateArchiveRuleCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateArchiveRuleCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAnalyzerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAnalyzerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled
|
|
18
23
|
* for the account or organization in the current or specific Region. All findings that were
|
|
19
24
|
* generated by the analyzer are deleted. You cannot undo this action.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteAnalyzerCommandInput - {@link DeleteAnalyzerCommandInput}
|
|
36
|
+
* @returns {@link DeleteAnalyzerCommandOutput}
|
|
30
37
|
* @see {@link DeleteAnalyzerCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteAnalyzerCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
|
51
58
|
export declare class DeleteAnalyzerCommand extends $Command<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteAnalyzerCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteAnalyzerCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteArchiveRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteArchiveRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified archive rule.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteArchiveRuleCommandInput - {@link DeleteArchiveRuleCommandInput}
|
|
34
|
+
* @returns {@link DeleteArchiveRuleCommandOutput}
|
|
28
35
|
* @see {@link DeleteArchiveRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteArchiveRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class DeleteArchiveRuleCommand extends $Command<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteArchiveRuleCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteArchiveRuleCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAccessPreviewCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAccessPreviewCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about an access preview for the specified analyzer.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAccessPreviewCommandInput - {@link GetAccessPreviewCommandInput}
|
|
34
|
+
* @returns {@link GetAccessPreviewCommandOutput}
|
|
28
35
|
* @see {@link GetAccessPreviewCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAccessPreviewCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
|
|
|
49
56
|
export declare class GetAccessPreviewCommand extends $Command<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetAccessPreviewCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetAccessPreviewCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAnalyzedResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAnalyzedResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about a resource that was analyzed.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAnalyzedResourceCommandInput - {@link GetAnalyzedResourceCommandInput}
|
|
34
|
+
* @returns {@link GetAnalyzedResourceCommandOutput}
|
|
28
35
|
* @see {@link GetAnalyzedResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAnalyzedResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
|
|
|
49
56
|
export declare class GetAnalyzedResourceCommand extends $Command<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetAnalyzedResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetAnalyzedResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAnalyzerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAnalyzerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about the specified analyzer.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAnalyzerCommandInput - {@link GetAnalyzerCommandInput}
|
|
34
|
+
* @returns {@link GetAnalyzerCommandOutput}
|
|
28
35
|
* @see {@link GetAnalyzerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAnalyzerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
|
|
|
49
56
|
export declare class GetAnalyzerCommand extends $Command<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetAnalyzerCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetAnalyzerCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzerCommandInput, GetAnalyzerCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetArchiveRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetArchiveRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about an archive rule.</p>
|
|
18
23
|
* <p>To learn about filter keys that you can use to create an archive rule, 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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetArchiveRuleCommandInput - {@link GetArchiveRuleCommandInput}
|
|
35
|
+
* @returns {@link GetArchiveRuleCommandOutput}
|
|
29
36
|
* @see {@link GetArchiveRuleCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetArchiveRuleCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
|
|
|
50
57
|
export declare class GetArchiveRuleCommand extends $Command<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
51
58
|
readonly input: GetArchiveRuleCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetArchiveRuleCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFindingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFindingCommandInput extends GetFindingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFindingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about the specified finding.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFindingCommandInput - {@link GetFindingCommandInput}
|
|
34
|
+
* @returns {@link GetFindingCommandOutput}
|
|
28
35
|
* @see {@link GetFindingCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFindingCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
|
|
|
49
56
|
export declare class GetFindingCommand extends $Command<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetFindingCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetFindingCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingCommandInput, GetFindingCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetGeneratedPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetGeneratedPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetGeneratedPolicyCommandInput - {@link GetGeneratedPolicyCommandInput}
|
|
35
|
+
* @returns {@link GetGeneratedPolicyCommandOutput}
|
|
29
36
|
* @see {@link GetGeneratedPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetGeneratedPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
|
|
|
47
54
|
export declare class GetGeneratedPolicyCommand extends $Command<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
48
55
|
readonly input: GetGeneratedPolicyCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetGeneratedPolicyCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|