Skip to content

MarketplaceDeploymentService module#

Index > MarketplaceDeploymentService

Auto-generated documentation for MarketplaceDeploymentService type annotations stubs module types-aiobotocore-marketplace-deployment.

How to install#

From PyPI with pip#

Install types-aioboto3 for MarketplaceDeploymentService service.

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


# 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-deployment]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

MarketplaceDeploymentServiceClient#

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

# MarketplaceDeploymentServiceClient usage example

from aioboto3.session import Session

from types_aiobotocore_marketplace_deployment.client import MarketplaceDeploymentServiceClient


session = Session()
async with session.client("marketplace-deployment") as client:
    client: MarketplaceDeploymentServiceClient

Literals#

Type annotations for literals used in methods and schema.

# MarketplaceDeploymentServiceServiceName usage example

from types_aiobotocore_marketplace_deployment.literals import MarketplaceDeploymentServiceServiceName

def get_value() -> MarketplaceDeploymentServiceServiceName:
    return "marketplace-deployment"

Type definitions#

Type annotations for type definitions used in methods and schema.