Skip to main content

Type annotations for boto3.MediaConvert 1.26.65 service generated with mypy-boto3-builder 7.12.3

Project description

mypy-boto3-mediaconvert

PyPI - mypy-boto3-mediaconvert PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Type annotations for boto3.MediaConvert 1.26.65 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.

Generated by mypy-boto3-builder 7.12.3.

More information can be found on boto3-stubs page and in mypy-boto3-mediaconvert docs.

See how it helps to find and fix potential bugs:

boto3-stubs demo

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

From PyPI with pip

Install boto3-stubs for MediaConvert service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[mediaconvert]'


# 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[mediaconvert]'


# standalone installation
python -m pip install mypy-boto3-mediaconvert

How to uninstall

python -m pip uninstall -y mypy-boto3-mediaconvert

Usage

VSCode

python -m pip install 'boto3-stubs[mediaconvert]'

Both type checking and code completion should now work. No explicit type annotations required, write your boto3 code as usual.

PyCharm

Install boto3-stubs-lite[mediaconvert] in your environment:

python -m pip install 'boto3-stubs-lite[mediaconvert]'`

Both type checking and code completion should now work. Explicit type annotations are required.

Use boto3-stubs package instead for implicit type discovery.

Emacs

  • Install boto3-stubs with services you use in your environment:
python -m pip install 'boto3-stubs[mediaconvert]'
(use-package lsp-pyright
  :ensure t
  :hook (python-mode . (lambda ()
                          (require 'lsp-pyright)
                          (lsp)))  ; or lsp-deferred
  :init (when (executable-find "python3")
          (setq lsp-pyright-python-executable-cmd "python3"))
  )
  • Make sure emacs uses the environment where you have installed boto3-stubs

Type checking should now work. No explicit type annotations required, write your boto3 code as usual.

Sublime Text

  • Install boto3-stubs[mediaconvert] with services you use in your environment:
python -m pip install 'boto3-stubs[mediaconvert]'

Type checking should now work. No explicit type annotations required, write your boto3 code as usual.

Other IDEs

Not tested, but as long as your IDE supports mypy or pyright, everything should work.

mypy

  • Install mypy: python -m pip install mypy
  • Install boto3-stubs[mediaconvert] in your environment:
python -m pip install 'boto3-stubs[mediaconvert]'`

Type checking should now work. No explicit type annotations required, write your boto3 code as usual.

pyright

  • Install pyright: npm i -g pyright
  • Install boto3-stubs[mediaconvert] in your environment:
python -m pip install 'boto3-stubs[mediaconvert]'

Optionally, you can install boto3-stubs to typings folder.

Type checking should now work. No explicit type annotations required, write your boto3 code as usual.

Explicit type annotations

Client annotations

MediaConvertClient provides annotations for boto3.client("mediaconvert").

from boto3.session import Session

from mypy_boto3_mediaconvert import MediaConvertClient

client: MediaConvertClient = Session().client("mediaconvert")

# now client usage is checked by mypy and IDE should provide code completion

Paginators annotations

mypy_boto3_mediaconvert.paginator module contains type annotations for all paginators.

from boto3.session import Session

from mypy_boto3_mediaconvert import MediaConvertClient
from mypy_boto3_mediaconvert.paginator import (
    DescribeEndpointsPaginator,
    ListJobTemplatesPaginator,
    ListJobsPaginator,
    ListPresetsPaginator,
    ListQueuesPaginator,
)

client: MediaConvertClient = Session().client("mediaconvert")

# Explicit type annotations are optional here
# Types should be correctly discovered by mypy and IDEs
describe_endpoints_paginator: DescribeEndpointsPaginator = client.get_paginator(
    "describe_endpoints"
)
list_job_templates_paginator: ListJobTemplatesPaginator = client.get_paginator("list_job_templates")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
list_presets_paginator: ListPresetsPaginator = client.get_paginator("list_presets")
list_queues_paginator: ListQueuesPaginator = client.get_paginator("list_queues")

Literals

mypy_boto3_mediaconvert.literals module contains literals extracted from shapes that can be used in user code for type checking.

from mypy_boto3_mediaconvert.literals import (
    AacAudioDescriptionBroadcasterMixType,
    AacCodecProfileType,
    AacCodingModeType,
    AacRateControlModeType,
    AacRawFormatType,
    AacSpecificationType,
    AacVbrQualityType,
    Ac3BitstreamModeType,
    Ac3CodingModeType,
    Ac3DynamicRangeCompressionLineType,
    Ac3DynamicRangeCompressionProfileType,
    Ac3DynamicRangeCompressionRfType,
    Ac3LfeFilterType,
    Ac3MetadataControlType,
    AccelerationModeType,
    AccelerationStatusType,
    AfdSignalingType,
    AlphaBehaviorType,
    AncillaryConvert608To708Type,
    AncillaryTerminateCaptionsType,
    AntiAliasType,
    AudioChannelTagType,
    AudioCodecType,
    AudioDefaultSelectionType,
    AudioDurationCorrectionType,
    AudioLanguageCodeControlType,
    AudioNormalizationAlgorithmControlType,
    AudioNormalizationAlgorithmType,
    AudioNormalizationLoudnessLoggingType,
    AudioNormalizationPeakCalculationType,
    AudioSelectorTypeType,
    AudioTypeControlType,
    Av1AdaptiveQuantizationType,
    Av1BitDepthType,
    Av1FramerateControlType,
    Av1FramerateConversionAlgorithmType,
    Av1RateControlModeType,
    Av1SpatialAdaptiveQuantizationType,
    AvcIntraClassType,
    AvcIntraFramerateControlType,
    AvcIntraFramerateConversionAlgorithmType,
    AvcIntraInterlaceModeType,
    AvcIntraScanTypeConversionModeType,
    AvcIntraSlowPalType,
    AvcIntraTelecineType,
    AvcIntraUhdQualityTuningLevelType,
    BillingTagsSourceType,
    BurnInSubtitleStylePassthroughType,
    BurninSubtitleAlignmentType,
    BurninSubtitleApplyFontColorType,
    BurninSubtitleBackgroundColorType,
    BurninSubtitleFallbackFontType,
    BurninSubtitleFontColorType,
    BurninSubtitleOutlineColorType,
    BurninSubtitleShadowColorType,
    BurninSubtitleTeletextSpacingType,
    CaptionDestinationTypeType,
    CaptionSourceTypeType,
    CmafClientCacheType,
    CmafCodecSpecificationType,
    CmafEncryptionTypeType,
    CmafImageBasedTrickPlayType,
    CmafInitializationVectorInManifestType,
    CmafIntervalCadenceType,
    CmafKeyProviderTypeType,
    CmafManifestCompressionType,
    CmafManifestDurationFormatType,
    CmafMpdManifestBandwidthTypeType,
    CmafMpdProfileType,
    CmafPtsOffsetHandlingForBFramesType,
    CmafSegmentControlType,
    CmafSegmentLengthControlType,
    CmafStreamInfResolutionType,
    CmafTargetDurationCompatibilityModeType,
    CmafVideoCompositionOffsetsType,
    CmafWriteDASHManifestType,
    CmafWriteHLSManifestType,
    CmafWriteSegmentTimelineInRepresentationType,
    CmfcAudioDurationType,
    CmfcAudioTrackTypeType,
    CmfcDescriptiveVideoServiceFlagType,
    CmfcIFrameOnlyManifestType,
    CmfcKlvMetadataType,
    CmfcManifestMetadataSignalingType,
    CmfcScte35EsamType,
    CmfcScte35SourceType,
    CmfcTimedMetadataBoxVersionType,
    CmfcTimedMetadataType,
    ColorMetadataType,
    ColorSpaceConversionType,
    ColorSpaceType,
    ColorSpaceUsageType,
    CommitmentType,
    ContainerTypeType,
    CopyProtectionActionType,
    DashIsoGroupAudioChannelConfigSchemeIdUriType,
    DashIsoHbbtvComplianceType,
    DashIsoImageBasedTrickPlayType,
    DashIsoIntervalCadenceType,
    DashIsoMpdManifestBandwidthTypeType,
    DashIsoMpdProfileType,
    DashIsoPlaybackDeviceCompatibilityType,
    DashIsoPtsOffsetHandlingForBFramesType,
    DashIsoSegmentControlType,
    DashIsoSegmentLengthControlType,
    DashIsoVideoCompositionOffsetsType,
    DashIsoWriteSegmentTimelineInRepresentationType,
    DashManifestStyleType,
    DecryptionModeType,
    DeinterlaceAlgorithmType,
    DeinterlacerControlType,
    DeinterlacerModeType,
    DescribeEndpointsModeType,
    DescribeEndpointsPaginatorName,
    DolbyVisionLevel6ModeType,
    DolbyVisionMappingType,
    DolbyVisionProfileType,
    DropFrameTimecodeType,
    DvbSubSubtitleFallbackFontType,
    DvbSubtitleAlignmentType,
    DvbSubtitleApplyFontColorType,
    DvbSubtitleBackgroundColorType,
    DvbSubtitleFontColorType,
    DvbSubtitleOutlineColorType,
    DvbSubtitleShadowColorType,
    DvbSubtitleStylePassthroughType,
    DvbSubtitleTeletextSpacingType,
    DvbSubtitlingTypeType,
    DvbddsHandlingType,
    Eac3AtmosBitstreamModeType,
    Eac3AtmosCodingModeType,
    Eac3AtmosDialogueIntelligenceType,
    Eac3AtmosDownmixControlType,
    Eac3AtmosDynamicRangeCompressionLineType,
    Eac3AtmosDynamicRangeCompressionRfType,
    Eac3AtmosDynamicRangeControlType,
    Eac3AtmosMeteringModeType,
    Eac3AtmosStereoDownmixType,
    Eac3AtmosSurroundExModeType,
    Eac3AttenuationControlType,
    Eac3BitstreamModeType,
    Eac3CodingModeType,
    Eac3DcFilterType,
    Eac3DynamicRangeCompressionLineType,
    Eac3DynamicRangeCompressionRfType,
    Eac3LfeControlType,
    Eac3LfeFilterType,
    Eac3MetadataControlType,
    Eac3PassthroughControlType,
    Eac3PhaseControlType,
    Eac3StereoDownmixType,
    Eac3SurroundExModeType,
    Eac3SurroundModeType,
    EmbeddedConvert608To708Type,
    EmbeddedTerminateCaptionsType,
    EmbeddedTimecodeOverrideType,
    F4vMoovPlacementType,
    FileSourceConvert608To708Type,
    FileSourceTimeDeltaUnitsType,
    FontScriptType,
    H264AdaptiveQuantizationType,
    H264CodecLevelType,
    H264CodecProfileType,
    H264DynamicSubGopType,
    H264EntropyEncodingType,
    H264FieldEncodingType,
    H264FlickerAdaptiveQuantizationType,
    H264FramerateControlType,
    H264FramerateConversionAlgorithmType,
    H264GopBReferenceType,
    H264GopSizeUnitsType,
    H264InterlaceModeType,
    H264ParControlType,
    H264QualityTuningLevelType,
    H264RateControlModeType,
    H264RepeatPpsType,
    H264ScanTypeConversionModeType,
    H264SceneChangeDetectType,
    H264SlowPalType,
    H264SpatialAdaptiveQuantizationType,
    H264SyntaxType,
    H264TelecineType,
    H264TemporalAdaptiveQuantizationType,
    H264UnregisteredSeiTimecodeType,
    H265AdaptiveQuantizationType,
    H265AlternateTransferFunctionSeiType,
    H265CodecLevelType,
    H265CodecProfileType,
    H265DynamicSubGopType,
    H265FlickerAdaptiveQuantizationType,
    H265FramerateControlType,
    H265FramerateConversionAlgorithmType,
    H265GopBReferenceType,
    H265GopSizeUnitsType,
    H265InterlaceModeType,
    H265ParControlType,
    H265QualityTuningLevelType,
    H265RateControlModeType,
    H265SampleAdaptiveOffsetFilterModeType,
    H265ScanTypeConversionModeType,
    H265SceneChangeDetectType,
    H265SlowPalType,
    H265SpatialAdaptiveQuantizationType,
    H265TelecineType,
    H265TemporalAdaptiveQuantizationType,
    H265TemporalIdsType,
    H265TilesType,
    H265UnregisteredSeiTimecodeType,
    H265WriteMp4PackagingTypeType,
    HlsAdMarkersType,
    HlsAudioOnlyContainerType,
    HlsAudioOnlyHeaderType,
    HlsAudioTrackTypeType,
    HlsCaptionLanguageSettingType,
    HlsCaptionSegmentLengthControlType,
    HlsClientCacheType,
    HlsCodecSpecificationType,
    HlsDescriptiveVideoServiceFlagType,
    HlsDirectoryStructureType,
    HlsEncryptionTypeType,
    HlsIFrameOnlyManifestType,
    HlsImageBasedTrickPlayType,
    HlsInitializationVectorInManifestType,
    HlsIntervalCadenceType,
    HlsKeyProviderTypeType,
    HlsManifestCompressionType,
    HlsManifestDurationFormatType,
    HlsOfflineEncryptedType,
    HlsOutputSelectionType,
    HlsProgramDateTimeType,
    HlsSegmentControlType,
    HlsSegmentLengthControlType,
    HlsStreamInfResolutionType,
    HlsTargetDurationCompatibilityModeType,
    HlsTimedMetadataId3FrameType,
    ImscAccessibilitySubsType,
    ImscStylePassthroughType,
    InputDeblockFilterType,
    InputDenoiseFilterType,
    InputFilterEnableType,
    InputPolicyType,
    InputPsiControlType,
    InputRotateType,
    InputSampleRangeType,
    InputScanTypeType,
    InputTimecodeSourceType,
    JobPhaseType,
    JobStatusType,
    JobTemplateListByType,
    LanguageCodeType,
    ListJobTemplatesPaginatorName,
    ListJobsPaginatorName,
    ListPresetsPaginatorName,
    ListQueuesPaginatorName,
    M2tsAudioBufferModelType,
    M2tsAudioDurationType,
    M2tsBufferModelType,
    M2tsDataPtsControlType,
    M2tsEbpAudioIntervalType,
    M2tsEbpPlacementType,
    M2tsEsRateInPesType,
    M2tsForceTsVideoEbpOrderType,
    M2tsKlvMetadataType,
    M2tsNielsenId3Type,
    M2tsPcrControlType,
    M2tsRateModeType,
    M2tsScte35SourceType,
    M2tsSegmentationMarkersType,
    M2tsSegmentationStyleType,
    M3u8AudioDurationType,
    M3u8DataPtsControlType,
    M3u8NielsenId3Type,
    M3u8PcrControlType,
    M3u8Scte35SourceType,
    MotionImageInsertionModeType,
    MotionImagePlaybackType,
    MovClapAtomType,
    MovCslgAtomType,
    MovMpeg2FourCCControlType,
    MovPaddingControlType,
    MovReferenceType,
    Mp3RateControlModeType,
    Mp4CslgAtomType,
    Mp4FreeSpaceBoxType,
    Mp4MoovPlacementType,
    MpdAccessibilityCaptionHintsType,
    MpdAudioDurationType,
    MpdCaptionContainerTypeType,
    MpdKlvMetadataType,
    MpdManifestMetadataSignalingType,
    MpdScte35EsamType,
    MpdScte35SourceType,
    MpdTimedMetadataBoxVersionType,
    MpdTimedMetadataType,
    Mpeg2AdaptiveQuantizationType,
    Mpeg2CodecLevelType,
    Mpeg2CodecProfileType,
    Mpeg2DynamicSubGopType,
    Mpeg2FramerateControlType,
    Mpeg2FramerateConversionAlgorithmType,
    Mpeg2GopSizeUnitsType,
    Mpeg2InterlaceModeType,
    Mpeg2IntraDcPrecisionType,
    Mpeg2ParControlType,
    Mpeg2QualityTuningLevelType,
    Mpeg2RateControlModeType,
    Mpeg2ScanTypeConversionModeType,
    Mpeg2SceneChangeDetectType,
    Mpeg2SlowPalType,
    Mpeg2SpatialAdaptiveQuantizationType,
    Mpeg2SyntaxType,
    Mpeg2TelecineType,
    Mpeg2TemporalAdaptiveQuantizationType,
    MsSmoothAudioDeduplicationType,
    MsSmoothFragmentLengthControlType,
    MsSmoothManifestEncodingType,
    MxfAfdSignalingType,
    MxfProfileType,
    MxfXavcDurationModeType,
    NielsenActiveWatermarkProcessTypeType,
    NielsenSourceWatermarkStatusTypeType,
    NielsenUniqueTicPerAudioTrackTypeType,
    NoiseFilterPostTemporalSharpeningStrengthType,
    NoiseFilterPostTemporalSharpeningType,
    NoiseReducerFilterType,
    OrderType,
    OutputGroupTypeType,
    OutputSdtType,
    PadVideoType,
    PresetListByType,
    PricingPlanType,
    ProresChromaSamplingType,
    ProresCodecProfileType,
    ProresFramerateControlType,
    ProresFramerateConversionAlgorithmType,
    ProresInterlaceModeType,
    ProresParControlType,
    ProresScanTypeConversionModeType,
    ProresSlowPalType,
    ProresTelecineType,
    QueueListByType,
    QueueStatusType,
    RenewalTypeType,
    RequiredFlagType,
    ReservationPlanStatusType,
    RespondToAfdType,
    RuleTypeType,
    S3ObjectCannedAclType,
    S3ServerSideEncryptionTypeType,
    SampleRangeConversionType,
    ScalingBehaviorType,
    SccDestinationFramerateType,
    SimulateReservedQueueType,
    SrtStylePassthroughType,
    StatusUpdateIntervalType,
    TeletextPageTypeType,
    TimecodeBurninPositionType,
    TimecodeSourceType,
    TimedMetadataType,
    TtmlStylePassthroughType,
    TypeType,
    Vc3ClassType,
    Vc3FramerateControlType,
    Vc3FramerateConversionAlgorithmType,
    Vc3InterlaceModeType,
    Vc3ScanTypeConversionModeType,
    Vc3SlowPalType,
    Vc3TelecineType,
    VchipActionType,
    VideoCodecType,
    VideoTimecodeInsertionType,
    Vp8FramerateControlType,
    Vp8FramerateConversionAlgorithmType,
    Vp8ParControlType,
    Vp8QualityTuningLevelType,
    Vp8RateControlModeType,
    Vp9FramerateControlType,
    Vp9FramerateConversionAlgorithmType,
    Vp9ParControlType,
    Vp9QualityTuningLevelType,
    Vp9RateControlModeType,
    WatermarkingStrengthType,
    WavFormatType,
    WebvttAccessibilitySubsType,
    WebvttStylePassthroughType,
    Xavc4kIntraCbgProfileClassType,
    Xavc4kIntraVbrProfileClassType,
    Xavc4kProfileBitrateClassType,
    Xavc4kProfileCodecProfileType,
    Xavc4kProfileQualityTuningLevelType,
    XavcAdaptiveQuantizationType,
    XavcEntropyEncodingType,
    XavcFlickerAdaptiveQuantizationType,
    XavcFramerateControlType,
    XavcFramerateConversionAlgorithmType,
    XavcGopBReferenceType,
    XavcHdIntraCbgProfileClassType,
    XavcHdProfileBitrateClassType,
    XavcHdProfileQualityTuningLevelType,
    XavcHdProfileTelecineType,
    XavcInterlaceModeType,
    XavcProfileType,
    XavcSlowPalType,
    XavcSpatialAdaptiveQuantizationType,
    XavcTemporalAdaptiveQuantizationType,
    MediaConvertServiceName,
    ServiceName,
    ResourceServiceName,
    PaginatorName,
    RegionName,
)


def check_value(value: AacAudioDescriptionBroadcasterMixType) -> bool:
    ...

Typed dictionaries

mypy_boto3_mediaconvert.type_defs module contains structures and shapes assembled to typed dictionaries for additional type checking.

from mypy_boto3_mediaconvert.type_defs import (
    AacSettingsTypeDef,
    Ac3SettingsTypeDef,
    AccelerationSettingsTypeDef,
    AiffSettingsTypeDef,
    AllowedRenditionSizeTypeDef,
    AncillarySourceSettingsTypeDef,
    AssociateCertificateRequestRequestTypeDef,
    AudioChannelTaggingSettingsTypeDef,
    Eac3AtmosSettingsTypeDef,
    Eac3SettingsTypeDef,
    Mp2SettingsTypeDef,
    Mp3SettingsTypeDef,
    OpusSettingsTypeDef,
    VorbisSettingsTypeDef,
    WavSettingsTypeDef,
    AudioNormalizationSettingsTypeDef,
    AudioSelectorGroupTypeDef,
    HlsRenditionGroupSettingsTypeDef,
    ForceIncludeRenditionSizeTypeDef,
    MinBottomRenditionSizeTypeDef,
    MinTopRenditionSizeTypeDef,
    Av1QvbrSettingsTypeDef,
    AvailBlankingTypeDef,
    AvcIntraUhdSettingsTypeDef,
    BurninDestinationSettingsTypeDef,
    CancelJobRequestRequestTypeDef,
    DvbSubDestinationSettingsTypeDef,
    EmbeddedDestinationSettingsTypeDef,
    ImscDestinationSettingsTypeDef,
    SccDestinationSettingsTypeDef,
    SrtDestinationSettingsTypeDef,
    TeletextDestinationSettingsTypeDef,
    TtmlDestinationSettingsTypeDef,
    WebvttDestinationSettingsTypeDef,
    CaptionSourceFramerateTypeDef,
    DvbSubSourceSettingsTypeDef,
    EmbeddedSourceSettingsTypeDef,
    TeletextSourceSettingsTypeDef,
    TrackSourceSettingsTypeDef,
    WebvttHlsSourceSettingsTypeDef,
    OutputChannelMappingTypeDef,
    ClipLimitsTypeDef,
    CmafAdditionalManifestTypeDef,
    SpekeKeyProviderCmafTypeDef,
    StaticKeyProviderTypeDef,
    CmafImageBasedTrickPlaySettingsTypeDef,
    CmfcSettingsTypeDef,
    Hdr10MetadataTypeDef,
    F4vSettingsTypeDef,
    M3u8SettingsTypeDef,
    MovSettingsTypeDef,
    Mp4SettingsTypeDef,
    MpdSettingsTypeDef,
    HopDestinationTypeDef,
    ResponseMetadataTypeDef,
    ReservationPlanSettingsTypeDef,
    DashAdditionalManifestTypeDef,
    SpekeKeyProviderTypeDef,
    DashIsoImageBasedTrickPlaySettingsTypeDef,
    DeinterlacerTypeDef,
    DeleteJobTemplateRequestRequestTypeDef,
    DeletePresetRequestRequestTypeDef,
    DeleteQueueRequestRequestTypeDef,
    PaginatorConfigTypeDef,
    DescribeEndpointsRequestRequestTypeDef,
    EndpointTypeDef,
    DisassociateCertificateRequestRequestTypeDef,
    DolbyVisionLevel6MetadataTypeDef,
    DvbNitSettingsTypeDef,
    DvbSdtSettingsTypeDef,
    DvbTdtSettingsTypeDef,
    EsamManifestConfirmConditionNotificationTypeDef,
    EsamSignalProcessingNotificationTypeDef,
    ExtendedDataServicesTypeDef,
    FrameCaptureSettingsTypeDef,
    GetJobRequestRequestTypeDef,
    GetJobTemplateRequestRequestTypeDef,
    PolicyTypeDef,
    GetPresetRequestRequestTypeDef,
    GetQueueRequestRequestTypeDef,
    H264QvbrSettingsTypeDef,
    H265QvbrSettingsTypeDef,
    Hdr10PlusTypeDef,
    HlsAdditionalManifestTypeDef,
    HlsCaptionLanguageMappingTypeDef,
    HlsImageBasedTrickPlaySettingsTypeDef,
    HlsSettingsTypeDef,
    Id3InsertionTypeDef,
    InsertableImageTypeDef,
    InputClippingTypeDef,
    InputDecryptionSettingsTypeDef,
    RectangleTypeDef,
    InputVideoGeneratorTypeDef,
    JobMessagesTypeDef,
    KantarWatermarkSettingsTypeDef,
    NielsenConfigurationTypeDef,
    NielsenNonLinearWatermarkSettingsTypeDef,
    TimecodeConfigTypeDef,
    QueueTransitionTypeDef,
    TimingTypeDef,
    ListJobTemplatesRequestRequestTypeDef,
    ListJobsRequestRequestTypeDef,
    ListPresetsRequestRequestTypeDef,
    ListQueuesRequestRequestTypeDef,
    ListTagsForResourceRequestRequestTypeDef,
    ResourceTagsTypeDef,
    M2tsScte35EsamTypeDef,
    MotionImageInsertionFramerateTypeDef,
    MotionImageInsertionOffsetTypeDef,
    Mpeg2SettingsTypeDef,
    MsSmoothAdditionalManifestTypeDef,
    MxfXavcProfileSettingsTypeDef,
    NexGuardFileMarkerSettingsTypeDef,
    NoiseReducerFilterSettingsTypeDef,
    NoiseReducerSpatialFilterSettingsTypeDef,
    NoiseReducerTemporalFilterSettingsTypeDef,
    VideoDetailTypeDef,
    ProresSettingsTypeDef,
    ReservationPlanTypeDef,
    S3DestinationAccessControlTypeDef,
    S3EncryptionSettingsTypeDef,
    TagResourceRequestRequestTypeDef,
    TimecodeBurninTypeDef,
    UntagResourceRequestRequestTypeDef,
    Vc3SettingsTypeDef,
    Vp8SettingsTypeDef,
    Vp9SettingsTypeDef,
    Xavc4kIntraCbgProfileSettingsTypeDef,
    Xavc4kIntraVbrProfileSettingsTypeDef,
    Xavc4kProfileSettingsTypeDef,
    XavcHdIntraCbgProfileSettingsTypeDef,
    XavcHdProfileSettingsTypeDef,
    AudioCodecSettingsTypeDef,
    AutomatedAbrRuleTypeDef,
    Av1SettingsTypeDef,
    AvcIntraSettingsTypeDef,
    CaptionDestinationSettingsTypeDef,
    FileSourceSettingsTypeDef,
    ChannelMappingTypeDef,
    CmafEncryptionSettingsTypeDef,
    ColorCorrectorTypeDef,
    VideoSelectorTypeDef,
    CreateQueueRequestRequestTypeDef,
    UpdateQueueRequestRequestTypeDef,
    DashIsoEncryptionSettingsTypeDef,
    HlsEncryptionSettingsTypeDef,
    MsSmoothEncryptionSettingsTypeDef,
    DescribeEndpointsRequestDescribeEndpointsPaginateTypeDef,
    ListJobTemplatesRequestListJobTemplatesPaginateTypeDef,
    ListJobsRequestListJobsPaginateTypeDef,
    ListPresetsRequestListPresetsPaginateTypeDef,
    ListQueuesRequestListQueuesPaginateTypeDef,
    DescribeEndpointsResponseTypeDef,
    DolbyVisionTypeDef,
    EsamSettingsTypeDef,
    GetPolicyResponseTypeDef,
    PutPolicyRequestRequestTypeDef,
    PutPolicyResponseTypeDef,
    H264SettingsTypeDef,
    H265SettingsTypeDef,
    OutputSettingsTypeDef,
    TimedMetadataInsertionTypeDef,
    ImageInserterTypeDef,
    ListTagsForResourceResponseTypeDef,
    M2tsSettingsTypeDef,
    MotionImageInserterTypeDef,
    MxfSettingsTypeDef,
    PartnerWatermarkingTypeDef,
    NoiseReducerTypeDef,
    OutputDetailTypeDef,
    QueueTypeDef,
    S3DestinationSettingsTypeDef,
    XavcSettingsTypeDef,
    AutomatedAbrSettingsTypeDef,
    CaptionDescriptionPresetTypeDef,
    CaptionDescriptionTypeDef,
    CaptionSourceSettingsTypeDef,
    RemixSettingsTypeDef,
    ContainerSettingsTypeDef,
    VideoPreprocessorTypeDef,
    OutputGroupDetailTypeDef,
    CreateQueueResponseTypeDef,
    GetQueueResponseTypeDef,
    ListQueuesResponseTypeDef,
    UpdateQueueResponseTypeDef,
    DestinationSettingsTypeDef,
    VideoCodecSettingsTypeDef,
    AutomatedEncodingSettingsTypeDef,
    CaptionSelectorTypeDef,
    AudioDescriptionTypeDef,
    AudioSelectorTypeDef,
    CmafGroupSettingsTypeDef,
    DashIsoGroupSettingsTypeDef,
    FileGroupSettingsTypeDef,
    HlsGroupSettingsTypeDef,
    MsSmoothGroupSettingsTypeDef,
    VideoDescriptionTypeDef,
    InputTemplateTypeDef,
    InputTypeDef,
    OutputGroupSettingsTypeDef,
    OutputTypeDef,
    PresetSettingsTypeDef,
    OutputGroupTypeDef,
    CreatePresetRequestRequestTypeDef,
    PresetTypeDef,
    UpdatePresetRequestRequestTypeDef,
    JobSettingsTypeDef,
    JobTemplateSettingsTypeDef,
    CreatePresetResponseTypeDef,
    GetPresetResponseTypeDef,
    ListPresetsResponseTypeDef,
    UpdatePresetResponseTypeDef,
    CreateJobRequestRequestTypeDef,
    JobTypeDef,
    CreateJobTemplateRequestRequestTypeDef,
    JobTemplateTypeDef,
    UpdateJobTemplateRequestRequestTypeDef,
    CreateJobResponseTypeDef,
    GetJobResponseTypeDef,
    ListJobsResponseTypeDef,
    CreateJobTemplateResponseTypeDef,
    GetJobTemplateResponseTypeDef,
    ListJobTemplatesResponseTypeDef,
    UpdateJobTemplateResponseTypeDef,
)


def get_structure() -> AacSettingsTypeDef:
    return {...}

How it works

Fully automated mypy-boto3-builder carefully generates type annotations for each service, patiently waiting for boto3 updates. It delivers a drop-in type annotations for you and makes sure that:

  • All available boto3 services are covered.
  • Each public class and method of every boto3 service gets valid type annotations extracted from the documentation (blame botocore docs if types are incorrect).
  • Type annotations include up-to-date documentation.
  • Link to documentation is provided for every method.
  • Code is processed by black and isort for readability.

What's new

Implemented features

  • Fully type annotated boto3, botocore and aiobotocore libraries
  • mypy, pyright, VSCode, PyCharm, Sublime Text and Emacs compatibility
  • Client, ServiceResource, Resource, Waiter Paginator type annotations for each service
  • Generated TypeDefs for each service
  • Generated Literals for each service
  • Auto discovery of types for boto3.client and boto3.session calls
  • Auto discovery of types for session.client and session.session calls
  • Auto discovery of types for client.get_waiter and client.get_paginator calls
  • Auto discovery of types for ServiceResource and Resource collections
  • Auto discovery of types for aiobotocore.Session.create_client calls

Latest changes

Builder changelog can be found in Releases.

Versioning

mypy-boto3-mediaconvert version is the same as related boto3 version and follows PEP 440 format.

Thank you

Documentation

All services type annotations can be found in boto3 docs

Support and contributing

This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mypy-boto3-mediaconvert-1.26.65.tar.gz (79.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mypy_boto3_mediaconvert-1.26.65-py3-none-any.whl (73.4 kB view details)

Uploaded Python 3

File details

Details for the file mypy-boto3-mediaconvert-1.26.65.tar.gz.

File metadata

File hashes

Hashes for mypy-boto3-mediaconvert-1.26.65.tar.gz
Algorithm Hash digest
SHA256 8730c8c6978c0ac011f8265e6dfd9c69f1e470934c2158f0419513d77c3382f0
MD5 149538772166047f3d8cc834871e18e9
BLAKE2b-256 ef20724cac28f69766a9585a4b35bf4034bc53829dd32203d1c76cbbf80f8aea

See more details on using hashes here.

File details

Details for the file mypy_boto3_mediaconvert-1.26.65-py3-none-any.whl.

File metadata

File hashes

Hashes for mypy_boto3_mediaconvert-1.26.65-py3-none-any.whl
Algorithm Hash digest
SHA256 e67e0caf18a00b23b8b57cf016e6c11592e9a623adbff024ebcc1256e08c2993
MD5 ac7313a2f061bb12e7edda36d3e0ec56
BLAKE2b-256 c24b3f92563434b958648e2596faf1b6517f3ae92abadae8f97b6457aad55686

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page