Patch request for Cognito clients.

interface PatchCognitoClientRequest {
    client: PatchCognitoClientBody;
    clientId: string;
    provider: ClientProvider;
    userPoolId: string;
}

Hierarchy (View Summary)

Properties

clientId: string
provider: ClientProvider
userPoolId: string