Values_2.UpdateApplicationWithTokenExchangeGrantRequestSourceUpdates an Quick application with a token exchange grant. This operation only supports Quick applications that are registered with IAM Identity Center.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account to be updated with a token exchange grant.
*)namespace : Values_0.Namespace.t;The namespace of the Quick application.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]