DescribeServiceActionExecutionParameters
Source:
src/AWS/ServiceCatalog/DescribeServiceActionExecutionParameters.ts
Runtime binding for servicecatalog:DescribeServiceActionExecutionParameters.
Gets the parameters required to execute a self-service action on a provisioned product — call it before ExecuteProvisionedProductServiceAction to build the parameter form.
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.DescribeServiceActionExecutionParametersHttp).
Service Actions
Section titled “Service Actions”// init — account-level binding, no resource argumentconst describeServiceActionExecutionParameters = yield* AWS.ServiceCatalog.DescribeServiceActionExecutionParameters();
// runtimeconst { ServiceActionParameters } = yield* describeServiceActionExecutionParameters({ ProvisionedProductId: "pp-abc123", ServiceActionId: "act-abc123", });