@aws-sdk/client-inspector2 3.44.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 (216) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +204 -0
  4. package/dist-cjs/Inspector2.js +457 -0
  5. package/dist-cjs/Inspector2Client.js +35 -0
  6. package/dist-cjs/commands/AssociateMemberCommand.js +36 -0
  7. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +36 -0
  8. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +36 -0
  9. package/dist-cjs/commands/CancelFindingsReportCommand.js +36 -0
  10. package/dist-cjs/commands/CreateFilterCommand.js +36 -0
  11. package/dist-cjs/commands/CreateFindingsReportCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteFilterCommand.js +36 -0
  13. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
  14. package/dist-cjs/commands/DisableCommand.js +36 -0
  15. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateMemberCommand.js +36 -0
  17. package/dist-cjs/commands/EnableCommand.js +36 -0
  18. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +36 -0
  19. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +36 -0
  20. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +36 -0
  21. package/dist-cjs/commands/GetMemberCommand.js +36 -0
  22. package/dist-cjs/commands/ListAccountPermissionsCommand.js +36 -0
  23. package/dist-cjs/commands/ListCoverageCommand.js +36 -0
  24. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +36 -0
  25. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +36 -0
  26. package/dist-cjs/commands/ListFiltersCommand.js +36 -0
  27. package/dist-cjs/commands/ListFindingAggregationsCommand.js +36 -0
  28. package/dist-cjs/commands/ListFindingsCommand.js +36 -0
  29. package/dist-cjs/commands/ListMembersCommand.js +36 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  31. package/dist-cjs/commands/ListUsageTotalsCommand.js +36 -0
  32. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  33. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  34. package/dist-cjs/commands/UpdateFilterCommand.js +36 -0
  35. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
  36. package/dist-cjs/commands/index.js +33 -0
  37. package/dist-cjs/endpoints.js +130 -0
  38. package/dist-cjs/index.js +8 -0
  39. package/dist-cjs/models/index.js +4 -0
  40. package/dist-cjs/models/models_0.js +1287 -0
  41. package/dist-cjs/pagination/Interfaces.js +2 -0
  42. package/dist-cjs/pagination/ListAccountPermissionsPaginator.js +35 -0
  43. package/dist-cjs/pagination/ListCoveragePaginator.js +35 -0
  44. package/dist-cjs/pagination/ListCoverageStatisticsPaginator.js +34 -0
  45. package/dist-cjs/pagination/ListDelegatedAdminAccountsPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListFiltersPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListFindingAggregationsPaginator.js +35 -0
  48. package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
  49. package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
  50. package/dist-cjs/pagination/ListUsageTotalsPaginator.js +35 -0
  51. package/dist-cjs/pagination/index.js +13 -0
  52. package/dist-cjs/protocols/Aws_restJson1.js +4893 -0
  53. package/dist-cjs/runtimeConfig.browser.js +40 -0
  54. package/dist-cjs/runtimeConfig.js +44 -0
  55. package/dist-cjs/runtimeConfig.native.js +16 -0
  56. package/dist-cjs/runtimeConfig.shared.js +17 -0
  57. package/dist-es/Inspector2.js +460 -0
  58. package/dist-es/Inspector2Client.js +37 -0
  59. package/dist-es/commands/AssociateMemberCommand.js +39 -0
  60. package/dist-es/commands/BatchGetAccountStatusCommand.js +39 -0
  61. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +39 -0
  62. package/dist-es/commands/CancelFindingsReportCommand.js +39 -0
  63. package/dist-es/commands/CreateFilterCommand.js +39 -0
  64. package/dist-es/commands/CreateFindingsReportCommand.js +39 -0
  65. package/dist-es/commands/DeleteFilterCommand.js +39 -0
  66. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
  67. package/dist-es/commands/DisableCommand.js +39 -0
  68. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +39 -0
  69. package/dist-es/commands/DisassociateMemberCommand.js +39 -0
  70. package/dist-es/commands/EnableCommand.js +39 -0
  71. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +39 -0
  72. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +39 -0
  73. package/dist-es/commands/GetFindingsReportStatusCommand.js +39 -0
  74. package/dist-es/commands/GetMemberCommand.js +39 -0
  75. package/dist-es/commands/ListAccountPermissionsCommand.js +39 -0
  76. package/dist-es/commands/ListCoverageCommand.js +39 -0
  77. package/dist-es/commands/ListCoverageStatisticsCommand.js +39 -0
  78. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +39 -0
  79. package/dist-es/commands/ListFiltersCommand.js +39 -0
  80. package/dist-es/commands/ListFindingAggregationsCommand.js +39 -0
  81. package/dist-es/commands/ListFindingsCommand.js +39 -0
  82. package/dist-es/commands/ListMembersCommand.js +39 -0
  83. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  84. package/dist-es/commands/ListUsageTotalsCommand.js +39 -0
  85. package/dist-es/commands/TagResourceCommand.js +39 -0
  86. package/dist-es/commands/UntagResourceCommand.js +39 -0
  87. package/dist-es/commands/UpdateFilterCommand.js +39 -0
  88. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
  89. package/dist-es/commands/index.js +30 -0
  90. package/dist-es/endpoints.js +126 -0
  91. package/dist-es/index.js +5 -0
  92. package/dist-es/models/index.js +1 -0
  93. package/dist-es/models/models_0.js +1000 -0
  94. package/dist-es/pagination/Interfaces.js +1 -0
  95. package/dist-es/pagination/ListAccountPermissionsPaginator.js +74 -0
  96. package/dist-es/pagination/ListCoveragePaginator.js +74 -0
  97. package/dist-es/pagination/ListCoverageStatisticsPaginator.js +73 -0
  98. package/dist-es/pagination/ListDelegatedAdminAccountsPaginator.js +74 -0
  99. package/dist-es/pagination/ListFiltersPaginator.js +74 -0
  100. package/dist-es/pagination/ListFindingAggregationsPaginator.js +74 -0
  101. package/dist-es/pagination/ListFindingsPaginator.js +74 -0
  102. package/dist-es/pagination/ListMembersPaginator.js +74 -0
  103. package/dist-es/pagination/ListUsageTotalsPaginator.js +74 -0
  104. package/dist-es/pagination/index.js +10 -0
  105. package/dist-es/protocols/Aws_restJson1.js +5265 -0
  106. package/dist-es/runtimeConfig.browser.js +17 -0
  107. package/dist-es/runtimeConfig.js +21 -0
  108. package/dist-es/runtimeConfig.native.js +8 -0
  109. package/dist-es/runtimeConfig.shared.js +13 -0
  110. package/dist-types/Inspector2.d.ts +222 -0
  111. package/dist-types/Inspector2Client.d.ts +171 -0
  112. package/dist-types/commands/AssociateMemberCommand.d.ts +35 -0
  113. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +35 -0
  114. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +35 -0
  115. package/dist-types/commands/CancelFindingsReportCommand.d.ts +35 -0
  116. package/dist-types/commands/CreateFilterCommand.d.ts +35 -0
  117. package/dist-types/commands/CreateFindingsReportCommand.d.ts +35 -0
  118. package/dist-types/commands/DeleteFilterCommand.d.ts +35 -0
  119. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +35 -0
  120. package/dist-types/commands/DisableCommand.d.ts +36 -0
  121. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +35 -0
  122. package/dist-types/commands/DisassociateMemberCommand.d.ts +35 -0
  123. package/dist-types/commands/EnableCommand.d.ts +35 -0
  124. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +35 -0
  125. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +36 -0
  126. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +35 -0
  127. package/dist-types/commands/GetMemberCommand.d.ts +35 -0
  128. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +35 -0
  129. package/dist-types/commands/ListCoverageCommand.d.ts +35 -0
  130. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +35 -0
  131. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +36 -0
  132. package/dist-types/commands/ListFiltersCommand.d.ts +35 -0
  133. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +35 -0
  134. package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
  135. package/dist-types/commands/ListMembersCommand.d.ts +36 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  137. package/dist-types/commands/ListUsageTotalsCommand.d.ts +35 -0
  138. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  139. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  140. package/dist-types/commands/UpdateFilterCommand.d.ts +35 -0
  141. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
  142. package/dist-types/commands/index.d.ts +30 -0
  143. package/dist-types/endpoints.d.ts +2 -0
  144. package/dist-types/index.d.ts +5 -0
  145. package/dist-types/models/index.d.ts +1 -0
  146. package/dist-types/models/models_0.d.ts +3837 -0
  147. package/dist-types/pagination/Interfaces.d.ts +6 -0
  148. package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListCoveragePaginator.d.ts +4 -0
  150. package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +4 -0
  151. package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +4 -0
  152. package/dist-types/pagination/ListFiltersPaginator.d.ts +4 -0
  153. package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +4 -0
  154. package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
  155. package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
  156. package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/index.d.ts +10 -0
  158. package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
  159. package/dist-types/runtimeConfig.browser.d.ts +39 -0
  160. package/dist-types/runtimeConfig.d.ts +39 -0
  161. package/dist-types/runtimeConfig.native.d.ts +38 -0
  162. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  163. package/dist-types/ts3.4/Inspector2.d.ts +155 -0
  164. package/dist-types/ts3.4/Inspector2Client.d.ts +101 -0
  165. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DisableCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/EnableCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  197. package/dist-types/ts3.4/index.d.ts +5 -0
  198. package/dist-types/ts3.4/models/index.d.ts +1 -0
  199. package/dist-types/ts3.4/models/models_0.d.ts +2416 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  211. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
  212. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  213. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  214. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  215. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  216. package/package.json +96 -0
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0";
5
+ export interface BatchGetAccountStatusCommandInput extends BatchGetAccountStatusRequest {
6
+ }
7
+ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchGetAccountStatusCommand extends $Command<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: BatchGetAccountStatusCommandInput;
12
+ constructor(input: BatchGetAccountStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0";
5
+ export interface BatchGetFreeTrialInfoCommandInput extends BatchGetFreeTrialInfoRequest {
6
+ }
7
+ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInfoResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchGetFreeTrialInfoCommand extends $Command<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: BatchGetFreeTrialInfoCommandInput;
12
+ constructor(input: BatchGetFreeTrialInfoCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0";
5
+ export interface CancelFindingsReportCommandInput extends CancelFindingsReportRequest {
6
+ }
7
+ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CancelFindingsReportCommand extends $Command<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: CancelFindingsReportCommandInput;
12
+ constructor(input: CancelFindingsReportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
5
+ export interface CreateFilterCommandInput extends CreateFilterRequest {
6
+ }
7
+ export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: CreateFilterCommandInput;
12
+ constructor(input: CreateFilterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0";
5
+ export interface CreateFindingsReportCommandInput extends CreateFindingsReportRequest {
6
+ }
7
+ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFindingsReportCommand extends $Command<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: CreateFindingsReportCommandInput;
12
+ constructor(input: CreateFindingsReportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
5
+ export interface DeleteFilterCommandInput extends DeleteFilterRequest {
6
+ }
7
+ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: DeleteFilterCommandInput;
12
+ constructor(input: DeleteFilterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
5
+ export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
6
+ }
7
+ export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: DescribeOrganizationConfigurationCommandInput;
12
+ constructor(input: DescribeOrganizationConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { DisableRequest, DisableResponse } from "../models/models_0";
5
+ export interface DisableCommandInput extends DisableRequest {
6
+ }
7
+ export interface DisableCommandOutput extends DisableResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisableCommand extends $Command<DisableCommandInput, DisableCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: DisableCommandInput;
12
+ constructor(input: DisableCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableCommandInput, DisableCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { DisableDelegatedAdminAccountRequest, DisableDelegatedAdminAccountResponse } from "../models/models_0";
5
+ export interface DisableDelegatedAdminAccountCommandInput extends DisableDelegatedAdminAccountRequest {
6
+ }
7
+ export interface DisableDelegatedAdminAccountCommandOutput extends DisableDelegatedAdminAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisableDelegatedAdminAccountCommand extends $Command<DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: DisableDelegatedAdminAccountCommandInput;
12
+ constructor(input: DisableDelegatedAdminAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0";
5
+ export interface DisassociateMemberCommandInput extends DisassociateMemberRequest {
6
+ }
7
+ export interface DisassociateMemberCommandOutput extends DisassociateMemberResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: DisassociateMemberCommandInput;
12
+ constructor(input: DisassociateMemberCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { EnableRequest, EnableResponse } from "../models/models_0";
5
+ export interface EnableCommandInput extends EnableRequest {
6
+ }
7
+ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableCommand extends $Command<EnableCommandInput, EnableCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: EnableCommandInput;
12
+ constructor(input: EnableCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableCommandInput, EnableCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { EnableDelegatedAdminAccountRequest, EnableDelegatedAdminAccountResponse } from "../models/models_0";
5
+ export interface EnableDelegatedAdminAccountCommandInput extends EnableDelegatedAdminAccountRequest {
6
+ }
7
+ export interface EnableDelegatedAdminAccountCommandOutput extends EnableDelegatedAdminAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableDelegatedAdminAccountCommand extends $Command<EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: EnableDelegatedAdminAccountCommandInput;
12
+ constructor(input: EnableDelegatedAdminAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0";
5
+ export interface GetDelegatedAdminAccountCommandInput extends GetDelegatedAdminAccountRequest {
6
+ }
7
+ export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdminAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDelegatedAdminAccountCommand extends $Command<GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: GetDelegatedAdminAccountCommandInput;
12
+ constructor(input: GetDelegatedAdminAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0";
5
+ export interface GetFindingsReportStatusCommandInput extends GetFindingsReportStatusRequest {
6
+ }
7
+ export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFindingsReportStatusCommand extends $Command<GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: GetFindingsReportStatusCommandInput;
12
+ constructor(input: GetFindingsReportStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
5
+ export interface GetMemberCommandInput extends GetMemberRequest {
6
+ }
7
+ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: GetMemberCommandInput;
12
+ constructor(input: GetMemberCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0";
5
+ export interface ListAccountPermissionsCommandInput extends ListAccountPermissionsRequest {
6
+ }
7
+ export interface ListAccountPermissionsCommandOutput extends ListAccountPermissionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAccountPermissionsCommand extends $Command<ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListAccountPermissionsCommandInput;
12
+ constructor(input: ListAccountPermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
5
+ export interface ListCoverageCommandInput extends ListCoverageRequest {
6
+ }
7
+ export interface ListCoverageCommandOutput extends ListCoverageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCoverageCommand extends $Command<ListCoverageCommandInput, ListCoverageCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListCoverageCommandInput;
12
+ constructor(input: ListCoverageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0";
5
+ export interface ListCoverageStatisticsCommandInput extends ListCoverageStatisticsRequest {
6
+ }
7
+ export interface ListCoverageStatisticsCommandOutput extends ListCoverageStatisticsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCoverageStatisticsCommand extends $Command<ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListCoverageStatisticsCommandInput;
12
+ constructor(input: ListCoverageStatisticsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0";
5
+ export interface ListDelegatedAdminAccountsCommandInput extends ListDelegatedAdminAccountsRequest {
6
+ }
7
+ export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAdminAccountsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDelegatedAdminAccountsCommand extends $Command<ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListDelegatedAdminAccountsCommandInput;
12
+ constructor(input: ListDelegatedAdminAccountsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
5
+ export interface ListFiltersCommandInput extends ListFiltersRequest {
6
+ }
7
+ export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListFiltersCommandInput;
12
+ constructor(input: ListFiltersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0";
5
+ export interface ListFindingAggregationsCommandInput extends ListFindingAggregationsRequest {
6
+ }
7
+ export interface ListFindingAggregationsCommandOutput extends ListFindingAggregationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFindingAggregationsCommand extends $Command<ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListFindingAggregationsCommandInput;
12
+ constructor(input: ListFindingAggregationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
+ export interface ListFindingsCommandInput extends ListFindingsRequest {
6
+ }
7
+ export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListFindingsCommandInput;
12
+ constructor(input: ListFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
5
+ export interface ListMembersCommandInput extends ListMembersRequest {
6
+ }
7
+ export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListMembersCommandInput;
12
+ constructor(input: ListMembersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0";
5
+ export interface ListUsageTotalsCommandInput extends ListUsageTotalsRequest {
6
+ }
7
+ export interface ListUsageTotalsCommandOutput extends ListUsageTotalsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListUsageTotalsCommand extends $Command<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: ListUsageTotalsCommandInput;
12
+ constructor(input: ListUsageTotalsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0";
5
+ export interface UpdateFilterCommandInput extends UpdateFilterRequest {
6
+ }
7
+ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: UpdateFilterCommandInput;
12
+ constructor(input: UpdateFilterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFilterCommandInput, UpdateFilterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
6
+ }
7
+ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: UpdateOrganizationConfigurationCommandInput;
12
+ constructor(input: UpdateOrganizationConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,30 @@
1
+ export * from "./AssociateMemberCommand";
2
+ export * from "./BatchGetAccountStatusCommand";
3
+ export * from "./BatchGetFreeTrialInfoCommand";
4
+ export * from "./CancelFindingsReportCommand";
5
+ export * from "./CreateFilterCommand";
6
+ export * from "./CreateFindingsReportCommand";
7
+ export * from "./DeleteFilterCommand";
8
+ export * from "./DescribeOrganizationConfigurationCommand";
9
+ export * from "./DisableCommand";
10
+ export * from "./DisableDelegatedAdminAccountCommand";
11
+ export * from "./DisassociateMemberCommand";
12
+ export * from "./EnableCommand";
13
+ export * from "./EnableDelegatedAdminAccountCommand";
14
+ export * from "./GetDelegatedAdminAccountCommand";
15
+ export * from "./GetFindingsReportStatusCommand";
16
+ export * from "./GetMemberCommand";
17
+ export * from "./ListAccountPermissionsCommand";
18
+ export * from "./ListCoverageCommand";
19
+ export * from "./ListCoverageStatisticsCommand";
20
+ export * from "./ListDelegatedAdminAccountsCommand";
21
+ export * from "./ListFiltersCommand";
22
+ export * from "./ListFindingAggregationsCommand";
23
+ export * from "./ListFindingsCommand";
24
+ export * from "./ListMembersCommand";
25
+ export * from "./ListTagsForResourceCommand";
26
+ export * from "./ListUsageTotalsCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./UntagResourceCommand";
29
+ export * from "./UpdateFilterCommand";
30
+ export * from "./UpdateOrganizationConfigurationCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./Inspector2";
2
+ export * from "./Inspector2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";