Values.DeleteAIAgentVersionRequestSourceDeletes an Amazon Q in Connect AI Agent Version.
type nonrec t = {assistantId : UuidOrArn.t;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)aiAgentId : UuidOrArnOrEitherWithQualifier.t;The identifier of the Amazon Q in Connect AI Agent. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)versionNumber : Version.t;The version number of the AI Agent version.
*)}val make :
assistantId:UuidOrArn.t ->
aiAgentId:UuidOrArnOrEitherWithQualifier.t ->
versionNumber:Version.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of Version.t | `String of UuidOrArn.t ]) list ]