Values_2.UpdateDashboardsQAConfigurationRequestSourceUpdates a Dashboard QA configuration.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.
*)dashboardsQAStatus : Values_1.DashboardsQAStatus.t;The status of dashboards QA configuration that you want to update.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dashboardsQAStatus:Values_1.DashboardsQAStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.AwsAccountId.t ])
list ]