libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.ListAppliedSchemaArns

Description

Lists schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAppliedSchemaArns Source #

See: newListAppliedSchemaArns smart constructor.

Constructors

ListAppliedSchemaArns' 

Fields

Instances

Instances details
Eq ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Read ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Show ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Generic ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Associated Types

type Rep ListAppliedSchemaArns :: Type -> Type #

NFData ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Methods

rnf :: ListAppliedSchemaArns -> () #

Hashable ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

ToJSON ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

AWSPager ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

AWSRequest ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Associated Types

type AWSResponse ListAppliedSchemaArns #

ToHeaders ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

ToPath ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

ToQuery ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

type Rep ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

type Rep ListAppliedSchemaArns = D1 ('MetaData "ListAppliedSchemaArns" "Amazonka.CloudDirectory.ListAppliedSchemaArns" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListAppliedSchemaArns'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "directoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAppliedSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

newListAppliedSchemaArns Source #

Create a value of ListAppliedSchemaArns 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:ListAppliedSchemaArns', listAppliedSchemaArns_nextToken - The pagination token.

$sel:schemaArn:ListAppliedSchemaArns', listAppliedSchemaArns_schemaArn - The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

$sel:maxResults:ListAppliedSchemaArns', listAppliedSchemaArns_maxResults - The maximum number of results to retrieve.

$sel:directoryArn:ListAppliedSchemaArns', listAppliedSchemaArns_directoryArn - The ARN of the directory you are listing.

Request Lenses

listAppliedSchemaArns_schemaArn :: Lens' ListAppliedSchemaArns (Maybe Text) Source #

The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

listAppliedSchemaArns_maxResults :: Lens' ListAppliedSchemaArns (Maybe Natural) Source #

The maximum number of results to retrieve.

listAppliedSchemaArns_directoryArn :: Lens' ListAppliedSchemaArns Text Source #

The ARN of the directory you are listing.

Destructuring the Response

data ListAppliedSchemaArnsResponse Source #

See: newListAppliedSchemaArnsResponse smart constructor.

Constructors

ListAppliedSchemaArnsResponse' 

Fields

Instances

Instances details
Eq ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Read ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Show ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Generic ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

Associated Types

type Rep ListAppliedSchemaArnsResponse :: Type -> Type #

NFData ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

type Rep ListAppliedSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAppliedSchemaArns

type Rep ListAppliedSchemaArnsResponse = D1 ('MetaData "ListAppliedSchemaArnsResponse" "Amazonka.CloudDirectory.ListAppliedSchemaArns" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListAppliedSchemaArnsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppliedSchemaArnsResponse Source #

Create a value of ListAppliedSchemaArnsResponse 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:schemaArns:ListAppliedSchemaArnsResponse', listAppliedSchemaArnsResponse_schemaArns - The ARNs of schemas that are applied to the directory.

$sel:nextToken:ListAppliedSchemaArns', listAppliedSchemaArnsResponse_nextToken - The pagination token.

$sel:httpStatus:ListAppliedSchemaArnsResponse', listAppliedSchemaArnsResponse_httpStatus - The response's http status code.

Response Lenses

listAppliedSchemaArnsResponse_schemaArns :: Lens' ListAppliedSchemaArnsResponse (Maybe [Text]) Source #

The ARNs of schemas that are applied to the directory.