Values.DeleteUserPoolClientSecretRequestSourceThe request to delete a specific client secret from a user pool app client.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool that contains the app client.
*)clientId : ClientIdType.t;The ID of the app client from which you want to delete the secret.
*)clientSecretId : ClientSecretIdType.t;The unique identifier of the client secret you want to delete.
*)}val make :
userPoolId:UserPoolIdType.t ->
clientId:ClientIdType.t ->
clientSecretId:ClientSecretIdType.t ->
unit ->
t