Skip to content

ARCZonalShift module#

Index > ARCZonalShift

Auto-generated documentation for ARCZonalShift type annotations stubs module mypy-boto3-arc-zonal-shift.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and ARCZonalShift.

From PyPI with pip#

Install boto3-stubs for ARCZonalShift service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[arc-zonal-shift]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[arc-zonal-shift]'


# standalone installation
python -m pip install mypy-boto3-arc-zonal-shift

How to uninstall#

python -m pip uninstall -y mypy-boto3-arc-zonal-shift

Usage#

Code samples can be found in Examples.

ARCZonalShiftClient#

Type annotations and code completion for boto3.client("arc-zonal-shift") as ARCZonalShiftClient boto3 documentation

# ARCZonalShiftClient usage example

from boto3.session import Session

from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient

def get_client() -> ARCZonalShiftClient:
    return Session().client("arc-zonal-shift")

Paginators#

Type annotations and code completion for paginators from boto3.client("arc-zonal-shift").get_paginator("...").

# ListAutoshiftsPaginator usage example

from boto3.session import Session

from mypy_boto3_arc_zonal_shift.paginator import ListAutoshiftsPaginator

def get_list_autoshifts_paginator() -> ListAutoshiftsPaginator:
    return Session().client("arc-zonal-shift").get_paginator("list_autoshifts"))

Literals#

Type annotations for literals used in methods and schema.

# AppliedStatusType usage example

from mypy_boto3_arc_zonal_shift.literals import AppliedStatusType

def get_value() -> AppliedStatusType:
    return "APPLIED"

Type definitions#

Type annotations for type definitions used in methods and schema.