Skip to content

Paginators#

Index > BedrockRuntime > Paginators

Auto-generated documentation for BedrockRuntime type annotations stubs module mypy-boto3-bedrock-runtime.

ListAsyncInvokesPaginator#

Type annotations and code completion for boto3.client("bedrock-runtime").get_paginator("list_async_invokes"). boto3 documentation

# ListAsyncInvokesPaginator usage example

from boto3.session import Session

from mypy_boto3_bedrock_runtime.paginator import ListAsyncInvokesPaginator

def get_list_async_invokes_paginator() -> ListAsyncInvokesPaginator:
    return Session().client("bedrock-runtime").get_paginator("list_async_invokes")