Firehose / Client / get_paginator
get_paginatorÂķ
- Firehose.Client.get_paginator(operation_name)Âķ
Create a paginator for an operation.
- Parameters:
operation_name (string) â The operation name. This is the same name as the method name on the client. For example, if the method name is
create_foo, and youâd normally invoke the operation asclient.create_foo(**kwargs), if thecreate_foooperation can be paginated, you can use the callclient.get_paginator("create_foo").- Raises:
OperationNotPageableError â Raised if the operation is not pageable. You can use the
client.can_paginatemethod to check if an operation is pageable.- Return type:
botocore.paginate.Paginator- Returns:
A paginator object.