libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.ListCustomDataIdentifiers

Description

Retrieves a subset of information about all the custom data identifiers for an account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCustomDataIdentifiers Source #

See: newListCustomDataIdentifiers smart constructor.

Constructors

ListCustomDataIdentifiers' 

Fields

  • nextToken :: Maybe Text

    The nextToken string that specifies which page of results to return in a paginated response.

  • maxResults :: Maybe Int

    The maximum number of items to include in each page of the response.

Instances

Instances details
Eq ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Read ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Show ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Generic ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Associated Types

type Rep ListCustomDataIdentifiers :: Type -> Type #

NFData ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Hashable ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

ToJSON ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

AWSPager ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

AWSRequest ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

ToHeaders ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

ToPath ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

ToQuery ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

type Rep ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

type Rep ListCustomDataIdentifiers = D1 ('MetaData "ListCustomDataIdentifiers" "Amazonka.MacieV2.ListCustomDataIdentifiers" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ListCustomDataIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

newListCustomDataIdentifiers :: ListCustomDataIdentifiers Source #

Create a value of ListCustomDataIdentifiers 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:nextToken:ListCustomDataIdentifiers', listCustomDataIdentifiers_nextToken - The nextToken string that specifies which page of results to return in a paginated response.

$sel:maxResults:ListCustomDataIdentifiers', listCustomDataIdentifiers_maxResults - The maximum number of items to include in each page of the response.

Request Lenses

listCustomDataIdentifiers_nextToken :: Lens' ListCustomDataIdentifiers (Maybe Text) Source #

The nextToken string that specifies which page of results to return in a paginated response.

listCustomDataIdentifiers_maxResults :: Lens' ListCustomDataIdentifiers (Maybe Int) Source #

The maximum number of items to include in each page of the response.

Destructuring the Response

data ListCustomDataIdentifiersResponse Source #

See: newListCustomDataIdentifiersResponse smart constructor.

Constructors

ListCustomDataIdentifiersResponse' 

Fields

Instances

Instances details
Eq ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Read ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Show ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Generic ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

Associated Types

type Rep ListCustomDataIdentifiersResponse :: Type -> Type #

NFData ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

type Rep ListCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListCustomDataIdentifiers

type Rep ListCustomDataIdentifiersResponse = D1 ('MetaData "ListCustomDataIdentifiersResponse" "Amazonka.MacieV2.ListCustomDataIdentifiers" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ListCustomDataIdentifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomDataIdentifierSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCustomDataIdentifiersResponse Source #

Create a value of ListCustomDataIdentifiersResponse 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:items:ListCustomDataIdentifiersResponse', listCustomDataIdentifiersResponse_items - An array of objects, one for each custom data identifier.

$sel:nextToken:ListCustomDataIdentifiers', listCustomDataIdentifiersResponse_nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

$sel:httpStatus:ListCustomDataIdentifiersResponse', listCustomDataIdentifiersResponse_httpStatus - The response's http status code.

Response Lenses

listCustomDataIdentifiersResponse_nextToken :: Lens' ListCustomDataIdentifiersResponse (Maybe Text) Source #

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.