View on GitHub

aws-sdk-swift

FinspaceDataClient

public class FinspaceDataClient 

Inheritance

FinspaceDataClientProtocol

Initializers

init(config:)

public init(config: AWSClientRuntime.AWSClientConfiguration) 

init(region:)

public convenience init(region: Swift.String? = nil) throws 

Properties

clientName

public static let clientName = "FinspaceDataClient"

Methods

createChangeset(input:completion:)

Creates a new changeset in a FinSpace dataset.

public func createChangeset(input: CreateChangesetInput, completion: @escaping (ClientRuntime.SdkResult<CreateChangesetOutputResponse, CreateChangesetOutputError>) -> Void)

getProgrammaticAccessCredentials(input:completion:)

Request programmatic credentials to use with Habanero SDK.

public func getProgrammaticAccessCredentials(input: GetProgrammaticAccessCredentialsInput, completion: @escaping (ClientRuntime.SdkResult<GetProgrammaticAccessCredentialsOutputResponse, GetProgrammaticAccessCredentialsOutputError>) -> Void)

getWorkingLocation(input:completion:)

A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.

public func getWorkingLocation(input: GetWorkingLocationInput, completion: @escaping (ClientRuntime.SdkResult<GetWorkingLocationOutputResponse, GetWorkingLocationOutputError>) -> Void)