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

Contents

Description

Returns current applied schema version ARN, including the minor version in use.

Synopsis

Creating a Request

getAppliedSchemaVersion Source #

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

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

data GetAppliedSchemaVersion Source #

See: getAppliedSchemaVersion smart constructor.

Instances
Eq GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Data GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Methods

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

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

toConstr :: GetAppliedSchemaVersion -> Constr #

dataTypeOf :: GetAppliedSchemaVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Show GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Generic GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Associated Types

type Rep GetAppliedSchemaVersion :: Type -> Type #

Hashable GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

ToJSON GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

AWSRequest GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Associated Types

type Rs GetAppliedSchemaVersion :: Type #

ToHeaders GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

ToPath GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

ToQuery GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

NFData GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Methods

rnf :: GetAppliedSchemaVersion -> () #

type Rep GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersion = D1 (MetaData "GetAppliedSchemaVersion" "Network.AWS.CloudDirectory.GetAppliedSchemaVersion" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" True) (C1 (MetaCons "GetAppliedSchemaVersion'" PrefixI True) (S1 (MetaSel (Just "_gasvSchemaARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetAppliedSchemaVersion Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Request Lenses

gasvSchemaARN :: Lens' GetAppliedSchemaVersion Text Source #

The ARN of the applied schema.

Destructuring the Response

getAppliedSchemaVersionResponse Source #

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

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

data GetAppliedSchemaVersionResponse Source #

See: getAppliedSchemaVersionResponse smart constructor.

Instances
Eq GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Data GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Methods

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

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

toConstr :: GetAppliedSchemaVersionResponse -> Constr #

dataTypeOf :: GetAppliedSchemaVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Show GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Generic GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

Associated Types

type Rep GetAppliedSchemaVersionResponse :: Type -> Type #

NFData GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersionResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetAppliedSchemaVersion

type Rep GetAppliedSchemaVersionResponse = D1 (MetaData "GetAppliedSchemaVersionResponse" "Network.AWS.CloudDirectory.GetAppliedSchemaVersion" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "GetAppliedSchemaVersionResponse'" PrefixI True) (S1 (MetaSel (Just "_gasvrsAppliedSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gasvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gasvrsAppliedSchemaARN :: Lens' GetAppliedSchemaVersionResponse (Maybe Text) Source #

Current applied schema ARN, including the minor version in use if one was provided.