Values.PutApplicationAuthenticationMethodRequestSourceAdds or updates an authentication method for an application.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application with the authentication method to add or update.
*)authenticationMethodType : AuthenticationMethodType.t;Specifies the type of the authentication method that you want to add or update.
*)authenticationMethod : AuthenticationMethod.t;Specifies a structure that describes the authentication method to add or update. The structure type you provide is determined by the AuthenticationMethodType parameter.
*)}val make :
applicationArn:ApplicationArn.t ->
authenticationMethodType:AuthenticationMethodType.t ->
authenticationMethod:AuthenticationMethod.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationArn.t
| `Structure of
(string
* [> `Structure of (string * [> `Structure of 'a list ]) list ])
list ])
list ]