QuickSight / Client / list_asset_bundle_import_jobs

list_asset_bundle_import_jobs#

QuickSight.Client.list_asset_bundle_import_jobs(**kwargs)#

Lists all asset bundle import jobs that have taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, ListAssetBundleImportJobs only returns the most recent job that uses the repeated job ID.

See also: AWS API Documentation

Request Syntax

response = client.list_asset_bundle_import_jobs(
    AwsAccountId='string',
    NextToken='string',
    MaxResults=123
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that the import jobs were executed in.

  • NextToken (string) – The token for the next set of results, or null if there are no more results.

  • MaxResults (integer) – The maximum number of results to be returned per request.

Return type:

dict

Returns:

Response Syntax

{
    'AssetBundleImportJobSummaryList': [
        {
            'JobStatus': 'QUEUED_FOR_IMMEDIATE_EXECUTION'|'IN_PROGRESS'|'SUCCESSFUL'|'FAILED'|'FAILED_ROLLBACK_IN_PROGRESS'|'FAILED_ROLLBACK_COMPLETED'|'FAILED_ROLLBACK_ERROR',
            'Arn': 'string',
            'CreatedTime': datetime(2015, 1, 1),
            'AssetBundleImportJobId': 'string',
            'FailureAction': 'DO_NOTHING'|'ROLLBACK'
        },
    ],
    'NextToken': 'string',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • AssetBundleImportJobSummaryList (list) –

      A list of import job summaries.

      • (dict) –

        A summary of the import job that includes details of the requested job’s configuration and its current status.

        • JobStatus (string) –

          The current status of the import job.

        • Arn (string) –

          The ARN of the import job.

        • CreatedTime (datetime) –

          The time that the import job was created.

        • AssetBundleImportJobId (string) –

          The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.

        • FailureAction (string) –

          The failure action for the import job.

    • NextToken (string) –

      The token for the next set of results, or null if there are no more results.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the response.

Exceptions

  • QuickSight.Client.exceptions.UnsupportedUserEditionException

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.AccessDeniedException

  • QuickSight.Client.exceptions.InvalidNextTokenException

  • QuickSight.Client.exceptions.ResourceNotFoundException