Skip to content

ListManagedThingSchemas

Source: src/AWS/IoTManagedIntegrations/ListManagedThingSchemas.ts

Runtime binding for the ListManagedThingSchemas operation (IAM action iotmanagedintegrations:ListManagedThingSchemas), scoped to one ManagedThing.

Lists the capability schemas of the bound device, optionally filtered by endpoint or capability id. Provide the implementation with Effect.provide(AWS.IoTManagedIntegrations.ListManagedThingSchemasHttp).

const listSchemas =
yield* IoTManagedIntegrations.ListManagedThingSchemas(thing);
const { Items } = yield* listSchemas({ EndpointIdFilter: "1" });