@aws-sdk/client-fms 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 (40) hide show
  1. package/README.md +307 -0
  2. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteAppsListCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +6 -0
  8. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -0
  11. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +6 -0
  12. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -0
  13. package/dist-types/commands/GetAdminAccountCommand.d.ts +6 -0
  14. package/dist-types/commands/GetAppsListCommand.d.ts +6 -0
  15. package/dist-types/commands/GetComplianceDetailCommand.d.ts +6 -0
  16. package/dist-types/commands/GetNotificationChannelCommand.d.ts +6 -0
  17. package/dist-types/commands/GetPolicyCommand.d.ts +6 -0
  18. package/dist-types/commands/GetProtectionStatusCommand.d.ts +6 -0
  19. package/dist-types/commands/GetProtocolsListCommand.d.ts +6 -0
  20. package/dist-types/commands/GetResourceSetCommand.d.ts +6 -0
  21. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -0
  22. package/dist-types/commands/GetViolationDetailsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListAppsListsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListComplianceStatusCommand.d.ts +6 -0
  25. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +6 -0
  26. package/dist-types/commands/ListMemberAccountsCommand.d.ts +6 -0
  27. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -0
  28. package/dist-types/commands/ListProtocolsListsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +6 -0
  30. package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  32. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -0
  33. package/dist-types/commands/PutAppsListCommand.d.ts +6 -0
  34. package/dist-types/commands/PutNotificationChannelCommand.d.ts +6 -0
  35. package/dist-types/commands/PutPolicyCommand.d.ts +6 -0
  36. package/dist-types/commands/PutProtocolsListCommand.d.ts +6 -0
  37. package/dist-types/commands/PutResourceSetCommand.d.ts +6 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  40. package/package.json +6 -6
package/README.md CHANGED
@@ -209,3 +209,310 @@ To contribute to client you can check our [generate clients scripts](https://git
209
209
  This SDK is distributed under the
210
210
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
211
211
  see LICENSE for more information.
212
+
213
+ ## Client Commands (Operations List)
214
+
215
+ <details>
216
+ <summary>
217
+ AssociateAdminAccount
218
+ </summary>
219
+
220
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/associateadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/associateadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/associateadminaccountcommandoutput.html)
221
+
222
+ </details>
223
+ <details>
224
+ <summary>
225
+ AssociateThirdPartyFirewall
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/associatethirdpartyfirewallcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/associatethirdpartyfirewallcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/associatethirdpartyfirewallcommandoutput.html)
229
+
230
+ </details>
231
+ <details>
232
+ <summary>
233
+ BatchAssociateResource
234
+ </summary>
235
+
236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/batchassociateresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/batchassociateresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/batchassociateresourcecommandoutput.html)
237
+
238
+ </details>
239
+ <details>
240
+ <summary>
241
+ BatchDisassociateResource
242
+ </summary>
243
+
244
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/batchdisassociateresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/batchdisassociateresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/batchdisassociateresourcecommandoutput.html)
245
+
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ DeleteAppsList
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/deleteappslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteappslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteappslistcommandoutput.html)
253
+
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ DeleteNotificationChannel
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/deletenotificationchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deletenotificationchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deletenotificationchannelcommandoutput.html)
261
+
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ DeletePolicy
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/deletepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deletepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deletepolicycommandoutput.html)
269
+
270
+ </details>
271
+ <details>
272
+ <summary>
273
+ DeleteProtocolsList
274
+ </summary>
275
+
276
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/deleteprotocolslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteprotocolslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteprotocolslistcommandoutput.html)
277
+
278
+ </details>
279
+ <details>
280
+ <summary>
281
+ DeleteResourceSet
282
+ </summary>
283
+
284
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/deleteresourcesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteresourcesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/deleteresourcesetcommandoutput.html)
285
+
286
+ </details>
287
+ <details>
288
+ <summary>
289
+ DisassociateAdminAccount
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/disassociateadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/disassociateadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/disassociateadminaccountcommandoutput.html)
293
+
294
+ </details>
295
+ <details>
296
+ <summary>
297
+ DisassociateThirdPartyFirewall
298
+ </summary>
299
+
300
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/disassociatethirdpartyfirewallcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/disassociatethirdpartyfirewallcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/disassociatethirdpartyfirewallcommandoutput.html)
301
+
302
+ </details>
303
+ <details>
304
+ <summary>
305
+ GetAdminAccount
306
+ </summary>
307
+
308
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getadminaccountcommandoutput.html)
309
+
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ GetAppsList
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getappslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getappslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getappslistcommandoutput.html)
317
+
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ GetComplianceDetail
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getcompliancedetailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getcompliancedetailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getcompliancedetailcommandoutput.html)
325
+
326
+ </details>
327
+ <details>
328
+ <summary>
329
+ GetNotificationChannel
330
+ </summary>
331
+
332
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getnotificationchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getnotificationchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getnotificationchannelcommandoutput.html)
333
+
334
+ </details>
335
+ <details>
336
+ <summary>
337
+ GetPolicy
338
+ </summary>
339
+
340
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getpolicycommandoutput.html)
341
+
342
+ </details>
343
+ <details>
344
+ <summary>
345
+ GetProtectionStatus
346
+ </summary>
347
+
348
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getprotectionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getprotectionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getprotectionstatuscommandoutput.html)
349
+
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ GetProtocolsList
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getprotocolslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getprotocolslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getprotocolslistcommandoutput.html)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ GetResourceSet
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getresourcesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getresourcesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getresourcesetcommandoutput.html)
365
+
366
+ </details>
367
+ <details>
368
+ <summary>
369
+ GetThirdPartyFirewallAssociationStatus
370
+ </summary>
371
+
372
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getthirdpartyfirewallassociationstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getthirdpartyfirewallassociationstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getthirdpartyfirewallassociationstatuscommandoutput.html)
373
+
374
+ </details>
375
+ <details>
376
+ <summary>
377
+ GetViolationDetails
378
+ </summary>
379
+
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/getviolationdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getviolationdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/getviolationdetailscommandoutput.html)
381
+
382
+ </details>
383
+ <details>
384
+ <summary>
385
+ ListAppsLists
386
+ </summary>
387
+
388
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listappslistscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listappslistscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listappslistscommandoutput.html)
389
+
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ ListComplianceStatus
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listcompliancestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listcompliancestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listcompliancestatuscommandoutput.html)
397
+
398
+ </details>
399
+ <details>
400
+ <summary>
401
+ ListDiscoveredResources
402
+ </summary>
403
+
404
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listdiscoveredresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listdiscoveredresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listdiscoveredresourcescommandoutput.html)
405
+
406
+ </details>
407
+ <details>
408
+ <summary>
409
+ ListMemberAccounts
410
+ </summary>
411
+
412
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listmemberaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listmemberaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listmemberaccountscommandoutput.html)
413
+
414
+ </details>
415
+ <details>
416
+ <summary>
417
+ ListPolicies
418
+ </summary>
419
+
420
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listpoliciescommandoutput.html)
421
+
422
+ </details>
423
+ <details>
424
+ <summary>
425
+ ListProtocolsLists
426
+ </summary>
427
+
428
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listprotocolslistscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listprotocolslistscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listprotocolslistscommandoutput.html)
429
+
430
+ </details>
431
+ <details>
432
+ <summary>
433
+ ListResourceSetResources
434
+ </summary>
435
+
436
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listresourcesetresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listresourcesetresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listresourcesetresourcescommandoutput.html)
437
+
438
+ </details>
439
+ <details>
440
+ <summary>
441
+ ListResourceSets
442
+ </summary>
443
+
444
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listresourcesetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listresourcesetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listresourcesetscommandoutput.html)
445
+
446
+ </details>
447
+ <details>
448
+ <summary>
449
+ ListTagsForResource
450
+ </summary>
451
+
452
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listtagsforresourcecommandoutput.html)
453
+
454
+ </details>
455
+ <details>
456
+ <summary>
457
+ ListThirdPartyFirewallFirewallPolicies
458
+ </summary>
459
+
460
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/listthirdpartyfirewallfirewallpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listthirdpartyfirewallfirewallpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/listthirdpartyfirewallfirewallpoliciescommandoutput.html)
461
+
462
+ </details>
463
+ <details>
464
+ <summary>
465
+ PutAppsList
466
+ </summary>
467
+
468
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/putappslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putappslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putappslistcommandoutput.html)
469
+
470
+ </details>
471
+ <details>
472
+ <summary>
473
+ PutNotificationChannel
474
+ </summary>
475
+
476
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/putnotificationchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putnotificationchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putnotificationchannelcommandoutput.html)
477
+
478
+ </details>
479
+ <details>
480
+ <summary>
481
+ PutPolicy
482
+ </summary>
483
+
484
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/putpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putpolicycommandoutput.html)
485
+
486
+ </details>
487
+ <details>
488
+ <summary>
489
+ PutProtocolsList
490
+ </summary>
491
+
492
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/putprotocolslistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putprotocolslistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putprotocolslistcommandoutput.html)
493
+
494
+ </details>
495
+ <details>
496
+ <summary>
497
+ PutResourceSet
498
+ </summary>
499
+
500
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/putresourcesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putresourcesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/putresourcesetcommandoutput.html)
501
+
502
+ </details>
503
+ <details>
504
+ <summary>
505
+ TagResource
506
+ </summary>
507
+
508
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/tagresourcecommandoutput.html)
509
+
510
+ </details>
511
+ <details>
512
+ <summary>
513
+ UntagResource
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-fms/interfaces/untagresourcecommandoutput.html)
517
+
518
+ </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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { AssociateAdminAccountRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateAdminAccountCommand}.
8
+ */
6
9
  export interface AssociateAdminAccountCommandInput extends AssociateAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateAdminAccountCommand}.
13
+ */
8
14
  export interface AssociateAdminAccountCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateThirdPartyFirewallCommand}.
8
+ */
6
9
  export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdPartyFirewallRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateThirdPartyFirewallCommand}.
13
+ */
8
14
  export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchAssociateResourceCommand}.
8
+ */
6
9
  export interface BatchAssociateResourceCommandInput extends BatchAssociateResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchAssociateResourceCommand}.
13
+ */
8
14
  export interface BatchAssociateResourceCommandOutput extends BatchAssociateResourceResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDisassociateResourceCommand}.
8
+ */
6
9
  export interface BatchDisassociateResourceCommandInput extends BatchDisassociateResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDisassociateResourceCommand}.
13
+ */
8
14
  export interface BatchDisassociateResourceCommandOutput extends BatchDisassociateResourceResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeleteAppsListRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAppsListCommand}.
8
+ */
6
9
  export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAppsListCommand}.
13
+ */
8
14
  export interface DeleteAppsListCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeleteNotificationChannelRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteNotificationChannelCommand}.
8
+ */
6
9
  export interface DeleteNotificationChannelCommandInput extends DeleteNotificationChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteNotificationChannelCommand}.
13
+ */
8
14
  export interface DeleteNotificationChannelCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeletePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePolicyCommand}.
8
+ */
6
9
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePolicyCommand}.
13
+ */
8
14
  export interface DeletePolicyCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeleteProtocolsListRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteProtocolsListCommand}.
8
+ */
6
9
  export interface DeleteProtocolsListCommandInput extends DeleteProtocolsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteProtocolsListCommand}.
13
+ */
8
14
  export interface DeleteProtocolsListCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeleteResourceSetRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteResourceSetCommand}.
8
+ */
6
9
  export interface DeleteResourceSetCommandInput extends DeleteResourceSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteResourceSetCommand}.
13
+ */
8
14
  export interface DeleteResourceSetCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DisassociateAdminAccountRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateAdminAccountCommand}.
8
+ */
6
9
  export interface DisassociateAdminAccountCommandInput extends DisassociateAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateAdminAccountCommand}.
13
+ */
8
14
  export interface DisassociateAdminAccountCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateThirdPartyFirewallCommand}.
8
+ */
6
9
  export interface DisassociateThirdPartyFirewallCommandInput extends DisassociateThirdPartyFirewallRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateThirdPartyFirewallCommand}.
13
+ */
8
14
  export interface DisassociateThirdPartyFirewallCommandOutput extends DisassociateThirdPartyFirewallResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAdminAccountCommand}.
8
+ */
6
9
  export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAdminAccountCommand}.
13
+ */
8
14
  export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAppsListCommand}.
8
+ */
6
9
  export interface GetAppsListCommandInput extends GetAppsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAppsListCommand}.
13
+ */
8
14
  export interface GetAppsListCommandOutput extends GetAppsListResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetComplianceDetailCommand}.
8
+ */
6
9
  export interface GetComplianceDetailCommandInput extends GetComplianceDetailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetComplianceDetailCommand}.
13
+ */
8
14
  export interface GetComplianceDetailCommandOutput extends GetComplianceDetailResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetNotificationChannelCommand}.
8
+ */
6
9
  export interface GetNotificationChannelCommandInput extends GetNotificationChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetNotificationChannelCommand}.
13
+ */
8
14
  export interface GetNotificationChannelCommandOutput extends GetNotificationChannelResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPolicyCommand}.
8
+ */
6
9
  export interface GetPolicyCommandInput extends GetPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPolicyCommand}.
13
+ */
8
14
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProtectionStatusCommand}.
8
+ */
6
9
  export interface GetProtectionStatusCommandInput extends GetProtectionStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProtectionStatusCommand}.
13
+ */
8
14
  export interface GetProtectionStatusCommandOutput extends GetProtectionStatusResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProtocolsListCommand}.
8
+ */
6
9
  export interface GetProtocolsListCommandInput extends GetProtocolsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProtocolsListCommand}.
13
+ */
8
14
  export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourceSetCommand}.
8
+ */
6
9
  export interface GetResourceSetCommandInput extends GetResourceSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourceSetCommand}.
13
+ */
8
14
  export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetThirdPartyFirewallAssociationStatusRequest, GetThirdPartyFirewallAssociationStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetThirdPartyFirewallAssociationStatusCommand}.
8
+ */
6
9
  export interface GetThirdPartyFirewallAssociationStatusCommandInput extends GetThirdPartyFirewallAssociationStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetThirdPartyFirewallAssociationStatusCommand}.
13
+ */
8
14
  export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends GetThirdPartyFirewallAssociationStatusResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetViolationDetailsCommand}.
8
+ */
6
9
  export interface GetViolationDetailsCommandInput extends GetViolationDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetViolationDetailsCommand}.
13
+ */
8
14
  export interface GetViolationDetailsCommandOutput extends GetViolationDetailsResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppsListsCommand}.
8
+ */
6
9
  export interface ListAppsListsCommandInput extends ListAppsListsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppsListsCommand}.
13
+ */
8
14
  export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListComplianceStatusCommand}.
8
+ */
6
9
  export interface ListComplianceStatusCommandInput extends ListComplianceStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListComplianceStatusCommand}.
13
+ */
8
14
  export interface ListComplianceStatusCommandOutput extends ListComplianceStatusResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDiscoveredResourcesCommand}.
8
+ */
6
9
  export interface ListDiscoveredResourcesCommandInput extends ListDiscoveredResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDiscoveredResourcesCommand}.
13
+ */
8
14
  export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredResourcesResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMemberAccountsCommand}.
8
+ */
6
9
  export interface ListMemberAccountsCommandInput extends ListMemberAccountsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMemberAccountsCommand}.
13
+ */
8
14
  export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPoliciesCommand}.
8
+ */
6
9
  export interface ListPoliciesCommandInput extends ListPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPoliciesCommand}.
13
+ */
8
14
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProtocolsListsCommand}.
8
+ */
6
9
  export interface ListProtocolsListsCommandInput extends ListProtocolsListsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProtocolsListsCommand}.
13
+ */
8
14
  export interface ListProtocolsListsCommandOutput extends ListProtocolsListsResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListResourceSetResourcesRequest, ListResourceSetResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListResourceSetResourcesCommand}.
8
+ */
6
9
  export interface ListResourceSetResourcesCommandInput extends ListResourceSetResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourceSetResourcesCommand}.
13
+ */
8
14
  export interface ListResourceSetResourcesCommandOutput extends ListResourceSetResourcesResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListResourceSetsCommand}.
8
+ */
6
9
  export interface ListResourceSetsCommandInput extends ListResourceSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourceSetsCommand}.
13
+ */
8
14
  export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { ListThirdPartyFirewallFirewallPoliciesRequest, ListThirdPartyFirewallFirewallPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListThirdPartyFirewallFirewallPoliciesCommand}.
8
+ */
6
9
  export interface ListThirdPartyFirewallFirewallPoliciesCommandInput extends ListThirdPartyFirewallFirewallPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListThirdPartyFirewallFirewallPoliciesCommand}.
13
+ */
8
14
  export interface ListThirdPartyFirewallFirewallPoliciesCommandOutput extends ListThirdPartyFirewallFirewallPoliciesResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { PutAppsListRequest, PutAppsListResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutAppsListCommand}.
8
+ */
6
9
  export interface PutAppsListCommandInput extends PutAppsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAppsListCommand}.
13
+ */
8
14
  export interface PutAppsListCommandOutput extends PutAppsListResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { PutNotificationChannelRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutNotificationChannelCommand}.
8
+ */
6
9
  export interface PutNotificationChannelCommandInput extends PutNotificationChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutNotificationChannelCommand}.
13
+ */
8
14
  export interface PutNotificationChannelCommandOutput extends __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { PutPolicyRequest, PutPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutPolicyCommand}.
8
+ */
6
9
  export interface PutPolicyCommandInput extends PutPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutPolicyCommand}.
13
+ */
8
14
  export interface PutPolicyCommandOutput extends PutPolicyResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutProtocolsListCommand}.
8
+ */
6
9
  export interface PutProtocolsListCommandInput extends PutProtocolsListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutProtocolsListCommand}.
13
+ */
8
14
  export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { PutResourceSetRequest, PutResourceSetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutResourceSetCommand}.
8
+ */
6
9
  export interface PutResourceSetCommandInput extends PutResourceSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutResourceSetCommand}.
13
+ */
8
14
  export interface PutResourceSetCommandOutput extends PutResourceSetResponse, __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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
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 { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
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
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fms",
3
3
  "description": "AWS SDK for JavaScript Fms 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",