Media
public struct Media : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is: For example: For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
Declaration
Swift
public let mediaFileUri: String?
-
Undocumented
Declaration
Swift
public init(mediaFileUri: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws