Skip to content

PrivateCAConnectorforSCEP module#

Index > PrivateCAConnectorforSCEP

Auto-generated documentation for PrivateCAConnectorforSCEP type annotations stubs module mypy-boto3-pca-connector-scep.

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 PrivateCAConnectorforSCEP.

From PyPI with pip#

Install boto3-stubs for PrivateCAConnectorforSCEP service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[pca-connector-scep]'


# 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[pca-connector-scep]'


# standalone installation
python -m pip install mypy-boto3-pca-connector-scep

How to uninstall#

python -m pip uninstall -y mypy-boto3-pca-connector-scep

Usage#

Code samples can be found in Examples.

PrivateCAConnectorforSCEPClient#

Type annotations and code completion for boto3.client("pca-connector-scep") as PrivateCAConnectorforSCEPClient boto3 documentation

# PrivateCAConnectorforSCEPClient usage example

from boto3.session import Session

from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient

def get_client() -> PrivateCAConnectorforSCEPClient:
    return Session().client("pca-connector-scep")

Paginators#

Type annotations and code completion for paginators from boto3.client("pca-connector-scep").get_paginator("...").

# ListChallengeMetadataPaginator usage example

from boto3.session import Session

from mypy_boto3_pca_connector_scep.paginator import ListChallengeMetadataPaginator

def get_list_challenge_metadata_paginator() -> ListChallengeMetadataPaginator:
    return Session().client("pca-connector-scep").get_paginator("list_challenge_metadata"))

Literals#

Type annotations for literals used in methods and schema.

# ConnectorStatusReasonType usage example

from mypy_boto3_pca_connector_scep.literals import ConnectorStatusReasonType

def get_value() -> ConnectorStatusReasonType:
    return "INTERNAL_FAILURE"

Type definitions#

Type annotations for type definitions used in methods and schema.