UpdateChannelRequest
public struct UpdateChannelRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the channel to be updated. DeclarationSwift public let channelName: String
- 
                  
                  Where channel data is stored. You may choose one of “serviceManagedS3” or “customerManagedS3” storage. If not specified, the default is “serviceManagedS3”. This cannot be changed after creation of the channel. DeclarationSwift public let channelStorage: ChannelStorage?
- 
                  
                  How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel’s S3 storage is customer-managed. DeclarationSwift public let retentionPeriod: RetentionPeriod?
- 
                  
                  Undocumented DeclarationSwift public init(channelName: String, channelStorage: ChannelStorage? = nil, retentionPeriod: RetentionPeriod? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub UpdateChannelRequest Structure Reference
        UpdateChannelRequest Structure Reference