amazonka-swf-1.5.0: Amazon Simple Workflow Service SDK.

Copyright(c) 2013-2017 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 Source #

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 Source #

See: describeDomain smart constructor.

Instances

Eq DescribeDomain Source # 
Data DescribeDomain Source # 

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 Source # 
Show DescribeDomain Source # 
Generic DescribeDomain Source # 

Associated Types

type Rep DescribeDomain :: * -> * #

Hashable DescribeDomain Source # 
ToJSON DescribeDomain Source # 
NFData DescribeDomain Source # 

Methods

rnf :: DescribeDomain -> () #

AWSRequest DescribeDomain Source # 
ToQuery DescribeDomain Source # 
ToPath DescribeDomain Source # 
ToHeaders DescribeDomain Source # 
type Rep DescribeDomain Source # 
type Rep DescribeDomain = D1 (MetaData "DescribeDomain" "Network.AWS.SWF.DescribeDomain" "amazonka-swf-1.5.0-Iq58jBNwXOICscXZ8Q27Im" True) (C1 (MetaCons "DescribeDomain'" PrefixI True) (S1 (MetaSel (Just Symbol "_ddName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeDomain Source # 

Request Lenses

ddName :: Lens' DescribeDomain Text Source #

The name of the domain to describe.

Destructuring the Response

describeDomainResponse Source #

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 Source #

Contains details of a domain.

See: describeDomainResponse smart constructor.

Instances

Eq DescribeDomainResponse Source # 
Data DescribeDomainResponse Source # 

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 Source # 
Show DescribeDomainResponse Source # 
Generic DescribeDomainResponse Source # 
NFData DescribeDomainResponse Source # 

Methods

rnf :: DescribeDomainResponse -> () #

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

Response Lenses

ddrsResponseStatus :: Lens' DescribeDomainResponse Int Source #

  • - | The response status code.

ddrsDomainInfo :: Lens' DescribeDomainResponse DomainInfo Source #

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

ddrsConfiguration :: Lens' DescribeDomainResponse DomainConfiguration Source #

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