@aws-sdk/client-accessanalyzer 3.337.0 → 3.338.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/AccessAnalyzerClient.js +2 -1
- package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -1
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -1
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -1
- package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -1
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -1
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -1
- package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -1
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -1
- package/dist-cjs/commands/GetAnalyzerCommand.js +2 -1
- package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -1
- package/dist-cjs/commands/GetFindingCommand.js +2 -1
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -1
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -1
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -1
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -1
- package/dist-cjs/commands/ListAnalyzersCommand.js +2 -1
- package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -1
- package/dist-cjs/commands/ListFindingsCommand.js +2 -1
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -1
- package/dist-cjs/commands/StartResourceScanCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -1
- package/dist-cjs/commands/UpdateFindingsCommand.js +2 -1
- package/dist-cjs/commands/ValidatePolicyCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AccessAnalyzerServiceException.js +2 -1
- package/dist-es/AccessAnalyzerClient.js +1 -0
- package/dist-es/commands/ApplyArchiveRuleCommand.js +1 -0
- package/dist-es/commands/CancelPolicyGenerationCommand.js +1 -0
- package/dist-es/commands/CreateAccessPreviewCommand.js +1 -0
- package/dist-es/commands/CreateAnalyzerCommand.js +1 -0
- package/dist-es/commands/CreateArchiveRuleCommand.js +1 -0
- package/dist-es/commands/DeleteAnalyzerCommand.js +1 -0
- package/dist-es/commands/DeleteArchiveRuleCommand.js +1 -0
- package/dist-es/commands/GetAccessPreviewCommand.js +1 -0
- package/dist-es/commands/GetAnalyzedResourceCommand.js +1 -0
- package/dist-es/commands/GetAnalyzerCommand.js +1 -0
- package/dist-es/commands/GetArchiveRuleCommand.js +1 -0
- package/dist-es/commands/GetFindingCommand.js +1 -0
- package/dist-es/commands/GetGeneratedPolicyCommand.js +1 -0
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +1 -0
- package/dist-es/commands/ListAccessPreviewsCommand.js +1 -0
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +1 -0
- package/dist-es/commands/ListAnalyzersCommand.js +1 -0
- package/dist-es/commands/ListArchiveRulesCommand.js +1 -0
- package/dist-es/commands/ListFindingsCommand.js +1 -0
- package/dist-es/commands/ListPolicyGenerationsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartPolicyGenerationCommand.js +1 -0
- package/dist-es/commands/StartResourceScanCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateArchiveRuleCommand.js +1 -0
- package/dist-es/commands/UpdateFindingsCommand.js +1 -0
- package/dist-es/commands/ValidatePolicyCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AccessAnalyzerServiceException.js +1 -0
- package/dist-types/AccessAnalyzerClient.d.ts +3 -3
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +4 -0
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +4 -0
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +4 -0
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +4 -0
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +4 -0
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +4 -0
- package/dist-types/commands/GetAnalyzerCommand.d.ts +4 -0
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetFindingCommand.d.ts +4 -0
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +4 -0
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListAnalyzersCommand.d.ts +4 -0
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +4 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +4 -0
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +4 -0
- package/dist-types/commands/StartResourceScanCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +4 -0
- package/dist-types/commands/ValidatePolicyCommand.d.ts +4 -0
- package/dist-types/index.d.ts +15 -2
- package/dist-types/models/AccessAnalyzerServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartPolicyGenerationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartResourceScanCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateArchiveRuleCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateFindingsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ValidatePolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AccessAnalyzer";
|
|
2
1
|
export * from "./AccessAnalyzerClient";
|
|
2
|
+
export * from "./AccessAnalyzer";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
|
|
@@ -37,6 +37,7 @@ import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from ".
|
|
|
37
37
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
38
38
|
import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "./commands/ValidatePolicyCommand";
|
|
39
39
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
40
|
+
export { __Client };
|
|
40
41
|
/**
|
|
41
42
|
* @public
|
|
42
43
|
*/
|
|
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
151
152
|
/**
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
|
-
type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
|
+
export type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
156
|
/**
|
|
156
157
|
* @public
|
|
157
158
|
*
|
|
@@ -162,7 +163,7 @@ export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigTy
|
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
|
-
type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
|
+
export type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
167
|
/**
|
|
167
168
|
* @public
|
|
168
169
|
*
|
|
@@ -195,4 +196,3 @@ export declare class AccessAnalyzerClient extends __Client<__HttpHandlerOptions,
|
|
|
195
196
|
*/
|
|
196
197
|
destroy(): void;
|
|
197
198
|
}
|
|
198
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { CreateArchiveRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { StartResourceScanRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { UpdateFindingsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
5
5
|
import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to
|
|
3
|
+
* identify any policies that grant access to an external principal. It does this by using
|
|
4
|
+
* logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An
|
|
5
|
+
* external principal can be another Amazon Web Services account, a root user, an IAM user or role, a
|
|
6
|
+
* federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to
|
|
7
|
+
* preview and validate public and cross-account access to your resources before deploying
|
|
8
|
+
* permissions changes. This guide describes the Identity and Access Management Access Analyzer operations that you can
|
|
9
|
+
* call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
|
|
10
|
+
* <p>To start using IAM Access Analyzer, you first need to create an analyzer.</p>
|
|
11
|
+
*
|
|
12
|
+
* @packageDocumentation
|
|
13
|
+
*/
|
|
2
14
|
export * from "./AccessAnalyzerClient";
|
|
15
|
+
export * from "./AccessAnalyzer";
|
|
3
16
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
17
|
export * from "./pagination";
|
|
18
|
+
export * from "./models";
|
|
6
19
|
export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
|
|
@@ -163,6 +163,7 @@ import {
|
|
|
163
163
|
ClientResolvedEndpointParameters,
|
|
164
164
|
EndpointParameters,
|
|
165
165
|
} from "./endpoint/EndpointParameters";
|
|
166
|
+
export { __Client };
|
|
166
167
|
export type ServiceInputTypes =
|
|
167
168
|
| ApplyArchiveRuleCommandInput
|
|
168
169
|
| CancelPolicyGenerationCommandInput
|
|
@@ -245,7 +246,7 @@ export interface ClientDefaults
|
|
|
245
246
|
logger?: __Logger;
|
|
246
247
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
247
248
|
}
|
|
248
|
-
type AccessAnalyzerClientConfigType = Partial<
|
|
249
|
+
export type AccessAnalyzerClientConfigType = Partial<
|
|
249
250
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
250
251
|
> &
|
|
251
252
|
ClientDefaults &
|
|
@@ -258,7 +259,7 @@ type AccessAnalyzerClientConfigType = Partial<
|
|
|
258
259
|
ClientInputEndpointParameters;
|
|
259
260
|
export interface AccessAnalyzerClientConfig
|
|
260
261
|
extends AccessAnalyzerClientConfigType {}
|
|
261
|
-
type AccessAnalyzerClientResolvedConfigType =
|
|
262
|
+
export type AccessAnalyzerClientResolvedConfigType =
|
|
262
263
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
263
264
|
Required<ClientDefaults> &
|
|
264
265
|
RegionResolvedConfig &
|
|
@@ -280,4 +281,3 @@ export declare class AccessAnalyzerClient extends __Client<
|
|
|
280
281
|
constructor(configuration: AccessAnalyzerClientConfig);
|
|
281
282
|
destroy(): void;
|
|
282
283
|
}
|
|
283
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AccessAnalyzerClient";
|
|
14
14
|
import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
|
|
16
17
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class ApplyArchiveRuleCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CancelPolicyGenerationRequest,
|
|
16
16
|
CancelPolicyGenerationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelPolicyGenerationCommandInput
|
|
19
20
|
extends CancelPolicyGenerationRequest {}
|
|
20
21
|
export interface CancelPolicyGenerationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAccessPreviewRequest,
|
|
16
16
|
CreateAccessPreviewResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAccessPreviewCommandInput
|
|
19
20
|
extends CreateAccessPreviewRequest {}
|
|
20
21
|
export interface CreateAccessPreviewCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAnalyzerRequest,
|
|
16
16
|
CreateAnalyzerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
|
|
19
20
|
export interface CreateAnalyzerCommandOutput
|
|
20
21
|
extends CreateAnalyzerResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AccessAnalyzerClient";
|
|
14
14
|
import { CreateArchiveRuleRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateArchiveRuleCommandInput
|
|
16
17
|
extends CreateArchiveRuleRequest {}
|
|
17
18
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AccessAnalyzerClient";
|
|
14
14
|
import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
|
|
16
17
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteAnalyzerCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AccessAnalyzerClient";
|
|
14
14
|
import { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteArchiveRuleCommandInput
|
|
16
17
|
extends DeleteArchiveRuleRequest {}
|
|
17
18
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAccessPreviewRequest,
|
|
16
16
|
GetAccessPreviewResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
|
|
19
20
|
export interface GetAccessPreviewCommandOutput
|
|
20
21
|
extends GetAccessPreviewResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAnalyzedResourceRequest,
|
|
16
16
|
GetAnalyzedResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAnalyzedResourceCommandInput
|
|
19
20
|
extends GetAnalyzedResourceRequest {}
|
|
20
21
|
export interface GetAnalyzedResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AccessAnalyzerClient";
|
|
14
14
|
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
|
|
16
17
|
export interface GetAnalyzerCommandOutput
|
|
17
18
|
extends GetAnalyzerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetArchiveRuleRequest,
|
|
16
16
|
GetArchiveRuleResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
|
|
19
20
|
export interface GetArchiveRuleCommandOutput
|
|
20
21
|
extends GetArchiveRuleResponse,
|