Module Values_2.DescribeDashboardSnapshotJobRequestSource

Describes an existing snapshot job. Poll job descriptions after a job starts to know the status of the job. For information on available status codes, see JobStatus. Registered user support This API can be called as before to get status of a job started by the same Quick Sight user. Possible error scenarios Request will fail with an Access Denied error in the following scenarios: The credentials have expired. Job has been started by a different user. Impersonated Quick Sight user doesn't have access to the specified dashboard in the job.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.

    *)
  2. dashboardId : Values_0.ShortRestrictiveResourceId.t;
    (*

    The ID of the dashboard that you have started a snapshot job for.

    *)
  3. snapshotJobId : Values_0.ShortRestrictiveResourceId.t;
    (*

    The ID of the job to be described. The job ID is set when you start a new job with a StartDashboardSnapshotJob API call.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:Values_1.AwsAccountId.t -> dashboardId:Values_0.ShortRestrictiveResourceId.t -> snapshotJobId:Values_0.ShortRestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t