DescribeServiceUpdates
Source:
src/AWS/MemoryDB/DescribeServiceUpdates.ts
Runtime binding for the DescribeServiceUpdates operation (IAM action
memorydb:DescribeServiceUpdates).
Lists the service updates (security patches, engine upgrades) available or
scheduled for the account’s clusters — pair with
BatchUpdateCluster to build patch automation. Provide the
implementation with
Effect.provide(AWS.MemoryDB.DescribeServiceUpdatesHttp).
Applying Service Updates
Section titled “Applying Service Updates”const describeServiceUpdates = yield* MemoryDB.DescribeServiceUpdates();
const page = yield* describeServiceUpdates({ Status: ["available"] });// page.ServiceUpdates[0].ServiceUpdateName