CreateStreamingDistributionWithTagsRequest
public struct CreateStreamingDistributionWithTagsRequest : 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 configuration information.
Declaration
Swift
public let streamingDistributionConfigWithTags: StreamingDistributionConfigWithTags
-
Undocumented
Declaration
Swift
public init(streamingDistributionConfigWithTags: StreamingDistributionConfigWithTags)
-
Declaration
Swift
public func validate(name: String) throws