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 |
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_requestId :: Lens' DescribeIngestionResponse (Maybe Text)
- describeIngestionResponse_ingestion :: Lens' DescribeIngestionResponse (Maybe Ingestion)
- describeIngestionResponse_status :: Lens' DescribeIngestionResponse Int
Creating a Request
data DescribeIngestion Source #
See: newDescribeIngestion
smart constructor.
DescribeIngestion' | |
|
Instances
:: 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:
$sel:awsAccountId:DescribeIngestion'
, describeIngestion_awsAccountId
- The Amazon Web Services account ID.
$sel:dataSetId:DescribeIngestion'
, describeIngestion_dataSetId
- The ID of the dataset used in the ingestion.
$sel:ingestionId: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.
Instances
newDescribeIngestionResponse Source #
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:requestId:DescribeIngestionResponse'
, describeIngestionResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:ingestion:DescribeIngestionResponse'
, describeIngestionResponse_ingestion
- Information about the ingestion.
$sel:status:DescribeIngestionResponse'
, describeIngestionResponse_status
- The HTTP status of the request.
Response Lenses
describeIngestionResponse_requestId :: Lens' DescribeIngestionResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeIngestionResponse_ingestion :: Lens' DescribeIngestionResponse (Maybe Ingestion) Source #
Information about the ingestion.
describeIngestionResponse_status :: Lens' DescribeIngestionResponse Int Source #
The HTTP status of the request.