Skip to content

AgreementService module#

Index > AgreementService

Auto-generated documentation for AgreementService type annotations stubs module types-aiobotocore-marketplace-agreement.

How to install#

From PyPI with pip#

Install types-aioboto3 for AgreementService service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[marketplace-agreement]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[marketplace-agreement]'


# standalone installation
python -m pip install types-aiobotocore-marketplace-agreement

How to uninstall#

python -m pip uninstall -y types-aiobotocore-marketplace-agreement

Usage#

Code samples can be found in Examples.

AgreementServiceClient#

Type annotations and code completion for session.client("marketplace-agreement") as AgreementServiceClient boto3 documentation

# AgreementServiceClient usage example

from aioboto3.session import Session

from types_aiobotocore_marketplace_agreement.client import AgreementServiceClient


session = Session()
async with session.client("marketplace-agreement") as client:
    client: AgreementServiceClient

Literals#

Type annotations for literals used in methods and schema.

# AgreementStatusType usage example

from types_aiobotocore_marketplace_agreement.literals import AgreementStatusType

def get_value() -> AgreementStatusType:
    return "ACTIVE"

Type definitions#

Type annotations for type definitions used in methods and schema.