amazonka-snowball-1.4.5: Amazon Import/Export Snowball SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Snowball.DescribeCluster

Contents

Description

Returns information about a specific cluster including shipping information, cluster status, and other important metadata.

Synopsis

Creating a Request

describeCluster Source #

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

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

  • dcClusterId - The automatically generated ID for a cluster.

data DescribeCluster Source #

See: describeCluster smart constructor.

Instances

Eq DescribeCluster Source # 
Data DescribeCluster Source # 

Methods

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

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

toConstr :: DescribeCluster -> Constr #

dataTypeOf :: DescribeCluster -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCluster Source # 
Show DescribeCluster Source # 
Generic DescribeCluster Source # 
Hashable DescribeCluster Source # 
ToJSON DescribeCluster Source # 
NFData DescribeCluster Source # 

Methods

rnf :: DescribeCluster -> () #

AWSRequest DescribeCluster Source # 
ToPath DescribeCluster Source # 
ToHeaders DescribeCluster Source # 
ToQuery DescribeCluster Source # 
type Rep DescribeCluster Source # 
type Rep DescribeCluster = D1 (MetaData "DescribeCluster" "Network.AWS.Snowball.DescribeCluster" "amazonka-snowball-1.4.5-GVXH7ePYHlf2lvcBgzg5iA" True) (C1 (MetaCons "DescribeCluster'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcClusterId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeCluster Source # 

Request Lenses

dcClusterId :: Lens' DescribeCluster Text Source #

The automatically generated ID for a cluster.

Destructuring the Response

describeClusterResponse Source #

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

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

  • dcrsClusterMetadata - Information about a specific cluster, including shipping information, cluster status, and other important metadata.
  • dcrsResponseStatus - -- | The response status code.

data DescribeClusterResponse Source #

See: describeClusterResponse smart constructor.

Instances

Eq DescribeClusterResponse Source # 
Data DescribeClusterResponse Source # 

Methods

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

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

toConstr :: DescribeClusterResponse -> Constr #

dataTypeOf :: DescribeClusterResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeClusterResponse Source # 
Show DescribeClusterResponse Source # 
Generic DescribeClusterResponse Source # 
NFData DescribeClusterResponse Source # 

Methods

rnf :: DescribeClusterResponse -> () #

type Rep DescribeClusterResponse Source # 
type Rep DescribeClusterResponse = D1 (MetaData "DescribeClusterResponse" "Network.AWS.Snowball.DescribeCluster" "amazonka-snowball-1.4.5-GVXH7ePYHlf2lvcBgzg5iA" False) (C1 (MetaCons "DescribeClusterResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcrsClusterMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ClusterMetadata))) (S1 (MetaSel (Just Symbol "_dcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

dcrsClusterMetadata :: Lens' DescribeClusterResponse (Maybe ClusterMetadata) Source #

Information about a specific cluster, including shipping information, cluster status, and other important metadata.