| 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.QuickSight.DescribeIngestion
Description
Describes a SPICE ingestion.
Synopsis
- data DescribeIngestion = DescribeIngestion' {
- awsAccountId :: Text
- dataSetId :: Text
- ingestionId :: Text
- newDescribeIngestion :: Text -> Text -> Text -> DescribeIngestion
- describeIngestion_awsAccountId :: Lens' DescribeIngestion Text
- describeIngestion_dataSetId :: Lens' DescribeIngestion Text
- describeIngestion_ingestionId :: Lens' DescribeIngestion Text
- data DescribeIngestionResponse = DescribeIngestionResponse' {}
- newDescribeIngestionResponse :: Int -> DescribeIngestionResponse
- describeIngestionResponse_ingestion :: Lens' DescribeIngestionResponse (Maybe Ingestion)
- describeIngestionResponse_requestId :: Lens' DescribeIngestionResponse (Maybe Text)
- describeIngestionResponse_status :: Lens' DescribeIngestionResponse Int
Creating a Request
data DescribeIngestion Source #
See: newDescribeIngestion smart constructor.
Constructors
| DescribeIngestion' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DescribeIngestion |
Create a value of DescribeIngestion 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:
DescribeIngestion, describeIngestion_awsAccountId - The Amazon Web Services account ID.
DescribeIngestion, describeIngestion_dataSetId - The ID of the dataset used in the ingestion.
DescribeIngestion, describeIngestion_ingestionId - An ID for the ingestion.
Request Lenses
describeIngestion_awsAccountId :: Lens' DescribeIngestion Text Source #
The Amazon Web Services account ID.
describeIngestion_dataSetId :: Lens' DescribeIngestion Text Source #
The ID of the dataset used in the ingestion.
describeIngestion_ingestionId :: Lens' DescribeIngestion Text Source #
An ID for the ingestion.
Destructuring the Response
data DescribeIngestionResponse Source #
See: newDescribeIngestionResponse smart constructor.
Constructors
| DescribeIngestionResponse' | |
Instances
newDescribeIngestionResponse Source #
Arguments
| :: Int | |
| -> DescribeIngestionResponse |
Create a value of DescribeIngestionResponse 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:ingestion:DescribeIngestionResponse', describeIngestionResponse_ingestion - Information about the ingestion.
$sel:requestId:DescribeIngestionResponse', describeIngestionResponse_requestId - The Amazon Web Services request ID for this operation.
DescribeIngestionResponse, describeIngestionResponse_status - The HTTP status of the request.
Response Lenses
describeIngestionResponse_ingestion :: Lens' DescribeIngestionResponse (Maybe Ingestion) Source #
Information about the ingestion.
describeIngestionResponse_requestId :: Lens' DescribeIngestionResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeIngestionResponse_status :: Lens' DescribeIngestionResponse Int Source #
The HTTP status of the request.