BatchDisassociateResource
Source:
src/AWS/FMS/BatchDisassociateResource.ts
Runtime binding for fms:BatchDisassociateResource.
Disassociates resources from the specified Firewall Manager resource set, reporting per-item failures. Provide the
implementation with Effect.provide(AWS.FMS.BatchDisassociateResourceHttp).
Resource Sets
Section titled “Resource Sets”// init — account-level binding takes no resourceconst batchDisassociateResource = yield* AWS.FMS.BatchDisassociateResource();
// runtimeconst result = yield* batchDisassociateResource({ ResourceSetIdentifier: resourceSetId, Items: [firewallArn],});console.log(result.FailedItems.length);