Module Values_1.DescribeAuthenticationProfileRequestSource

This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile.

Sourcetype nonrec t = {
  1. authenticationProfileId : Values_0.AuthenticationProfileId.t;
    (*

    A unique identifier for the authentication profile.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
}
Sourceval context_ : string
Sourceval make : authenticationProfileId:Values_0.AuthenticationProfileId.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.AuthenticationProfileId.t ]) 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