Type annotations for boto3 SSM (Simple Systems Manager) service, generated by mypy-boto3-builder. Provides static type checking and IDE autocompletion for boto3 SSM client and resources. Current version is 1.43.0, following boto3 SSM API version 1.43.0. Release cadence matches boto3 service updates. Requires Python >=3.9.
pip install types-boto3-ssmVerified import paths — ran on the pinned version, not inferred.
Basic usage: create an SSM client with type annotations and list parameters.
Update imports: e.g., 'CreateDistributionRequestRequestTypeDef' becomes 'CreateDistributionRequestTypeDef' for non-conflicting names. For conflicting names, 'CreateDistributionExtraRequestTypeDef' becomes 'CreateDistributionRequestExtraTypeDef'.
Use 'import mypy_boto3_ssm' or 'from mypy_boto3_ssm import SSMClient'.
Use only for type hints. For runtime checks, use boto3's native types or typeguard.
Use Python >=3.9 or install an older version: pip install 'types-boto3-ssm<8.12.0'.
Check the actual API version by inspecting the package's version or the boto3 SSM changelog.