@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,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { AccessAnalyzerClient } from "../AccessAnalyzerClient";
2
3
  import { ListPolicyGenerationsCommand, } from "../commands/ListPolicyGenerationsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListPolicyGenerationsCommand(input), ...args);
5
- };
6
- export async function* paginateListPolicyGenerations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof AccessAnalyzerClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected AccessAnalyzer | AccessAnalyzerClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListPolicyGenerations = createPaginator(AccessAnalyzerClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { AccessAnalyzerClient } from "../AccessAnalyzerClient";
2
3
  import { ValidatePolicyCommand, } from "../commands/ValidatePolicyCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ValidatePolicyCommand(input), ...args);
5
- };
6
- export async function* paginateValidatePolicy(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof AccessAnalyzerClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected AccessAnalyzer | AccessAnalyzerClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateValidatePolicy = createPaginator(AccessAnalyzerClient, ValidatePolicyCommand, "nextToken", "nextToken", "maxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { ApplyArchiveRuleRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
21
20
  */
22
21
  export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const ApplyArchiveRuleCommand_base: {
24
+ new (input: ApplyArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retroactively applies the archive rule to existing findings that meet the archive rule
@@ -67,23 +70,5 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
67
70
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
68
71
  *
69
72
  */
70
- export declare class ApplyArchiveRuleCommand extends $Command<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
71
- readonly input: ApplyArchiveRuleCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: ApplyArchiveRuleCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerati
21
20
  */
22
21
  export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CancelPolicyGenerationCommand_base: {
24
+ new (input: CancelPolicyGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels the requested policy generation.</p>
@@ -61,23 +64,5 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
61
64
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
62
65
  *
63
66
  */
64
- export declare class CancelPolicyGenerationCommand extends $Command<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
65
- readonly input: CancelPolicyGenerationCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: CancelPolicyGenerationCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CheckAccessNotGrantedRequest, CheckAccessNotGrantedResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CheckAccessNotGrantedCommandInput extends CheckAccessNotGranted
21
20
  */
22
21
  export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrantedResponse, __MetadataBearer {
23
22
  }
23
+ declare const CheckAccessNotGrantedCommand_base: {
24
+ new (input: CheckAccessNotGrantedCommandInput): import("@smithy/smithy-client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Checks whether the specified access isn't allowed by a policy.</p>
@@ -85,23 +88,5 @@ export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrante
85
88
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
86
89
  *
87
90
  */
88
- export declare class CheckAccessNotGrantedCommand extends $Command<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig> {
89
- readonly input: CheckAccessNotGrantedCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CheckAccessNotGrantedCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CheckNoNewAccessRequest, CheckNoNewAccessResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {
21
20
  */
22
21
  export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse, __MetadataBearer {
23
22
  }
23
+ declare const CheckNoNewAccessCommand_base: {
24
+ new (input: CheckNoNewAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Checks whether new access is allowed for an updated policy when compared to the existing
@@ -84,23 +87,5 @@ export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse,
84
87
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
85
88
  *
86
89
  */
87
- export declare class CheckNoNewAccessCommand extends $Command<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig> {
88
- readonly input: CheckNoNewAccessCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: CheckNoNewAccessCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequ
21
20
  */
22
21
  export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAccessPreviewCommand_base: {
24
+ new (input: CreateAccessPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your
@@ -183,23 +186,5 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
183
186
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
184
187
  *
185
188
  */
186
- export declare class CreateAccessPreviewCommand extends $Command<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig> {
187
- readonly input: CreateAccessPreviewCommandInput;
188
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
189
- /**
190
- * @public
191
- */
192
- constructor(input: CreateAccessPreviewCommandInput);
193
- /**
194
- * @internal
195
- */
196
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
197
- /**
198
- * @internal
199
- */
200
- private serialize;
201
- /**
202
- * @internal
203
- */
204
- private deserialize;
189
+ export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {
205
190
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
21
20
  */
22
21
  export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAnalyzerCommand_base: {
24
+ new (input: CreateAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an analyzer for your account.</p>
@@ -98,23 +101,5 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
98
101
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
99
102
  *
100
103
  */
101
- export declare class CreateAnalyzerCommand extends $Command<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
102
- readonly input: CreateAnalyzerCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: CreateAnalyzerCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { CreateArchiveRuleRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest
21
20
  */
22
21
  export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const CreateArchiveRuleCommand_base: {
24
+ new (input: CreateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an archive rule for the specified analyzer. Archive rules automatically archive
@@ -88,23 +91,5 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
88
91
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
89
92
  *
90
93
  */
91
- export declare class CreateArchiveRuleCommand extends $Command<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
92
- readonly input: CreateArchiveRuleCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: CreateArchiveRuleCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { DeleteAnalyzerRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
21
20
  */
22
21
  export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteAnalyzerCommand_base: {
24
+ new (input: DeleteAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled
@@ -67,23 +70,5 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
67
70
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteAnalyzerCommand extends $Command<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
71
- readonly input: DeleteAnalyzerCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteAnalyzerCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { DeleteArchiveRuleRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest
21
20
  */
22
21
  export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteArchiveRuleCommand_base: {
24
+ new (input: DeleteArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified archive rule.</p>
@@ -66,23 +69,5 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
66
69
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteArchiveRuleCommand extends $Command<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
70
- readonly input: DeleteArchiveRuleCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteArchiveRuleCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
21
20
  */
22
21
  export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAccessPreviewCommand_base: {
24
+ new (input: GetAccessPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about an access preview for the specified analyzer.</p>
@@ -184,23 +187,5 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
184
187
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
185
188
  *
186
189
  */
187
- export declare class GetAccessPreviewCommand extends $Command<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig> {
188
- readonly input: GetAccessPreviewCommandInput;
189
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
190
- /**
191
- * @public
192
- */
193
- constructor(input: GetAccessPreviewCommandInput);
194
- /**
195
- * @internal
196
- */
197
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput>;
198
- /**
199
- * @internal
200
- */
201
- private serialize;
202
- /**
203
- * @internal
204
- */
205
- private deserialize;
190
+ export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {
206
191
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequ
21
20
  */
22
21
  export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAnalyzedResourceCommand_base: {
24
+ new (input: GetAnalyzedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about a resource that was analyzed.</p>
@@ -83,23 +86,5 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
83
86
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
84
87
  *
85
88
  */
86
- export declare class GetAnalyzedResourceCommand extends $Command<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
87
- readonly input: GetAnalyzedResourceCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetAnalyzedResourceCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
21
20
  */
22
21
  export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAnalyzerCommand_base: {
24
+ new (input: GetAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified analyzer.</p>
@@ -85,23 +88,5 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
85
88
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
86
89
  *
87
90
  */
88
- export declare class GetAnalyzerCommand extends $Command<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
89
- readonly input: GetAnalyzerCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: GetAnalyzerCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalyzerCommandInput, GetAnalyzerCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
4
  import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
21
20
  */
22
21
  export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetArchiveRuleCommand_base: {
24
+ new (input: GetArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about an archive rule.</p>
@@ -86,23 +89,5 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
86
89
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
87
90
  *
88
91
  */
89
- export declare class GetArchiveRuleCommand extends $Command<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
90
- readonly input: GetArchiveRuleCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetArchiveRuleCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {
108
93
  }