ListDeployments
Source:
src/AWS/GreengrassV2/ListDeployments.ts
Runtime binding for greengrass:ListDeployments.
Enumerates the account’s deployments, optionally filtered to one target
thing/thing group or to the latest revision per target — a fleet-wide view
of what is rolling out where. Provide the implementation with
Effect.provide(AWS.GreengrassV2.ListDeploymentsHttp).
Monitoring Deployments
Section titled “Monitoring Deployments”// init — account-level binding, no resource argumentconst listDeployments = yield* AWS.GreengrassV2.ListDeployments();
// runtimeconst { deployments } = yield* listDeployments({ historyFilter: "LATEST_ONLY",});