Values.DeleteApplicationAuthenticationMethodRequestSourceDeletes an authentication method from an application.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application with the authentication method to delete.
*)authenticationMethodType : AuthenticationMethodType.t;Specifies the authentication method type to delete from the application.
*)}val make :
applicationArn:ApplicationArn.t ->
authenticationMethodType:AuthenticationMethodType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationArn.t ]) list ]