UNPKG

@aws-amplify/auth

Version:
14 lines (13 loc) 1.42 kB
import { DeleteUserAttributesCommandOutput, ServiceClientFactoryInput } from './types'; export declare const createDeleteUserAttributesClient: (config: ServiceClientFactoryInput) => (config: { endpointResolver?: (((options: import("@aws-amplify/core/internals/aws-client-utils").EndpointResolverOptions, input?: any) => import("@aws-amplify/core/internals/aws-client-utils").Endpoint) & ((options: import("@aws-amplify/core/internals/aws-client-utils").EndpointResolverOptions) => { url: URL; })) | undefined; service?: string | undefined; retryDecider?: (((response?: import("@aws-amplify/core/internals/aws-client-utils").HttpResponse | undefined, error?: unknown, middlewareContext?: import("@aws-amplify/core/internals/aws-client-utils").MiddlewareContext) => Promise<import("@aws-amplify/core/internals/aws-client-utils").RetryDeciderOutput>) & ((response?: import("@aws-amplify/core/internals/aws-client-utils").HttpResponse, error?: unknown) => Promise<import("@aws-amplify/core/internals/aws-client-utils").RetryDeciderOutput>)) | undefined; computeDelay?: ((attempt: number) => number) | undefined; userAgentValue?: string | undefined; cache?: "default" | "no-store" | "force-cache" | "no-cache" | "only-if-cached" | "reload" | undefined; } & { [x: string]: unknown; }, input: import("./types").DeleteUserAttributesRequest) => Promise<DeleteUserAttributesCommandOutput>;