@aws-sdk/client-accessanalyzer 3.478.0 → 3.484.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 (133) 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-es/commands/ApplyArchiveRuleCommand.js +18 -41
  35. package/dist-es/commands/CancelPolicyGenerationCommand.js +18 -41
  36. package/dist-es/commands/CheckAccessNotGrantedCommand.js +18 -41
  37. package/dist-es/commands/CheckNoNewAccessCommand.js +18 -41
  38. package/dist-es/commands/CreateAccessPreviewCommand.js +18 -41
  39. package/dist-es/commands/CreateAnalyzerCommand.js +18 -41
  40. package/dist-es/commands/CreateArchiveRuleCommand.js +18 -41
  41. package/dist-es/commands/DeleteAnalyzerCommand.js +18 -41
  42. package/dist-es/commands/DeleteArchiveRuleCommand.js +18 -41
  43. package/dist-es/commands/GetAccessPreviewCommand.js +18 -41
  44. package/dist-es/commands/GetAnalyzedResourceCommand.js +18 -41
  45. package/dist-es/commands/GetAnalyzerCommand.js +18 -41
  46. package/dist-es/commands/GetArchiveRuleCommand.js +18 -41
  47. package/dist-es/commands/GetFindingCommand.js +18 -41
  48. package/dist-es/commands/GetFindingV2Command.js +18 -41
  49. package/dist-es/commands/GetGeneratedPolicyCommand.js +18 -41
  50. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +18 -41
  51. package/dist-es/commands/ListAccessPreviewsCommand.js +18 -41
  52. package/dist-es/commands/ListAnalyzedResourcesCommand.js +18 -41
  53. package/dist-es/commands/ListAnalyzersCommand.js +18 -41
  54. package/dist-es/commands/ListArchiveRulesCommand.js +18 -41
  55. package/dist-es/commands/ListFindingsCommand.js +18 -41
  56. package/dist-es/commands/ListFindingsV2Command.js +18 -41
  57. package/dist-es/commands/ListPolicyGenerationsCommand.js +18 -41
  58. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  59. package/dist-es/commands/StartPolicyGenerationCommand.js +18 -41
  60. package/dist-es/commands/StartResourceScanCommand.js +18 -41
  61. package/dist-es/commands/TagResourceCommand.js +18 -41
  62. package/dist-es/commands/UntagResourceCommand.js +18 -41
  63. package/dist-es/commands/UpdateArchiveRuleCommand.js +18 -41
  64. package/dist-es/commands/UpdateFindingsCommand.js +18 -41
  65. package/dist-es/commands/ValidatePolicyCommand.js +18 -41
  66. package/dist-es/endpoint/EndpointParameters.js +6 -0
  67. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -21
  68. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -21
  69. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +6 -21
  70. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -21
  73. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -21
  76. package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -21
  77. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -21
  79. package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -21
  80. package/dist-types/commands/GetFindingCommand.d.ts +6 -21
  81. package/dist-types/commands/GetFindingV2Command.d.ts +6 -21
  82. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -21
  83. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -21
  86. package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -21
  87. package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -21
  88. package/dist-types/commands/ListFindingsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListFindingsV2Command.d.ts +6 -21
  90. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -21
  93. package/dist-types/commands/StartResourceScanCommand.d.ts +6 -21
  94. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -21
  98. package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -21
  99. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  100. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  133. 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 { GetFindingRequest, GetFindingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFindingCommandInput extends GetFindingRequest {
21
20
  */
22
21
  export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFindingCommand_base: {
24
+ new (input: GetFindingCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified finding.</p>
@@ -96,23 +99,5 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
96
99
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
97
100
  *
98
101
  */
99
- export declare class GetFindingCommand extends $Command<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig> {
100
- readonly input: GetFindingCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: GetFindingCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingCommandInput, GetFindingCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class GetFindingCommand extends GetFindingCommand_base {
118
103
  }
@@ -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 { GetFindingV2Request, GetFindingV2Response } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFindingV2CommandInput extends GetFindingV2Request {
21
20
  */
22
21
  export interface GetFindingV2CommandOutput extends GetFindingV2Response, __MetadataBearer {
23
22
  }
23
+ declare const GetFindingV2Command_base: {
24
+ new (input: GetFindingV2CommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified finding.</p>
@@ -124,23 +127,5 @@ export interface GetFindingV2CommandOutput extends GetFindingV2Response, __Metad
124
127
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
125
128
  *
126
129
  */
127
- export declare class GetFindingV2Command extends $Command<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig> {
128
- readonly input: GetFindingV2CommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: GetFindingV2CommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingV2CommandInput, GetFindingV2CommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class GetFindingV2Command extends GetFindingV2Command_base {
146
131
  }
@@ -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 { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyReques
21
20
  */
22
21
  export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetGeneratedPolicyCommand_base: {
24
+ new (input: GetGeneratedPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>.
@@ -99,23 +102,5 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
99
102
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
100
103
  *
101
104
  */
102
- export declare class GetGeneratedPolicyCommand extends $Command<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
103
- readonly input: GetGeneratedPolicyCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetGeneratedPolicyCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_base {
121
106
  }
@@ -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 { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreview
21
20
  */
22
21
  export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccessPreviewFindingsCommand_base: {
24
+ new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of access preview findings generated by the specified access
@@ -120,23 +123,5 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
120
123
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
121
124
  *
122
125
  */
123
- export declare class ListAccessPreviewFindingsCommand extends $Command<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
124
- readonly input: ListAccessPreviewFindingsCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: ListAccessPreviewFindingsCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {
142
127
  }
@@ -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 { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsReques
21
20
  */
22
21
  export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccessPreviewsCommand_base: {
24
+ new (input: ListAccessPreviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of access previews for the specified analyzer.</p>
@@ -79,23 +82,5 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
79
82
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
80
83
  *
81
84
  */
82
- export declare class ListAccessPreviewsCommand extends $Command<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig> {
83
- readonly input: ListAccessPreviewsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListAccessPreviewsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListAccessPreviewsCommand extends ListAccessPreviewsCommand_base {
101
86
  }
@@ -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 { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResources
21
20
  */
22
21
  export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAnalyzedResourcesCommand_base: {
24
+ new (input: ListAnalyzedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of resources of the specified type that have been analyzed by the
@@ -77,23 +80,5 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
77
80
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
78
81
  *
79
82
  */
80
- export declare class ListAnalyzedResourcesCommand extends $Command<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig> {
81
- readonly input: ListAnalyzedResourcesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListAnalyzedResourcesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListAnalyzedResourcesCommand extends ListAnalyzedResourcesCommand_base {
99
84
  }
@@ -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 { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
21
20
  */
22
21
  export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAnalyzersCommand_base: {
24
+ new (input: ListAnalyzersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of analyzers.</p>
@@ -87,23 +90,5 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
87
90
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
88
91
  *
89
92
  */
90
- export declare class ListAnalyzersCommand extends $Command<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig> {
91
- readonly input: ListAnalyzersCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListAnalyzersCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalyzersCommandInput, ListAnalyzersCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListAnalyzersCommand extends ListAnalyzersCommand_base {
109
94
  }
@@ -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 { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
21
20
  */
22
21
  export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListArchiveRulesCommand_base: {
24
+ new (input: ListArchiveRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of archive rules created for the specified analyzer.</p>
@@ -86,23 +89,5 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
86
89
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
87
90
  *
88
91
  */
89
- export declare class ListArchiveRulesCommand extends $Command<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig> {
90
- readonly input: ListArchiveRulesCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListArchiveRulesCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListArchiveRulesCommand extends ListArchiveRulesCommand_base {
108
93
  }
@@ -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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {
21
20
  */
22
21
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFindingsCommand_base: {
24
+ new (input: ListFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of findings generated by the specified analyzer.</p>
@@ -119,23 +122,5 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
119
122
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
120
123
  *
121
124
  */
122
- export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
123
- readonly input: ListFindingsCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: ListFindingsCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class ListFindingsCommand extends ListFindingsCommand_base {
141
126
  }
@@ -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 { ListFindingsV2Request, ListFindingsV2Response } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFindingsV2CommandInput extends ListFindingsV2Request {
21
20
  */
22
21
  export interface ListFindingsV2CommandOutput extends ListFindingsV2Response, __MetadataBearer {
23
22
  }
23
+ declare const ListFindingsV2Command_base: {
24
+ new (input: ListFindingsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of findings generated by the specified analyzer.</p>
@@ -101,23 +104,5 @@ export interface ListFindingsV2CommandOutput extends ListFindingsV2Response, __M
101
104
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
102
105
  *
103
106
  */
104
- export declare class ListFindingsV2Command extends $Command<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig> {
105
- readonly input: ListFindingsV2CommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListFindingsV2CommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsV2CommandInput, ListFindingsV2CommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListFindingsV2Command extends ListFindingsV2Command_base {
123
108
  }
@@ -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 { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerations
21
20
  */
22
21
  export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPolicyGenerationsCommand_base: {
24
+ new (input: ListPolicyGenerationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all of the policy generations requested in the last seven days.</p>
@@ -74,23 +77,5 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
74
77
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
75
78
  *
76
79
  */
77
- export declare class ListPolicyGenerationsCommand extends $Command<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig> {
78
- readonly input: ListPolicyGenerationsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListPolicyGenerationsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListPolicyGenerationsCommand extends ListPolicyGenerationsCommand_base {
96
81
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of tags applied to the specified resource.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -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 { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartPolicyGenerationCommandInput extends StartPolicyGeneration
21
20
  */
22
21
  export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartPolicyGenerationCommand_base: {
24
+ new (input: StartPolicyGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the policy generation request.</p>
@@ -86,23 +89,5 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
86
89
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
87
90
  *
88
91
  */
89
- export declare class StartPolicyGenerationCommand extends $Command<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
90
- readonly input: StartPolicyGenerationCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: StartPolicyGenerationCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class StartPolicyGenerationCommand extends StartPolicyGenerationCommand_base {
108
93
  }
@@ -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 { StartResourceScanRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartResourceScanCommandInput extends StartResourceScanRequest
21
20
  */
22
21
  export interface StartResourceScanCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StartResourceScanCommand_base: {
24
+ new (input: StartResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Immediately starts a scan of the policies applied to the specified resource.</p>
@@ -66,23 +69,5 @@ export interface StartResourceScanCommandOutput extends __MetadataBearer {
66
69
  * <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
67
70
  *
68
71
  */
69
- export declare class StartResourceScanCommand extends $Command<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig> {
70
- readonly input: StartResourceScanCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: StartResourceScanCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartResourceScanCommandInput, StartResourceScanCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class StartResourceScanCommand extends StartResourceScanCommand_base {
88
73
  }