UpdateChannelRequest
public struct UpdateChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let channelId: String
-
Undocumented
Declaration
Swift
public let destinations: [OutputDestination]?
-
Undocumented
Declaration
Swift
public let encoderSettings: EncoderSettings?
-
Undocumented
Declaration
Swift
public let inputAttachments: [InputAttachment]?
-
Undocumented
Declaration
Swift
public let inputSpecification: InputSpecification?
-
Undocumented
Declaration
Swift
public let logLevel: LogLevel?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let roleArn: String?
-
init(channelId:destinations:encoderSettings:inputAttachments:inputSpecification:logLevel:name:roleArn:)
Undocumented
Declaration
Swift
public init(channelId: String, destinations: [OutputDestination]? = nil, encoderSettings: EncoderSettings? = nil, inputAttachments: [InputAttachment]? = nil, inputSpecification: InputSpecification? = nil, logLevel: LogLevel? = nil, name: String? = nil, roleArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws