Values.StartDashboardRefreshResponseSourceStarts a refresh of the specified dashboard. Each time a dashboard is refreshed, CloudTrail runs queries to populate the dashboard's widgets. CloudTrail must be granted permissions to run the StartQuery operation on your behalf. To provide permissions, run the PutResourcePolicy operation to attach a resource-based policy to each event data store. For more information, see Example: Allow CloudTrail to run queries to populate a dashboard in the CloudTrail User Guide.
type nonrec error = [ | `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `ResourceNotFoundException of unit
| `ServiceQuotaExceededException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `ResourceNotFoundException of unit
| `ServiceQuotaExceededException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]