Notifications
public struct Notifications : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
Declaration
Swift
public let completed: String?
-
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
Declaration
Swift
public let error: String?
-
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
Declaration
Swift
public let progressing: String?
-
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
Declaration
Swift
public let warning: String?
-
Undocumented
Declaration
Swift
public init(completed: String? = nil, error: String? = nil, progressing: String? = nil, warning: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws