| 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.DynamoDB.DescribeImport
Description
Represents the properties of the import.
Synopsis
- data DescribeImport = DescribeImport' {}
- newDescribeImport :: Text -> DescribeImport
- describeImport_importArn :: Lens' DescribeImport Text
- data DescribeImportResponse = DescribeImportResponse' {}
- newDescribeImportResponse :: Int -> ImportTableDescription -> DescribeImportResponse
- describeImportResponse_httpStatus :: Lens' DescribeImportResponse Int
- describeImportResponse_importTableDescription :: Lens' DescribeImportResponse ImportTableDescription
Creating a Request
data DescribeImport Source #
See: newDescribeImport smart constructor.
Constructors
| DescribeImport' | |
Instances
Arguments
| :: Text | |
| -> DescribeImport |
Create a value of DescribeImport 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:
DescribeImport, describeImport_importArn - The Amazon Resource Name (ARN) associated with the table you're
importing to.
Request Lenses
describeImport_importArn :: Lens' DescribeImport Text Source #
The Amazon Resource Name (ARN) associated with the table you're importing to.
Destructuring the Response
data DescribeImportResponse Source #
See: newDescribeImportResponse smart constructor.
Constructors
| DescribeImportResponse' | |
Fields
| |
Instances
newDescribeImportResponse Source #
Arguments
| :: Int | |
| -> ImportTableDescription | |
| -> DescribeImportResponse |
Create a value of DescribeImportResponse 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:httpStatus:DescribeImportResponse', describeImportResponse_httpStatus - The response's http status code.
$sel:importTableDescription:DescribeImportResponse', describeImportResponse_importTableDescription - Represents the properties of the table created for the import, and
parameters of the import. The import parameters include import status,
how many items were processed, and how many errors were encountered.
Response Lenses
describeImportResponse_httpStatus :: Lens' DescribeImportResponse Int Source #
The response's http status code.
describeImportResponse_importTableDescription :: Lens' DescribeImportResponse ImportTableDescription Source #
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.