UpdateSignalingChannelInput
public struct UpdateSignalingChannelInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
Declaration
Swift
public let channelARN: String
-
The current version of the signaling channel that you want to update.
Declaration
Swift
public let currentVersion: String
-
The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that you want to update.
Declaration
Swift
public let singleMasterConfiguration: SingleMasterConfiguration?
-
Undocumented
Declaration
Swift
public init(channelARN: String, currentVersion: String, singleMasterConfiguration: SingleMasterConfiguration? = nil)
-
Declaration
Swift
public func validate(name: String) throws