Registry / type-stubs / types-boto3-stepfunctions

types-boto3-stepfunctions

JSON →
library1.43.0pypypiunverified

Type annotations for boto3 SFN (Step Functions) service, generated by mypy-boto3-builder. Provides static type checking support for boto3 Step Functions client, service model, and paginators. Version 1.43.0 corresponds to boto3 SFN 1.43.0 service. Package is auto-generated and released on a regular cadence alongside boto3 service updates.

pip install types-boto3-stepfunctions
INSTALL
IMPORT
SIG · TYPES-BOTO3-STEPFU
T
types-boto3-stepfunctions
type-stubspythonv1.43.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SFNClient
from types_boto3_stepfunctions import SFNClient
from mypy_boto3_stepfunctions import SFNClient

Initialize a typed Step Functions client and call a method.

import boto3 from mypy_boto3_stepfunctions import SFNClient client: SFNClient = boto3.client('stepfunctions', region_name='us-east-1') # Now client is fully typed response = client.list_state_machines() print(response['stateMachines'])
Debug
Known issues
breakingVersion 8.9.0 of the builder introduced renaming of TypeDefs: extra postfix moved to end (e.g., CreateDistributionExtraRequestTypeDef became CreateDistributionRequestExtraTypeDef). If you use type aliases directly, update imports.
fix
Update any references to renamed TypeDefs. Check the changelog for specifics.
affects: >=8.9.0
deprecatedPython 3.8 support removed in builder version 8.12.0. types-boto3-stepfunctions now requires Python >=3.9.
fix
Upgrade to Python 3.9 or later.
affects: >=1.43.0
gotchaThese stubs are auto-generated; service changes in boto3 may not be immediately reflected. If you encounter missing types, upgrade the package or report an issue.
fix
Run `pip install --upgrade types-boto3-stepfunctions`.
affects: All
gotchaThe package only provides type annotations; it does not include runtime implementations. Ensure boto3 is installed and imported normally.
fix
Install boto3 separately: `pip install boto3`.
affects: All
Upgrade
Version history
1.43.0latest on PyPI · released Apr 29, 2026
Audit
Dependencies
boto3requiredRuntime dependency; type stubs require boto3 to be installed.
typing-extensionsrequiredRequired for newer typing features, especially on Python <3.11.
Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
types-boto3-stepfunctions — pip install types-boto3-stepfunctions · libregistry