@aws-sdk/client-accessanalyzer 3.478.0 → 3.484.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 +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ValidatePolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "AccessAnalyzerClient";
|
|
26
|
-
const commandName = "ValidatePolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AccessAnalyzer",
|
|
35
|
-
operation: "ValidatePolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ValidatePolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ValidatePolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ValidatePolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AccessAnalyzer", "ValidatePolicy", {})
|
|
19
|
+
.n("AccessAnalyzerClient", "ValidatePolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ValidatePolicyCommand)
|
|
22
|
+
.de(de_ValidatePolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "access-analyzer",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -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 { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ApplyArchiveRuleCommand_base: {
|
|
24
|
+
new (input: ApplyArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retroactively applies the archive rule to existing findings that meet the archive rule
|
|
@@ -67,23 +70,5 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class ApplyArchiveRuleCommand extends
|
|
71
|
-
readonly input: ApplyArchiveRuleCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: ApplyArchiveRuleCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_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 { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelPolicyGenerationCommand_base: {
|
|
24
|
+
new (input: CancelPolicyGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Cancels the requested policy generation.</p>
|
|
@@ -61,23 +64,5 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class CancelPolicyGenerationCommand extends
|
|
65
|
-
readonly input: CancelPolicyGenerationCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: CancelPolicyGenerationCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {
|
|
83
68
|
}
|
|
@@ -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 { CheckAccessNotGrantedRequest, CheckAccessNotGrantedResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CheckAccessNotGrantedCommandInput extends CheckAccessNotGranted
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrantedResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CheckAccessNotGrantedCommand_base: {
|
|
24
|
+
new (input: CheckAccessNotGrantedCommandInput): import("@smithy/smithy-client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Checks whether the specified access isn't allowed by a policy.</p>
|
|
@@ -85,23 +88,5 @@ export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrante
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CheckAccessNotGrantedCommand extends
|
|
89
|
-
readonly input: CheckAccessNotGrantedCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CheckAccessNotGrantedCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { CheckNoNewAccessRequest, CheckNoNewAccessResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CheckNoNewAccessCommand_base: {
|
|
24
|
+
new (input: CheckNoNewAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Checks whether new access is allowed for an updated policy when compared to the existing
|
|
@@ -84,23 +87,5 @@ export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse,
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class CheckNoNewAccessCommand extends
|
|
88
|
-
readonly input: CheckNoNewAccessCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: CheckNoNewAccessCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {
|
|
106
91
|
}
|
|
@@ -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 { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAccessPreviewCommand_base: {
|
|
24
|
+
new (input: CreateAccessPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your
|
|
@@ -183,23 +186,5 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
|
|
|
183
186
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
184
187
|
*
|
|
185
188
|
*/
|
|
186
|
-
export declare class CreateAccessPreviewCommand extends
|
|
187
|
-
readonly input: CreateAccessPreviewCommandInput;
|
|
188
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
189
|
-
/**
|
|
190
|
-
* @public
|
|
191
|
-
*/
|
|
192
|
-
constructor(input: CreateAccessPreviewCommandInput);
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
private serialize;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
private deserialize;
|
|
189
|
+
export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {
|
|
205
190
|
}
|
|
@@ -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 { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAnalyzerCommand_base: {
|
|
24
|
+
new (input: CreateAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an analyzer for your account.</p>
|
|
@@ -98,23 +101,5 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class CreateAnalyzerCommand extends
|
|
102
|
-
readonly input: CreateAnalyzerCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: CreateAnalyzerCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {
|
|
120
105
|
}
|
|
@@ -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 { CreateArchiveRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateArchiveRuleCommand_base: {
|
|
24
|
+
new (input: CreateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an archive rule for the specified analyzer. Archive rules automatically archive
|
|
@@ -88,23 +91,5 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class CreateArchiveRuleCommand extends
|
|
92
|
-
readonly input: CreateArchiveRuleCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: CreateArchiveRuleCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {
|
|
110
95
|
}
|
|
@@ -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 { DeleteAnalyzerRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAnalyzerCommand_base: {
|
|
24
|
+
new (input: DeleteAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled
|
|
@@ -67,23 +70,5 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteAnalyzerCommand extends
|
|
71
|
-
readonly input: DeleteAnalyzerCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteAnalyzerCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_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 { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteArchiveRuleCommand_base: {
|
|
24
|
+
new (input: DeleteArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified archive rule.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteArchiveRuleCommand extends
|
|
70
|
-
readonly input: DeleteArchiveRuleCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteArchiveRuleCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAccessPreviewCommand_base: {
|
|
24
|
+
new (input: GetAccessPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about an access preview for the specified analyzer.</p>
|
|
@@ -184,23 +187,5 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
|
|
|
184
187
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
185
188
|
*
|
|
186
189
|
*/
|
|
187
|
-
export declare class GetAccessPreviewCommand extends
|
|
188
|
-
readonly input: GetAccessPreviewCommandInput;
|
|
189
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
190
|
-
/**
|
|
191
|
-
* @public
|
|
192
|
-
*/
|
|
193
|
-
constructor(input: GetAccessPreviewCommandInput);
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
private serialize;
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
|
-
private deserialize;
|
|
190
|
+
export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {
|
|
206
191
|
}
|
|
@@ -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 { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnalyzedResourceCommand_base: {
|
|
24
|
+
new (input: GetAnalyzedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about a resource that was analyzed.</p>
|
|
@@ -83,23 +86,5 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetAnalyzedResourceCommand extends
|
|
87
|
-
readonly input: GetAnalyzedResourceCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetAnalyzedResourceCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnalyzerCommand_base: {
|
|
24
|
+
new (input: GetAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about the specified analyzer.</p>
|
|
@@ -85,23 +88,5 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetAnalyzerCommand extends
|
|
89
|
-
readonly input: GetAnalyzerCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetAnalyzerCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzerCommandInput, GetAnalyzerCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetArchiveRuleCommand_base: {
|
|
24
|
+
new (input: GetArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about an archive rule.</p>
|
|
@@ -86,23 +89,5 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetArchiveRuleCommand extends
|
|
90
|
-
readonly input: GetArchiveRuleCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetArchiveRuleCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {
|
|
108
93
|
}
|