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.ListDevelopmentSchemaArns

Description

Retrieves each Amazon Resource Name (ARN) of schemas in the development state.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDevelopmentSchemaArns Source #

See: newListDevelopmentSchemaArns smart constructor.

Constructors

ListDevelopmentSchemaArns' 

Fields

Instances

Instances details
Eq ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Read ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Show ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Generic ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Associated Types

type Rep ListDevelopmentSchemaArns :: Type -> Type #

NFData ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Hashable ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

ToJSON ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

AWSPager ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

AWSRequest ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

ToHeaders ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

ToPath ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

ToQuery ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

type Rep ListDevelopmentSchemaArns Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

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

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

newListDevelopmentSchemaArns :: ListDevelopmentSchemaArns Source #

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

$sel:maxResults:ListDevelopmentSchemaArns', listDevelopmentSchemaArns_maxResults - The maximum number of results to retrieve.

Request Lenses

Destructuring the Response

data ListDevelopmentSchemaArnsResponse Source #

See: newListDevelopmentSchemaArnsResponse smart constructor.

Constructors

ListDevelopmentSchemaArnsResponse' 

Fields

Instances

Instances details
Eq ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Read ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Show ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Generic ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

Associated Types

type Rep ListDevelopmentSchemaArnsResponse :: Type -> Type #

NFData ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

type Rep ListDevelopmentSchemaArnsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListDevelopmentSchemaArns

type Rep ListDevelopmentSchemaArnsResponse = D1 ('MetaData "ListDevelopmentSchemaArnsResponse" "Amazonka.CloudDirectory.ListDevelopmentSchemaArns" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListDevelopmentSchemaArnsResponse'" '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))))

newListDevelopmentSchemaArnsResponse Source #

Create a value of ListDevelopmentSchemaArnsResponse 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:ListDevelopmentSchemaArnsResponse', listDevelopmentSchemaArnsResponse_schemaArns - The ARNs of retrieved development schemas.

$sel:nextToken:ListDevelopmentSchemaArns', listDevelopmentSchemaArnsResponse_nextToken - The pagination token.

$sel:httpStatus:ListDevelopmentSchemaArnsResponse', listDevelopmentSchemaArnsResponse_httpStatus - The response's http status code.

Response Lenses