amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.ListManagedDataIdentifiers

Description

Retrieves information about all the managed data identifiers that Amazon Macie currently provides.

This operation returns paginated results.

Synopsis

Creating a Request

data ListManagedDataIdentifiers Source #

See: newListManagedDataIdentifiers smart constructor.

Constructors

ListManagedDataIdentifiers' 

Fields

  • nextToken :: Maybe Text

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

Instances

Instances details
ToJSON ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

ToHeaders ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

ToPath ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

ToQuery ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

AWSPager ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

AWSRequest ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Generic ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Associated Types

type Rep ListManagedDataIdentifiers :: Type -> Type #

Read ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Show ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

NFData ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Eq ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Hashable ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

type AWSResponse ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

type Rep ListManagedDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

type Rep ListManagedDataIdentifiers = D1 ('MetaData "ListManagedDataIdentifiers" "Amazonka.MacieV2.ListManagedDataIdentifiers" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "ListManagedDataIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListManagedDataIdentifiers :: ListManagedDataIdentifiers Source #

Create a value of ListManagedDataIdentifiers 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:

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

Request Lenses

listManagedDataIdentifiers_nextToken :: Lens' ListManagedDataIdentifiers (Maybe Text) Source #

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

Destructuring the Response

data ListManagedDataIdentifiersResponse Source #

Constructors

ListManagedDataIdentifiersResponse' 

Fields

Instances

Instances details
Generic ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Associated Types

type Rep ListManagedDataIdentifiersResponse :: Type -> Type #

Read ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Show ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

NFData ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

Eq ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

type Rep ListManagedDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListManagedDataIdentifiers

type Rep ListManagedDataIdentifiersResponse = D1 ('MetaData "ListManagedDataIdentifiersResponse" "Amazonka.MacieV2.ListManagedDataIdentifiers" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "ListManagedDataIdentifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ManagedDataIdentifierSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListManagedDataIdentifiersResponse Source #

Create a value of ListManagedDataIdentifiersResponse 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:ListManagedDataIdentifiersResponse', listManagedDataIdentifiersResponse_items - An array of objects, one for each managed data identifier.

ListManagedDataIdentifiers, listManagedDataIdentifiersResponse_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:ListManagedDataIdentifiersResponse', listManagedDataIdentifiersResponse_httpStatus - The response's http status code.

Response Lenses

listManagedDataIdentifiersResponse_nextToken :: Lens' ListManagedDataIdentifiersResponse (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.