@aws-sdk/client-fms 3.957.0 → 3.962.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.
- package/README.md +1 -47
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +823 -924
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +829 -926
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,10 +15,8 @@ types, and errors. For detailed information about Firewall Manager features, see
|
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
## Installing
|
|
18
|
-
|
|
19
18
|
To install this package, simply type add or install @aws-sdk/client-fms
|
|
20
19
|
using your favorite package manager:
|
|
21
|
-
|
|
22
20
|
- `npm install @aws-sdk/client-fms`
|
|
23
21
|
- `yarn add @aws-sdk/client-fms`
|
|
24
22
|
- `pnpm add @aws-sdk/client-fms`
|
|
@@ -54,9 +52,7 @@ To send a request, you:
|
|
|
54
52
|
// a client can be shared by different commands.
|
|
55
53
|
const client = new FMSClient({ region: "REGION" });
|
|
56
54
|
|
|
57
|
-
const params = {
|
|
58
|
-
/** input parameters */
|
|
59
|
-
};
|
|
55
|
+
const params = { /** input parameters */ };
|
|
60
56
|
const command = new ListPoliciesCommand(params);
|
|
61
57
|
```
|
|
62
58
|
|
|
@@ -215,7 +211,6 @@ AssociateAdminAccount
|
|
|
215
211
|
</summary>
|
|
216
212
|
|
|
217
213
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/AssociateAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/AssociateAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/AssociateAdminAccountCommandOutput/)
|
|
218
|
-
|
|
219
214
|
</details>
|
|
220
215
|
<details>
|
|
221
216
|
<summary>
|
|
@@ -223,7 +218,6 @@ AssociateThirdPartyFirewall
|
|
|
223
218
|
</summary>
|
|
224
219
|
|
|
225
220
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/AssociateThirdPartyFirewallCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/AssociateThirdPartyFirewallCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/AssociateThirdPartyFirewallCommandOutput/)
|
|
226
|
-
|
|
227
221
|
</details>
|
|
228
222
|
<details>
|
|
229
223
|
<summary>
|
|
@@ -231,7 +225,6 @@ BatchAssociateResource
|
|
|
231
225
|
</summary>
|
|
232
226
|
|
|
233
227
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/BatchAssociateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/BatchAssociateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/BatchAssociateResourceCommandOutput/)
|
|
234
|
-
|
|
235
228
|
</details>
|
|
236
229
|
<details>
|
|
237
230
|
<summary>
|
|
@@ -239,7 +232,6 @@ BatchDisassociateResource
|
|
|
239
232
|
</summary>
|
|
240
233
|
|
|
241
234
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/BatchDisassociateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/BatchDisassociateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/BatchDisassociateResourceCommandOutput/)
|
|
242
|
-
|
|
243
235
|
</details>
|
|
244
236
|
<details>
|
|
245
237
|
<summary>
|
|
@@ -247,7 +239,6 @@ DeleteAppsList
|
|
|
247
239
|
</summary>
|
|
248
240
|
|
|
249
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DeleteAppsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteAppsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteAppsListCommandOutput/)
|
|
250
|
-
|
|
251
242
|
</details>
|
|
252
243
|
<details>
|
|
253
244
|
<summary>
|
|
@@ -255,7 +246,6 @@ DeleteNotificationChannel
|
|
|
255
246
|
</summary>
|
|
256
247
|
|
|
257
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DeleteNotificationChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteNotificationChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteNotificationChannelCommandOutput/)
|
|
258
|
-
|
|
259
249
|
</details>
|
|
260
250
|
<details>
|
|
261
251
|
<summary>
|
|
@@ -263,7 +253,6 @@ DeletePolicy
|
|
|
263
253
|
</summary>
|
|
264
254
|
|
|
265
255
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DeletePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeletePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeletePolicyCommandOutput/)
|
|
266
|
-
|
|
267
256
|
</details>
|
|
268
257
|
<details>
|
|
269
258
|
<summary>
|
|
@@ -271,7 +260,6 @@ DeleteProtocolsList
|
|
|
271
260
|
</summary>
|
|
272
261
|
|
|
273
262
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DeleteProtocolsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteProtocolsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteProtocolsListCommandOutput/)
|
|
274
|
-
|
|
275
263
|
</details>
|
|
276
264
|
<details>
|
|
277
265
|
<summary>
|
|
@@ -279,7 +267,6 @@ DeleteResourceSet
|
|
|
279
267
|
</summary>
|
|
280
268
|
|
|
281
269
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DeleteResourceSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteResourceSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DeleteResourceSetCommandOutput/)
|
|
282
|
-
|
|
283
270
|
</details>
|
|
284
271
|
<details>
|
|
285
272
|
<summary>
|
|
@@ -287,7 +274,6 @@ DisassociateAdminAccount
|
|
|
287
274
|
</summary>
|
|
288
275
|
|
|
289
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DisassociateAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DisassociateAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DisassociateAdminAccountCommandOutput/)
|
|
290
|
-
|
|
291
277
|
</details>
|
|
292
278
|
<details>
|
|
293
279
|
<summary>
|
|
@@ -295,7 +281,6 @@ DisassociateThirdPartyFirewall
|
|
|
295
281
|
</summary>
|
|
296
282
|
|
|
297
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/DisassociateThirdPartyFirewallCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DisassociateThirdPartyFirewallCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/DisassociateThirdPartyFirewallCommandOutput/)
|
|
298
|
-
|
|
299
284
|
</details>
|
|
300
285
|
<details>
|
|
301
286
|
<summary>
|
|
@@ -303,7 +288,6 @@ GetAdminAccount
|
|
|
303
288
|
</summary>
|
|
304
289
|
|
|
305
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAdminAccountCommandOutput/)
|
|
306
|
-
|
|
307
291
|
</details>
|
|
308
292
|
<details>
|
|
309
293
|
<summary>
|
|
@@ -311,7 +295,6 @@ GetAdminScope
|
|
|
311
295
|
</summary>
|
|
312
296
|
|
|
313
297
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetAdminScopeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAdminScopeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAdminScopeCommandOutput/)
|
|
314
|
-
|
|
315
298
|
</details>
|
|
316
299
|
<details>
|
|
317
300
|
<summary>
|
|
@@ -319,7 +302,6 @@ GetAppsList
|
|
|
319
302
|
</summary>
|
|
320
303
|
|
|
321
304
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetAppsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAppsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetAppsListCommandOutput/)
|
|
322
|
-
|
|
323
305
|
</details>
|
|
324
306
|
<details>
|
|
325
307
|
<summary>
|
|
@@ -327,7 +309,6 @@ GetComplianceDetail
|
|
|
327
309
|
</summary>
|
|
328
310
|
|
|
329
311
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetComplianceDetailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetComplianceDetailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetComplianceDetailCommandOutput/)
|
|
330
|
-
|
|
331
312
|
</details>
|
|
332
313
|
<details>
|
|
333
314
|
<summary>
|
|
@@ -335,7 +316,6 @@ GetNotificationChannel
|
|
|
335
316
|
</summary>
|
|
336
317
|
|
|
337
318
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetNotificationChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetNotificationChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetNotificationChannelCommandOutput/)
|
|
338
|
-
|
|
339
319
|
</details>
|
|
340
320
|
<details>
|
|
341
321
|
<summary>
|
|
@@ -343,7 +323,6 @@ GetPolicy
|
|
|
343
323
|
</summary>
|
|
344
324
|
|
|
345
325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetPolicyCommandOutput/)
|
|
346
|
-
|
|
347
326
|
</details>
|
|
348
327
|
<details>
|
|
349
328
|
<summary>
|
|
@@ -351,7 +330,6 @@ GetProtectionStatus
|
|
|
351
330
|
</summary>
|
|
352
331
|
|
|
353
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetProtectionStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetProtectionStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetProtectionStatusCommandOutput/)
|
|
354
|
-
|
|
355
333
|
</details>
|
|
356
334
|
<details>
|
|
357
335
|
<summary>
|
|
@@ -359,7 +337,6 @@ GetProtocolsList
|
|
|
359
337
|
</summary>
|
|
360
338
|
|
|
361
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetProtocolsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetProtocolsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetProtocolsListCommandOutput/)
|
|
362
|
-
|
|
363
340
|
</details>
|
|
364
341
|
<details>
|
|
365
342
|
<summary>
|
|
@@ -367,7 +344,6 @@ GetResourceSet
|
|
|
367
344
|
</summary>
|
|
368
345
|
|
|
369
346
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetResourceSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetResourceSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetResourceSetCommandOutput/)
|
|
370
|
-
|
|
371
347
|
</details>
|
|
372
348
|
<details>
|
|
373
349
|
<summary>
|
|
@@ -375,7 +351,6 @@ GetThirdPartyFirewallAssociationStatus
|
|
|
375
351
|
</summary>
|
|
376
352
|
|
|
377
353
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetThirdPartyFirewallAssociationStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetThirdPartyFirewallAssociationStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetThirdPartyFirewallAssociationStatusCommandOutput/)
|
|
378
|
-
|
|
379
354
|
</details>
|
|
380
355
|
<details>
|
|
381
356
|
<summary>
|
|
@@ -383,7 +358,6 @@ GetViolationDetails
|
|
|
383
358
|
</summary>
|
|
384
359
|
|
|
385
360
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/GetViolationDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetViolationDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/GetViolationDetailsCommandOutput/)
|
|
386
|
-
|
|
387
361
|
</details>
|
|
388
362
|
<details>
|
|
389
363
|
<summary>
|
|
@@ -391,7 +365,6 @@ ListAdminAccountsForOrganization
|
|
|
391
365
|
</summary>
|
|
392
366
|
|
|
393
367
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListAdminAccountsForOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAdminAccountsForOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAdminAccountsForOrganizationCommandOutput/)
|
|
394
|
-
|
|
395
368
|
</details>
|
|
396
369
|
<details>
|
|
397
370
|
<summary>
|
|
@@ -399,7 +372,6 @@ ListAdminsManagingAccount
|
|
|
399
372
|
</summary>
|
|
400
373
|
|
|
401
374
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListAdminsManagingAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAdminsManagingAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAdminsManagingAccountCommandOutput/)
|
|
402
|
-
|
|
403
375
|
</details>
|
|
404
376
|
<details>
|
|
405
377
|
<summary>
|
|
@@ -407,7 +379,6 @@ ListAppsLists
|
|
|
407
379
|
</summary>
|
|
408
380
|
|
|
409
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListAppsListsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAppsListsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListAppsListsCommandOutput/)
|
|
410
|
-
|
|
411
382
|
</details>
|
|
412
383
|
<details>
|
|
413
384
|
<summary>
|
|
@@ -415,7 +386,6 @@ ListComplianceStatus
|
|
|
415
386
|
</summary>
|
|
416
387
|
|
|
417
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListComplianceStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListComplianceStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListComplianceStatusCommandOutput/)
|
|
418
|
-
|
|
419
389
|
</details>
|
|
420
390
|
<details>
|
|
421
391
|
<summary>
|
|
@@ -423,7 +393,6 @@ ListDiscoveredResources
|
|
|
423
393
|
</summary>
|
|
424
394
|
|
|
425
395
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListDiscoveredResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListDiscoveredResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListDiscoveredResourcesCommandOutput/)
|
|
426
|
-
|
|
427
396
|
</details>
|
|
428
397
|
<details>
|
|
429
398
|
<summary>
|
|
@@ -431,7 +400,6 @@ ListMemberAccounts
|
|
|
431
400
|
</summary>
|
|
432
401
|
|
|
433
402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListMemberAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListMemberAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListMemberAccountsCommandOutput/)
|
|
434
|
-
|
|
435
403
|
</details>
|
|
436
404
|
<details>
|
|
437
405
|
<summary>
|
|
@@ -439,7 +407,6 @@ ListPolicies
|
|
|
439
407
|
</summary>
|
|
440
408
|
|
|
441
409
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListPoliciesCommandOutput/)
|
|
442
|
-
|
|
443
410
|
</details>
|
|
444
411
|
<details>
|
|
445
412
|
<summary>
|
|
@@ -447,7 +414,6 @@ ListProtocolsLists
|
|
|
447
414
|
</summary>
|
|
448
415
|
|
|
449
416
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListProtocolsListsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListProtocolsListsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListProtocolsListsCommandOutput/)
|
|
450
|
-
|
|
451
417
|
</details>
|
|
452
418
|
<details>
|
|
453
419
|
<summary>
|
|
@@ -455,7 +421,6 @@ ListResourceSetResources
|
|
|
455
421
|
</summary>
|
|
456
422
|
|
|
457
423
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListResourceSetResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListResourceSetResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListResourceSetResourcesCommandOutput/)
|
|
458
|
-
|
|
459
424
|
</details>
|
|
460
425
|
<details>
|
|
461
426
|
<summary>
|
|
@@ -463,7 +428,6 @@ ListResourceSets
|
|
|
463
428
|
</summary>
|
|
464
429
|
|
|
465
430
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListResourceSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListResourceSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListResourceSetsCommandOutput/)
|
|
466
|
-
|
|
467
431
|
</details>
|
|
468
432
|
<details>
|
|
469
433
|
<summary>
|
|
@@ -471,7 +435,6 @@ ListTagsForResource
|
|
|
471
435
|
</summary>
|
|
472
436
|
|
|
473
437
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListTagsForResourceCommandOutput/)
|
|
474
|
-
|
|
475
438
|
</details>
|
|
476
439
|
<details>
|
|
477
440
|
<summary>
|
|
@@ -479,7 +442,6 @@ ListThirdPartyFirewallFirewallPolicies
|
|
|
479
442
|
</summary>
|
|
480
443
|
|
|
481
444
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/ListThirdPartyFirewallFirewallPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListThirdPartyFirewallFirewallPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/ListThirdPartyFirewallFirewallPoliciesCommandOutput/)
|
|
482
|
-
|
|
483
445
|
</details>
|
|
484
446
|
<details>
|
|
485
447
|
<summary>
|
|
@@ -487,7 +449,6 @@ PutAdminAccount
|
|
|
487
449
|
</summary>
|
|
488
450
|
|
|
489
451
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutAdminAccountCommandOutput/)
|
|
490
|
-
|
|
491
452
|
</details>
|
|
492
453
|
<details>
|
|
493
454
|
<summary>
|
|
@@ -495,7 +456,6 @@ PutAppsList
|
|
|
495
456
|
</summary>
|
|
496
457
|
|
|
497
458
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutAppsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutAppsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutAppsListCommandOutput/)
|
|
498
|
-
|
|
499
459
|
</details>
|
|
500
460
|
<details>
|
|
501
461
|
<summary>
|
|
@@ -503,7 +463,6 @@ PutNotificationChannel
|
|
|
503
463
|
</summary>
|
|
504
464
|
|
|
505
465
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutNotificationChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutNotificationChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutNotificationChannelCommandOutput/)
|
|
506
|
-
|
|
507
466
|
</details>
|
|
508
467
|
<details>
|
|
509
468
|
<summary>
|
|
@@ -511,7 +470,6 @@ PutPolicy
|
|
|
511
470
|
</summary>
|
|
512
471
|
|
|
513
472
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutPolicyCommandOutput/)
|
|
514
|
-
|
|
515
473
|
</details>
|
|
516
474
|
<details>
|
|
517
475
|
<summary>
|
|
@@ -519,7 +477,6 @@ PutProtocolsList
|
|
|
519
477
|
</summary>
|
|
520
478
|
|
|
521
479
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutProtocolsListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutProtocolsListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutProtocolsListCommandOutput/)
|
|
522
|
-
|
|
523
480
|
</details>
|
|
524
481
|
<details>
|
|
525
482
|
<summary>
|
|
@@ -527,7 +484,6 @@ PutResourceSet
|
|
|
527
484
|
</summary>
|
|
528
485
|
|
|
529
486
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/PutResourceSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutResourceSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/PutResourceSetCommandOutput/)
|
|
530
|
-
|
|
531
487
|
</details>
|
|
532
488
|
<details>
|
|
533
489
|
<summary>
|
|
@@ -535,7 +491,6 @@ TagResource
|
|
|
535
491
|
</summary>
|
|
536
492
|
|
|
537
493
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/TagResourceCommandOutput/)
|
|
538
|
-
|
|
539
494
|
</details>
|
|
540
495
|
<details>
|
|
541
496
|
<summary>
|
|
@@ -543,5 +498,4 @@ UntagResource
|
|
|
543
498
|
</summary>
|
|
544
499
|
|
|
545
500
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/fms/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-fms/Interface/UntagResourceCommandOutput/)
|
|
546
|
-
|
|
547
501
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultFMSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultFMSHttpAuthSchemeParametersProvider = defaultFMSHttpAuthSchemeParametersProvider;
|