ListServiceStates
Source:
src/AWS/ApplicationSignals/ListServiceStates.ts
Runtime binding for application-signals:ListServiceStates.
Returns the last deployment and other change states of discovered
services — visibility into recent changes for troubleshooting and change
correlation. Provide the implementation with
Effect.provide(AWS.ApplicationSignals.ListServiceStatesHttp).
Tracking Changes
Section titled “Tracking Changes”// init — account-level, no resource argumentconst listServiceStates = yield* AWS.ApplicationSignals.ListServiceStates();
// runtimeconst page = yield* listServiceStates({ StartTime: new Date(Date.now() - 24 * 3600_000), EndTime: new Date(),});