| 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.GetDataset
Description
Returns information about a Dataset.
Synopsis
- data GetDataset = GetDataset' {}
 - newGetDataset :: Text -> GetDataset
 - getDataset_datasetId :: Lens' GetDataset Text
 - data GetDatasetResponse = GetDatasetResponse' {}
 - newGetDatasetResponse :: Int -> GetDatasetResponse
 - getDatasetResponse_alias :: Lens' GetDatasetResponse (Maybe Text)
 - getDatasetResponse_createTime :: Lens' GetDatasetResponse (Maybe Integer)
 - getDatasetResponse_datasetArn :: Lens' GetDatasetResponse (Maybe Text)
 - getDatasetResponse_datasetDescription :: Lens' GetDatasetResponse (Maybe Text)
 - getDatasetResponse_datasetId :: Lens' GetDatasetResponse (Maybe Text)
 - getDatasetResponse_datasetTitle :: Lens' GetDatasetResponse (Maybe Text)
 - getDatasetResponse_kind :: Lens' GetDatasetResponse (Maybe DatasetKind)
 - getDatasetResponse_lastModifiedTime :: Lens' GetDatasetResponse (Maybe Integer)
 - getDatasetResponse_schemaDefinition :: Lens' GetDatasetResponse (Maybe SchemaUnion)
 - getDatasetResponse_status :: Lens' GetDatasetResponse (Maybe DatasetStatus)
 - getDatasetResponse_httpStatus :: Lens' GetDatasetResponse Int
 
Creating a Request
data GetDataset Source #
Request for the GetDataset operation.
See: newGetDataset smart constructor.
Constructors
| GetDataset' | |
Instances
Arguments
| :: Text | |
| -> GetDataset | 
Create a value of GetDataset 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:
GetDataset, getDataset_datasetId - The unique identifier for a Dataset.
Request Lenses
getDataset_datasetId :: Lens' GetDataset Text Source #
The unique identifier for a Dataset.
Destructuring the Response
data GetDatasetResponse Source #
Response for the GetDataset operation
See: newGetDatasetResponse smart constructor.
Constructors
| GetDatasetResponse' | |
Fields 
  | |
Instances
newGetDatasetResponse Source #
Arguments
| :: Int | |
| -> GetDatasetResponse | 
Create a value of GetDatasetResponse 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:
GetDatasetResponse, getDatasetResponse_alias - The unique resource identifier for a Dataset.
GetDatasetResponse, getDatasetResponse_createTime - The timestamp at which the Dataset 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.
GetDatasetResponse, getDatasetResponse_datasetArn - The ARN identifier of the Dataset.
GetDatasetResponse, getDatasetResponse_datasetDescription - A description of the Dataset.
GetDataset, getDatasetResponse_datasetId - The unique identifier for a Dataset.
GetDatasetResponse, getDatasetResponse_datasetTitle - Display title for a Dataset.
GetDatasetResponse, getDatasetResponse_kind - The format in which Dataset data is structured.
TABULAR– Data is structured in a tabular format.NON_TABULAR– Data is structured in a non-tabular format.
GetDatasetResponse, getDatasetResponse_lastModifiedTime - The last time that the Dataset was modified. 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.
GetDatasetResponse, getDatasetResponse_schemaDefinition - Definition for a schema on a tabular Dataset.
GetDatasetResponse, getDatasetResponse_status - Status of the Dataset creation.
PENDING– Dataset is pending creation.FAILED– Dataset creation has failed.SUCCESS– Dataset creation has succeeded.RUNNING– Dataset creation is running.
$sel:httpStatus:GetDatasetResponse', getDatasetResponse_httpStatus - The response's http status code.
Response Lenses
getDatasetResponse_alias :: Lens' GetDatasetResponse (Maybe Text) Source #
The unique resource identifier for a Dataset.
getDatasetResponse_createTime :: Lens' GetDatasetResponse (Maybe Integer) Source #
The timestamp at which the Dataset 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.
getDatasetResponse_datasetArn :: Lens' GetDatasetResponse (Maybe Text) Source #
The ARN identifier of the Dataset.
getDatasetResponse_datasetDescription :: Lens' GetDatasetResponse (Maybe Text) Source #
A description of the Dataset.
getDatasetResponse_datasetId :: Lens' GetDatasetResponse (Maybe Text) Source #
The unique identifier for a Dataset.
getDatasetResponse_datasetTitle :: Lens' GetDatasetResponse (Maybe Text) Source #
Display title for a Dataset.
getDatasetResponse_kind :: Lens' GetDatasetResponse (Maybe DatasetKind) Source #
The format in which Dataset data is structured.
TABULAR– Data is structured in a tabular format.NON_TABULAR– Data is structured in a non-tabular format.
getDatasetResponse_lastModifiedTime :: Lens' GetDatasetResponse (Maybe Integer) Source #
The last time that the Dataset was modified. 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.
getDatasetResponse_schemaDefinition :: Lens' GetDatasetResponse (Maybe SchemaUnion) Source #
Definition for a schema on a tabular Dataset.
getDatasetResponse_status :: Lens' GetDatasetResponse (Maybe DatasetStatus) Source #
Status of the Dataset creation.
PENDING– Dataset is pending creation.FAILED– Dataset creation has failed.SUCCESS– Dataset creation has succeeded.RUNNING– Dataset creation is running.
getDatasetResponse_httpStatus :: Lens' GetDatasetResponse Int Source #
The response's http status code.