@datafire/amazonaws_elastictranscoder
v5.0.0
Published
DataFire integration for Amazon Elastic Transcoder
Downloads
27
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
- input
object
- Input JobInput
- Inputs JobInputs
- Output CreateJobOutput
- OutputKeyPrefix Key
- Outputs CreateJobOutputs
- PipelineId required Id
- Playlists CreateJobPlaylists
- UserMetadata UserMetadata
Output
Output schema unknown
CancelJob
amazonaws_elastictranscoder.CancelJob({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
Output schema unknown
ReadJob
amazonaws_elastictranscoder.ReadJob({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output ReadJobResponse
ListJobsByPipeline
amazonaws_elastictranscoder.ListJobsByPipeline({
"PipelineId": ""
}, context)
Input
- input
object
- PageToken
string
- PipelineId required
string
- PageToken
Output
- output ListJobsByPipelineResponse
ListJobsByStatus
amazonaws_elastictranscoder.ListJobsByStatus({
"Status": ""
}, context)
Input
- input
object
- PageToken
string
- Status required
string
- PageToken
Output
- output ListJobsByStatusResponse
ListPipelines
amazonaws_elastictranscoder.ListPipelines({}, context)
Input
- input
object
- PageToken
string
- PageToken
Output
- output ListPipelinesResponse
CreatePipeline
amazonaws_elastictranscoder.CreatePipeline({
"Name": "",
"InputBucket": "",
"Role": ""
}, context)
Input
- input
object
- AwsKmsKeyArn KeyArn
- ContentConfig PipelineOutputConfig
- InputBucket required BucketName
- Name required Name
- Notifications Notifications
- OutputBucket BucketName
- Role required Role
- ThumbnailConfig PipelineOutputConfig
Output
Output schema unknown
DeletePipeline
amazonaws_elastictranscoder.DeletePipeline({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
Output schema unknown
ReadPipeline
amazonaws_elastictranscoder.ReadPipeline({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output ReadPipelineResponse
UpdatePipeline
amazonaws_elastictranscoder.UpdatePipeline({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- AwsKmsKeyArn KeyArn
- ContentConfig PipelineOutputConfig
- InputBucket BucketName
- Name Name
- Notifications Notifications
- Role Role
- ThumbnailConfig PipelineOutputConfig
- Id required
Output
- output UpdatePipelineResponse
UpdatePipelineNotifications
amazonaws_elastictranscoder.UpdatePipelineNotifications({
"Id": "",
"Notifications": {}
}, context)
Input
- input
object
- Id required
string
- Notifications required Notifications
- Id required
Output
UpdatePipelineStatus
amazonaws_elastictranscoder.UpdatePipelineStatus({
"Id": "",
"Status": ""
}, context)
Input
- input
object
- Id required
string
- Status required PipelineStatus
- Id required
Output
- output UpdatePipelineStatusResponse
ListPresets
amazonaws_elastictranscoder.ListPresets({}, context)
Input
- input
object
- PageToken
string
- PageToken
Output
- output ListPresetsResponse
CreatePreset
amazonaws_elastictranscoder.CreatePreset({
"Name": "",
"Container": ""
}, context)
Input
- input
object
- Audio AudioParameters
- Container required PresetContainer
- Description Description
- Name required Name
- Thumbnails Thumbnails
- Video VideoParameters
Output
Output schema unknown
DeletePreset
amazonaws_elastictranscoder.DeletePreset({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
Output schema unknown
ReadPreset
amazonaws_elastictranscoder.ReadPreset({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output ReadPresetResponse
TestRole
amazonaws_elastictranscoder.TestRole({
"Role": "",
"InputBucket": "",
"OutputBucket": "",
"Topics": []
}, context)
Input
- input
object
- InputBucket required BucketName
- OutputBucket required BucketName
- Role required Role
- Topics required SnsTopics
Output
- output TestRoleResponse
Definitions
AccessControl
- AccessControl
string
AccessControls
- AccessControls
array
- items AccessControl
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.- AlbumArtFormat JpgOrPng
- Encryption Encryption
- InputKey WatermarkKey
- MaxHeight DigitsOrAuto
- MaxWidth DigitsOrAuto
- PaddingPolicy PaddingPolicy
- SizingPolicy SizingPolicy
Artworks
- Artworks
array
- items Artwork
Ascending
- Ascending
string
AspectRatio
- AspectRatio
string
AudioBitDepth
- AudioBitDepth
string
AudioBitOrder
- AudioBitOrder
string
AudioBitRate
- AudioBitRate
string
AudioChannels
- AudioChannels
string
AudioCodec
- AudioCodec
string
AudioCodecOptions
- AudioCodecOptions
object
: Options associated with your audio codec.- BitDepth AudioBitDepth
- BitOrder AudioBitOrder
- Profile AudioCodecProfile
- Signed AudioSigned
AudioCodecProfile
- AudioCodecProfile
string
AudioPackingMode
- AudioPackingMode
string
AudioParameters
- AudioParameters
object
: Parameters required for transcoding audio.- AudioPackingMode AudioPackingMode
- BitRate AudioBitRate
- Channels AudioChannels
- Codec AudioCodec
- CodecOptions AudioCodecOptions
- SampleRate AudioSampleRate
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
- CaptionFormat
object
: The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.- Encryption Encryption
- Format CaptionFormatFormat
- Pattern CaptionFormatPattern
CaptionFormatFormat
- CaptionFormatFormat
string
CaptionFormatPattern
- CaptionFormatPattern
string
CaptionFormats
- CaptionFormats
array
- items CaptionFormat
CaptionMergePolicy
- CaptionMergePolicy
string
CaptionSource
- CaptionSource
object
: A source file for the input sidecar captions used during the transcoding process.- Encryption Encryption
- Key LongKey
- Label Name
- Language Key
- TimeOffset TimeOffset
CaptionSources
- CaptionSources
array
- items CaptionSource
Captions
- Captions
object
: The captions to be created, if any.- CaptionFormats CaptionFormats
- CaptionSources CaptionSources
- MergePolicy CaptionMergePolicy
Clip
- Clip
object
: Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.- TimeSpan TimeSpan
CodecOption
- CodecOption
string
CodecOptions
- CodecOptions
array
- items
object
- key CodecOption
- value CodecOption
- items
Composition
- Composition
array
- items Clip
CreateJobOutput
- CreateJobOutput
object
: The CreateJobOutput structure.- AlbumArt JobAlbumArt
- Captions Captions
- Composition Composition
- Encryption Encryption
- Key Key
- PresetId Id
- Rotate Rotate
- SegmentDuration FloatString
- ThumbnailEncryption Encryption
- ThumbnailPattern ThumbnailPattern
- Watermarks JobWatermarks
CreateJobOutputs
- CreateJobOutputs
array
- items CreateJobOutput
CreateJobPlaylist
- CreateJobPlaylist
object
: Information about the master playlist.- Format PlaylistFormat
- HlsContentProtection HlsContentProtection
- Name Filename
- OutputKeys OutputKeys
- PlayReadyDrm PlayReadyDrm
CreateJobPlaylists
- CreateJobPlaylists
array
- items CreateJobPlaylist
CreateJobRequest
- CreateJobRequest
object
: The CreateJobRequest structure.- Input JobInput
- Inputs JobInputs
- Output CreateJobOutput
- OutputKeyPrefix Key
- Outputs CreateJobOutputs
- PipelineId required Id
- Playlists CreateJobPlaylists
- UserMetadata UserMetadata
CreateJobResponse
- CreateJobResponse
object
: The CreateJobResponse structure.- Job Job
CreatePipelineRequest
- CreatePipelineRequest
object
: The CreatePipelineRequest structure.- AwsKmsKeyArn KeyArn
- ContentConfig PipelineOutputConfig
- InputBucket required BucketName
- Name required Name
- Notifications Notifications
- OutputBucket BucketName
- Role required Role
- ThumbnailConfig PipelineOutputConfig
CreatePipelineResponse
- CreatePipelineResponse
object
: When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
CreatePresetRequest
- CreatePresetRequest
object
: The CreatePresetRequest structure.- Audio AudioParameters
- Container required PresetContainer
- Description Description
- Name required Name
- Thumbnails Thumbnails
- Video VideoParameters
CreatePresetResponse
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
- DetectedProperties
object
: The detected properties of the input file. Elastic Transcoder identifies these values from the input file.- DurationMillis NullableLong
- FileSize NullableLong
- FrameRate FloatString
- Height NullableInteger
- Width NullableInteger
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.- InitializationVector ZeroTo255String
- Key Base64EncodedString
- KeyMd5 Base64EncodedString
- Mode EncryptionMode
EncryptionMode
- EncryptionMode
string
ExceptionMessages
- ExceptionMessages
array
- items String
Filename
- Filename
string
FixedGOP
- FixedGOP
string
FloatString
- FloatString
string
FrameRate
- FrameRate
string
Grantee
- Grantee
string
GranteeType
- GranteeType
string
HlsContentProtection
- HlsContentProtection
object
: The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files.- InitializationVector ZeroTo255String
- Key Base64EncodedString
- KeyMd5 Base64EncodedString
- KeyStoragePolicy KeyStoragePolicy
- LicenseAcquisitionUrl ZeroTo512String
- Method HlsContentProtectionMethod
HlsContentProtectionMethod
- HlsContentProtectionMethod
string
HorizontalAlign
- HorizontalAlign
string
Id
- Id
string
IncompatibleVersionException
- IncompatibleVersionException
object
InputCaptions
- InputCaptions
object
: The captions to be created, if any.- CaptionSources CaptionSources
- MergePolicy CaptionMergePolicy
Interlaced
- Interlaced
string
InternalServiceException
- InternalServiceException
object
: Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
Job
- Job
object
: A section of the response body that provides information about the job that is created.
JobAlbumArt
- JobAlbumArt
object
: The .jpg or .png file associated with an audio file.- Artwork Artworks
- MergePolicy MergePolicy
JobContainer
- JobContainer
string
JobInput
- JobInput
object
: Information about the file that you're transcoding.- AspectRatio AspectRatio
- Container JobContainer
- DetectedProperties DetectedProperties
- Encryption Encryption
- FrameRate FrameRate
- InputCaptions InputCaptions
- Interlaced Interlaced
- Key LongKey
- Resolution Resolution
- TimeSpan TimeSpan
JobInputs
- JobInputs
array
- items JobInput
JobOutput
- JobOutput
object
: Outputs recommended instead. If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.- AlbumArt JobAlbumArt
- AppliedColorSpaceConversion String
- Captions Captions
- Composition Composition
- Duration NullableLong
- DurationMillis NullableLong
- Encryption Encryption
- FileSize NullableLong
- FrameRate FloatString
- Height NullableInteger
- Id String
- Key Key
- PresetId Id
- Rotate Rotate
- SegmentDuration FloatString
- Status JobStatus
- StatusDetail Description
- ThumbnailEncryption Encryption
- ThumbnailPattern ThumbnailPattern
- Watermarks JobWatermarks
- Width NullableInteger
JobOutputs
- JobOutputs
array
- items JobOutput
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.- Encryption Encryption
- InputKey WatermarkKey
- PresetWatermarkId PresetWatermarkId
JobWatermarks
- JobWatermarks
array
- items JobWatermark
Jobs
- Jobs
array
- items Job
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
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
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
- items Key
PaddingPolicy
- PaddingPolicy
string
Permission
- Permission
object
: The Permission structure.- Access AccessControls
- Grantee Grantee
- GranteeType GranteeType
Permissions
- Permissions
array
- items Permission
Pipeline
- Pipeline
object
: The pipeline (queue) that is used to manage jobs.- Arn String
- AwsKmsKeyArn KeyArn
- ContentConfig PipelineOutputConfig
- Id Id
- InputBucket BucketName
- Name Name
- Notifications Notifications
- OutputBucket BucketName
- Role Role
- Status PipelineStatus
- ThumbnailConfig PipelineOutputConfig
PipelineOutputConfig
- PipelineOutputConfig
object
: The PipelineOutputConfig structure.- Bucket BucketName
- Permissions Permissions
- StorageClass StorageClass
PipelineStatus
- PipelineStatus
string
Pipelines
- Pipelines
array
- items Pipeline
PixelsOrPercent
- PixelsOrPercent
string
PlayReadyDrm
- PlayReadyDrm
object
: The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. PlayReady DRM encrypts your media files using AES-CTR encryption. If you use DRM for an HLSv3 playlist, your outputs must have a master playlist.- Format PlayReadyDrmFormatString
- InitializationVector ZeroTo255String
- Key NonEmptyBase64EncodedString
- KeyId KeyIdGuid
- KeyMd5 NonEmptyBase64EncodedString
- LicenseAcquisitionUrl OneTo512String
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.- Format PlaylistFormat
- HlsContentProtection HlsContentProtection
- Name Filename
- OutputKeys OutputKeys
- PlayReadyDrm PlayReadyDrm
- Status JobStatus
- StatusDetail Description
PlaylistFormat
- PlaylistFormat
string
Playlists
- Playlists
array
- items Playlist
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.- Arn String
- Audio AudioParameters
- Container PresetContainer
- Description Description
- Id Id
- Name Name
- Thumbnails Thumbnails
- Type PresetType
- Video VideoParameters
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.- HorizontalAlign HorizontalAlign
- HorizontalOffset PixelsOrPercent
- Id PresetWatermarkId
- MaxHeight PixelsOrPercent
- MaxWidth PixelsOrPercent
- Opacity Opacity
- SizingPolicy WatermarkSizingPolicy
- Target Target
- VerticalAlign VerticalAlign
- VerticalOffset PixelsOrPercent
PresetWatermarkId
- PresetWatermarkId
string
PresetWatermarks
- PresetWatermarks
array
- items PresetWatermark
Presets
- Presets
array
- items Preset
ReadJobRequest
- ReadJobRequest
object
: The ReadJobRequest structure.
ReadJobResponse
- ReadJobResponse
object
: The ReadJobResponse structure.- Job Job
ReadPipelineRequest
- ReadPipelineRequest
object
: The ReadPipelineRequest structure.
ReadPipelineResponse
ReadPresetRequest
- ReadPresetRequest
object
: The ReadPresetRequest structure.
ReadPresetResponse
- ReadPresetResponse
object
: The ReadPresetResponse structure.- Preset Preset
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
- SnsTopics
array
- items SnsTopic
StorageClass
- StorageClass
string
String
- String
string
Success
- Success
string
Target
- Target
string
TestRoleRequest
- TestRoleRequest
object
: The TestRoleRequest structure.- InputBucket required BucketName
- OutputBucket required BucketName
- Role required Role
- Topics required SnsTopics
TestRoleResponse
- TestRoleResponse
object
: The TestRoleResponse structure.- Messages ExceptionMessages
- Success Success
ThumbnailPattern
- ThumbnailPattern
string
ThumbnailResolution
- ThumbnailResolution
string
Thumbnails
- Thumbnails
object
: Thumbnails for videos.- AspectRatio AspectRatio
- Format JpgOrPng
- Interval Digits
- MaxHeight DigitsOrAuto
- MaxWidth DigitsOrAuto
- PaddingPolicy PaddingPolicy
- Resolution ThumbnailResolution
- SizingPolicy SizingPolicy
Time
- Time
string
TimeOffset
- TimeOffset
string
TimeSpan
- TimeSpan
object
: Settings that determine when a clip begins and how long it lasts.
Timing
- Timing
object
: Details about the timing of a job.- FinishTimeMillis NullableLong
- StartTimeMillis NullableLong
- SubmitTimeMillis NullableLong
UpdatePipelineNotificationsRequest
- UpdatePipelineNotificationsRequest
object
: The UpdatePipelineNotificationsRequest structure.- Notifications required Notifications
UpdatePipelineNotificationsResponse
- UpdatePipelineNotificationsResponse
object
: The UpdatePipelineNotificationsResponse structure.- Pipeline Pipeline
UpdatePipelineRequest
- UpdatePipelineRequest
object
: The UpdatePipelineRequest structure.- AwsKmsKeyArn KeyArn
- ContentConfig PipelineOutputConfig
- InputBucket BucketName
- Name Name
- Notifications Notifications
- Role Role
- ThumbnailConfig PipelineOutputConfig
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.- Status required PipelineStatus
UpdatePipelineStatusResponse
- UpdatePipelineStatusResponse
object
: When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.- Pipeline Pipeline
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
- VideoParameters
object
: The VideoParameters structure.- AspectRatio AspectRatio
- BitRate VideoBitRate
- Codec VideoCodec
- CodecOptions CodecOptions
- DisplayAspectRatio AspectRatio
- FixedGOP FixedGOP
- FrameRate FrameRate
- KeyframesMaxDist KeyframesMaxDist
- MaxFrameRate MaxFrameRate
- MaxHeight DigitsOrAuto
- MaxWidth DigitsOrAuto
- PaddingPolicy PaddingPolicy
- Resolution Resolution
- SizingPolicy SizingPolicy
- Watermarks PresetWatermarks
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
- Warnings
array
- items Warning
WatermarkKey
- WatermarkKey
string
WatermarkSizingPolicy
- WatermarkSizingPolicy
string
ZeroTo255String
- ZeroTo255String
string
ZeroTo512String
- ZeroTo512String
string