DisassociateLicense
Source:
src/AWS/Grafana/DisassociateLicense.ts
Runtime binding for the DisassociateLicense operation (IAM action
grafana:DisassociateLicense), scoped to one Workspace.
Removes the Grafana Enterprise license from the workspace, downgrading it
back to the standard edition. Provide the implementation with
Effect.provide(AWS.Grafana.DisassociateLicenseHttp).
Managing Licenses
Section titled “Managing Licenses”const disassociateLicense = yield* Grafana.DisassociateLicense(workspace);
yield* disassociateLicense({ licenseType: "ENTERPRISE" });