libZSservicesZSamazonka-finspace-dataZSamazonka-finspace-data
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FinSpaceData.Lens

Description

 
Synopsis

Operations

CreateChangeset

createChangeset_formatParams :: Lens' CreateChangeset (Maybe (HashMap Text Text)) Source #

Options that define the structure of the source file(s).

createChangeset_formatType :: Lens' CreateChangeset (Maybe FormatType) Source #

Format type of the input files being loaded into the changeset.

createChangeset_tags :: Lens' CreateChangeset (Maybe (HashMap Text Text)) Source #

Metadata tags to apply to this changeset.

createChangeset_datasetId :: Lens' CreateChangeset Text Source #

The unique identifier for the FinSpace dataset in which the changeset will be created.

createChangeset_changeType :: Lens' CreateChangeset ChangeType Source #

Option to indicate how a changeset will be applied to a dataset.

  • REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
  • APPEND - Changeset will be considered as an addition to the end of all prior loaded changesets.

createChangeset_sourceType :: Lens' CreateChangeset SourceType Source #

Type of the data source from which the files to create the changeset will be sourced.

  • S3 - Amazon S3.

createChangeset_sourceParams :: Lens' CreateChangeset (HashMap Text Text) Source #

Source path from which the files to create the changeset will be sourced.

GetProgrammaticAccessCredentials

GetWorkingLocation

getWorkingLocation_locationType :: Lens' GetWorkingLocation (Maybe LocationType) Source #

Specify the type of the working location.

  • SAGEMAKER - Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.
  • INGESTION - Use the Amazon S3 location as a staging location to copy your data content and then use the location with the changeset creation operation.

getWorkingLocationResponse_s3Path :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 Path for the working location.

getWorkingLocationResponse_s3Uri :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 URI for the working location.

getWorkingLocationResponse_s3Bucket :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 bucket name for the working location.

Types

ChangesetInfo

changesetInfo_status :: Lens' ChangesetInfo (Maybe ChangesetStatus) Source #

The status of changeset creation operation.

changesetInfo_sourceType :: Lens' ChangesetInfo (Maybe SourceType) Source #

Type of the data source from which the files to create the changeset are sourced.

  • S3 - Amazon S3.

changesetInfo_sourceParams :: Lens' ChangesetInfo (Maybe (HashMap Text Text)) Source #

Source path from which the files to create the changeset are sourced.

changesetInfo_changesetLabels :: Lens' ChangesetInfo (Maybe (HashMap Text Text)) Source #

Tags associated with the changeset.

changesetInfo_updatedByChangesetId :: Lens' ChangesetInfo (Maybe Text) Source #

Unique identifier of the changeset that is updated a changeset.

changesetInfo_datasetId :: Lens' ChangesetInfo (Maybe Text) Source #

The unique identifier for the FinSpace dataset in which the changeset is created.

changesetInfo_createTimestamp :: Lens' ChangesetInfo (Maybe UTCTime) Source #

The timestamp at which the changeset was created in FinSpace.

changesetInfo_id :: Lens' ChangesetInfo (Maybe Text) Source #

Unique identifier for a changeset.

changesetInfo_formatType :: Lens' ChangesetInfo (Maybe FormatType) Source #

Format type of the input files loaded into the changeset.

changesetInfo_updatesChangesetId :: Lens' ChangesetInfo (Maybe Text) Source #

Unique identifier of the changeset that is updated.

changesetInfo_changeType :: Lens' ChangesetInfo (Maybe ChangeType) Source #

Change type indicates how a changeset is applied to a dataset.

  • REPLACE - Changeset is considered as a replacement to all prior loaded changesets.
  • APPEND - Changeset is considered as an addition to the end of all prior loaded changesets.
  • MODIFY - Changeset is considered as a replacement to a specific prior ingested changeset.

changesetInfo_errorInfo :: Lens' ChangesetInfo (Maybe ErrorInfo) Source #

The structure with error messages.

changesetInfo_changesetArn :: Lens' ChangesetInfo (Maybe Text) Source #

The ARN identifier of the changeset.

Credentials

credentials_accessKeyId :: Lens' Credentials (Maybe Text) Source #

The access key identifier.

ErrorInfo

errorInfo_errorCategory :: Lens' ErrorInfo (Maybe ErrorCategory) Source #

The category of the error.

  • VALIDATION -The inputs to this request are invalid.
  • SERVICE_QUOTA_EXCEEDED - Service quotas have been exceeded. Please contact AWS support to increase quotas.
  • ACCESS_DENIED - Missing required permission to perform this request.
  • RESOURCE_NOT_FOUND - One or more inputs to this request were not found.
  • THROTTLING - The system temporarily lacks sufficient resources to process the request.
  • INTERNAL_SERVICE_EXCEPTION - An internal service error has occurred.
  • CANCELLED - A user recoverable error has occurred.

errorInfo_errorMessage :: Lens' ErrorInfo (Maybe Text) Source #

The text of the error message.