@aws-sdk/client-inspector2 3.278.0 → 3.281.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 (34) hide show
  1. package/README.md +259 -0
  2. package/dist-types/commands/AssociateMemberCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +6 -0
  5. package/dist-types/commands/CancelFindingsReportCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFindingsReportCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteFilterCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -0
  10. package/dist-types/commands/DisableCommand.d.ts +6 -0
  11. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -0
  12. package/dist-types/commands/DisassociateMemberCommand.d.ts +6 -0
  13. package/dist-types/commands/EnableCommand.d.ts +6 -0
  14. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -0
  15. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -0
  16. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +6 -0
  17. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +6 -0
  18. package/dist-types/commands/GetMemberCommand.d.ts +6 -0
  19. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListCoverageCommand.d.ts +6 -0
  21. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListFiltersCommand.d.ts +6 -0
  24. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +6 -0
  25. package/dist-types/commands/ListFindingsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  28. package/dist-types/commands/ListUsageTotalsCommand.d.ts +6 -0
  29. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateFilterCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
  34. package/package.json +6 -6
package/README.md CHANGED
@@ -204,3 +204,262 @@ To contribute to client you can check our [generate clients scripts](https://git
204
204
  This SDK is distributed under the
205
205
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
206
206
  see LICENSE for more information.
207
+
208
+ ## Client Commands (Operations List)
209
+
210
+ <details>
211
+ <summary>
212
+ AssociateMember
213
+ </summary>
214
+
215
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/associatemembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/associatemembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/associatemembercommandoutput.html)
216
+
217
+ </details>
218
+ <details>
219
+ <summary>
220
+ BatchGetAccountStatus
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/batchgetaccountstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/batchgetaccountstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/batchgetaccountstatuscommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ BatchGetFreeTrialInfo
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/batchgetfreetrialinfocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/batchgetfreetrialinfocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/batchgetfreetrialinfocommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CancelFindingsReport
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/cancelfindingsreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/cancelfindingsreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/cancelfindingsreportcommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateFilter
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/createfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/createfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/createfiltercommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateFindingsReport
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/createfindingsreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/createfindingsreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/createfindingsreportcommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ DeleteFilter
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/deletefiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/deletefiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/deletefiltercommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ DescribeOrganizationConfiguration
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/describeorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/describeorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/describeorganizationconfigurationcommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ Disable
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/disablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disablecommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ DisableDelegatedAdminAccount
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/disabledelegatedadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disabledelegatedadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disabledelegatedadminaccountcommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ DisassociateMember
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/disassociatemembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disassociatemembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/disassociatemembercommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ Enable
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/enablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/enablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/enablecommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ EnableDelegatedAdminAccount
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/enabledelegatedadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/enabledelegatedadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/enabledelegatedadminaccountcommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ GetConfiguration
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/getconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getconfigurationcommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ GetDelegatedAdminAccount
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/getdelegatedadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getdelegatedadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getdelegatedadminaccountcommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ GetFindingsReportStatus
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/getfindingsreportstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getfindingsreportstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getfindingsreportstatuscommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ GetMember
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/getmembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getmembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/getmembercommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ ListAccountPermissions
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listaccountpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listaccountpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listaccountpermissionscommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ ListCoverage
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listcoveragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listcoveragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listcoveragecommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ ListCoverageStatistics
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listcoveragestatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listcoveragestatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listcoveragestatisticscommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ ListDelegatedAdminAccounts
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listdelegatedadminaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listdelegatedadminaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listdelegatedadminaccountscommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ ListFilters
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listfilterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfilterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfilterscommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ ListFindingAggregations
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listfindingaggregationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfindingaggregationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfindingaggregationscommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ ListFindings
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listfindingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfindingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listfindingscommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ ListMembers
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listmemberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listmemberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listmemberscommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ ListTagsForResource
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listtagsforresourcecommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ ListUsageTotals
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/listusagetotalscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listusagetotalscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/listusagetotalscommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ TagResource
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/tagresourcecommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ UntagResource
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/untagresourcecommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ UpdateConfiguration
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/updateconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updateconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updateconfigurationcommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ UpdateFilter
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/updatefiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updatefiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updatefiltercommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ UpdateOrganizationConfiguration
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/classes/updateorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updateorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-inspector2/interfaces/updateorganizationconfigurationcommandoutput.html)
464
+
465
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateMemberCommand}.
8
+ */
6
9
  export interface AssociateMemberCommandInput extends AssociateMemberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateMemberCommand}.
13
+ */
8
14
  export interface AssociateMemberCommandOutput extends AssociateMemberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetAccountStatusCommand}.
8
+ */
6
9
  export interface BatchGetAccountStatusCommandInput extends BatchGetAccountStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetAccountStatusCommand}.
13
+ */
8
14
  export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetFreeTrialInfoCommand}.
8
+ */
6
9
  export interface BatchGetFreeTrialInfoCommandInput extends BatchGetFreeTrialInfoRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetFreeTrialInfoCommand}.
13
+ */
8
14
  export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInfoResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelFindingsReportCommand}.
8
+ */
6
9
  export interface CancelFindingsReportCommandInput extends CancelFindingsReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelFindingsReportCommand}.
13
+ */
8
14
  export interface CancelFindingsReportCommandOutput extends CancelFindingsReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFilterCommand}.
8
+ */
6
9
  export interface CreateFilterCommandInput extends CreateFilterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFilterCommand}.
13
+ */
8
14
  export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFindingsReportCommand}.
8
+ */
6
9
  export interface CreateFindingsReportCommandInput extends CreateFindingsReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFindingsReportCommand}.
13
+ */
8
14
  export interface CreateFindingsReportCommandOutput extends CreateFindingsReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFilterCommand}.
8
+ */
6
9
  export interface DeleteFilterCommandInput extends DeleteFilterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFilterCommand}.
13
+ */
8
14
  export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeOrganizationConfigurationCommand}.
8
+ */
6
9
  export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeOrganizationConfigurationCommand}.
13
+ */
8
14
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { DisableRequest, DisableResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisableCommand}.
8
+ */
6
9
  export interface DisableCommandInput extends DisableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableCommand}.
13
+ */
8
14
  export interface DisableCommandOutput extends DisableResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { DisableDelegatedAdminAccountRequest, DisableDelegatedAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisableDelegatedAdminAccountCommand}.
8
+ */
6
9
  export interface DisableDelegatedAdminAccountCommandInput extends DisableDelegatedAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableDelegatedAdminAccountCommand}.
13
+ */
8
14
  export interface DisableDelegatedAdminAccountCommandOutput extends DisableDelegatedAdminAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateMemberCommand}.
8
+ */
6
9
  export interface DisassociateMemberCommandInput extends DisassociateMemberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateMemberCommand}.
13
+ */
8
14
  export interface DisassociateMemberCommandOutput extends DisassociateMemberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { EnableRequest, EnableResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableCommand}.
8
+ */
6
9
  export interface EnableCommandInput extends EnableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableCommand}.
13
+ */
8
14
  export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { EnableDelegatedAdminAccountRequest, EnableDelegatedAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableDelegatedAdminAccountCommand}.
8
+ */
6
9
  export interface EnableDelegatedAdminAccountCommandInput extends EnableDelegatedAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableDelegatedAdminAccountCommand}.
13
+ */
8
14
  export interface EnableDelegatedAdminAccountCommandOutput extends EnableDelegatedAdminAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetConfigurationCommand}.
8
+ */
6
9
  export interface GetConfigurationCommandInput extends GetConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationCommand}.
13
+ */
8
14
  export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDelegatedAdminAccountCommand}.
8
+ */
6
9
  export interface GetDelegatedAdminAccountCommandInput extends GetDelegatedAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDelegatedAdminAccountCommand}.
13
+ */
8
14
  export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdminAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFindingsReportStatusCommand}.
8
+ */
6
9
  export interface GetFindingsReportStatusCommandInput extends GetFindingsReportStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFindingsReportStatusCommand}.
13
+ */
8
14
  export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMemberCommand}.
8
+ */
6
9
  export interface GetMemberCommandInput extends GetMemberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMemberCommand}.
13
+ */
8
14
  export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccountPermissionsCommand}.
8
+ */
6
9
  export interface ListAccountPermissionsCommandInput extends ListAccountPermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccountPermissionsCommand}.
13
+ */
8
14
  export interface ListAccountPermissionsCommandOutput extends ListAccountPermissionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCoverageCommand}.
8
+ */
6
9
  export interface ListCoverageCommandInput extends ListCoverageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCoverageCommand}.
13
+ */
8
14
  export interface ListCoverageCommandOutput extends ListCoverageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCoverageStatisticsCommand}.
8
+ */
6
9
  export interface ListCoverageStatisticsCommandInput extends ListCoverageStatisticsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCoverageStatisticsCommand}.
13
+ */
8
14
  export interface ListCoverageStatisticsCommandOutput extends ListCoverageStatisticsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDelegatedAdminAccountsCommand}.
8
+ */
6
9
  export interface ListDelegatedAdminAccountsCommandInput extends ListDelegatedAdminAccountsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDelegatedAdminAccountsCommand}.
13
+ */
8
14
  export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAdminAccountsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFiltersCommand}.
8
+ */
6
9
  export interface ListFiltersCommandInput extends ListFiltersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFiltersCommand}.
13
+ */
8
14
  export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFindingAggregationsCommand}.
8
+ */
6
9
  export interface ListFindingAggregationsCommandInput extends ListFindingAggregationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFindingAggregationsCommand}.
13
+ */
8
14
  export interface ListFindingAggregationsCommandOutput extends ListFindingAggregationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFindingsCommand}.
8
+ */
6
9
  export interface ListFindingsCommandInput extends ListFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFindingsCommand}.
13
+ */
8
14
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMembersCommand}.
8
+ */
6
9
  export interface ListMembersCommandInput extends ListMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMembersCommand}.
13
+ */
8
14
  export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUsageTotalsCommand}.
8
+ */
6
9
  export interface ListUsageTotalsCommandInput extends ListUsageTotalsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsageTotalsCommand}.
13
+ */
8
14
  export interface ListUsageTotalsCommandOutput extends ListUsageTotalsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConfigurationCommand}.
8
+ */
6
9
  export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConfigurationCommand}.
13
+ */
8
14
  export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateFilterCommand}.
8
+ */
6
9
  export interface UpdateFilterCommandInput extends UpdateFilterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFilterCommand}.
13
+ */
8
14
  export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateOrganizationConfigurationCommand}.
8
+ */
6
9
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateOrganizationConfigurationCommand}.
13
+ */
8
14
  export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",