Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- createChangeset_formatParams :: Lens' CreateChangeset (Maybe (HashMap Text Text))
- createChangeset_formatType :: Lens' CreateChangeset (Maybe FormatType)
- createChangeset_tags :: Lens' CreateChangeset (Maybe (HashMap Text Text))
- createChangeset_datasetId :: Lens' CreateChangeset Text
- createChangeset_changeType :: Lens' CreateChangeset ChangeType
- createChangeset_sourceType :: Lens' CreateChangeset SourceType
- createChangeset_sourceParams :: Lens' CreateChangeset (HashMap Text Text)
- createChangesetResponse_changeset :: Lens' CreateChangesetResponse (Maybe ChangesetInfo)
- createChangesetResponse_httpStatus :: Lens' CreateChangesetResponse Int
- getProgrammaticAccessCredentials_durationInMinutes :: Lens' GetProgrammaticAccessCredentials (Maybe Natural)
- getProgrammaticAccessCredentials_environmentId :: Lens' GetProgrammaticAccessCredentials Text
- getProgrammaticAccessCredentialsResponse_credentials :: Lens' GetProgrammaticAccessCredentialsResponse (Maybe Credentials)
- getProgrammaticAccessCredentialsResponse_durationInMinutes :: Lens' GetProgrammaticAccessCredentialsResponse (Maybe Natural)
- getProgrammaticAccessCredentialsResponse_httpStatus :: Lens' GetProgrammaticAccessCredentialsResponse Int
- getWorkingLocation_locationType :: Lens' GetWorkingLocation (Maybe LocationType)
- getWorkingLocationResponse_s3Path :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_s3Uri :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_s3Bucket :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int
- changesetInfo_status :: Lens' ChangesetInfo (Maybe ChangesetStatus)
- changesetInfo_sourceType :: Lens' ChangesetInfo (Maybe SourceType)
- changesetInfo_sourceParams :: Lens' ChangesetInfo (Maybe (HashMap Text Text))
- changesetInfo_changesetLabels :: Lens' ChangesetInfo (Maybe (HashMap Text Text))
- changesetInfo_updatedByChangesetId :: Lens' ChangesetInfo (Maybe Text)
- changesetInfo_datasetId :: Lens' ChangesetInfo (Maybe Text)
- changesetInfo_formatParams :: Lens' ChangesetInfo (Maybe (HashMap Text Text))
- changesetInfo_createTimestamp :: Lens' ChangesetInfo (Maybe UTCTime)
- changesetInfo_id :: Lens' ChangesetInfo (Maybe Text)
- changesetInfo_formatType :: Lens' ChangesetInfo (Maybe FormatType)
- changesetInfo_updatesChangesetId :: Lens' ChangesetInfo (Maybe Text)
- changesetInfo_changeType :: Lens' ChangesetInfo (Maybe ChangeType)
- changesetInfo_errorInfo :: Lens' ChangesetInfo (Maybe ErrorInfo)
- changesetInfo_changesetArn :: Lens' ChangesetInfo (Maybe Text)
- credentials_secretAccessKey :: Lens' Credentials (Maybe Text)
- credentials_sessionToken :: Lens' Credentials (Maybe Text)
- credentials_accessKeyId :: Lens' Credentials (Maybe Text)
- errorInfo_errorCategory :: Lens' ErrorInfo (Maybe ErrorCategory)
- errorInfo_errorMessage :: Lens' ErrorInfo (Maybe Text)
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.
createChangesetResponse_changeset :: Lens' CreateChangesetResponse (Maybe ChangesetInfo) Source #
Returns the changeset details.
createChangesetResponse_httpStatus :: Lens' CreateChangesetResponse Int Source #
The response's http status code.
GetProgrammaticAccessCredentials
getProgrammaticAccessCredentials_durationInMinutes :: Lens' GetProgrammaticAccessCredentials (Maybe Natural) Source #
The time duration in which the credentials remain valid.
getProgrammaticAccessCredentials_environmentId :: Lens' GetProgrammaticAccessCredentials Text Source #
The habanero environment identifier.
getProgrammaticAccessCredentialsResponse_credentials :: Lens' GetProgrammaticAccessCredentialsResponse (Maybe Credentials) Source #
Returns the programmatic credentials.
getProgrammaticAccessCredentialsResponse_durationInMinutes :: Lens' GetProgrammaticAccessCredentialsResponse (Maybe Natural) Source #
Returns the duration in which the credentials will remain valid.
getProgrammaticAccessCredentialsResponse_httpStatus :: Lens' GetProgrammaticAccessCredentialsResponse Int Source #
The response's http status code.
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.
getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int Source #
The response's http status code.
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_formatParams :: Lens' ChangesetInfo (Maybe (HashMap Text Text)) Source #
Structure of the source file(s).
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_secretAccessKey :: Lens' Credentials (Maybe Text) Source #
The access key.
credentials_sessionToken :: Lens' Credentials (Maybe Text) Source #
The session token.
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.