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).
Tracking Provisioned Products
Section titled “Tracking Provisioned Products”// init — account-level binding, no resource argumentconst searchProvisionedProducts = yield* AWS.ServiceCatalog.SearchProvisionedProducts();
// runtimeconst { ProvisionedProducts } = yield* searchProvisionedProducts();