@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,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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a tag to the specified resource.</p>
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a tag from the specified resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateArchiveRuleRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest
21
20
  */
22
21
  export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateArchiveRuleCommand_base: {
24
+ new (input: UpdateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the criteria and values for the specified archive rule.</p>
@@ -80,23 +83,5 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
80
83
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateArchiveRuleCommand extends $Command<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
84
- readonly input: UpdateArchiveRuleCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateArchiveRuleCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateArchiveRuleCommand extends UpdateArchiveRuleCommand_base {
102
87
  }
@@ -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 { UpdateFindingsRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
21
20
  */
22
21
  export interface UpdateFindingsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateFindingsCommand_base: {
24
+ new (input: UpdateFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the status for the specified findings.</p>
@@ -70,23 +73,5 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {
70
73
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateFindingsCommand extends $Command<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
74
- readonly input: UpdateFindingsCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateFindingsCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsCommandInput, UpdateFindingsCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {
92
77
  }
@@ -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 { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
21
20
  */
22
21
  export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const ValidatePolicyCommand_base: {
24
+ new (input: ValidatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Requests the validation of a policy and returns a list of findings. The findings help
@@ -105,23 +108,5 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M
105
108
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
106
109
  *
107
110
  */
108
- export declare class ValidatePolicyCommand extends $Command<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
109
- readonly input: ValidatePolicyCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ValidatePolicyCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePolicyCommandInput, ValidatePolicyCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base {
127
112
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetFindingV2(config: AccessAnalyzerPaginationConfiguration, input: GetFindingV2CommandInput, ...additionalArguments: any): Paginator<GetFindingV2CommandOutput>;
7
+ export declare const paginateGetFindingV2: (config: AccessAnalyzerPaginationConfiguration, input: GetFindingV2CommandInput, ...rest: any[]) => Paginator<GetFindingV2CommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessPreviewFindings(config: AccessAnalyzerPaginationConfiguration, input: ListAccessPreviewFindingsCommandInput, ...additionalArguments: any): Paginator<ListAccessPreviewFindingsCommandOutput>;
7
+ export declare const paginateListAccessPreviewFindings: (config: AccessAnalyzerPaginationConfiguration, input: ListAccessPreviewFindingsCommandInput, ...rest: any[]) => Paginator<ListAccessPreviewFindingsCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessPreviews(config: AccessAnalyzerPaginationConfiguration, input: ListAccessPreviewsCommandInput, ...additionalArguments: any): Paginator<ListAccessPreviewsCommandOutput>;
7
+ export declare const paginateListAccessPreviews: (config: AccessAnalyzerPaginationConfiguration, input: ListAccessPreviewsCommandInput, ...rest: any[]) => Paginator<ListAccessPreviewsCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAnalyzedResources(config: AccessAnalyzerPaginationConfiguration, input: ListAnalyzedResourcesCommandInput, ...additionalArguments: any): Paginator<ListAnalyzedResourcesCommandOutput>;
7
+ export declare const paginateListAnalyzedResources: (config: AccessAnalyzerPaginationConfiguration, input: ListAnalyzedResourcesCommandInput, ...rest: any[]) => Paginator<ListAnalyzedResourcesCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAnalyzers(config: AccessAnalyzerPaginationConfiguration, input: ListAnalyzersCommandInput, ...additionalArguments: any): Paginator<ListAnalyzersCommandOutput>;
7
+ export declare const paginateListAnalyzers: (config: AccessAnalyzerPaginationConfiguration, input: ListAnalyzersCommandInput, ...rest: any[]) => Paginator<ListAnalyzersCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListArchiveRules(config: AccessAnalyzerPaginationConfiguration, input: ListArchiveRulesCommandInput, ...additionalArguments: any): Paginator<ListArchiveRulesCommandOutput>;
7
+ export declare const paginateListArchiveRules: (config: AccessAnalyzerPaginationConfiguration, input: ListArchiveRulesCommandInput, ...rest: any[]) => Paginator<ListArchiveRulesCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFindings(config: AccessAnalyzerPaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
7
+ export declare const paginateListFindings: (config: AccessAnalyzerPaginationConfiguration, input: ListFindingsCommandInput, ...rest: any[]) => Paginator<ListFindingsCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFindingsV2(config: AccessAnalyzerPaginationConfiguration, input: ListFindingsV2CommandInput, ...additionalArguments: any): Paginator<ListFindingsV2CommandOutput>;
7
+ export declare const paginateListFindingsV2: (config: AccessAnalyzerPaginationConfiguration, input: ListFindingsV2CommandInput, ...rest: any[]) => Paginator<ListFindingsV2CommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPolicyGenerations(config: AccessAnalyzerPaginationConfiguration, input: ListPolicyGenerationsCommandInput, ...additionalArguments: any): Paginator<ListPolicyGenerationsCommandOutput>;
7
+ export declare const paginateListPolicyGenerations: (config: AccessAnalyzerPaginationConfiguration, input: ListPolicyGenerationsCommandInput, ...rest: any[]) => Paginator<ListPolicyGenerationsCommandOutput>;
@@ -4,4 +4,4 @@ import { AccessAnalyzerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateValidatePolicy(config: AccessAnalyzerPaginationConfiguration, input: ValidatePolicyCommandInput, ...additionalArguments: any): Paginator<ValidatePolicyCommandOutput>;
7
+ export declare const paginateValidatePolicy: (config: AccessAnalyzerPaginationConfiguration, input: ValidatePolicyCommandInput, ...rest: any[]) => Paginator<ValidatePolicyCommandOutput>;
@@ -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 { ApplyArchiveRuleRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
17
11
  export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
18
- export declare class ApplyArchiveRuleCommand extends $Command<
19
- ApplyArchiveRuleCommandInput,
20
- ApplyArchiveRuleCommandOutput,
21
- AccessAnalyzerClientResolvedConfig
22
- > {
23
- readonly input: ApplyArchiveRuleCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: ApplyArchiveRuleCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: AccessAnalyzerClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const ApplyArchiveRuleCommand_base: {
13
+ new (
14
+ input: ApplyArchiveRuleCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ ApplyArchiveRuleCommandInput,
17
+ ApplyArchiveRuleCommandOutput,
18
+ AccessAnalyzerClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_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 CancelPolicyGenerationCommandInput
21
15
  export interface CancelPolicyGenerationCommandOutput
22
16
  extends CancelPolicyGenerationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CancelPolicyGenerationCommand extends $Command<
25
- CancelPolicyGenerationCommandInput,
26
- CancelPolicyGenerationCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: CancelPolicyGenerationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelPolicyGenerationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelPolicyGenerationCommand_base: {
19
+ new (
20
+ input: CancelPolicyGenerationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelPolicyGenerationCommandInput,
38
- CancelPolicyGenerationCommandOutput
23
+ CancelPolicyGenerationCommandOutput,
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 CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_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 CheckAccessNotGrantedCommandInput
21
15
  export interface CheckAccessNotGrantedCommandOutput
22
16
  extends CheckAccessNotGrantedResponse,
23
17
  __MetadataBearer {}
24
- export declare class CheckAccessNotGrantedCommand extends $Command<
25
- CheckAccessNotGrantedCommandInput,
26
- CheckAccessNotGrantedCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: CheckAccessNotGrantedCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CheckAccessNotGrantedCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CheckAccessNotGrantedCommand_base: {
19
+ new (
20
+ input: CheckAccessNotGrantedCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CheckAccessNotGrantedCommandInput,
38
- CheckAccessNotGrantedCommandOutput
23
+ CheckAccessNotGrantedCommandOutput,
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 CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_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 CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {}
20
14
  export interface CheckNoNewAccessCommandOutput
21
15
  extends CheckNoNewAccessResponse,
22
16
  __MetadataBearer {}
23
- export declare class CheckNoNewAccessCommand extends $Command<
24
- CheckNoNewAccessCommandInput,
25
- CheckNoNewAccessCommandOutput,
26
- AccessAnalyzerClientResolvedConfig
27
- > {
28
- readonly input: CheckNoNewAccessCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CheckNoNewAccessCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AccessAnalyzerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CheckNoNewAccessCommand_base: {
18
+ new (
19
+ input: CheckNoNewAccessCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CheckNoNewAccessCommandInput,
22
+ CheckNoNewAccessCommandOutput,
23
+ AccessAnalyzerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_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 CreateAccessPreviewCommandInput
21
15
  export interface CreateAccessPreviewCommandOutput
22
16
  extends CreateAccessPreviewResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAccessPreviewCommand extends $Command<
25
- CreateAccessPreviewCommandInput,
26
- CreateAccessPreviewCommandOutput,
27
- AccessAnalyzerClientResolvedConfig
28
- > {
29
- readonly input: CreateAccessPreviewCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAccessPreviewCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AccessAnalyzerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateAccessPreviewCommand_base: {
19
+ new (
20
+ input: CreateAccessPreviewCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateAccessPreviewCommandInput,
23
+ CreateAccessPreviewCommandOutput,
24
+ AccessAnalyzerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_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 CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
20
14
  export interface CreateAnalyzerCommandOutput
21
15
  extends CreateAnalyzerResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateAnalyzerCommand extends $Command<
24
- CreateAnalyzerCommandInput,
25
- CreateAnalyzerCommandOutput,
26
- AccessAnalyzerClientResolvedConfig
27
- > {
28
- readonly input: CreateAnalyzerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateAnalyzerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AccessAnalyzerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateAnalyzerCommand_base: {
18
+ new (
19
+ input: CreateAnalyzerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateAnalyzerCommandInput,
22
+ CreateAnalyzerCommandOutput,
23
+ AccessAnalyzerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {}