Module Values.PutApplicationAuthenticationMethodRequestSource

Adds or updates an authentication method for an application.

Sourcetype nonrec t = {
  1. applicationArn : ApplicationArn.t;
    (*

    Specifies the ARN of the application with the authentication method to add or update.

    *)
  2. authenticationMethodType : AuthenticationMethodType.t;
    (*

    Specifies the type of the authentication method that you want to add or update.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : applicationArn:ApplicationArn.t -> authenticationMethodType:AuthenticationMethodType.t -> authenticationMethod:AuthenticationMethod.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t