@aws-sdk/client-inspector2 3.495.0 → 3.498.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 (137) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/commands/CreateCisScanConfigurationCommand.js +1 -0
  3. package/dist-cjs/commands/DeleteCisScanConfigurationCommand.js +1 -0
  4. package/dist-cjs/commands/GetCisScanReportCommand.js +1 -0
  5. package/dist-cjs/commands/GetCisScanResultDetailsCommand.js +1 -0
  6. package/dist-cjs/commands/ListCisScanConfigurationsCommand.js +1 -0
  7. package/dist-cjs/commands/ListCisScanResultsAggregatedByChecksCommand.js +1 -0
  8. package/dist-cjs/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +1 -0
  9. package/dist-cjs/commands/ListCisScansCommand.js +1 -0
  10. package/dist-cjs/commands/SendCisSessionHealthCommand.js +1 -0
  11. package/dist-cjs/commands/SendCisSessionTelemetryCommand.js +1 -0
  12. package/dist-cjs/commands/StartCisSessionCommand.js +1 -0
  13. package/dist-cjs/commands/StopCisSessionCommand.js +1 -0
  14. package/dist-cjs/commands/UpdateCisScanConfigurationCommand.js +1 -0
  15. package/dist-cjs/index.js +1722 -397
  16. package/dist-cjs/models/models_1.js +1 -0
  17. package/dist-cjs/pagination/GetCisScanResultDetailsPaginator.js +1 -0
  18. package/dist-cjs/pagination/ListCisScanConfigurationsPaginator.js +1 -0
  19. package/dist-cjs/pagination/ListCisScanResultsAggregatedByChecksPaginator.js +1 -0
  20. package/dist-cjs/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.js +1 -0
  21. package/dist-cjs/pagination/ListCisScansPaginator.js +1 -0
  22. package/dist-es/Inspector2.js +26 -0
  23. package/dist-es/commands/CreateCisScanConfigurationCommand.js +24 -0
  24. package/dist-es/commands/DeleteCisScanConfigurationCommand.js +24 -0
  25. package/dist-es/commands/GetCisScanReportCommand.js +24 -0
  26. package/dist-es/commands/GetCisScanResultDetailsCommand.js +24 -0
  27. package/dist-es/commands/ListCisScanConfigurationsCommand.js +24 -0
  28. package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +24 -0
  29. package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +24 -0
  30. package/dist-es/commands/ListCisScansCommand.js +24 -0
  31. package/dist-es/commands/SendCisSessionHealthCommand.js +24 -0
  32. package/dist-es/commands/SendCisSessionTelemetryCommand.js +24 -0
  33. package/dist-es/commands/StartCisSessionCommand.js +24 -0
  34. package/dist-es/commands/StopCisSessionCommand.js +24 -0
  35. package/dist-es/commands/UpdateCisScanConfigurationCommand.js +24 -0
  36. package/dist-es/commands/index.js +13 -0
  37. package/dist-es/models/index.js +1 -0
  38. package/dist-es/models/models_0.js +126 -28
  39. package/dist-es/models/models_1.js +35 -0
  40. package/dist-es/pagination/GetCisScanResultDetailsPaginator.js +4 -0
  41. package/dist-es/pagination/ListCisScanConfigurationsPaginator.js +4 -0
  42. package/dist-es/pagination/ListCisScanResultsAggregatedByChecksPaginator.js +4 -0
  43. package/dist-es/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.js +4 -0
  44. package/dist-es/pagination/ListCisScansPaginator.js +4 -0
  45. package/dist-es/pagination/index.js +5 -0
  46. package/dist-es/protocols/Aws_restJson1.js +847 -20
  47. package/dist-types/Inspector2.d.ts +91 -0
  48. package/dist-types/Inspector2Client.d.ts +15 -2
  49. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +110 -0
  50. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +74 -0
  51. package/dist-types/commands/GetCisScanReportCommand.d.ts +75 -0
  52. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +125 -0
  53. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +141 -0
  54. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +129 -0
  55. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +152 -0
  56. package/dist-types/commands/ListCisScansCommand.d.ts +158 -0
  57. package/dist-types/commands/ListCoverageCommand.d.ts +2 -1
  58. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  61. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/ListUsageTotalsCommand.d.ts +1 -1
  66. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +1 -1
  67. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
  68. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +77 -0
  69. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +84 -0
  70. package/dist-types/commands/StartCisSessionCommand.d.ts +79 -0
  71. package/dist-types/commands/StopCisSessionCommand.d.ts +98 -0
  72. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +111 -0
  75. package/dist-types/commands/UpdateConfigurationCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  81. package/dist-types/commands/index.d.ts +13 -0
  82. package/dist-types/models/index.d.ts +1 -0
  83. package/dist-types/models/models_0.d.ts +2223 -1516
  84. package/dist-types/models/models_1.d.ts +1053 -0
  85. package/dist-types/pagination/GetCisScanResultDetailsPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListCisScanConfigurationsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListCisScansPaginator.d.ts +7 -0
  90. package/dist-types/pagination/index.d.ts +5 -0
  91. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  92. package/dist-types/ts3.4/Inspector2.d.ts +233 -0
  93. package/dist-types/ts3.4/Inspector2Client.d.ts +78 -0
  94. package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +30 -0
  95. package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +30 -0
  96. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +29 -0
  97. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +30 -0
  98. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +30 -0
  99. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +30 -0
  100. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +30 -0
  101. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +26 -0
  102. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +30 -0
  114. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +30 -0
  115. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +29 -0
  116. package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +29 -0
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +30 -0
  120. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  127. package/dist-types/ts3.4/models/index.d.ts +1 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +449 -192
  129. package/dist-types/ts3.4/models/models_1.d.ts +309 -0
  130. package/dist-types/ts3.4/pagination/GetCisScanResultDetailsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListCisScanConfigurationsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +11 -0
  134. package/dist-types/ts3.4/pagination/ListCisScansPaginator.d.ts +11 -0
  135. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  136. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  137. package/package.json +39 -39
@@ -81,6 +81,10 @@ import {
81
81
  CancelSbomExportCommandInput,
82
82
  CancelSbomExportCommandOutput,
83
83
  } from "./commands/CancelSbomExportCommand";
84
+ import {
85
+ CreateCisScanConfigurationCommandInput,
86
+ CreateCisScanConfigurationCommandOutput,
87
+ } from "./commands/CreateCisScanConfigurationCommand";
84
88
  import {
85
89
  CreateFilterCommandInput,
86
90
  CreateFilterCommandOutput,
@@ -93,6 +97,10 @@ import {
93
97
  CreateSbomExportCommandInput,
94
98
  CreateSbomExportCommandOutput,
95
99
  } from "./commands/CreateSbomExportCommand";
100
+ import {
101
+ DeleteCisScanConfigurationCommandInput,
102
+ DeleteCisScanConfigurationCommandOutput,
103
+ } from "./commands/DeleteCisScanConfigurationCommand";
96
104
  import {
97
105
  DeleteFilterCommandInput,
98
106
  DeleteFilterCommandOutput,
@@ -121,6 +129,14 @@ import {
121
129
  EnableDelegatedAdminAccountCommandInput,
122
130
  EnableDelegatedAdminAccountCommandOutput,
123
131
  } from "./commands/EnableDelegatedAdminAccountCommand";
132
+ import {
133
+ GetCisScanReportCommandInput,
134
+ GetCisScanReportCommandOutput,
135
+ } from "./commands/GetCisScanReportCommand";
136
+ import {
137
+ GetCisScanResultDetailsCommandInput,
138
+ GetCisScanResultDetailsCommandOutput,
139
+ } from "./commands/GetCisScanResultDetailsCommand";
124
140
  import {
125
141
  GetConfigurationCommandInput,
126
142
  GetConfigurationCommandOutput,
@@ -153,6 +169,22 @@ import {
153
169
  ListAccountPermissionsCommandInput,
154
170
  ListAccountPermissionsCommandOutput,
155
171
  } from "./commands/ListAccountPermissionsCommand";
172
+ import {
173
+ ListCisScanConfigurationsCommandInput,
174
+ ListCisScanConfigurationsCommandOutput,
175
+ } from "./commands/ListCisScanConfigurationsCommand";
176
+ import {
177
+ ListCisScanResultsAggregatedByChecksCommandInput,
178
+ ListCisScanResultsAggregatedByChecksCommandOutput,
179
+ } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
180
+ import {
181
+ ListCisScanResultsAggregatedByTargetResourceCommandInput,
182
+ ListCisScanResultsAggregatedByTargetResourceCommandOutput,
183
+ } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
184
+ import {
185
+ ListCisScansCommandInput,
186
+ ListCisScansCommandOutput,
187
+ } from "./commands/ListCisScansCommand";
156
188
  import {
157
189
  ListCoverageCommandInput,
158
190
  ListCoverageCommandOutput,
@@ -197,6 +229,22 @@ import {
197
229
  SearchVulnerabilitiesCommandInput,
198
230
  SearchVulnerabilitiesCommandOutput,
199
231
  } from "./commands/SearchVulnerabilitiesCommand";
232
+ import {
233
+ SendCisSessionHealthCommandInput,
234
+ SendCisSessionHealthCommandOutput,
235
+ } from "./commands/SendCisSessionHealthCommand";
236
+ import {
237
+ SendCisSessionTelemetryCommandInput,
238
+ SendCisSessionTelemetryCommandOutput,
239
+ } from "./commands/SendCisSessionTelemetryCommand";
240
+ import {
241
+ StartCisSessionCommandInput,
242
+ StartCisSessionCommandOutput,
243
+ } from "./commands/StartCisSessionCommand";
244
+ import {
245
+ StopCisSessionCommandInput,
246
+ StopCisSessionCommandOutput,
247
+ } from "./commands/StopCisSessionCommand";
200
248
  import {
201
249
  TagResourceCommandInput,
202
250
  TagResourceCommandOutput,
@@ -205,6 +253,10 @@ import {
205
253
  UntagResourceCommandInput,
206
254
  UntagResourceCommandOutput,
207
255
  } from "./commands/UntagResourceCommand";
256
+ import {
257
+ UpdateCisScanConfigurationCommandInput,
258
+ UpdateCisScanConfigurationCommandOutput,
259
+ } from "./commands/UpdateCisScanConfigurationCommand";
208
260
  import {
209
261
  UpdateConfigurationCommandInput,
210
262
  UpdateConfigurationCommandOutput,
@@ -246,9 +298,11 @@ export type ServiceInputTypes =
246
298
  | BatchUpdateMemberEc2DeepInspectionStatusCommandInput
247
299
  | CancelFindingsReportCommandInput
248
300
  | CancelSbomExportCommandInput
301
+ | CreateCisScanConfigurationCommandInput
249
302
  | CreateFilterCommandInput
250
303
  | CreateFindingsReportCommandInput
251
304
  | CreateSbomExportCommandInput
305
+ | DeleteCisScanConfigurationCommandInput
252
306
  | DeleteFilterCommandInput
253
307
  | DescribeOrganizationConfigurationCommandInput
254
308
  | DisableCommandInput
@@ -256,6 +310,8 @@ export type ServiceInputTypes =
256
310
  | DisassociateMemberCommandInput
257
311
  | EnableCommandInput
258
312
  | EnableDelegatedAdminAccountCommandInput
313
+ | GetCisScanReportCommandInput
314
+ | GetCisScanResultDetailsCommandInput
259
315
  | GetConfigurationCommandInput
260
316
  | GetDelegatedAdminAccountCommandInput
261
317
  | GetEc2DeepInspectionConfigurationCommandInput
@@ -264,6 +320,10 @@ export type ServiceInputTypes =
264
320
  | GetMemberCommandInput
265
321
  | GetSbomExportCommandInput
266
322
  | ListAccountPermissionsCommandInput
323
+ | ListCisScanConfigurationsCommandInput
324
+ | ListCisScanResultsAggregatedByChecksCommandInput
325
+ | ListCisScanResultsAggregatedByTargetResourceCommandInput
326
+ | ListCisScansCommandInput
267
327
  | ListCoverageCommandInput
268
328
  | ListCoverageStatisticsCommandInput
269
329
  | ListDelegatedAdminAccountsCommandInput
@@ -275,8 +335,13 @@ export type ServiceInputTypes =
275
335
  | ListUsageTotalsCommandInput
276
336
  | ResetEncryptionKeyCommandInput
277
337
  | SearchVulnerabilitiesCommandInput
338
+ | SendCisSessionHealthCommandInput
339
+ | SendCisSessionTelemetryCommandInput
340
+ | StartCisSessionCommandInput
341
+ | StopCisSessionCommandInput
278
342
  | TagResourceCommandInput
279
343
  | UntagResourceCommandInput
344
+ | UpdateCisScanConfigurationCommandInput
280
345
  | UpdateConfigurationCommandInput
281
346
  | UpdateEc2DeepInspectionConfigurationCommandInput
282
347
  | UpdateEncryptionKeyCommandInput
@@ -293,9 +358,11 @@ export type ServiceOutputTypes =
293
358
  | BatchUpdateMemberEc2DeepInspectionStatusCommandOutput
294
359
  | CancelFindingsReportCommandOutput
295
360
  | CancelSbomExportCommandOutput
361
+ | CreateCisScanConfigurationCommandOutput
296
362
  | CreateFilterCommandOutput
297
363
  | CreateFindingsReportCommandOutput
298
364
  | CreateSbomExportCommandOutput
365
+ | DeleteCisScanConfigurationCommandOutput
299
366
  | DeleteFilterCommandOutput
300
367
  | DescribeOrganizationConfigurationCommandOutput
301
368
  | DisableCommandOutput
@@ -303,6 +370,8 @@ export type ServiceOutputTypes =
303
370
  | DisassociateMemberCommandOutput
304
371
  | EnableCommandOutput
305
372
  | EnableDelegatedAdminAccountCommandOutput
373
+ | GetCisScanReportCommandOutput
374
+ | GetCisScanResultDetailsCommandOutput
306
375
  | GetConfigurationCommandOutput
307
376
  | GetDelegatedAdminAccountCommandOutput
308
377
  | GetEc2DeepInspectionConfigurationCommandOutput
@@ -311,6 +380,10 @@ export type ServiceOutputTypes =
311
380
  | GetMemberCommandOutput
312
381
  | GetSbomExportCommandOutput
313
382
  | ListAccountPermissionsCommandOutput
383
+ | ListCisScanConfigurationsCommandOutput
384
+ | ListCisScanResultsAggregatedByChecksCommandOutput
385
+ | ListCisScanResultsAggregatedByTargetResourceCommandOutput
386
+ | ListCisScansCommandOutput
314
387
  | ListCoverageCommandOutput
315
388
  | ListCoverageStatisticsCommandOutput
316
389
  | ListDelegatedAdminAccountsCommandOutput
@@ -322,8 +395,13 @@ export type ServiceOutputTypes =
322
395
  | ListUsageTotalsCommandOutput
323
396
  | ResetEncryptionKeyCommandOutput
324
397
  | SearchVulnerabilitiesCommandOutput
398
+ | SendCisSessionHealthCommandOutput
399
+ | SendCisSessionTelemetryCommandOutput
400
+ | StartCisSessionCommandOutput
401
+ | StopCisSessionCommandOutput
325
402
  | TagResourceCommandOutput
326
403
  | UntagResourceCommandOutput
404
+ | UpdateCisScanConfigurationCommandOutput
327
405
  | UpdateConfigurationCommandOutput
328
406
  | UpdateEc2DeepInspectionConfigurationCommandOutput
329
407
  | UpdateEncryptionKeyCommandOutput
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ CreateCisScanConfigurationRequest,
10
+ CreateCisScanConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateCisScanConfigurationCommandInput
14
+ extends CreateCisScanConfigurationRequest {}
15
+ export interface CreateCisScanConfigurationCommandOutput
16
+ extends CreateCisScanConfigurationResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateCisScanConfigurationCommand_base: {
19
+ new (
20
+ input: CreateCisScanConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateCisScanConfigurationCommandInput,
23
+ CreateCisScanConfigurationCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCisScanConfigurationCommand extends CreateCisScanConfigurationCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ DeleteCisScanConfigurationRequest,
10
+ DeleteCisScanConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface DeleteCisScanConfigurationCommandInput
14
+ extends DeleteCisScanConfigurationRequest {}
15
+ export interface DeleteCisScanConfigurationCommandOutput
16
+ extends DeleteCisScanConfigurationResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteCisScanConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteCisScanConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteCisScanConfigurationCommandInput,
23
+ DeleteCisScanConfigurationCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteCisScanConfigurationCommand extends DeleteCisScanConfigurationCommand_base {}
@@ -0,0 +1,29 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ GetCisScanReportRequest,
10
+ GetCisScanReportResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface GetCisScanReportCommandInput extends GetCisScanReportRequest {}
14
+ export interface GetCisScanReportCommandOutput
15
+ extends GetCisScanReportResponse,
16
+ __MetadataBearer {}
17
+ declare const GetCisScanReportCommand_base: {
18
+ new (
19
+ input: GetCisScanReportCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCisScanReportCommandInput,
22
+ GetCisScanReportCommandOutput,
23
+ Inspector2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCisScanReportCommand extends GetCisScanReportCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ GetCisScanResultDetailsRequest,
10
+ GetCisScanResultDetailsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface GetCisScanResultDetailsCommandInput
14
+ extends GetCisScanResultDetailsRequest {}
15
+ export interface GetCisScanResultDetailsCommandOutput
16
+ extends GetCisScanResultDetailsResponse,
17
+ __MetadataBearer {}
18
+ declare const GetCisScanResultDetailsCommand_base: {
19
+ new (
20
+ input: GetCisScanResultDetailsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetCisScanResultDetailsCommandInput,
23
+ GetCisScanResultDetailsCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCisScanResultDetailsCommand extends GetCisScanResultDetailsCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCisScanConfigurationsRequest,
10
+ ListCisScanConfigurationsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListCisScanConfigurationsCommandInput
14
+ extends ListCisScanConfigurationsRequest {}
15
+ export interface ListCisScanConfigurationsCommandOutput
16
+ extends ListCisScanConfigurationsResponse,
17
+ __MetadataBearer {}
18
+ declare const ListCisScanConfigurationsCommand_base: {
19
+ new (
20
+ input: ListCisScanConfigurationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListCisScanConfigurationsCommandInput,
23
+ ListCisScanConfigurationsCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListCisScanConfigurationsCommand extends ListCisScanConfigurationsCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCisScanResultsAggregatedByChecksRequest,
10
+ ListCisScanResultsAggregatedByChecksResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListCisScanResultsAggregatedByChecksCommandInput
14
+ extends ListCisScanResultsAggregatedByChecksRequest {}
15
+ export interface ListCisScanResultsAggregatedByChecksCommandOutput
16
+ extends ListCisScanResultsAggregatedByChecksResponse,
17
+ __MetadataBearer {}
18
+ declare const ListCisScanResultsAggregatedByChecksCommand_base: {
19
+ new (
20
+ input: ListCisScanResultsAggregatedByChecksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListCisScanResultsAggregatedByChecksCommandInput,
23
+ ListCisScanResultsAggregatedByChecksCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListCisScanResultsAggregatedByChecksCommand extends ListCisScanResultsAggregatedByChecksCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCisScanResultsAggregatedByTargetResourceRequest,
10
+ ListCisScanResultsAggregatedByTargetResourceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListCisScanResultsAggregatedByTargetResourceCommandInput
14
+ extends ListCisScanResultsAggregatedByTargetResourceRequest {}
15
+ export interface ListCisScanResultsAggregatedByTargetResourceCommandOutput
16
+ extends ListCisScanResultsAggregatedByTargetResourceResponse,
17
+ __MetadataBearer {}
18
+ declare const ListCisScanResultsAggregatedByTargetResourceCommand_base: {
19
+ new (
20
+ input: ListCisScanResultsAggregatedByTargetResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListCisScanResultsAggregatedByTargetResourceCommandInput,
23
+ ListCisScanResultsAggregatedByTargetResourceCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListCisScanResultsAggregatedByTargetResourceCommand extends ListCisScanResultsAggregatedByTargetResourceCommand_base {}
@@ -0,0 +1,26 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import { ListCisScansRequest, ListCisScansResponse } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface ListCisScansCommandInput extends ListCisScansRequest {}
11
+ export interface ListCisScansCommandOutput
12
+ extends ListCisScansResponse,
13
+ __MetadataBearer {}
14
+ declare const ListCisScansCommand_base: {
15
+ new (
16
+ input: ListCisScansCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListCisScansCommandInput,
19
+ ListCisScansCommandOutput,
20
+ Inspector2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListCisScansCommand extends ListCisScansCommand_base {}
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
8
+ import { ListCoverageRequest } from "../models/models_0";
9
+ import { ListCoverageResponse } from "../models/models_1";
9
10
  export { __MetadataBearer, $Command };
10
11
  export interface ListCoverageCommandInput extends ListCoverageRequest {}
11
12
  export interface ListCoverageCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListCoverageStatisticsRequest,
10
10
  ListCoverageStatisticsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListCoverageStatisticsCommandInput
14
14
  extends ListCoverageStatisticsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListDelegatedAdminAccountsRequest,
10
10
  ListDelegatedAdminAccountsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListDelegatedAdminAccountsCommandInput
14
14
  extends ListDelegatedAdminAccountsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
8
+ import { ListFiltersRequest, ListFiltersResponse } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface ListFiltersCommandInput extends ListFiltersRequest {}
11
11
  export interface ListFiltersCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListFindingAggregationsRequest,
10
10
  ListFindingAggregationsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListFindingAggregationsCommandInput
14
14
  extends ListFindingAggregationsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
8
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface ListFindingsCommandInput extends ListFindingsRequest {}
11
11
  export interface ListFindingsCommandOutput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
8
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface ListMembersCommandInput extends ListMembersRequest {}
11
11
  export interface ListMembersCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListTagsForResourceCommandInput
14
14
  extends ListTagsForResourceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUsageTotalsRequest,
10
10
  ListUsageTotalsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListUsageTotalsCommandInput extends ListUsageTotalsRequest {}
14
14
  export interface ListUsageTotalsCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResetEncryptionKeyRequest,
10
10
  ResetEncryptionKeyResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ResetEncryptionKeyCommandInput
14
14
  extends ResetEncryptionKeyRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SearchVulnerabilitiesRequest,
10
10
  SearchVulnerabilitiesResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface SearchVulnerabilitiesCommandInput
14
14
  extends SearchVulnerabilitiesRequest {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ SendCisSessionHealthRequest,
10
+ SendCisSessionHealthResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface SendCisSessionHealthCommandInput
14
+ extends SendCisSessionHealthRequest {}
15
+ export interface SendCisSessionHealthCommandOutput
16
+ extends SendCisSessionHealthResponse,
17
+ __MetadataBearer {}
18
+ declare const SendCisSessionHealthCommand_base: {
19
+ new (
20
+ input: SendCisSessionHealthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ SendCisSessionHealthCommandInput,
23
+ SendCisSessionHealthCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class SendCisSessionHealthCommand extends SendCisSessionHealthCommand_base {}
@@ -0,0 +1,30 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ SendCisSessionTelemetryRequest,
10
+ SendCisSessionTelemetryResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface SendCisSessionTelemetryCommandInput
14
+ extends SendCisSessionTelemetryRequest {}
15
+ export interface SendCisSessionTelemetryCommandOutput
16
+ extends SendCisSessionTelemetryResponse,
17
+ __MetadataBearer {}
18
+ declare const SendCisSessionTelemetryCommand_base: {
19
+ new (
20
+ input: SendCisSessionTelemetryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ SendCisSessionTelemetryCommandInput,
23
+ SendCisSessionTelemetryCommandOutput,
24
+ Inspector2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class SendCisSessionTelemetryCommand extends SendCisSessionTelemetryCommand_base {}
@@ -0,0 +1,29 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ StartCisSessionRequest,
10
+ StartCisSessionResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface StartCisSessionCommandInput extends StartCisSessionRequest {}
14
+ export interface StartCisSessionCommandOutput
15
+ extends StartCisSessionResponse,
16
+ __MetadataBearer {}
17
+ declare const StartCisSessionCommand_base: {
18
+ new (
19
+ input: StartCisSessionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StartCisSessionCommandInput,
22
+ StartCisSessionCommandOutput,
23
+ Inspector2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StartCisSessionCommand extends StartCisSessionCommand_base {}
@@ -0,0 +1,29 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ StopCisSessionRequest,
10
+ StopCisSessionResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface StopCisSessionCommandInput extends StopCisSessionRequest {}
14
+ export interface StopCisSessionCommandOutput
15
+ extends StopCisSessionResponse,
16
+ __MetadataBearer {}
17
+ declare const StopCisSessionCommand_base: {
18
+ new (
19
+ input: StopCisSessionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StopCisSessionCommandInput,
22
+ StopCisSessionCommandOutput,
23
+ Inspector2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StopCisSessionCommand extends StopCisSessionCommand_base {}