amazonka-swf-1.6.0: Amazon Simple Workflow Service 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.SWF.DescribeDomain

Contents

Description

Returns information about the specified domain, including description and status.

Access Control

You can use IAM policies to control this action's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED . For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide .

Synopsis

Creating a Request

describeDomain #

Arguments

:: Text

ddName

-> DescribeDomain 

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

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

  • ddName - The name of the domain to describe.

data DescribeDomain #

See: describeDomain smart constructor.

Instances
Eq DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Data DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Methods

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

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

toConstr :: DescribeDomain -> Constr #

dataTypeOf :: DescribeDomain -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Show DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Generic DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Associated Types

type Rep DescribeDomain :: * -> * #

Hashable DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

ToJSON DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

AWSRequest DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Associated Types

type Rs DescribeDomain :: * #

ToHeaders DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

ToPath DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

ToQuery DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

NFData DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

type Rep DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

type Rep DescribeDomain = D1 (MetaData "DescribeDomain" "Network.AWS.SWF.DescribeDomain" "amazonka-swf-1.6.0-1h41zhaEbfa3Fk0SeWaXFv" True) (C1 (MetaCons "DescribeDomain'" PrefixI True) (S1 (MetaSel (Just "_ddName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeDomain # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Request Lenses

ddName :: Lens' DescribeDomain Text #

The name of the domain to describe.

Destructuring the Response

describeDomainResponse #

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

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

  • ddrsResponseStatus - -- | The response status code.
  • ddrsDomainInfo - The basic information about a domain, such as its name, status, and description.
  • ddrsConfiguration - The domain configuration. Currently, this includes only the domain's retention period.

data DescribeDomainResponse #

Contains details of a domain.

See: describeDomainResponse smart constructor.

Instances
Eq DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Data DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Methods

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

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

toConstr :: DescribeDomainResponse -> Constr #

dataTypeOf :: DescribeDomainResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Show DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Generic DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: * -> * #

NFData DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

type Rep DescribeDomainResponse # 
Instance details

Defined in Network.AWS.SWF.DescribeDomain

type Rep DescribeDomainResponse = D1 (MetaData "DescribeDomainResponse" "Network.AWS.SWF.DescribeDomain" "amazonka-swf-1.6.0-1h41zhaEbfa3Fk0SeWaXFv" False) (C1 (MetaCons "DescribeDomainResponse'" PrefixI True) (S1 (MetaSel (Just "_ddrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: (S1 (MetaSel (Just "_ddrsDomainInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DomainInfo) :*: S1 (MetaSel (Just "_ddrsConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DomainConfiguration))))

Response Lenses

ddrsResponseStatus :: Lens' DescribeDomainResponse Int #

  • - | The response status code.

ddrsDomainInfo :: Lens' DescribeDomainResponse DomainInfo #

The basic information about a domain, such as its name, status, and description.

ddrsConfiguration :: Lens' DescribeDomainResponse DomainConfiguration #

The domain configuration. Currently, this includes only the domain's retention period.