amazonka-clouddirectory-1.6.1: Amazon CloudDirectory SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Contents

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

listAppliedSchemaARNs Source #

Creates a value of ListAppliedSchemaARNs with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lasaNextToken - The pagination token.
  • lasaSchemaARN - The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
  • lasaMaxResults - The maximum number of results to retrieve.
  • lasaDirectoryARN - The ARN of the directory you are listing.

data ListAppliedSchemaARNs Source #

See: listAppliedSchemaARNs smart constructor.

Instances
Eq ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Data ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListAppliedSchemaARNs -> c ListAppliedSchemaARNs #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListAppliedSchemaARNs #

toConstr :: ListAppliedSchemaARNs -> Constr #

dataTypeOf :: ListAppliedSchemaARNs -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListAppliedSchemaARNs) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListAppliedSchemaARNs) #

gmapT :: (forall b. Data b => b -> b) -> ListAppliedSchemaARNs -> ListAppliedSchemaARNs #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListAppliedSchemaARNs -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListAppliedSchemaARNs -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListAppliedSchemaARNs -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListAppliedSchemaARNs -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNs -> m ListAppliedSchemaARNs #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNs -> m ListAppliedSchemaARNs #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNs -> m ListAppliedSchemaARNs #

Read ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Show ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Generic ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Associated Types

type Rep ListAppliedSchemaARNs :: Type -> Type #

Hashable ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

ToJSON ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

AWSPager ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

AWSRequest ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Associated Types

type Rs ListAppliedSchemaARNs :: Type #

ToHeaders ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

ToPath ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

ToQuery ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

NFData ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Methods

rnf :: ListAppliedSchemaARNs -> () #

type Rep ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

type Rep ListAppliedSchemaARNs = D1 (MetaData "ListAppliedSchemaARNs" "Network.AWS.CloudDirectory.ListAppliedSchemaARNs" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListAppliedSchemaARNs'" PrefixI True) ((S1 (MetaSel (Just "_lasaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lasaSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_lasaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_lasaDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListAppliedSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Request Lenses

lasaSchemaARN :: Lens' ListAppliedSchemaARNs (Maybe Text) Source #

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

lasaMaxResults :: Lens' ListAppliedSchemaARNs (Maybe Natural) Source #

The maximum number of results to retrieve.

lasaDirectoryARN :: Lens' ListAppliedSchemaARNs Text Source #

The ARN of the directory you are listing.

Destructuring the Response

listAppliedSchemaARNsResponse Source #

Creates a value of ListAppliedSchemaARNsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListAppliedSchemaARNsResponse Source #

See: listAppliedSchemaARNsResponse smart constructor.

Instances
Eq ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Data ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListAppliedSchemaARNsResponse -> c ListAppliedSchemaARNsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListAppliedSchemaARNsResponse #

toConstr :: ListAppliedSchemaARNsResponse -> Constr #

dataTypeOf :: ListAppliedSchemaARNsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListAppliedSchemaARNsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListAppliedSchemaARNsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListAppliedSchemaARNsResponse -> ListAppliedSchemaARNsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListAppliedSchemaARNsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListAppliedSchemaARNsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListAppliedSchemaARNsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListAppliedSchemaARNsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNsResponse -> m ListAppliedSchemaARNsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNsResponse -> m ListAppliedSchemaARNsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAppliedSchemaARNsResponse -> m ListAppliedSchemaARNsResponse #

Read ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Show ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Generic ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

Associated Types

type Rep ListAppliedSchemaARNsResponse :: Type -> Type #

NFData ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

type Rep ListAppliedSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListAppliedSchemaARNs

type Rep ListAppliedSchemaARNsResponse = D1 (MetaData "ListAppliedSchemaARNsResponse" "Network.AWS.CloudDirectory.ListAppliedSchemaARNs" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListAppliedSchemaARNsResponse'" PrefixI True) (S1 (MetaSel (Just "_lasarsSchemaARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_lasarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lasarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lasarsSchemaARNs :: Lens' ListAppliedSchemaARNsResponse [Text] Source #

The ARNs of schemas that are applied to the directory.