UpdateStreamRequest

public struct UpdateStreamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the stream.

    Declaration

    Swift

    public let description: String?
  • The files associated with the stream.

    Declaration

    Swift

    public let files: [StreamFile]?
  • An IAM role that allows the IoT service principal assumes to access your S3 files.

    Declaration

    Swift

    public let roleArn: String?
  • The stream ID.

    Declaration

    Swift

    public let streamId: String
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, files: [StreamFile]? = nil, roleArn: String? = nil, streamId: String)
  • Declaration

    Swift

    public func validate(name: String) throws