@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,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Inspector2 } from "../Inspector2";
3
+ import { Inspector2Client } from "../Inspector2Client";
4
+ export interface Inspector2PaginationConfiguration extends PaginationConfiguration {
5
+ client: Inspector2 | Inspector2Client;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "../commands/ListAccountPermissionsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAccountPermissions(config: Inspector2PaginationConfiguration, input: ListAccountPermissionsCommandInput, ...additionalArguments: any): Paginator<ListAccountPermissionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCoverage(config: Inspector2PaginationConfiguration, input: ListCoverageCommandInput, ...additionalArguments: any): Paginator<ListCoverageCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCoverageStatistics(config: Inspector2PaginationConfiguration, input: ListCoverageStatisticsCommandInput, ...additionalArguments: any): Paginator<ListCoverageStatisticsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListDelegatedAdminAccounts(config: Inspector2PaginationConfiguration, input: ListDelegatedAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListDelegatedAdminAccountsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFilters(config: Inspector2PaginationConfiguration, input: ListFiltersCommandInput, ...additionalArguments: any): Paginator<ListFiltersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "../commands/ListFindingAggregationsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFindingAggregations(config: Inspector2PaginationConfiguration, input: ListFindingAggregationsCommandInput, ...additionalArguments: any): Paginator<ListFindingAggregationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFindings(config: Inspector2PaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMembers(config: Inspector2PaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
3
+ import { Inspector2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListUsageTotals(config: Inspector2PaginationConfiguration, input: ListUsageTotalsCommandInput, ...additionalArguments: any): Paginator<ListUsageTotalsCommandOutput>;
@@ -0,0 +1,10 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccountPermissionsPaginator";
3
+ export * from "./ListCoveragePaginator";
4
+ export * from "./ListCoverageStatisticsPaginator";
5
+ export * from "./ListDelegatedAdminAccountsPaginator";
6
+ export * from "./ListFiltersPaginator";
7
+ export * from "./ListFindingAggregationsPaginator";
8
+ export * from "./ListFindingsPaginator";
9
+ export * from "./ListMembersPaginator";
10
+ export * from "./ListUsageTotalsPaginator";
@@ -0,0 +1,92 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "../commands/AssociateMemberCommand";
4
+ import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "../commands/BatchGetAccountStatusCommand";
5
+ import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "../commands/BatchGetFreeTrialInfoCommand";
6
+ import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "../commands/CancelFindingsReportCommand";
7
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
8
+ import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "../commands/CreateFindingsReportCommand";
9
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
10
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
11
+ import { DisableCommandInput, DisableCommandOutput } from "../commands/DisableCommand";
12
+ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "../commands/DisableDelegatedAdminAccountCommand";
13
+ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "../commands/DisassociateMemberCommand";
14
+ import { EnableCommandInput, EnableCommandOutput } from "../commands/EnableCommand";
15
+ import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "../commands/EnableDelegatedAdminAccountCommand";
16
+ import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "../commands/GetDelegatedAdminAccountCommand";
17
+ import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "../commands/GetFindingsReportStatusCommand";
18
+ import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
19
+ import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "../commands/ListAccountPermissionsCommand";
20
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
21
+ import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
22
+ import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
23
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
24
+ import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "../commands/ListFindingAggregationsCommand";
25
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
26
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
27
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
+ import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
29
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
30
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
31
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
32
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
33
+ export declare const serializeAws_restJson1AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ export declare const serializeAws_restJson1BatchGetAccountStatusCommand: (input: BatchGetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ export declare const serializeAws_restJson1BatchGetFreeTrialInfoCommand: (input: BatchGetFreeTrialInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ export declare const serializeAws_restJson1CancelFindingsReportCommand: (input: CancelFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ export declare const serializeAws_restJson1CreateFindingsReportCommand: (input: CreateFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_restJson1DisableCommand: (input: DisableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const serializeAws_restJson1DisableDelegatedAdminAccountCommand: (input: DisableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ export declare const serializeAws_restJson1DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_restJson1EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_restJson1EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_restJson1GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_restJson1GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_restJson1ListAccountPermissionsCommand: (input: ListAccountPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_restJson1ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_restJson1ListCoverageStatisticsCommand: (input: ListCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_restJson1ListDelegatedAdminAccountsCommand: (input: ListDelegatedAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_restJson1ListFindingAggregationsCommand: (input: ListFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_restJson1ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const deserializeAws_restJson1AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
64
+ export declare const deserializeAws_restJson1BatchGetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAccountStatusCommandOutput>;
65
+ export declare const deserializeAws_restJson1BatchGetFreeTrialInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFreeTrialInfoCommandOutput>;
66
+ export declare const deserializeAws_restJson1CancelFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFindingsReportCommandOutput>;
67
+ export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
68
+ export declare const deserializeAws_restJson1CreateFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsReportCommandOutput>;
69
+ export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
70
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
71
+ export declare const deserializeAws_restJson1DisableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCommandOutput>;
72
+ export declare const deserializeAws_restJson1DisableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDelegatedAdminAccountCommandOutput>;
73
+ export declare const deserializeAws_restJson1DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
74
+ export declare const deserializeAws_restJson1EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
75
+ export declare const deserializeAws_restJson1EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
76
+ export declare const deserializeAws_restJson1GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
77
+ export declare const deserializeAws_restJson1GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
78
+ export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
79
+ export declare const deserializeAws_restJson1ListAccountPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPermissionsCommandOutput>;
80
+ export declare const deserializeAws_restJson1ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
81
+ export declare const deserializeAws_restJson1ListCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageStatisticsCommandOutput>;
82
+ export declare const deserializeAws_restJson1ListDelegatedAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdminAccountsCommandOutput>;
83
+ export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
84
+ export declare const deserializeAws_restJson1ListFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregationsCommandOutput>;
85
+ export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
86
+ export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
87
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
88
+ export declare const deserializeAws_restJson1ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
89
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
90
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
91
+ export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
92
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -0,0 +1,39 @@
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { Inspector2ClientConfig } from "./Inspector2Client";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ utf8Decoder: import("@aws-sdk/types").Decoder;
22
+ utf8Encoder: import("@aws-sdk/types").Encoder;
23
+ apiVersion: string;
24
+ urlParser: import("@aws-sdk/types").UrlParser;
25
+ disableHostPrefix: boolean;
26
+ logger: import("@aws-sdk/types").Logger;
27
+ serviceId: string;
28
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
29
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ tls?: boolean | undefined;
31
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signingEscapePath?: boolean | undefined;
35
+ systemClockOffset?: number | undefined;
36
+ signingRegion?: string | undefined;
37
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
38
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
+ };
@@ -0,0 +1,39 @@
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { Inspector2ClientConfig } from "./Inspector2Client";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ utf8Decoder: import("@aws-sdk/types").Decoder;
22
+ utf8Encoder: import("@aws-sdk/types").Encoder;
23
+ apiVersion: string;
24
+ urlParser: import("@aws-sdk/types").UrlParser;
25
+ disableHostPrefix: boolean;
26
+ logger: import("@aws-sdk/types").Logger;
27
+ serviceId: string;
28
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
29
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ tls?: boolean | undefined;
31
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signingEscapePath?: boolean | undefined;
35
+ systemClockOffset?: number | undefined;
36
+ signingRegion?: string | undefined;
37
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
38
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
+ };
@@ -0,0 +1,38 @@
1
+ import { Inspector2ClientConfig } from "./Inspector2Client";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@aws-sdk/types").HashConstructor;
8
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
+ apiVersion: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ bodyLengthChecker: (body: any) => number | undefined;
12
+ streamCollector: import("@aws-sdk/types").StreamCollector;
13
+ base64Decoder: import("@aws-sdk/types").Decoder;
14
+ base64Encoder: import("@aws-sdk/types").Encoder;
15
+ utf8Decoder: import("@aws-sdk/types").Decoder;
16
+ utf8Encoder: import("@aws-sdk/types").Encoder;
17
+ disableHostPrefix: boolean;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
20
+ logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
+ serviceId: string;
24
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
25
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,13 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { Inspector2ClientConfig } from "./Inspector2Client";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
7
+ apiVersion: string;
8
+ disableHostPrefix: boolean;
9
+ logger: __Logger;
10
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
+ serviceId: string;
12
+ urlParser: import("@aws-sdk/types").UrlParser;
13
+ };
@@ -0,0 +1,155 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
3
+ import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
4
+ import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
5
+ import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
6
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
7
+ import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
8
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
9
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
10
+ import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
11
+ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
12
+ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
13
+ import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
14
+ import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
15
+ import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
16
+ import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
17
+ import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
18
+ import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
19
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
20
+ import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
21
+ import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
22
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
23
+ import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
24
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
25
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
26
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
27
+ import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
28
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
31
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
32
+ import { Inspector2Client } from "./Inspector2Client";
33
+
34
+ export declare class Inspector2 extends Inspector2Client {
35
+
36
+ associateMember(args: AssociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberCommandOutput>;
37
+ associateMember(args: AssociateMemberCommandInput, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
38
+ associateMember(args: AssociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
39
+
40
+ batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAccountStatusCommandOutput>;
41
+ batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
42
+ batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
43
+
44
+ batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFreeTrialInfoCommandOutput>;
45
+ batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
46
+ batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
47
+
48
+ cancelFindingsReport(args: CancelFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CancelFindingsReportCommandOutput>;
49
+ cancelFindingsReport(args: CancelFindingsReportCommandInput, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
50
+ cancelFindingsReport(args: CancelFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
51
+
52
+ createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
53
+ createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
54
+ createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
55
+
56
+ createFindingsReport(args: CreateFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateFindingsReportCommandOutput>;
57
+ createFindingsReport(args: CreateFindingsReportCommandInput, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
58
+ createFindingsReport(args: CreateFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
59
+
60
+ deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
61
+ deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
62
+ deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
63
+
64
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
65
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
66
+ describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
67
+
68
+ disable(args: DisableCommandInput, options?: __HttpHandlerOptions): Promise<DisableCommandOutput>;
69
+ disable(args: DisableCommandInput, cb: (err: any, data?: DisableCommandOutput) => void): void;
70
+ disable(args: DisableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableCommandOutput) => void): void;
71
+
72
+ disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableDelegatedAdminAccountCommandOutput>;
73
+ disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
74
+ disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
75
+
76
+ disassociateMember(args: DisassociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberCommandOutput>;
77
+ disassociateMember(args: DisassociateMemberCommandInput, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
78
+ disassociateMember(args: DisassociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
79
+
80
+ enable(args: EnableCommandInput, options?: __HttpHandlerOptions): Promise<EnableCommandOutput>;
81
+ enable(args: EnableCommandInput, cb: (err: any, data?: EnableCommandOutput) => void): void;
82
+ enable(args: EnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableCommandOutput) => void): void;
83
+
84
+ enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableDelegatedAdminAccountCommandOutput>;
85
+ enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
86
+ enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
87
+
88
+ getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegatedAdminAccountCommandOutput>;
89
+ getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
90
+ getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
91
+
92
+ getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportStatusCommandOutput>;
93
+ getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
94
+ getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
95
+
96
+ getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
97
+ getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
98
+ getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
99
+
100
+ listAccountPermissions(args: ListAccountPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountPermissionsCommandOutput>;
101
+ listAccountPermissions(args: ListAccountPermissionsCommandInput, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
102
+ listAccountPermissions(args: ListAccountPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
103
+
104
+ listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
105
+ listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
106
+ listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
107
+
108
+ listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageStatisticsCommandOutput>;
109
+ listCoverageStatistics(args: ListCoverageStatisticsCommandInput, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
110
+ listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
111
+
112
+ listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegatedAdminAccountsCommandOutput>;
113
+ listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
114
+ listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
115
+
116
+ listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
117
+ listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
118
+ listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
119
+
120
+ listFindingAggregations(args: ListFindingAggregationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingAggregationsCommandOutput>;
121
+ listFindingAggregations(args: ListFindingAggregationsCommandInput, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
122
+ listFindingAggregations(args: ListFindingAggregationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
123
+
124
+ listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
125
+ listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
126
+ listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
127
+
128
+ listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
129
+ listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
130
+ listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
131
+
132
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
133
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
134
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
135
+
136
+ listUsageTotals(args: ListUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageTotalsCommandOutput>;
137
+ listUsageTotals(args: ListUsageTotalsCommandInput, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
138
+ listUsageTotals(args: ListUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
139
+
140
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
141
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
142
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
143
+
144
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
145
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
146
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
147
+
148
+ updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
149
+ updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
150
+ updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
151
+
152
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
153
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
154
+ updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
155
+ }
@@ -0,0 +1,101 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
10
+ import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
11
+ import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
12
+ import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
13
+ import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
14
+ import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
15
+ import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
16
+ import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
17
+ import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
18
+ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
19
+ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
20
+ import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
21
+ import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
22
+ import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
23
+ import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
24
+ import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
25
+ import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
26
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
27
+ import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
28
+ import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
29
+ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
30
+ import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
31
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
32
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
33
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
+ import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
35
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
36
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
37
+ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
38
+ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
39
+ export declare type ServiceInputTypes = AssociateMemberCommandInput | BatchGetAccountStatusCommandInput | BatchGetFreeTrialInfoCommandInput | CancelFindingsReportCommandInput | CreateFilterCommandInput | CreateFindingsReportCommandInput | DeleteFilterCommandInput | DescribeOrganizationConfigurationCommandInput | DisableCommandInput | DisableDelegatedAdminAccountCommandInput | DisassociateMemberCommandInput | EnableCommandInput | EnableDelegatedAdminAccountCommandInput | GetDelegatedAdminAccountCommandInput | GetFindingsReportStatusCommandInput | GetMemberCommandInput | ListAccountPermissionsCommandInput | ListCoverageCommandInput | ListCoverageStatisticsCommandInput | ListDelegatedAdminAccountsCommandInput | ListFiltersCommandInput | ListFindingAggregationsCommandInput | ListFindingsCommandInput | ListMembersCommandInput | ListTagsForResourceCommandInput | ListUsageTotalsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFilterCommandInput | UpdateOrganizationConfigurationCommandInput;
40
+ export declare type ServiceOutputTypes = AssociateMemberCommandOutput | BatchGetAccountStatusCommandOutput | BatchGetFreeTrialInfoCommandOutput | CancelFindingsReportCommandOutput | CreateFilterCommandOutput | CreateFindingsReportCommandOutput | DeleteFilterCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableCommandOutput | DisableDelegatedAdminAccountCommandOutput | DisassociateMemberCommandOutput | EnableCommandOutput | EnableDelegatedAdminAccountCommandOutput | GetDelegatedAdminAccountCommandOutput | GetFindingsReportStatusCommandOutput | GetMemberCommandOutput | ListAccountPermissionsCommandOutput | ListCoverageCommandOutput | ListCoverageStatisticsCommandOutput | ListDelegatedAdminAccountsCommandOutput | ListFiltersCommandOutput | ListFindingAggregationsCommandOutput | ListFindingsCommandOutput | ListMembersCommandOutput | ListTagsForResourceCommandOutput | ListUsageTotalsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFilterCommandOutput | UpdateOrganizationConfigurationCommandOutput;
41
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
+
43
+ requestHandler?: __HttpHandler;
44
+
45
+ sha256?: __HashConstructor;
46
+
47
+ urlParser?: __UrlParser;
48
+
49
+ bodyLengthChecker?: (body: any) => number | undefined;
50
+
51
+ streamCollector?: __StreamCollector;
52
+
53
+ base64Decoder?: __Decoder;
54
+
55
+ base64Encoder?: __Encoder;
56
+
57
+ utf8Decoder?: __Decoder;
58
+
59
+ utf8Encoder?: __Encoder;
60
+
61
+ runtime?: string;
62
+
63
+ disableHostPrefix?: boolean;
64
+
65
+ maxAttempts?: number | __Provider<number>;
66
+
67
+ retryMode?: string | __Provider<string>;
68
+
69
+ logger?: __Logger;
70
+
71
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
72
+
73
+ useFipsEndpoint?: boolean | __Provider<boolean>;
74
+
75
+ serviceId?: string;
76
+
77
+ region?: string | __Provider<string>;
78
+
79
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
+
81
+ regionInfoProvider?: RegionInfoProvider;
82
+
83
+ defaultUserAgentProvider?: Provider<__UserAgent>;
84
+ }
85
+ declare type Inspector2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
86
+
87
+ export interface Inspector2ClientConfig extends Inspector2ClientConfigType {
88
+ }
89
+ declare type Inspector2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
90
+
91
+ export interface Inspector2ClientResolvedConfig extends Inspector2ClientResolvedConfigType {
92
+ }
93
+
94
+ export declare class Inspector2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Inspector2ClientResolvedConfig> {
95
+
96
+ readonly config: Inspector2ClientResolvedConfig;
97
+ constructor(configuration: Inspector2ClientConfig);
98
+
99
+ destroy(): void;
100
+ }
101
+ export {};
@@ -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 { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0";
5
+ export interface AssociateMemberCommandInput extends AssociateMemberRequest {
6
+ }
7
+ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateMemberCommand extends $Command<AssociateMemberCommandInput, AssociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: AssociateMemberCommandInput;
12
+ constructor(input: AssociateMemberCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMemberCommandInput, AssociateMemberCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }