@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 { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAccessPreviewFindingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreviewFindingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAccessPreviewFindingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of access preview findings generated by the specified access
|
|
18
23
|
* preview.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAccessPreviewFindingsCommandInput - {@link ListAccessPreviewFindingsCommandInput}
|
|
35
|
+
* @returns {@link ListAccessPreviewFindingsCommandOutput}
|
|
29
36
|
* @see {@link ListAccessPreviewFindingsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAccessPreviewFindingsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
|
|
|
53
60
|
export declare class ListAccessPreviewFindingsCommand extends $Command<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
54
61
|
readonly input: ListAccessPreviewFindingsCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListAccessPreviewFindingsCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAccessPreviewsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAccessPreviewsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of access previews 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 ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAccessPreviewsCommandInput - {@link ListAccessPreviewsCommandInput}
|
|
34
|
+
* @returns {@link ListAccessPreviewsCommandOutput}
|
|
28
35
|
* @see {@link ListAccessPreviewsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAccessPreviewsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
|
|
|
49
56
|
export declare class ListAccessPreviewsCommand extends $Command<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: ListAccessPreviewsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListAccessPreviewsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput>;
|
|
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 { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAnalyzedResourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResourcesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAnalyzedResourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of resources of the specified type that have been analyzed by the
|
|
18
23
|
* specified analyzer..</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAnalyzedResourcesCommandInput - {@link ListAnalyzedResourcesCommandInput}
|
|
35
|
+
* @returns {@link ListAnalyzedResourcesCommandOutput}
|
|
29
36
|
* @see {@link ListAnalyzedResourcesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAnalyzedResourcesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
|
|
|
50
57
|
export declare class ListAnalyzedResourcesCommand extends $Command<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
51
58
|
readonly input: ListAnalyzedResourcesCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListAnalyzedResourcesCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput>;
|
|
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 { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAnalyzersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAnalyzersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of analyzers.</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 ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAnalyzersCommandInput - {@link ListAnalyzersCommandInput}
|
|
34
|
+
* @returns {@link ListAnalyzersCommandOutput}
|
|
28
35
|
* @see {@link ListAnalyzersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAnalyzersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
|
|
|
46
53
|
export declare class ListAnalyzersCommand extends $Command<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
47
54
|
readonly input: ListAnalyzersCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListAnalyzersCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzersCommandInput, ListAnalyzersCommandOutput>;
|
|
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 { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListArchiveRulesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListArchiveRulesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of archive rules created 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 ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListArchiveRulesCommandInput - {@link ListArchiveRulesCommandInput}
|
|
34
|
+
* @returns {@link ListArchiveRulesCommandOutput}
|
|
28
35
|
* @see {@link ListArchiveRulesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListArchiveRulesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
|
|
|
46
53
|
export declare class ListArchiveRulesCommand extends $Command<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
47
54
|
readonly input: ListArchiveRulesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListArchiveRulesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput>;
|
|
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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFindingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFindingsCommandInput extends ListFindingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFindingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of findings generated by the specified analyzer.</p>
|
|
18
23
|
* <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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListFindingsCommandInput - {@link ListFindingsCommandInput}
|
|
35
|
+
* @returns {@link ListFindingsCommandOutput}
|
|
29
36
|
* @see {@link ListFindingsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
50
57
|
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
51
58
|
readonly input: ListFindingsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListFindingsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
|
|
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 { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPolicyGenerationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPolicyGenerationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all of the policy generations requested in the last seven days.</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 ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListPolicyGenerationsCommandInput - {@link ListPolicyGenerationsCommandInput}
|
|
34
|
+
* @returns {@link ListPolicyGenerationsCommandOutput}
|
|
28
35
|
* @see {@link ListPolicyGenerationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListPolicyGenerationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
|
|
|
46
53
|
export declare class ListPolicyGenerationsCommand extends $Command<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
47
54
|
readonly input: ListPolicyGenerationsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListPolicyGenerationsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput>;
|
|
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of tags applied to the specified resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
56
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: ListTagsForResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListTagsForResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartPolicyGenerationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartPolicyGenerationCommandInput extends StartPolicyGenerationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartPolicyGenerationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the policy generation request.</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 StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartPolicyGenerationCommandInput - {@link StartPolicyGenerationCommandInput}
|
|
34
|
+
* @returns {@link StartPolicyGenerationCommandOutput}
|
|
28
35
|
* @see {@link StartPolicyGenerationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartPolicyGenerationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
|
|
|
52
59
|
export declare class StartPolicyGenerationCommand extends $Command<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
53
60
|
readonly input: StartPolicyGenerationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StartPolicyGenerationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput>;
|
|
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 { StartResourceScanRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartResourceScanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartResourceScanCommandInput extends StartResourceScanRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartResourceScanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartResourceScanCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Immediately starts a scan of the policies applied to the specified resource.</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 StartResourceScanCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartResourceScanCommandInput - {@link StartResourceScanCommandInput}
|
|
34
|
+
* @returns {@link StartResourceScanCommandOutput}
|
|
28
35
|
* @see {@link StartResourceScanCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartResourceScanCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface StartResourceScanCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class StartResourceScanCommand extends $Command<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: StartResourceScanCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: StartResourceScanCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartResourceScanCommandInput, StartResourceScanCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds a tag to the specified resource.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
34
|
+
* @returns {@link TagResourceCommandOutput}
|
|
28
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
49
56
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: TagResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: TagResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a tag from the specified resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
49
56
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: UntagResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UntagResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateArchiveRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateArchiveRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the criteria and values for 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 UpdateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateArchiveRuleCommandInput - {@link UpdateArchiveRuleCommandInput}
|
|
34
|
+
* @returns {@link UpdateArchiveRuleCommandOutput}
|
|
28
35
|
* @see {@link UpdateArchiveRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateArchiveRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class UpdateArchiveRuleCommand extends $Command<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateArchiveRuleCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateArchiveRuleCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|