@aws-sdk/client-accessanalyzer 3.478.0 → 3.481.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 +18 -41
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +18 -41
- package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +18 -41
- package/dist-cjs/commands/CheckNoNewAccessCommand.js +18 -41
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +18 -41
- package/dist-cjs/commands/CreateAnalyzerCommand.js +18 -41
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +18 -41
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +18 -41
- package/dist-cjs/commands/GetAccessPreviewCommand.js +18 -41
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +18 -41
- package/dist-cjs/commands/GetAnalyzerCommand.js +18 -41
- package/dist-cjs/commands/GetArchiveRuleCommand.js +18 -41
- package/dist-cjs/commands/GetFindingCommand.js +18 -41
- package/dist-cjs/commands/GetFindingV2Command.js +18 -41
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +18 -41
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +18 -41
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListAnalyzersCommand.js +18 -41
- package/dist-cjs/commands/ListArchiveRulesCommand.js +18 -41
- package/dist-cjs/commands/ListFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListFindingsV2Command.js +18 -41
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +18 -41
- package/dist-cjs/commands/StartResourceScanCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +18 -41
- package/dist-cjs/commands/UpdateFindingsCommand.js +18 -41
- package/dist-cjs/commands/ValidatePolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/ApplyArchiveRuleCommand.js +18 -41
- package/dist-es/commands/CancelPolicyGenerationCommand.js +18 -41
- package/dist-es/commands/CheckAccessNotGrantedCommand.js +18 -41
- package/dist-es/commands/CheckNoNewAccessCommand.js +18 -41
- package/dist-es/commands/CreateAccessPreviewCommand.js +18 -41
- package/dist-es/commands/CreateAnalyzerCommand.js +18 -41
- package/dist-es/commands/CreateArchiveRuleCommand.js +18 -41
- package/dist-es/commands/DeleteAnalyzerCommand.js +18 -41
- package/dist-es/commands/DeleteArchiveRuleCommand.js +18 -41
- package/dist-es/commands/GetAccessPreviewCommand.js +18 -41
- package/dist-es/commands/GetAnalyzedResourceCommand.js +18 -41
- package/dist-es/commands/GetAnalyzerCommand.js +18 -41
- package/dist-es/commands/GetArchiveRuleCommand.js +18 -41
- package/dist-es/commands/GetFindingCommand.js +18 -41
- package/dist-es/commands/GetFindingV2Command.js +18 -41
- package/dist-es/commands/GetGeneratedPolicyCommand.js +18 -41
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +18 -41
- package/dist-es/commands/ListAccessPreviewsCommand.js +18 -41
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +18 -41
- package/dist-es/commands/ListAnalyzersCommand.js +18 -41
- package/dist-es/commands/ListArchiveRulesCommand.js +18 -41
- package/dist-es/commands/ListFindingsCommand.js +18 -41
- package/dist-es/commands/ListFindingsV2Command.js +18 -41
- package/dist-es/commands/ListPolicyGenerationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartPolicyGenerationCommand.js +18 -41
- package/dist-es/commands/StartResourceScanCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateArchiveRuleCommand.js +18 -41
- package/dist-es/commands/UpdateFindingsCommand.js +18 -41
- package/dist-es/commands/ValidatePolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -21
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -21
- package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +6 -21
- package/dist-types/commands/CheckNoNewAccessCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -21
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -21
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -21
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -21
- package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -21
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetFindingCommand.d.ts +6 -21
- package/dist-types/commands/GetFindingV2Command.d.ts +6 -21
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -21
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -21
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ListFindingsV2Command.d.ts +6 -21
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -21
- package/dist-types/commands/StartResourceScanCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds a tag to the specified resource.</p>
|
|
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class TagResourceCommand extends
|
|
71
|
-
readonly input: TagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: TagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a tag from the specified resource.</p>
|
|
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UntagResourceCommand extends
|
|
71
|
-
readonly input: UntagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UntagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
4
|
import { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateArchiveRuleCommand_base: {
|
|
24
|
+
new (input: UpdateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the criteria and values for the specified archive rule.</p>
|
|
@@ -80,23 +83,5 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class UpdateArchiveRuleCommand extends
|
|
84
|
-
readonly input: UpdateArchiveRuleCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: UpdateArchiveRuleCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class UpdateArchiveRuleCommand extends UpdateArchiveRuleCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
4
|
import { UpdateFindingsRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFindingsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFindingsCommand_base: {
|
|
24
|
+
new (input: UpdateFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the status for the specified findings.</p>
|
|
@@ -70,23 +73,5 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class UpdateFindingsCommand extends
|
|
74
|
-
readonly input: UpdateFindingsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: UpdateFindingsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsCommandInput, UpdateFindingsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
4
|
import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ValidatePolicyCommand_base: {
|
|
24
|
+
new (input: ValidatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Requests the validation of a policy and returns a list of findings. The findings help
|
|
@@ -105,23 +108,5 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class ValidatePolicyCommand extends
|
|
109
|
-
readonly input: ValidatePolicyCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: ValidatePolicyCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePolicyCommandInput, ValidatePolicyCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base {
|
|
127
112
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
|
|
17
11
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const ApplyArchiveRuleCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: ApplyArchiveRuleCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
ApplyArchiveRuleCommandInput,
|
|
17
|
+
ApplyArchiveRuleCommandOutput,
|
|
18
|
+
AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CancelPolicyGenerationCommandInput
|
|
|
21
15
|
export interface CancelPolicyGenerationCommandOutput
|
|
22
16
|
extends CancelPolicyGenerationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CancelPolicyGenerationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CancelPolicyGenerationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AccessAnalyzerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CancelPolicyGenerationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CancelPolicyGenerationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CancelPolicyGenerationCommandInput,
|
|
38
|
-
CancelPolicyGenerationCommandOutput
|
|
23
|
+
CancelPolicyGenerationCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CheckAccessNotGrantedCommandInput
|
|
|
21
15
|
export interface CheckAccessNotGrantedCommandOutput
|
|
22
16
|
extends CheckAccessNotGrantedResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CheckAccessNotGrantedCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CheckAccessNotGrantedCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AccessAnalyzerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CheckAccessNotGrantedCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CheckAccessNotGrantedCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CheckAccessNotGrantedCommandInput,
|
|
38
|
-
CheckAccessNotGrantedCommandOutput
|
|
23
|
+
CheckAccessNotGrantedCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {}
|
|
|
20
14
|
export interface CheckNoNewAccessCommandOutput
|
|
21
15
|
extends CheckNoNewAccessResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CheckNoNewAccessCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CheckNoNewAccessCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CheckNoNewAccessCommandInput,
|
|
22
|
+
CheckNoNewAccessCommandOutput,
|
|
23
|
+
AccessAnalyzerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateAccessPreviewCommandInput
|
|
|
21
15
|
export interface CreateAccessPreviewCommandOutput
|
|
22
16
|
extends CreateAccessPreviewResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateAccessPreviewCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAccessPreviewCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateAccessPreviewCommandInput,
|
|
23
|
+
CreateAccessPreviewCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
|
|
|
20
14
|
export interface CreateAnalyzerCommandOutput
|
|
21
15
|
extends CreateAnalyzerResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateAnalyzerCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateAnalyzerCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateAnalyzerCommandInput,
|
|
22
|
+
CreateAnalyzerCommandOutput,
|
|
23
|
+
AccessAnalyzerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface CreateArchiveRuleCommandInput
|
|
17
11
|
extends CreateArchiveRuleRequest {}
|
|
18
12
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const CreateArchiveRuleCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: CreateArchiveRuleCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
CreateArchiveRuleCommandInput,
|
|
18
|
+
CreateArchiveRuleCommandOutput,
|
|
19
|
+
AccessAnalyzerClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AccessAnalyzerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
|
|
17
11
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const DeleteAnalyzerCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteAnalyzerCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteAnalyzerCommandInput,
|
|
17
|
+
DeleteAnalyzerCommandOutput,
|
|
18
|
+
AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {}
|