npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_elastictranscoder

v5.0.0

Published

DataFire integration for Amazon Elastic Transcoder

Downloads

16

Readme

@datafire/amazonaws_elastictranscoder

Client library for Amazon Elastic Transcoder

Installation and Usage

npm install --save @datafire/amazonaws_elastictranscoder
let amazonaws_elastictranscoder = require('@datafire/amazonaws_elastictranscoder').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_elastictranscoder.CreateJob({
  "PipelineId": ""
}).then(data => {
  console.log(data);
});

Description

AWS Elastic Transcoder Service The AWS Elastic Transcoder Service.

Actions

CreateJob

amazonaws_elastictranscoder.CreateJob({
  "PipelineId": ""
}, context)

Input

Output

Output schema unknown

CancelJob

amazonaws_elastictranscoder.CancelJob({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

Output schema unknown

ReadJob

amazonaws_elastictranscoder.ReadJob({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

ListJobsByPipeline

amazonaws_elastictranscoder.ListJobsByPipeline({
  "PipelineId": ""
}, context)

Input

  • input object
    • PageToken string
    • PipelineId required string

Output

ListJobsByStatus

amazonaws_elastictranscoder.ListJobsByStatus({
  "Status": ""
}, context)

Input

  • input object
    • PageToken string
    • Status required string

Output

ListPipelines

amazonaws_elastictranscoder.ListPipelines({}, context)

Input

  • input object
    • PageToken string

Output

CreatePipeline

amazonaws_elastictranscoder.CreatePipeline({
  "Name": "",
  "InputBucket": "",
  "Role": ""
}, context)

Input

Output

Output schema unknown

DeletePipeline

amazonaws_elastictranscoder.DeletePipeline({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

Output schema unknown

ReadPipeline

amazonaws_elastictranscoder.ReadPipeline({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

UpdatePipeline

amazonaws_elastictranscoder.UpdatePipeline({
  "Id": ""
}, context)

Input

Output

UpdatePipelineNotifications

amazonaws_elastictranscoder.UpdatePipelineNotifications({
  "Id": "",
  "Notifications": {}
}, context)

Input

  • input object

Output

UpdatePipelineStatus

amazonaws_elastictranscoder.UpdatePipelineStatus({
  "Id": "",
  "Status": ""
}, context)

Input

Output

ListPresets

amazonaws_elastictranscoder.ListPresets({}, context)

Input

  • input object
    • PageToken string

Output

CreatePreset

amazonaws_elastictranscoder.CreatePreset({
  "Name": "",
  "Container": ""
}, context)

Input

Output

Output schema unknown

DeletePreset

amazonaws_elastictranscoder.DeletePreset({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

Output schema unknown

ReadPreset

amazonaws_elastictranscoder.ReadPreset({
  "Id": ""
}, context)

Input

  • input object
    • Id required string

Output

TestRole

amazonaws_elastictranscoder.TestRole({
  "Role": "",
  "InputBucket": "",
  "OutputBucket": "",
  "Topics": []
}, context)

Input

Output

Definitions

AccessControl

  • AccessControl string

AccessControls

AccessDeniedException

  • AccessDeniedException object: General authentication failure. The request was not signed correctly.

Artwork

  • Artwork object: The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. To remove artwork or leave the artwork empty, you can either set Artwork to null, or set the Merge Policy to "Replace" and use an empty Artwork array. To pass through existing artwork unchanged, set the Merge Policy to "Prepend", "Append", or "Fallback", and use an empty Artwork array.

Artworks

Ascending

  • Ascending string

AspectRatio

  • AspectRatio string

AudioBitDepth

  • AudioBitDepth string

AudioBitOrder

  • AudioBitOrder string

AudioBitRate

  • AudioBitRate string

AudioChannels

  • AudioChannels string

AudioCodec

  • AudioCodec string

AudioCodecOptions

AudioCodecProfile

  • AudioCodecProfile string

AudioPackingMode

  • AudioPackingMode string

AudioParameters

AudioSampleRate

  • AudioSampleRate string

AudioSigned

  • AudioSigned string

Base64EncodedString

  • Base64EncodedString string

BucketName

  • BucketName string

CancelJobRequest

  • CancelJobRequest object: The CancelJobRequest structure.

CancelJobResponse

  • CancelJobResponse object: The response body contains a JSON object. If the job is successfully canceled, the value of Success is true.

CaptionFormat

CaptionFormatFormat

  • CaptionFormatFormat string

CaptionFormatPattern

  • CaptionFormatPattern string

CaptionFormats

CaptionMergePolicy

  • CaptionMergePolicy string

CaptionSource

  • CaptionSource object: A source file for the input sidecar captions used during the transcoding process.

CaptionSources

Captions

Clip

  • Clip object: Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

CodecOption

  • CodecOption string

CodecOptions

Composition

  • Composition array

CreateJobOutput

CreateJobOutputs

CreateJobPlaylist

CreateJobPlaylists

CreateJobRequest

CreateJobResponse

  • CreateJobResponse object: The CreateJobResponse structure.

CreatePipelineRequest

CreatePipelineResponse

  • CreatePipelineResponse object: When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.

CreatePresetRequest

CreatePresetResponse

  • CreatePresetResponse object: The CreatePresetResponse structure.

DeletePipelineRequest

  • DeletePipelineRequest object: The DeletePipelineRequest structure.

DeletePipelineResponse

  • DeletePipelineResponse object: The DeletePipelineResponse structure.

DeletePresetRequest

  • DeletePresetRequest object: The DeletePresetRequest structure.

DeletePresetResponse

  • DeletePresetResponse object: The DeletePresetResponse structure.

Description

  • Description string

DetectedProperties

Digits

  • Digits string

DigitsOrAuto

  • DigitsOrAuto string

Encryption

  • Encryption object: The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files.

EncryptionMode

  • EncryptionMode string

ExceptionMessages

  • ExceptionMessages array

Filename

  • Filename string

FixedGOP

  • FixedGOP string

FloatString

  • FloatString string

FrameRate

  • FrameRate string

Grantee

  • Grantee string

GranteeType

  • GranteeType string

HlsContentProtection

HlsContentProtectionMethod

  • HlsContentProtectionMethod string

HorizontalAlign

  • HorizontalAlign string

Id

  • Id string

IncompatibleVersionException

  • IncompatibleVersionException object

InputCaptions

Interlaced

  • Interlaced string

InternalServiceException

  • InternalServiceException object: Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

Job

JobAlbumArt

  • JobAlbumArt object: The .jpg or .png file associated with an audio file.

JobContainer

  • JobContainer string

JobInput

JobInputs

JobOutput

JobOutputs

JobStatus

  • JobStatus string

JobWatermark

  • JobWatermark object: Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

JobWatermarks

Jobs

  • Jobs array

JpgOrPng

  • JpgOrPng string

Key

  • Key string

KeyArn

  • KeyArn string

KeyIdGuid

  • KeyIdGuid string

KeyStoragePolicy

  • KeyStoragePolicy string

KeyframesMaxDist

  • KeyframesMaxDist string

LimitExceededException

  • LimitExceededException object: Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.

ListJobsByPipelineRequest

  • ListJobsByPipelineRequest object: The ListJobsByPipelineRequest structure.

ListJobsByPipelineResponse

  • ListJobsByPipelineResponse object: The ListJobsByPipelineResponse structure.

ListJobsByStatusRequest

  • ListJobsByStatusRequest object: The ListJobsByStatusRequest structure.

ListJobsByStatusResponse

  • ListJobsByStatusResponse object: The ListJobsByStatusResponse structure.

ListPipelinesRequest

  • ListPipelinesRequest object: The ListPipelineRequest structure.

ListPipelinesResponse

  • ListPipelinesResponse object: A list of the pipelines associated with the current AWS account.

ListPresetsRequest

  • ListPresetsRequest object: The ListPresetsRequest structure.

ListPresetsResponse

  • ListPresetsResponse object: The ListPresetsResponse structure.

LongKey

  • LongKey string

MaxFrameRate

  • MaxFrameRate string

MergePolicy

  • MergePolicy string

Name

  • Name string

NonEmptyBase64EncodedString

  • NonEmptyBase64EncodedString string

Notifications

  • Notifications object: The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

NullableInteger

  • NullableInteger integer

NullableLong

  • NullableLong integer

OneTo512String

  • OneTo512String string

Opacity

  • Opacity string

OutputKeys

  • OutputKeys array

PaddingPolicy

  • PaddingPolicy string

Permission

Permissions

Pipeline

PipelineOutputConfig

PipelineStatus

  • PipelineStatus string

Pipelines

PixelsOrPercent

  • PixelsOrPercent string

PlayReadyDrm

PlayReadyDrmFormatString

  • PlayReadyDrmFormatString string

Playlist

  • Playlist object: Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30.

PlaylistFormat

  • PlaylistFormat string

Playlists

Preset

  • Preset object: Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job.

PresetContainer

  • PresetContainer string

PresetType

  • PresetType string

PresetWatermark

  • PresetWatermark object: Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video. Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

PresetWatermarkId

  • PresetWatermarkId string

PresetWatermarks

Presets

ReadJobRequest

  • ReadJobRequest object: The ReadJobRequest structure.

ReadJobResponse

  • ReadJobResponse object: The ReadJobResponse structure.

ReadPipelineRequest

  • ReadPipelineRequest object: The ReadPipelineRequest structure.

ReadPipelineResponse

  • ReadPipelineResponse object: The ReadPipelineResponse structure.

ReadPresetRequest

  • ReadPresetRequest object: The ReadPresetRequest structure.

ReadPresetResponse

  • ReadPresetResponse object: The ReadPresetResponse structure.

Resolution

  • Resolution string

ResourceInUseException

  • ResourceInUseException object: The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

ResourceNotFoundException

  • ResourceNotFoundException object: The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

Role

  • Role string

Rotate

  • Rotate string

SizingPolicy

  • SizingPolicy string

SnsTopic

  • SnsTopic string

SnsTopics

StorageClass

  • StorageClass string

String

  • String string

Success

  • Success string

Target

  • Target string

TestRoleRequest

TestRoleResponse

ThumbnailPattern

  • ThumbnailPattern string

ThumbnailResolution

  • ThumbnailResolution string

Thumbnails

Time

  • Time string

TimeOffset

  • TimeOffset string

TimeSpan

  • TimeSpan object: Settings that determine when a clip begins and how long it lasts.

Timing

UpdatePipelineNotificationsRequest

  • UpdatePipelineNotificationsRequest object: The UpdatePipelineNotificationsRequest structure.

UpdatePipelineNotificationsResponse

  • UpdatePipelineNotificationsResponse object: The UpdatePipelineNotificationsResponse structure.

UpdatePipelineRequest

UpdatePipelineResponse

  • UpdatePipelineResponse object: When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.

UpdatePipelineStatusRequest

  • UpdatePipelineStatusRequest object: The UpdatePipelineStatusRequest structure.

UpdatePipelineStatusResponse

  • UpdatePipelineStatusResponse object: When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

UserMetadata

ValidationException

  • ValidationException object: One or more required parameter values were not provided in the request.

VerticalAlign

  • VerticalAlign string

VideoBitRate

  • VideoBitRate string

VideoCodec

  • VideoCodec string

VideoParameters

Warning

  • Warning object: Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

Warnings

WatermarkKey

  • WatermarkKey string

WatermarkSizingPolicy

  • WatermarkSizingPolicy string

ZeroTo255String

  • ZeroTo255String string

ZeroTo512String

  • ZeroTo512String string