PutMetadataRequest
public struct PutMetadataRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ARN of the channel into which metadata is inserted. This channel must have an active stream.
Declaration
Swift
public let channelArn: String
-
Metadata to insert into the stream. Maximum: 1 KB per request.
Declaration
Swift
public let metadata: String
-
Undocumented
Declaration
Swift
public init(channelArn: String, metadata: String)
-
Declaration
Swift
public func validate(name: String) throws