QuickSight / Paginator / ListAssetBundleImportJobs
ListAssetBundleImportJobs#
- class QuickSight.Paginator.ListAssetBundleImportJobs#
paginator = client.get_paginator('list_asset_bundle_import_jobs')
- paginate(**kwargs)#
Creates an iterator that will paginate through responses from
QuickSight.Client.list_asset_bundle_import_jobs()
.See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( AwsAccountId='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that the import jobs were executed in.
PaginationConfig (dict) –
A dictionary that provides parameters to control pagination.
MaxItems (integer) –
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
NextToken
will be provided in the output that you can use to resume pagination.PageSize (integer) –
The size of each page.
StartingToken (string) –
A token to specify where to start paginating. This is the
NextToken
from a previous response.
- 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' }, ], '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.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the response.