Skip to content

ListSchemaVersions

Source: src/AWS/IoTManagedIntegrations/ListSchemaVersions.ts

Runtime binding for iotmanagedintegrations:ListSchemaVersions (account-level).

Lists capability or definition schema versions in the Managed integrations schema catalog, optionally filtered by namespace, schema id, visibility, or semantic version. Provide the implementation with Effect.provide(AWS.IoTManagedIntegrations.ListSchemaVersionsHttp).

const listSchemaVersions = yield* IoTManagedIntegrations.ListSchemaVersions();
const { Items } = yield* listSchemaVersions({
Type: "capability",
Namespace: "matter",
});