libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.ListExports

Description

Lists completed exports within the past 90 days.

Synopsis

Creating a Request

data ListExports Source #

See: newListExports smart constructor.

Constructors

ListExports' 

Fields

  • tableArn :: Maybe Text

    The Amazon Resource Name (ARN) associated with the exported table.

  • nextToken :: Maybe Text

    An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

  • maxResults :: Maybe Natural

    Maximum number of results to return per page.

Instances

Instances details
Eq ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Read ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Show ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Generic ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Associated Types

type Rep ListExports :: Type -> Type #

NFData ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Methods

rnf :: ListExports -> () #

Hashable ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

ToJSON ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

AWSRequest ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Associated Types

type AWSResponse ListExports #

ToHeaders ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Methods

toHeaders :: ListExports -> [Header] #

ToPath ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

ToQuery ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

type Rep ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

type Rep ListExports = D1 ('MetaData "ListExports" "Amazonka.DynamoDB.ListExports" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ListExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListExports Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

newListExports :: ListExports Source #

Create a value of ListExports 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:tableArn:ListExports', listExports_tableArn - The Amazon Resource Name (ARN) associated with the exported table.

$sel:nextToken:ListExports', listExports_nextToken - An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

$sel:maxResults:ListExports', listExports_maxResults - Maximum number of results to return per page.

Request Lenses

listExports_tableArn :: Lens' ListExports (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with the exported table.

listExports_nextToken :: Lens' ListExports (Maybe Text) Source #

An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

listExports_maxResults :: Lens' ListExports (Maybe Natural) Source #

Maximum number of results to return per page.

Destructuring the Response

data ListExportsResponse Source #

See: newListExportsResponse smart constructor.

Constructors

ListExportsResponse' 

Fields

Instances

Instances details
Eq ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Read ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Show ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Generic ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Associated Types

type Rep ListExportsResponse :: Type -> Type #

NFData ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

Methods

rnf :: ListExportsResponse -> () #

type Rep ListExportsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListExports

type Rep ListExportsResponse = D1 ('MetaData "ListExportsResponse" "Amazonka.DynamoDB.ListExports" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ListExportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExportSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExportsResponse Source #

Create a value of ListExportsResponse 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:exportSummaries:ListExportsResponse', listExportsResponse_exportSummaries - A list of ExportSummary objects.

$sel:nextToken:ListExports', listExportsResponse_nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call ListExports again, with NextToken set to this value.

$sel:httpStatus:ListExportsResponse', listExportsResponse_httpStatus - The response's http status code.

Response Lenses

listExportsResponse_nextToken :: Lens' ListExportsResponse (Maybe Text) Source #

If this value is returned, there are additional results to be displayed. To retrieve them, call ListExports again, with NextToken set to this value.