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.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 # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Data ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

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 # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Show ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Generic ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Associated Types

type Rep ListDevelopmentSchemaARNs :: Type -> Type #

Hashable ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

ToJSON ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

AWSPager ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

AWSRequest ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Associated Types

type Rs ListDevelopmentSchemaARNs :: Type #

ToHeaders ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

ToPath ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

ToQuery ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

NFData ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

type Rep ListDevelopmentSchemaARNs Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

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

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

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 # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Data ListDevelopmentSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

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 # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Show ListDevelopmentSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Generic ListDevelopmentSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

Associated Types

type Rep ListDevelopmentSchemaARNsResponse :: Type -> Type #

NFData ListDevelopmentSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

type Rep ListDevelopmentSchemaARNsResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs

type Rep ListDevelopmentSchemaARNsResponse = D1 (MetaData "ListDevelopmentSchemaARNsResponse" "Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListDevelopmentSchemaARNsResponse'" PrefixI True) (S1 (MetaSel (Just "_ldsarsSchemaARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_ldsarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ldsarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ldsarsSchemaARNs :: Lens' ListDevelopmentSchemaARNsResponse [Text] Source #

The ARNs of retrieved development schemas.