UpdateStreamingDistributionRequest
public struct UpdateStreamingDistributionRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static let _xmlNamespace: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The streaming distribution’s id.
Declaration
Swift
public let id: String -
The value of the ETag header that you received when retrieving the streaming distribution’s configuration. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String? -
The streaming distribution’s configuration information.
Declaration
Swift
public let streamingDistributionConfig: StreamingDistributionConfig -
Undocumented
Declaration
Swift
public init(id: String, ifMatch: String? = nil, streamingDistributionConfig: StreamingDistributionConfig)
View on GitHub
UpdateStreamingDistributionRequest Structure Reference