EVS module#
Index > EVS
Auto-generated documentation for EVS type annotations stubs module types-boto3-evs.
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.38.38' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
EVS
service. - 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 EVS
.
From PyPI with pip#
Install types-boto3
for EVS
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[evs]'
# 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[evs]'
# standalone installation
python -m pip install types-boto3-evs
How to uninstall#
python -m pip uninstall -y types-boto3-evs
Usage#
Code samples can be found in Examples.
EVSClient#
Type annotations and code completion for boto3.client("evs")
as EVSClient
boto3 documentation
# EVSClient usage example
from boto3.session import Session
from types_boto3_evs.client import EVSClient
def get_client() -> EVSClient:
return Session().client("evs")
Paginators#
Type annotations and code completion for paginators
from boto3.client("evs").get_paginator("...")
.
# ListEnvironmentHostsPaginator usage example
from boto3.session import Session
from types_boto3_evs.paginator import ListEnvironmentHostsPaginator
def get_list_environment_hosts_paginator() -> ListEnvironmentHostsPaginator:
return Session().client("evs").get_paginator("list_environment_hosts"))
Literals#
Type annotations for literals used in methods and schema.
# CheckResultType usage example
from types_boto3_evs.literals import CheckResultType
def get_value() -> CheckResultType:
return "FAILED"
- CheckResultType
- CheckTypeType
- EnvironmentStateType
- HostStateType
- InstanceTypeType
- ListEnvironmentHostsPaginatorName
- ListEnvironmentVlansPaginatorName
- ListEnvironmentsPaginatorName
- VcfVersionType
- VlanStateType
- EVSServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- CheckTypeDef
- ConnectivityInfoOutputTypeDef
- ConnectivityInfoTypeDef
- HostInfoForCreateTypeDef
- EnvironmentSummaryTypeDef
- ResponseMetadataTypeDef
- LicenseInfoTypeDef
- VcfHostnamesTypeDef
- DeleteEnvironmentHostRequestTypeDef
- DeleteEnvironmentRequestTypeDef
- SecretTypeDef
- ServiceAccessSecurityGroupsOutputTypeDef
- GetEnvironmentRequestTypeDef
- NetworkInterfaceTypeDef
- InitialVlanInfoTypeDef
- PaginatorConfigTypeDef
- ListEnvironmentHostsRequestTypeDef
- ListEnvironmentVlansRequestTypeDef
- VlanTypeDef
- ListEnvironmentsRequestTypeDef
- ListTagsForResourceRequestTypeDef
- ServiceAccessSecurityGroupsTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- ConnectivityInfoUnionTypeDef
- CreateEnvironmentHostRequestTypeDef
- ListEnvironmentsResponseTypeDef
- ListTagsForResourceResponseTypeDef
- EnvironmentTypeDef
- HostTypeDef
- InitialVlansTypeDef
- ListEnvironmentHostsRequestPaginateTypeDef
- ListEnvironmentVlansRequestPaginateTypeDef
- ListEnvironmentsRequestPaginateTypeDef
- ListEnvironmentVlansResponseTypeDef
- ServiceAccessSecurityGroupsUnionTypeDef
- CreateEnvironmentResponseTypeDef
- DeleteEnvironmentResponseTypeDef
- GetEnvironmentResponseTypeDef
- CreateEnvironmentHostResponseTypeDef
- DeleteEnvironmentHostResponseTypeDef
- ListEnvironmentHostsResponseTypeDef
- CreateEnvironmentRequestTypeDef