CloudControlApi module#
Index > CloudControlApi
Auto-generated documentation for CloudControlApi type annotations stubs module types-boto3-cloudcontrol.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: uvx --with 'boto3==1.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add CloudControlApiservice.
- Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and CloudControlApi.
From PyPI with pip#
Install types-boto3 for CloudControlApi service.
# install with boto3 type annotations
python -m pip install 'types-boto3[cloudcontrol]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[cloudcontrol]'
# standalone installation
python -m pip install types-boto3-cloudcontrolHow to uninstall#
python -m pip uninstall -y types-boto3-cloudcontrolUsage#
Code samples can be found in Examples.
CloudControlApiClient#
Type annotations and code completion for  boto3.client("cloudcontrol") as CloudControlApiClient
 boto3 documentation
# CloudControlApiClient usage example
from boto3.session import Session
from types_boto3_cloudcontrol.client import CloudControlApiClient
def get_client() -> CloudControlApiClient:
    return Session().client("cloudcontrol")Paginators#
Type annotations and code completion for paginators
from boto3.client("cloudcontrol").get_paginator("...").
# ListResourceRequestsPaginator usage example
from boto3.session import Session
from types_boto3_cloudcontrol.paginator import ListResourceRequestsPaginator
def get_list_resource_requests_paginator() -> ListResourceRequestsPaginator:
    return Session().client("cloudcontrol").get_paginator("list_resource_requests"))Waiters#
Type annotations and code completion for waiters
from boto3.client("cloudcontrol").get_waiter("...").
# ResourceRequestSuccessWaiter usage example
from boto3.session import Session
from types_boto3_cloudcontrol.waiter import ResourceRequestSuccessWaiter
def get_resource_request_success_waiter() -> ResourceRequestSuccessWaiter:
    return Session().client("cloudcontrol").get_waiter("resource_request_success")Literals#
Type annotations for literals used in methods and schema.
# HandlerErrorCodeType usage example
from types_boto3_cloudcontrol.literals import HandlerErrorCodeType
def get_value() -> HandlerErrorCodeType:
    return "AccessDenied"- HandlerErrorCodeType
- ListResourceRequestsPaginatorName
- ListResourcesPaginatorName
- OperationStatusType
- OperationType
- ResourceRequestSuccessWaiterName
- CloudControlApiServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- WaiterName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- CancelResourceRequestInputTypeDef
- ProgressEventTypeDef
- ResponseMetadataTypeDef
- CreateResourceInputTypeDef
- DeleteResourceInputTypeDef
- GetResourceInputTypeDef
- ResourceDescriptionTypeDef
- GetResourceRequestStatusInputTypeDef
- WaiterConfigTypeDef
- HookProgressEventTypeDef
- PaginatorConfigTypeDef
- ResourceRequestStatusFilterTypeDef
- ListResourcesInputTypeDef
- UpdateResourceInputTypeDef
- CancelResourceRequestOutputTypeDef
- CreateResourceOutputTypeDef
- DeleteResourceOutputTypeDef
- ListResourceRequestsOutputTypeDef
- UpdateResourceOutputTypeDef
- GetResourceOutputTypeDef
- ListResourcesOutputTypeDef
- GetResourceRequestStatusInputWaitTypeDef
- GetResourceRequestStatusOutputTypeDef
- ListResourcesInputPaginateTypeDef
- ListResourceRequestsInputPaginateTypeDef
- ListResourceRequestsInputTypeDef