IncreaseStreamRetentionPeriodInput

public struct IncreaseStreamRetentionPeriodInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new retention period of the stream, in hours. Must be more than the current retention period.

    Declaration

    Swift

    public let retentionPeriodHours: Int
  • The name of the stream to modify.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(retentionPeriodHours: Int, streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws