Paginators#
Index > ServiceQuotas > Paginators
Auto-generated documentation for ServiceQuotas type annotations stubs module mypy-boto3-service-quotas.
ListAWSDefaultServiceQuotasPaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_aws_default_service_quotas")
.
boto3 documentation
# ListAWSDefaultServiceQuotasPaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListAWSDefaultServiceQuotasPaginator
def get_list_aws_default_service_quotas_paginator() -> ListAWSDefaultServiceQuotasPaginator:
return Session().client("service-quotas").get_paginator("list_aws_default_service_quotas")
# ListAWSDefaultServiceQuotasPaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListAWSDefaultServiceQuotasPaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListAWSDefaultServiceQuotasPaginator = client.get_paginator("list_aws_default_service_quotas") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListAWSDefaultServiceQuotasPaginator
- item: ListAWSDefaultServiceQuotasResponseTypeDef
paginate#
Type annotations and code completion for ListAWSDefaultServiceQuotasPaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
ServiceCode: str,
PaginationConfig: PaginatorConfigTypeDef = ..., # (1)
) -> _PageIterator[ListAWSDefaultServiceQuotasResponseTypeDef]: # (2)
...
# paginate method usage example with argument unpacking
kwargs: ListAWSDefaultServiceQuotasRequestListAWSDefaultServiceQuotasPaginateTypeDef = { # (1)
"ServiceCode": ...,
}
parent.paginate(**kwargs)
ListRequestedServiceQuotaChangeHistoryByQuotaPaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_requested_service_quota_change_history_by_quota")
.
boto3 documentation
# ListRequestedServiceQuotaChangeHistoryByQuotaPaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListRequestedServiceQuotaChangeHistoryByQuotaPaginator
def get_list_requested_service_quota_change_history_by_quota_paginator() -> ListRequestedServiceQuotaChangeHistoryByQuotaPaginator:
return Session().client("service-quotas").get_paginator("list_requested_service_quota_change_history_by_quota")
# ListRequestedServiceQuotaChangeHistoryByQuotaPaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListRequestedServiceQuotaChangeHistoryByQuotaPaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListRequestedServiceQuotaChangeHistoryByQuotaPaginator = client.get_paginator("list_requested_service_quota_change_history_by_quota") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListRequestedServiceQuotaChangeHistoryByQuotaPaginator
- item: ListRequestedServiceQuotaChangeHistoryByQuotaResponseTypeDef
paginate#
Type annotations and code completion for ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
ServiceCode: str,
QuotaCode: str,
Status: RequestStatusType = ..., # (1)
QuotaRequestedAtLevel: AppliedLevelEnumType = ..., # (2)
PaginationConfig: PaginatorConfigTypeDef = ..., # (3)
) -> _PageIterator[ListRequestedServiceQuotaChangeHistoryByQuotaResponseTypeDef]: # (4)
...
- See RequestStatusType
- See AppliedLevelEnumType
- See PaginatorConfigTypeDef
- See ListRequestedServiceQuotaChangeHistoryByQuotaResponseTypeDef
# paginate method usage example with argument unpacking
kwargs: ListRequestedServiceQuotaChangeHistoryByQuotaRequestListRequestedServiceQuotaChangeHistoryByQuotaPaginateTypeDef = { # (1)
"ServiceCode": ...,
"QuotaCode": ...,
}
parent.paginate(**kwargs)
ListRequestedServiceQuotaChangeHistoryPaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_requested_service_quota_change_history")
.
boto3 documentation
# ListRequestedServiceQuotaChangeHistoryPaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListRequestedServiceQuotaChangeHistoryPaginator
def get_list_requested_service_quota_change_history_paginator() -> ListRequestedServiceQuotaChangeHistoryPaginator:
return Session().client("service-quotas").get_paginator("list_requested_service_quota_change_history")
# ListRequestedServiceQuotaChangeHistoryPaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListRequestedServiceQuotaChangeHistoryPaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListRequestedServiceQuotaChangeHistoryPaginator = client.get_paginator("list_requested_service_quota_change_history") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListRequestedServiceQuotaChangeHistoryPaginator
- item: ListRequestedServiceQuotaChangeHistoryResponseTypeDef
paginate#
Type annotations and code completion for ListRequestedServiceQuotaChangeHistoryPaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
ServiceCode: str = ...,
Status: RequestStatusType = ..., # (1)
QuotaRequestedAtLevel: AppliedLevelEnumType = ..., # (2)
PaginationConfig: PaginatorConfigTypeDef = ..., # (3)
) -> _PageIterator[ListRequestedServiceQuotaChangeHistoryResponseTypeDef]: # (4)
...
- See RequestStatusType
- See AppliedLevelEnumType
- See PaginatorConfigTypeDef
- See ListRequestedServiceQuotaChangeHistoryResponseTypeDef
# paginate method usage example with argument unpacking
kwargs: ListRequestedServiceQuotaChangeHistoryRequestListRequestedServiceQuotaChangeHistoryPaginateTypeDef = { # (1)
"ServiceCode": ...,
}
parent.paginate(**kwargs)
- See ListRequestedServiceQuotaChangeHistoryRequestListRequestedServiceQuotaChangeHistoryPaginateTypeDef
ListServiceQuotaIncreaseRequestsInTemplatePaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_service_quota_increase_requests_in_template")
.
boto3 documentation
# ListServiceQuotaIncreaseRequestsInTemplatePaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServiceQuotaIncreaseRequestsInTemplatePaginator
def get_list_service_quota_increase_requests_in_template_paginator() -> ListServiceQuotaIncreaseRequestsInTemplatePaginator:
return Session().client("service-quotas").get_paginator("list_service_quota_increase_requests_in_template")
# ListServiceQuotaIncreaseRequestsInTemplatePaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServiceQuotaIncreaseRequestsInTemplatePaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListServiceQuotaIncreaseRequestsInTemplatePaginator = client.get_paginator("list_service_quota_increase_requests_in_template") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListServiceQuotaIncreaseRequestsInTemplatePaginator
- item: ListServiceQuotaIncreaseRequestsInTemplateResponseTypeDef
paginate#
Type annotations and code completion for ListServiceQuotaIncreaseRequestsInTemplatePaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
ServiceCode: str = ...,
AwsRegion: str = ...,
PaginationConfig: PaginatorConfigTypeDef = ..., # (1)
) -> _PageIterator[ListServiceQuotaIncreaseRequestsInTemplateResponseTypeDef]: # (2)
...
# paginate method usage example with argument unpacking
kwargs: ListServiceQuotaIncreaseRequestsInTemplateRequestListServiceQuotaIncreaseRequestsInTemplatePaginateTypeDef = { # (1)
"ServiceCode": ...,
}
parent.paginate(**kwargs)
ListServiceQuotasPaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_service_quotas")
.
boto3 documentation
# ListServiceQuotasPaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServiceQuotasPaginator
def get_list_service_quotas_paginator() -> ListServiceQuotasPaginator:
return Session().client("service-quotas").get_paginator("list_service_quotas")
# ListServiceQuotasPaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServiceQuotasPaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListServiceQuotasPaginator = client.get_paginator("list_service_quotas") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListServiceQuotasPaginator
- item: ListServiceQuotasResponseTypeDef
paginate#
Type annotations and code completion for ListServiceQuotasPaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
ServiceCode: str,
QuotaCode: str = ...,
QuotaAppliedAtLevel: AppliedLevelEnumType = ..., # (1)
PaginationConfig: PaginatorConfigTypeDef = ..., # (2)
) -> _PageIterator[ListServiceQuotasResponseTypeDef]: # (3)
...
# paginate method usage example with argument unpacking
kwargs: ListServiceQuotasRequestListServiceQuotasPaginateTypeDef = { # (1)
"ServiceCode": ...,
}
parent.paginate(**kwargs)
ListServicesPaginator#
Type annotations and code completion for boto3.client("service-quotas").get_paginator("list_services")
.
boto3 documentation
# ListServicesPaginator usage example
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServicesPaginator
def get_list_services_paginator() -> ListServicesPaginator:
return Session().client("service-quotas").get_paginator("list_services")
# ListServicesPaginator usage example with type annotations
from boto3.session import Session
from mypy_boto3_service_quotas.paginator import ListServicesPaginator
session = Session()
client = Session().client("service-quotas") # (1)
paginator: ListServicesPaginator = client.get_paginator("list_services") # (2)
for item in paginator.paginate(...):
print(item) # (3)
- client: ServiceQuotasClient
- paginator: ListServicesPaginator
- item: ListServicesResponseTypeDef
paginate#
Type annotations and code completion for ListServicesPaginator.paginate
method.
# paginate method definition
def paginate(
self,
*,
PaginationConfig: PaginatorConfigTypeDef = ..., # (1)
) -> _PageIterator[ListServicesResponseTypeDef]: # (2)
...
# paginate method usage example with argument unpacking
kwargs: ListServicesRequestListServicesPaginateTypeDef = { # (1)
"PaginationConfig": ...,
}
parent.paginate(**kwargs)