libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
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.Route53Domains.ListOperations

Description

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListOperations Source #

The ListOperations request includes the following elements.

See: newListOperations smart constructor.

Constructors

ListOperations' 

Fields

  • marker :: Maybe Text

    For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

  • maxItems :: Maybe Int

    Number of domains to be returned.

    Default: 20

  • submittedSince :: Maybe POSIX

    An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Instances

Instances details
Eq ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Read ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Generic ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperations :: Type -> Type #

NFData ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperations -> () #

Hashable ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToJSON ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

AWSPager ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

AWSRequest ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type AWSResponse ListOperations #

ToHeaders ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToPath ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToQuery ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperations = D1 ('MetaData "ListOperations" "Amazonka.Route53Domains.ListOperations" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "submittedSince") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))
type AWSResponse ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

newListOperations :: ListOperations Source #

Create a value of ListOperations 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:marker:ListOperations', listOperations_marker - For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

$sel:maxItems:ListOperations', listOperations_maxItems - Number of domains to be returned.

Default: 20

$sel:submittedSince:ListOperations', listOperations_submittedSince - An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Request Lenses

listOperations_marker :: Lens' ListOperations (Maybe Text) Source #

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

listOperations_maxItems :: Lens' ListOperations (Maybe Int) Source #

Number of domains to be returned.

Default: 20

listOperations_submittedSince :: Lens' ListOperations (Maybe UTCTime) Source #

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Destructuring the Response

data ListOperationsResponse Source #

The ListOperations response includes the following elements.

See: newListOperationsResponse smart constructor.

Constructors

ListOperationsResponse' 

Fields

Instances

Instances details
Eq ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Read ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Generic ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperationsResponse :: Type -> Type #

NFData ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperationsResponse -> () #

type Rep ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperationsResponse = D1 ('MetaData "ListOperationsResponse" "Amazonka.Route53Domains.ListOperations" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [OperationSummary]))))

newListOperationsResponse Source #

Create a value of ListOperationsResponse 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:nextPageMarker:ListOperationsResponse', listOperationsResponse_nextPageMarker - If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

$sel:httpStatus:ListOperationsResponse', listOperationsResponse_httpStatus - The response's http status code.

$sel:operations:ListOperationsResponse', listOperationsResponse_operations - Lists summaries of the operations.

Response Lenses

listOperationsResponse_nextPageMarker :: Lens' ListOperationsResponse (Maybe Text) Source #

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.