Snowball.Paginator.ListLongTermPricing¶paginator = client.get_paginator('list_long_term_pricing')
paginate(**kwargs)¶Creates an iterator that will paginate through responses from Snowball.Client.list_long_term_pricing().
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
A dictionary that provides parameters to control pagination.
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.
The size of each page.
A token to specify where to start paginating. This is the NextToken from a previous response.
{
    'LongTermPricingEntries': [
        {
            'LongTermPricingId': 'string',
            'LongTermPricingEndDate': datetime(2015, 1, 1),
            'LongTermPricingStartDate': datetime(2015, 1, 1),
            'LongTermPricingType': 'OneYear'|'ThreeYear',
            'CurrentActiveJob': 'string',
            'ReplacementJob': 'string',
            'IsLongTermPricingAutoRenew': True|False,
            'LongTermPricingStatus': 'string',
            'SnowballType': 'STANDARD'|'EDGE'|'EDGE_C'|'EDGE_CG'|'EDGE_S'|'SNC1_HDD'|'SNC1_SSD'|'V3_5C',
            'JobIds': [
                'string',
            ]
        },
    ],
}
Response Structure
Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.
Each LongTermPricingListEntry object contains information about a long-term pricing type.
The ID of the long-term pricing type for the device.
The end date the long-term pricing contract.
The start date of the long-term pricing contract.
The type of long-term pricing that was selected for the device.
The current active jobs on the device the long-term pricing type.
A new device that replaces a device that is ordered with long-term pricing.
If set to true , specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.
The status of the long-term pricing type.
The type of Snow Family devices associated with this long-term pricing job.
The IDs of the jobs that are associated with a long-term pricing type.