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).
Working with the Schema Catalog
Section titled “Working with the Schema Catalog”const listSchemaVersions = yield* IoTManagedIntegrations.ListSchemaVersions();
const { Items } = yield* listSchemaVersions({ Type: "capability", Namespace: "matter",});