ListSignalingChannelsInput

public struct ListSignalingChannelsInput : AWSShape
extension KinesisVideo.ListSignalingChannelsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional: Returns only the channels that satisfy a specific condition.

    Declaration

    Swift

    public let channelNameCondition: ChannelNameCondition?
  • The maximum number of channels to return in the response. The default is 500.

    Declaration

    Swift

    public let maxResults: Int?
  • If you specify this parameter, when the result of a ListSignalingChannels operation is truncated, the call returns the NextToken in the response. To get another batch of channels, provide this token in your next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(channelNameCondition: ChannelNameCondition? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws