CreateConferenceProviderRequest
public struct CreateConferenceProviderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The request token of the client.
Declaration
Swift
public let clientRequestToken: String?
-
The name of the conference provider.
Declaration
Swift
public let conferenceProviderName: String
-
Represents a type within a list of predefined types.
Declaration
Swift
public let conferenceProviderType: ConferenceProviderType
-
The IP endpoint and protocol for calling.
Declaration
Swift
public let iPDialIn: IPDialIn?
-
The meeting settings for the conference provider.
Declaration
Swift
public let meetingSetting: MeetingSetting
-
The information for PSTN conferencing.
Declaration
Swift
public let pSTNDialIn: PSTNDialIn?
-
init(clientRequestToken:conferenceProviderName:conferenceProviderType:iPDialIn:meetingSetting:pSTNDialIn:)
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = CreateConferenceProviderRequest.idempotencyToken(), conferenceProviderName: String, conferenceProviderType: ConferenceProviderType, iPDialIn: IPDialIn? = nil, meetingSetting: MeetingSetting, pSTNDialIn: PSTNDialIn? = nil)
-
Declaration
Swift
public func validate(name: String) throws