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 an existing table export.
Synopsis
- data DescribeExport = DescribeExport' {}
- newDescribeExport :: Text -> DescribeExport
- describeExport_exportArn :: Lens' DescribeExport Text
- data DescribeExportResponse = DescribeExportResponse' {}
- newDescribeExportResponse :: Int -> DescribeExportResponse
- describeExportResponse_exportDescription :: Lens' DescribeExportResponse (Maybe ExportDescription)
- describeExportResponse_httpStatus :: Lens' DescribeExportResponse Int
Creating a Request
data DescribeExport Source #
See: newDescribeExport
smart constructor.
Instances
Create a value of DescribeExport
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:exportArn:DescribeExport'
, describeExport_exportArn
- The Amazon Resource Name (ARN) associated with the export.
Request Lenses
describeExport_exportArn :: Lens' DescribeExport Text Source #
The Amazon Resource Name (ARN) associated with the export.
Destructuring the Response
data DescribeExportResponse Source #
See: newDescribeExportResponse
smart constructor.
DescribeExportResponse' | |
|
Instances
newDescribeExportResponse Source #
Create a value of DescribeExportResponse
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:exportDescription:DescribeExportResponse'
, describeExportResponse_exportDescription
- Represents the properties of the export.
$sel:httpStatus:DescribeExportResponse'
, describeExportResponse_httpStatus
- The response's http status code.
Response Lenses
describeExportResponse_exportDescription :: Lens' DescribeExportResponse (Maybe ExportDescription) Source #
Represents the properties of the export.
describeExportResponse_httpStatus :: Lens' DescribeExportResponse Int Source #
The response's http status code.