| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.FinSpaceData.Types.ChangesetSummary
Description
Synopsis
- data ChangesetSummary = ChangesetSummary' {
- activeFromTimestamp :: Maybe Integer
 - activeUntilTimestamp :: Maybe Integer
 - changeType :: Maybe ChangeType
 - changesetArn :: Maybe Text
 - changesetId :: Maybe Text
 - createTime :: Maybe Integer
 - datasetId :: Maybe Text
 - errorInfo :: Maybe ChangesetErrorInfo
 - formatParams :: Maybe (HashMap Text Text)
 - sourceParams :: Maybe (HashMap Text Text)
 - status :: Maybe IngestionStatus
 - updatedByChangesetId :: Maybe Text
 - updatesChangesetId :: Maybe Text
 
 - newChangesetSummary :: ChangesetSummary
 - changesetSummary_activeFromTimestamp :: Lens' ChangesetSummary (Maybe Integer)
 - changesetSummary_activeUntilTimestamp :: Lens' ChangesetSummary (Maybe Integer)
 - changesetSummary_changeType :: Lens' ChangesetSummary (Maybe ChangeType)
 - changesetSummary_changesetArn :: Lens' ChangesetSummary (Maybe Text)
 - changesetSummary_changesetId :: Lens' ChangesetSummary (Maybe Text)
 - changesetSummary_createTime :: Lens' ChangesetSummary (Maybe Integer)
 - changesetSummary_datasetId :: Lens' ChangesetSummary (Maybe Text)
 - changesetSummary_errorInfo :: Lens' ChangesetSummary (Maybe ChangesetErrorInfo)
 - changesetSummary_formatParams :: Lens' ChangesetSummary (Maybe (HashMap Text Text))
 - changesetSummary_sourceParams :: Lens' ChangesetSummary (Maybe (HashMap Text Text))
 - changesetSummary_status :: Lens' ChangesetSummary (Maybe IngestionStatus)
 - changesetSummary_updatedByChangesetId :: Lens' ChangesetSummary (Maybe Text)
 - changesetSummary_updatesChangesetId :: Lens' ChangesetSummary (Maybe Text)
 
Documentation
data ChangesetSummary Source #
A Changeset is unit of data in a Dataset.
See: newChangesetSummary smart constructor.
Constructors
| ChangesetSummary' | |
Fields 
  | |
Instances
newChangesetSummary :: ChangesetSummary Source #
Create a value of ChangesetSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activeFromTimestamp:ChangesetSummary', changesetSummary_activeFromTimestamp - Beginning time from which the Changeset is active. The value is
 determined as epoch time in milliseconds. For example, the value for
 Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
$sel:activeUntilTimestamp:ChangesetSummary', changesetSummary_activeUntilTimestamp - Time until which the Changeset is active. The value is determined as
 epoch time in milliseconds. For example, the value for Monday, November
 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
$sel:changeType:ChangesetSummary', changesetSummary_changeType - Type that 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.
$sel:changesetArn:ChangesetSummary', changesetSummary_changesetArn - The ARN identifier of the Changeset.
$sel:changesetId:ChangesetSummary', changesetSummary_changesetId - The unique identifier for a Changeset.
$sel:createTime:ChangesetSummary', changesetSummary_createTime - The timestamp at which the Changeset was created in FinSpace. The value
 is determined as epoch time in milliseconds. For example, the value for
 Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
$sel:datasetId:ChangesetSummary', changesetSummary_datasetId - The unique identifier for the FinSpace Dataset in which the Changeset is
 created.
$sel:errorInfo:ChangesetSummary', changesetSummary_errorInfo - The structure with error messages.
$sel:formatParams:ChangesetSummary', changesetSummary_formatParams - Options that define the structure of the source file(s).
$sel:sourceParams:ChangesetSummary', changesetSummary_sourceParams - Options that define the location of the data being ingested.
$sel:status:ChangesetSummary', changesetSummary_status - Status of the Changeset ingestion.
PENDING– Changeset is pending creation.FAILED– Changeset creation has failed.SUCCESS– Changeset creation has succeeded.RUNNING– Changeset creation is running.STOP_REQUESTED– User requested Changeset creation to stop.
$sel:updatedByChangesetId:ChangesetSummary', changesetSummary_updatedByChangesetId - The unique identifier of the updated Changeset.
$sel:updatesChangesetId:ChangesetSummary', changesetSummary_updatesChangesetId - The unique identifier of the Changeset that is updated.
changesetSummary_activeFromTimestamp :: Lens' ChangesetSummary (Maybe Integer) Source #
Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
changesetSummary_activeUntilTimestamp :: Lens' ChangesetSummary (Maybe Integer) Source #
Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
changesetSummary_changeType :: Lens' ChangesetSummary (Maybe ChangeType) Source #
Type that 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.
changesetSummary_changesetArn :: Lens' ChangesetSummary (Maybe Text) Source #
The ARN identifier of the Changeset.
changesetSummary_changesetId :: Lens' ChangesetSummary (Maybe Text) Source #
The unique identifier for a Changeset.
changesetSummary_createTime :: Lens' ChangesetSummary (Maybe Integer) Source #
The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
changesetSummary_datasetId :: Lens' ChangesetSummary (Maybe Text) Source #
The unique identifier for the FinSpace Dataset in which the Changeset is created.
changesetSummary_errorInfo :: Lens' ChangesetSummary (Maybe ChangesetErrorInfo) Source #
The structure with error messages.
changesetSummary_formatParams :: Lens' ChangesetSummary (Maybe (HashMap Text Text)) Source #
Options that define the structure of the source file(s).
changesetSummary_sourceParams :: Lens' ChangesetSummary (Maybe (HashMap Text Text)) Source #
Options that define the location of the data being ingested.
changesetSummary_status :: Lens' ChangesetSummary (Maybe IngestionStatus) Source #
Status of the Changeset ingestion.
PENDING– Changeset is pending creation.FAILED– Changeset creation has failed.SUCCESS– Changeset creation has succeeded.RUNNING– Changeset creation is running.STOP_REQUESTED– User requested Changeset creation to stop.
changesetSummary_updatedByChangesetId :: Lens' ChangesetSummary (Maybe Text) Source #
The unique identifier of the updated Changeset.
changesetSummary_updatesChangesetId :: Lens' ChangesetSummary (Maybe Text) Source #
The unique identifier of the Changeset that is updated.