SearchTypes
Source:
src/AWS/DataZone/SearchTypes.ts
Runtime binding for datazone:SearchTypes.
Searches asset types and form types registered in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.SearchTypesHttp).
Searching the Catalog
Section titled “Searching the Catalog”// init — bind the operation to the domainconst searchTypes = yield* AWS.DataZone.SearchTypes(domain);
// runtimeconst result = yield* searchTypes({ searchScope: "ASSET_TYPE", managed: true });