DocsAWS 101BlogServices

MediaConnect

MediaConnect — flows, sources, and outputs (control-plane metadata).

REST-JSON multi-tenant 5 operations

Quick start

# See /docs/services/ for SDK patterns; MediaConnect uses the standard boto3 client.

Supported operations

5 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.

CreateFlow DescribeFlow ListFlows ListTagsForResource UpdateFlow

CloudFormation

No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.

Known limitations

  • Control-plane stub only — flows are metadata with no real streaming or transcoder backend; bridges, entitlements, gateways, offerings, and reservations are read-only empty stubs.

Source

  • ministack/services/mediaconnect.py

Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.