amazonka-clouddirectory-1.6.0: 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.ListDevelopmentSchemaARNs

Contents

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

listDevelopmentSchemaARNs :: ListDevelopmentSchemaARNs Source #

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

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

data ListDevelopmentSchemaARNs Source #

See: listDevelopmentSchemaARNs smart constructor.

Instances

Eq ListDevelopmentSchemaARNs Source # 
Data ListDevelopmentSchemaARNs Source # 

Methods

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

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

toConstr :: ListDevelopmentSchemaARNs -> Constr #

dataTypeOf :: ListDevelopmentSchemaARNs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDevelopmentSchemaARNs Source # 
Show ListDevelopmentSchemaARNs Source # 
Generic ListDevelopmentSchemaARNs Source # 
Hashable ListDevelopmentSchemaARNs Source # 
ToJSON ListDevelopmentSchemaARNs Source # 
NFData ListDevelopmentSchemaARNs Source # 
AWSPager ListDevelopmentSchemaARNs Source # 
AWSRequest ListDevelopmentSchemaARNs Source # 
ToHeaders ListDevelopmentSchemaARNs Source # 
ToPath ListDevelopmentSchemaARNs Source # 
ToQuery ListDevelopmentSchemaARNs Source # 
type Rep ListDevelopmentSchemaARNs Source # 
type Rep ListDevelopmentSchemaARNs = D1 * (MetaData "ListDevelopmentSchemaARNs" "Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListDevelopmentSchemaARNs'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldsaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ldsaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListDevelopmentSchemaARNs Source # 

Request Lenses

ldsaMaxResults :: Lens' ListDevelopmentSchemaARNs (Maybe Natural) Source #

The maximum number of results to retrieve.

Destructuring the Response

listDevelopmentSchemaARNsResponse Source #

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

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

data ListDevelopmentSchemaARNsResponse Source #

See: listDevelopmentSchemaARNsResponse smart constructor.

Instances

Eq ListDevelopmentSchemaARNsResponse Source # 
Data ListDevelopmentSchemaARNsResponse Source # 

Methods

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

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

toConstr :: ListDevelopmentSchemaARNsResponse -> Constr #

dataTypeOf :: ListDevelopmentSchemaARNsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDevelopmentSchemaARNsResponse Source # 
Show ListDevelopmentSchemaARNsResponse Source # 
Generic ListDevelopmentSchemaARNsResponse Source # 
NFData ListDevelopmentSchemaARNsResponse Source # 
type Rep ListDevelopmentSchemaARNsResponse Source # 
type Rep ListDevelopmentSchemaARNsResponse = D1 * (MetaData "ListDevelopmentSchemaARNsResponse" "Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListDevelopmentSchemaARNsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldsarsSchemaARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldsarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ldsarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ldsarsSchemaARNs :: Lens' ListDevelopmentSchemaARNsResponse [Text] Source #

The ARNs of retrieved development schemas.