libZSservicesZSamazonka-dsZSamazonka-ds
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.DirectoryService.ListSchemaExtensions

Description

Lists all schema extensions applied to a Microsoft AD Directory.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSchemaExtensions Source #

See: newListSchemaExtensions smart constructor.

Constructors

ListSchemaExtensions' 

Fields

  • nextToken :: Maybe Text

    The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions. Pass null if this is the first call.

  • limit :: Maybe Natural

    The maximum number of items to return.

  • directoryId :: Text

    The identifier of the directory from which to retrieve the schema extension information.

Instances

Instances details
Eq ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Read ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Show ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Generic ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Associated Types

type Rep ListSchemaExtensions :: Type -> Type #

NFData ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Methods

rnf :: ListSchemaExtensions -> () #

Hashable ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

ToJSON ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

AWSPager ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

AWSRequest ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Associated Types

type AWSResponse ListSchemaExtensions #

ToHeaders ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

ToPath ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

ToQuery ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

type Rep ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

type Rep ListSchemaExtensions = D1 ('MetaData "ListSchemaExtensions" "Amazonka.DirectoryService.ListSchemaExtensions" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "ListSchemaExtensions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListSchemaExtensions Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

newListSchemaExtensions Source #

Create a value of ListSchemaExtensions 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:ListSchemaExtensions', listSchemaExtensions_nextToken - The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions. Pass null if this is the first call.

$sel:limit:ListSchemaExtensions', listSchemaExtensions_limit - The maximum number of items to return.

$sel:directoryId:ListSchemaExtensions', listSchemaExtensions_directoryId - The identifier of the directory from which to retrieve the schema extension information.

Request Lenses

listSchemaExtensions_nextToken :: Lens' ListSchemaExtensions (Maybe Text) Source #

The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions. Pass null if this is the first call.

listSchemaExtensions_limit :: Lens' ListSchemaExtensions (Maybe Natural) Source #

The maximum number of items to return.

listSchemaExtensions_directoryId :: Lens' ListSchemaExtensions Text Source #

The identifier of the directory from which to retrieve the schema extension information.

Destructuring the Response

data ListSchemaExtensionsResponse Source #

See: newListSchemaExtensionsResponse smart constructor.

Constructors

ListSchemaExtensionsResponse' 

Fields

Instances

Instances details
Eq ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Read ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Show ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Generic ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

Associated Types

type Rep ListSchemaExtensionsResponse :: Type -> Type #

NFData ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

type Rep ListSchemaExtensionsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.ListSchemaExtensions

type Rep ListSchemaExtensionsResponse = D1 ('MetaData "ListSchemaExtensionsResponse" "Amazonka.DirectoryService.ListSchemaExtensions" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "ListSchemaExtensionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaExtensionsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaExtensionInfo])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSchemaExtensionsResponse Source #

Create a value of ListSchemaExtensionsResponse 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:schemaExtensionsInfo:ListSchemaExtensionsResponse', listSchemaExtensionsResponse_schemaExtensionsInfo - Information about the schema extensions applied to the directory.

$sel:nextToken:ListSchemaExtensions', listSchemaExtensionsResponse_nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.

$sel:httpStatus:ListSchemaExtensionsResponse', listSchemaExtensionsResponse_httpStatus - The response's http status code.

Response Lenses

listSchemaExtensionsResponse_schemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse (Maybe [SchemaExtensionInfo]) Source #

Information about the schema extensions applied to the directory.

listSchemaExtensionsResponse_nextToken :: Lens' ListSchemaExtensionsResponse (Maybe Text) Source #

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.