Snowball.Paginator.
ListCompatibleImages
¶paginator = client.get_paginator('list_compatible_images')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from Snowball.Client.list_compatible_images()
.
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.
{
'CompatibleImages': [
{
'AmiId': 'string',
'Name': 'string'
},
],
}
Response Structure
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.
The unique identifier for an individual Snow device AMI.
The optional name of a compatible image.