QuickSight / Paginator / ListAssetBundleExportJobs

ListAssetBundleExportJobs#

class QuickSight.Paginator.ListAssetBundleExportJobs#
paginator = client.get_paginator('list_asset_bundle_export_jobs')
paginate(**kwargs)#

Creates an iterator that will paginate through responses from QuickSight.Client.list_asset_bundle_export_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 export 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

{
    'AssetBundleExportJobSummaryList': [
        {
            'JobStatus': 'QUEUED_FOR_IMMEDIATE_EXECUTION'|'IN_PROGRESS'|'SUCCESSFUL'|'FAILED',
            'Arn': 'string',
            'CreatedTime': datetime(2015, 1, 1),
            'AssetBundleExportJobId': 'string',
            'IncludeAllDependencies': True|False,
            'ExportFormat': 'CLOUDFORMATION_JSON'|'QUICKSIGHT_JSON',
            'IncludePermissions': True|False,
            'IncludeTags': True|False
        },
    ],
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • AssetBundleExportJobSummaryList (list) –

      A list of export job summaries.

      • (dict) –

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

        • JobStatus (string) –

          The current status of the export job.

        • Arn (string) –

          The ARN of the export job.

        • CreatedTime (datetime) –

          The time that the export job was created.

        • AssetBundleExportJobId (string) –

          The ID of the export job.

        • IncludeAllDependencies (boolean) –

          The flag that determines the inclusion of resource dependencies in the returned asset bundle.

        • ExportFormat (string) –

          The format for the export job.

        • IncludePermissions (boolean) –

          The flag that determines the inclusion of permissions associated with each resource ARN.

        • IncludeTags (boolean) –

          The flag that determines the inclusion of tags associated with each resource ARN.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.