Skip to content

SearchProvisionedProducts

Source: src/AWS/ServiceCatalog/SearchProvisionedProducts.ts

Runtime binding for servicecatalog:SearchProvisionedProducts.

Searches the provisioned products the caller has access to, with optional free-text filters and account-level access filters.

Account-level operation — which products the caller can see and act on is governed by portfolio principal associations, so the binding takes no resource argument. Provide the implementation with Effect.provide(AWS.ServiceCatalog.SearchProvisionedProductsHttp).

// init — account-level binding, no resource argument
const searchProvisionedProducts = yield* AWS.ServiceCatalog.SearchProvisionedProducts();
// runtime
const { ProvisionedProducts } = yield* searchProvisionedProducts();