@aws-sdk/client-accessanalyzer 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +18 -41
  2. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +18 -41
  3. package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +18 -41
  4. package/dist-cjs/commands/CheckNoNewAccessCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAccessPreviewCommand.js +18 -41
  6. package/dist-cjs/commands/CreateAnalyzerCommand.js +18 -41
  7. package/dist-cjs/commands/CreateArchiveRuleCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAnalyzerCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +18 -41
  10. package/dist-cjs/commands/GetAccessPreviewCommand.js +18 -41
  11. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +18 -41
  12. package/dist-cjs/commands/GetAnalyzerCommand.js +18 -41
  13. package/dist-cjs/commands/GetArchiveRuleCommand.js +18 -41
  14. package/dist-cjs/commands/GetFindingCommand.js +18 -41
  15. package/dist-cjs/commands/GetFindingV2Command.js +18 -41
  16. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +18 -41
  17. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +18 -41
  18. package/dist-cjs/commands/ListAccessPreviewsCommand.js +18 -41
  19. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +18 -41
  20. package/dist-cjs/commands/ListAnalyzersCommand.js +18 -41
  21. package/dist-cjs/commands/ListArchiveRulesCommand.js +18 -41
  22. package/dist-cjs/commands/ListFindingsCommand.js +18 -41
  23. package/dist-cjs/commands/ListFindingsV2Command.js +18 -41
  24. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/StartPolicyGenerationCommand.js +18 -41
  27. package/dist-cjs/commands/StartResourceScanCommand.js +18 -41
  28. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateFindingsCommand.js +18 -41
  32. package/dist-cjs/commands/ValidatePolicyCommand.js +18 -41
  33. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  34. package/dist-cjs/pagination/GetFindingV2Paginator.js +2 -24
  35. package/dist-cjs/pagination/ListAccessPreviewFindingsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListAccessPreviewsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListAnalyzedResourcesPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListAnalyzersPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListArchiveRulesPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListFindingsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListFindingsV2Paginator.js +2 -24
  42. package/dist-cjs/pagination/ListPolicyGenerationsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ValidatePolicyPaginator.js +2 -24
  44. package/dist-es/commands/ApplyArchiveRuleCommand.js +18 -41
  45. package/dist-es/commands/CancelPolicyGenerationCommand.js +18 -41
  46. package/dist-es/commands/CheckAccessNotGrantedCommand.js +18 -41
  47. package/dist-es/commands/CheckNoNewAccessCommand.js +18 -41
  48. package/dist-es/commands/CreateAccessPreviewCommand.js +18 -41
  49. package/dist-es/commands/CreateAnalyzerCommand.js +18 -41
  50. package/dist-es/commands/CreateArchiveRuleCommand.js +18 -41
  51. package/dist-es/commands/DeleteAnalyzerCommand.js +18 -41
  52. package/dist-es/commands/DeleteArchiveRuleCommand.js +18 -41
  53. package/dist-es/commands/GetAccessPreviewCommand.js +18 -41
  54. package/dist-es/commands/GetAnalyzedResourceCommand.js +18 -41
  55. package/dist-es/commands/GetAnalyzerCommand.js +18 -41
  56. package/dist-es/commands/GetArchiveRuleCommand.js +18 -41
  57. package/dist-es/commands/GetFindingCommand.js +18 -41
  58. package/dist-es/commands/GetFindingV2Command.js +18 -41
  59. package/dist-es/commands/GetGeneratedPolicyCommand.js +18 -41
  60. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +18 -41
  61. package/dist-es/commands/ListAccessPreviewsCommand.js +18 -41
  62. package/dist-es/commands/ListAnalyzedResourcesCommand.js +18 -41
  63. package/dist-es/commands/ListAnalyzersCommand.js +18 -41
  64. package/dist-es/commands/ListArchiveRulesCommand.js +18 -41
  65. package/dist-es/commands/ListFindingsCommand.js +18 -41
  66. package/dist-es/commands/ListFindingsV2Command.js +18 -41
  67. package/dist-es/commands/ListPolicyGenerationsCommand.js +18 -41
  68. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  69. package/dist-es/commands/StartPolicyGenerationCommand.js +18 -41
  70. package/dist-es/commands/StartResourceScanCommand.js +18 -41
  71. package/dist-es/commands/TagResourceCommand.js +18 -41
  72. package/dist-es/commands/UntagResourceCommand.js +18 -41
  73. package/dist-es/commands/UpdateArchiveRuleCommand.js +18 -41
  74. package/dist-es/commands/UpdateFindingsCommand.js +18 -41
  75. package/dist-es/commands/ValidatePolicyCommand.js +18 -41
  76. package/dist-es/endpoint/EndpointParameters.js +6 -0
  77. package/dist-es/pagination/GetFindingV2Paginator.js +2 -23
  78. package/dist-es/pagination/ListAccessPreviewFindingsPaginator.js +2 -23
  79. package/dist-es/pagination/ListAccessPreviewsPaginator.js +2 -23
  80. package/dist-es/pagination/ListAnalyzedResourcesPaginator.js +2 -23
  81. package/dist-es/pagination/ListAnalyzersPaginator.js +2 -23
  82. package/dist-es/pagination/ListArchiveRulesPaginator.js +2 -23
  83. package/dist-es/pagination/ListFindingsPaginator.js +2 -23
  84. package/dist-es/pagination/ListFindingsV2Paginator.js +2 -23
  85. package/dist-es/pagination/ListPolicyGenerationsPaginator.js +2 -23
  86. package/dist-es/pagination/ValidatePolicyPaginator.js +2 -23
  87. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -21
  88. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -21
  89. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +6 -21
  90. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +6 -21
  91. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -21
  92. package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -21
  93. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -21
  95. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -21
  96. package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -21
  97. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -21
  98. package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -21
  99. package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -21
  100. package/dist-types/commands/GetFindingCommand.d.ts +6 -21
  101. package/dist-types/commands/GetFindingV2Command.d.ts +6 -21
  102. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -21
  103. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -21
  104. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -21
  106. package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -21
  107. package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -21
  108. package/dist-types/commands/ListFindingsCommand.d.ts +6 -21
  109. package/dist-types/commands/ListFindingsV2Command.d.ts +6 -21
  110. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  112. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -21
  113. package/dist-types/commands/StartResourceScanCommand.d.ts +6 -21
  114. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -21
  118. package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -21
  119. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  120. package/dist-types/pagination/GetFindingV2Paginator.d.ts +1 -1
  121. package/dist-types/pagination/ListAccessPreviewFindingsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/ListAccessPreviewsPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListAnalyzedResourcesPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListAnalyzersPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListArchiveRulesPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListFindingsV2Paginator.d.ts +1 -1
  128. package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ValidatePolicyPaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/ts3.4/pagination/GetFindingV2Paginator.d.ts +3 -3
  164. package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +3 -3
  165. package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +3 -3
  166. package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +3 -3
  169. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/ListFindingsV2Paginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +3 -3
  173. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface CreateArchiveRuleCommandInput
17
11
  extends CreateArchiveRuleRequest {}
18
12
  export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
19
- export declare class CreateArchiveRuleCommand extends $Command<
20
- CreateArchiveRuleCommandInput,
21
- CreateArchiveRuleCommandOutput,
22
- AccessAnalyzerClientResolvedConfig
23
- > {
24
- readonly input: CreateArchiveRuleCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: CreateArchiveRuleCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: AccessAnalyzerClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const CreateArchiveRuleCommand_base: {
14
+ new (
15
+ input: CreateArchiveRuleCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ CreateArchiveRuleCommandInput,
18
+ CreateArchiveRuleCommandOutput,
19
+ AccessAnalyzerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteAnalyzerRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
17
11
  export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteAnalyzerCommand extends $Command<
19
- DeleteAnalyzerCommandInput,
20
- DeleteAnalyzerCommandOutput,
21
- AccessAnalyzerClientResolvedConfig
22
- > {
23
- readonly input: DeleteAnalyzerCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteAnalyzerCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: AccessAnalyzerClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteAnalyzerCommand_base: {
13
+ new (
14
+ input: DeleteAnalyzerCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteAnalyzerCommandInput,
17
+ DeleteAnalyzerCommandOutput,
18
+ AccessAnalyzerClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteArchiveRuleCommandInput
17
11
  extends DeleteArchiveRuleRequest {}
18
12
  export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteArchiveRuleCommand extends $Command<
20
- DeleteArchiveRuleCommandInput,
21
- DeleteArchiveRuleCommandOutput,
22
- AccessAnalyzerClientResolvedConfig
23
- > {
24
- readonly input: DeleteArchiveRuleCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteArchiveRuleCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: AccessAnalyzerClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteArchiveRuleCommand_base: {
14
+ new (
15
+ input: DeleteArchiveRuleCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteArchiveRuleCommandInput,
18
+ DeleteArchiveRuleCommandOutput,
19
+ AccessAnalyzerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
20
14
  export interface GetAccessPreviewCommandOutput
21
15
  extends GetAccessPreviewResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetAccessPreviewCommand extends $Command<
24
- GetAccessPreviewCommandInput,
25
- GetAccessPreviewCommandOutput,
26
- AccessAnalyzerClientResolvedConfig
27
- > {
28
- readonly input: GetAccessPreviewCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetAccessPreviewCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AccessAnalyzerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetAccessPreviewCommand_base: {
18
+ new (
19
+ input: GetAccessPreviewCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetAccessPreviewCommandInput,
22
+ GetAccessPreviewCommandOutput,
23
+ AccessAnalyzerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetAnalyzedResourceCommandInput
21
15
  export interface GetAnalyzedResourceCommandOutput
22
16
  extends GetAnalyzedResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAnalyzedResourceCommand extends $Command<
25
- GetAnalyzedResourceCommandInput,
26
- GetAnalyzedResourceCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: GetAnalyzedResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAnalyzedResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAnalyzedResourceCommand_base: {
19
+ new (
20
+ input: GetAnalyzedResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAnalyzedResourceCommandInput,
23
+ GetAnalyzedResourceCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
17
11
  export interface GetAnalyzerCommandOutput
18
12
  extends GetAnalyzerResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetAnalyzerCommand extends $Command<
21
- GetAnalyzerCommandInput,
22
- GetAnalyzerCommandOutput,
23
- AccessAnalyzerClientResolvedConfig
24
- > {
25
- readonly input: GetAnalyzerCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAnalyzerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AccessAnalyzerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAnalyzerCommandInput, GetAnalyzerCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAnalyzerCommand_base: {
15
+ new (
16
+ input: GetAnalyzerCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAnalyzerCommandInput,
19
+ GetAnalyzerCommandOutput,
20
+ AccessAnalyzerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
20
14
  export interface GetArchiveRuleCommandOutput
21
15
  extends GetArchiveRuleResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetArchiveRuleCommand extends $Command<
24
- GetArchiveRuleCommandInput,
25
- GetArchiveRuleCommandOutput,
26
- AccessAnalyzerClientResolvedConfig
27
- > {
28
- readonly input: GetArchiveRuleCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetArchiveRuleCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AccessAnalyzerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetArchiveRuleCommand_base: {
18
+ new (
19
+ input: GetArchiveRuleCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetArchiveRuleCommandInput,
22
+ GetArchiveRuleCommandOutput,
23
+ AccessAnalyzerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetFindingCommandInput extends GetFindingRequest {}
17
11
  export interface GetFindingCommandOutput
18
12
  extends GetFindingResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetFindingCommand extends $Command<
21
- GetFindingCommandInput,
22
- GetFindingCommandOutput,
23
- AccessAnalyzerClientResolvedConfig
24
- > {
25
- readonly input: GetFindingCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetFindingCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AccessAnalyzerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetFindingCommandInput, GetFindingCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetFindingCommand_base: {
15
+ new (
16
+ input: GetFindingCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetFindingCommandInput,
19
+ GetFindingCommandOutput,
20
+ AccessAnalyzerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetFindingCommand extends GetFindingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetFindingV2CommandInput extends GetFindingV2Request {}
17
11
  export interface GetFindingV2CommandOutput
18
12
  extends GetFindingV2Response,
19
13
  __MetadataBearer {}
20
- export declare class GetFindingV2Command extends $Command<
21
- GetFindingV2CommandInput,
22
- GetFindingV2CommandOutput,
23
- AccessAnalyzerClientResolvedConfig
24
- > {
25
- readonly input: GetFindingV2CommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetFindingV2CommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AccessAnalyzerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetFindingV2CommandInput, GetFindingV2CommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetFindingV2Command_base: {
15
+ new (
16
+ input: GetFindingV2CommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetFindingV2CommandInput,
19
+ GetFindingV2CommandOutput,
20
+ AccessAnalyzerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetFindingV2Command extends GetFindingV2Command_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetGeneratedPolicyCommandInput
21
15
  export interface GetGeneratedPolicyCommandOutput
22
16
  extends GetGeneratedPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetGeneratedPolicyCommand extends $Command<
25
- GetGeneratedPolicyCommandInput,
26
- GetGeneratedPolicyCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: GetGeneratedPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetGeneratedPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetGeneratedPolicyCommand_base: {
19
+ new (
20
+ input: GetGeneratedPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetGeneratedPolicyCommandInput,
23
+ GetGeneratedPolicyCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListAccessPreviewFindingsCommandInput
21
15
  export interface ListAccessPreviewFindingsCommandOutput
22
16
  extends ListAccessPreviewFindingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAccessPreviewFindingsCommand extends $Command<
25
- ListAccessPreviewFindingsCommandInput,
26
- ListAccessPreviewFindingsCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: ListAccessPreviewFindingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAccessPreviewFindingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAccessPreviewFindingsCommand_base: {
19
+ new (
20
+ input: ListAccessPreviewFindingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAccessPreviewFindingsCommandInput,
38
- ListAccessPreviewFindingsCommandOutput
23
+ ListAccessPreviewFindingsCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListAccessPreviewsCommandInput
21
15
  export interface ListAccessPreviewsCommandOutput
22
16
  extends ListAccessPreviewsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAccessPreviewsCommand extends $Command<
25
- ListAccessPreviewsCommandInput,
26
- ListAccessPreviewsCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: ListAccessPreviewsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAccessPreviewsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListAccessPreviewsCommand_base: {
19
+ new (
20
+ input: ListAccessPreviewsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAccessPreviewsCommandInput,
23
+ ListAccessPreviewsCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAccessPreviewsCommand extends ListAccessPreviewsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListAnalyzedResourcesCommandInput
21
15
  export interface ListAnalyzedResourcesCommandOutput
22
16
  extends ListAnalyzedResourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAnalyzedResourcesCommand extends $Command<
25
- ListAnalyzedResourcesCommandInput,
26
- ListAnalyzedResourcesCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: ListAnalyzedResourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAnalyzedResourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAnalyzedResourcesCommand_base: {
19
+ new (
20
+ input: ListAnalyzedResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAnalyzedResourcesCommandInput,
38
- ListAnalyzedResourcesCommandOutput
23
+ ListAnalyzedResourcesCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAnalyzedResourcesCommand extends ListAnalyzedResourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AccessAnalyzerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {}
20
14
  export interface ListAnalyzersCommandOutput
21
15
  extends ListAnalyzersResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAnalyzersCommand extends $Command<
24
- ListAnalyzersCommandInput,
25
- ListAnalyzersCommandOutput,
26
- AccessAnalyzerClientResolvedConfig
27
- > {
28
- readonly input: ListAnalyzersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAnalyzersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AccessAnalyzerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAnalyzersCommandInput, ListAnalyzersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAnalyzersCommand_base: {
18
+ new (
19
+ input: ListAnalyzersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAnalyzersCommandInput,
22
+ ListAnalyzersCommandOutput,
23
+ AccessAnalyzerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAnalyzersCommand extends ListAnalyzersCommand_base {}