Values_1.DescribeAuthenticationProfileRequestSourceThis 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.
type nonrec t = {authenticationProfileId : Values_0.AuthenticationProfileId.t;A unique identifier for the authentication profile.
*)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.
*)}val make :
authenticationProfileId:Values_0.AuthenticationProfileId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.AuthenticationProfileId.t ]) list ]