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).
Reading Device State
Section titled “Reading Device State”const listSchemas = yield* IoTManagedIntegrations.ListManagedThingSchemas(thing);
const { Items } = yield* listSchemas({ EndpointIdFilter: "1" });