DeleteResourceOptions<TItem>: {
    assignName: ResourceNameAssigner<TItem>;
    base64Tobase64url: Transcoder;
    clients: DeleteResourceClients;
    config: DeleteResourceConfig;
    exceptions: DeleteResourceExceptions;
    handleError?: DeleteResourceErrorHandler;
    idempotencyKey: string | undefined;
    name: string | undefined;
    namespace: string;
    resourceName: string;
}

Type Parameters

  • TItem

Type declaration

  • assignName: ResourceNameAssigner<TItem>

    Called to assign the customer-given name of the resource to an output property.

  • base64Tobase64url: Transcoder

    A base64 to base64url transcoder.

  • clients: DeleteResourceClients

    The required AWS clients.

  • config: DeleteResourceConfig

    The required SDK client config.

  • exceptions: DeleteResourceExceptions

    SDK exception classes for each of the common errors.

  • Optional handleError?: DeleteResourceErrorHandler

    Called when an unhandled error is thrown. Can either throw an error or return.

  • idempotencyKey: string | undefined

    Passed to AWS SDK calls where possible.

  • name: string | undefined

    The customer-provided name of the resource.

  • namespace: string

    Prefix for Service Catalog provisioned product names, for example: ff.

  • resourceName: string

    The name of the Stedi product resource, for example function.