{"id":24765,"library":"types-boto3-ssm","title":"types-boto3-ssm","description":"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.","status":"active","version":"1.43.0","language":"python","source_language":"en","source_url":"https://github.com/youtype/mypy_boto3_builder","tags":["type-annotations","boto3","ssm","aws","mypy","stubs"],"install":[{"cmd":"pip install types-boto3-ssm","lang":"bash","label":"PyPI"},{"cmd":"pip install 'types-boto3-ssm[doc]'","lang":"bash","label":"With dependencies for doc generation"}],"dependencies":[{"reason":"Required for type annotations on Python <3.11","package":"typing-extensions","optional":false}],"imports":[{"wrong":"from mypy_boto3_ssm.client import SSMClient","symbol":"SSMClient","correct":"from types_boto3_ssm.client import SSMClient"}],"quickstart":{"code":"import boto3\nfrom mypy_boto3_ssm import SSMClient\n\nclient: SSMClient = boto3.client('ssm', region_name='us-east-1')\nresponse = client.describe_parameters(MaxResults=10)\nfor param in response['Parameters']:\n    print(param['Name'])","lang":"python","description":"Basic usage: create an SSM client with type annotations and list parameters."},"warnings":[{"fix":"Update imports: e.g., 'CreateDistributionRequestRequestTypeDef' becomes 'CreateDistributionRequestTypeDef' for non-conflicting names. For conflicting names, 'CreateDistributionExtraRequestTypeDef' becomes 'CreateDistributionRequestExtraTypeDef'.","message":"Version 8.9.0 introduced breaking changes: TypeDef names for packed arguments were shortened and conflicting TypeDefs had 'Extra' postfix moved to end. If you import specific TypeDefs, update your imports.","severity":"breaking","affected_versions":"<8.9.0"},{"fix":"Use 'import mypy_boto3_ssm' or 'from mypy_boto3_ssm import SSMClient'.","message":"Do not import from 'types_boto3_ssm' directly. The package installs as 'types-boto3-ssm' but the Python module is 'mypy_boto3_ssm'.","severity":"gotcha","affected_versions":"all"},{"fix":"Use only for type hints. For runtime checks, use boto3's native types or typeguard.","message":"The type stubs are designed for static type checkers like mypy or pyright. They do not add runtime behavior. If you use them at runtime (e.g., isinstance checks), you may encounter errors because these classes don't exist at runtime.","severity":"gotcha","affected_versions":"all"},{"fix":"Use Python >=3.9 or install an older version: pip install 'types-boto3-ssm<8.12.0'.","message":"Support for Python 3.8 was removed in version 8.12.0. If you need Python 3.8 support, pin to versions <8.12.0.","severity":"deprecated","affected_versions":">=8.12.0"},{"fix":"Check the actual API version by inspecting the package's version or the boto3 SSM changelog.","message":"The package version number (e.g., 1.43.0) corresponds to the boto3 SSM API version, not the mypy-boto3-builder version. Do not confuse with builder versions like 8.12.0.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.43.0':36,42 '3.9':51 'annot':6,54 'api':40 'autocomplet':26 'aw':57 'boto3':3,8,18,28,38,46,55 'builder':19 'cadenc':44 'check':23 'client':30 'current':33 'follow':37 'generat':14 'ide':25 'manag':12 'match':45 'mypi':17,58 'mypy-boto3-builder':16 'provid':20 'python':50 'releas':43 'requir':49 'resourc':32 'servic':13,47 'simpl':10 'ssm':4,9,29,39,56 'static':21 'stub':59 'system':11 'type':2,5,22,53 'type-annot':52 'types-boto3-ssm':1 'updat':48 'version':34,41","created_at":"2026-05-01T08:14:48.547788+00:00","updated_at":"2026-05-01T08:14:48.547788+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmpmyk3pq74/venv/lib/python3.12/site-packages/types_boto3_ssm/__init__.py\", line 126, in <module>\n    from .client import SSMClient\n  File \"/tmp/tmpmyk3pq74/venv/lib/python3.12/site-packages/types_boto3_ssm/client"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.43.0","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/youtype/mypy_boto3_builder","docs":"https://youtype.github.io/types_boto3_docs/types_boto3_ssm/","changelog":null,"pypi":"https://pypi.org/project/types-boto3-ssm/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["type-stubs","aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}