@aws-sdk/client-accessanalyzer 3.50.0 → 3.53.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AccessAnalyzerServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +109 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +338 -1210
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AccessAnalyzerServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +100 -1
  9. package/dist-es/protocols/Aws_restJson1.js +691 -1331
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/AccessAnalyzerServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +52 -30
  13. package/dist-types/ts3.4/AccessAnalyzer.d.ts +145 -0
  14. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +101 -0
  15. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  45. package/dist-types/ts3.4/index.d.ts +6 -0
  46. package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +6 -0
  47. package/dist-types/ts3.4/models/index.d.ts +1 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +1598 -0
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  50. package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +4 -0
  51. package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +4 -0
  53. package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +86 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  64. package/package.json +33 -33
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
5
+ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
6
+ }
7
+ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetArchiveRuleCommand extends $Command<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: GetArchiveRuleCommandInput;
12
+ constructor(input: GetArchiveRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
5
+ export interface GetFindingCommandInput extends GetFindingRequest {
6
+ }
7
+ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFindingCommand extends $Command<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: GetFindingCommandInput;
12
+ constructor(input: GetFindingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingCommandInput, GetFindingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
5
+ export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyRequest {
6
+ }
7
+ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetGeneratedPolicyCommand extends $Command<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: GetGeneratedPolicyCommandInput;
12
+ constructor(input: GetGeneratedPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
5
+ export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreviewFindingsRequest {
6
+ }
7
+ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAccessPreviewFindingsCommand extends $Command<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListAccessPreviewFindingsCommandInput;
12
+ constructor(input: ListAccessPreviewFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
5
+ export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsRequest {
6
+ }
7
+ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAccessPreviewsCommand extends $Command<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListAccessPreviewsCommandInput;
12
+ constructor(input: ListAccessPreviewsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
5
+ export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResourcesRequest {
6
+ }
7
+ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAnalyzedResourcesCommand extends $Command<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListAnalyzedResourcesCommandInput;
12
+ constructor(input: ListAnalyzedResourcesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
5
+ export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
6
+ }
7
+ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAnalyzersCommand extends $Command<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListAnalyzersCommandInput;
12
+ constructor(input: ListAnalyzersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzersCommandInput, ListAnalyzersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
5
+ export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
6
+ }
7
+ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListArchiveRulesCommand extends $Command<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListArchiveRulesCommandInput;
12
+ constructor(input: ListArchiveRulesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
+ export interface ListFindingsCommandInput extends ListFindingsRequest {
6
+ }
7
+ export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListFindingsCommandInput;
12
+ constructor(input: ListFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
5
+ export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerationsRequest {
6
+ }
7
+ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListPolicyGenerationsCommand extends $Command<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListPolicyGenerationsCommandInput;
12
+ constructor(input: ListPolicyGenerationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
5
+ export interface StartPolicyGenerationCommandInput extends StartPolicyGenerationRequest {
6
+ }
7
+ export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartPolicyGenerationCommand extends $Command<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: StartPolicyGenerationCommandInput;
12
+ constructor(input: StartPolicyGenerationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { StartResourceScanRequest } from "../models/models_0";
5
+ export interface StartResourceScanCommandInput extends StartResourceScanRequest {
6
+ }
7
+ export interface StartResourceScanCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartResourceScanCommand extends $Command<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: StartResourceScanCommandInput;
12
+ constructor(input: StartResourceScanCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartResourceScanCommandInput, StartResourceScanCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { UpdateArchiveRuleRequest } from "../models/models_0";
5
+ export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest {
6
+ }
7
+ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateArchiveRuleCommand extends $Command<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: UpdateArchiveRuleCommandInput;
12
+ constructor(input: UpdateArchiveRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { UpdateFindingsRequest } from "../models/models_0";
5
+ export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
6
+ }
7
+ export interface UpdateFindingsCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateFindingsCommand extends $Command<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: UpdateFindingsCommandInput;
12
+ constructor(input: UpdateFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsCommandInput, UpdateFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
+ import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
5
+ export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
6
+ }
7
+ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ValidatePolicyCommand extends $Command<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
+ readonly input: ValidatePolicyCommandInput;
12
+ constructor(input: ValidatePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePolicyCommandInput, ValidatePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,28 @@
1
+ export * from "./ApplyArchiveRuleCommand";
2
+ export * from "./CancelPolicyGenerationCommand";
3
+ export * from "./CreateAccessPreviewCommand";
4
+ export * from "./CreateAnalyzerCommand";
5
+ export * from "./CreateArchiveRuleCommand";
6
+ export * from "./DeleteAnalyzerCommand";
7
+ export * from "./DeleteArchiveRuleCommand";
8
+ export * from "./GetAccessPreviewCommand";
9
+ export * from "./GetAnalyzedResourceCommand";
10
+ export * from "./GetAnalyzerCommand";
11
+ export * from "./GetArchiveRuleCommand";
12
+ export * from "./GetFindingCommand";
13
+ export * from "./GetGeneratedPolicyCommand";
14
+ export * from "./ListAccessPreviewFindingsCommand";
15
+ export * from "./ListAccessPreviewsCommand";
16
+ export * from "./ListAnalyzedResourcesCommand";
17
+ export * from "./ListAnalyzersCommand";
18
+ export * from "./ListArchiveRulesCommand";
19
+ export * from "./ListFindingsCommand";
20
+ export * from "./ListPolicyGenerationsCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./StartPolicyGenerationCommand";
23
+ export * from "./StartResourceScanCommand";
24
+ export * from "./TagResourceCommand";
25
+ export * from "./UntagResourceCommand";
26
+ export * from "./UpdateArchiveRuleCommand";
27
+ export * from "./UpdateFindingsCommand";
28
+ export * from "./ValidatePolicyCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./AccessAnalyzer";
2
+ export * from "./AccessAnalyzerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class AccessAnalyzerServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";