GetDataEndpointInput
public struct GetDataEndpointInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the API action for which to get an endpoint.
Declaration
Swift
public let aPIName: APIName
-
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.
Declaration
Swift
public let streamARN: String?
-
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.
Declaration
Swift
public let streamName: String?
-
Undocumented
Declaration
Swift
public init(aPIName: APIName, streamARN: String? = nil, streamName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws