amazonka-servicecatalog-1.6.1: Amazon Service Catalog 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.ServiceCatalog.DescribeRecord

Contents

Description

Gets information about the specified request operation.

Use this operation after calling a request operation (for example, ProvisionProduct , TerminateProvisionedProduct , or UpdateProvisionedProduct ).

Synopsis

Creating a Request

describeRecord Source #

Arguments

:: Text

drId

-> DescribeRecord 

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

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

  • drAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • drPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • drPageSize - The maximum number of items to return with this call.
  • drId - The record identifier of the provisioned product. This identifier is returned by the request operation.

data DescribeRecord Source #

See: describeRecord smart constructor.

Instances
Eq DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Data DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Methods

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

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

toConstr :: DescribeRecord -> Constr #

dataTypeOf :: DescribeRecord -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Show DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Generic DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Associated Types

type Rep DescribeRecord :: Type -> Type #

Hashable DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

ToJSON DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

AWSRequest DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Associated Types

type Rs DescribeRecord :: Type #

ToHeaders DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

ToPath DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

ToQuery DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

NFData DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Methods

rnf :: DescribeRecord -> () #

type Rep DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

type Rep DescribeRecord = D1 (MetaData "DescribeRecord" "Network.AWS.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeRecord'" PrefixI True) ((S1 (MetaSel (Just "_drAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_drPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_drPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_drId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeRecord Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Request Lenses

drAcceptLanguage :: Lens' DescribeRecord (Maybe Text) Source #

The language code. * en - English (default) * jp - Japanese * zh - Chinese

drPageToken :: Lens' DescribeRecord (Maybe Text) Source #

The page token for the next set of results. To retrieve the first set of results, use null.

drPageSize :: Lens' DescribeRecord (Maybe Natural) Source #

The maximum number of items to return with this call.

drId :: Lens' DescribeRecord Text Source #

The record identifier of the provisioned product. This identifier is returned by the request operation.

Destructuring the Response

describeRecordResponse Source #

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

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

  • drrsRecordDetail - Information about the product.
  • drrsNextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
  • drrsRecordOutputs - Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
  • drrsResponseStatus - -- | The response status code.

data DescribeRecordResponse Source #

See: describeRecordResponse smart constructor.

Instances
Eq DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Data DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Methods

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

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

toConstr :: DescribeRecordResponse -> Constr #

dataTypeOf :: DescribeRecordResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Show DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Generic DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Associated Types

type Rep DescribeRecordResponse :: Type -> Type #

NFData DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

Methods

rnf :: DescribeRecordResponse -> () #

type Rep DescribeRecordResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeRecord

type Rep DescribeRecordResponse = D1 (MetaData "DescribeRecordResponse" "Network.AWS.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeRecordResponse'" PrefixI True) ((S1 (MetaSel (Just "_drrsRecordDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 (MetaSel (Just "_drrsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_drrsRecordOutputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RecordOutput])) :*: S1 (MetaSel (Just "_drrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

drrsNextPageToken :: Lens' DescribeRecordResponse (Maybe Text) Source #

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

drrsRecordOutputs :: Lens' DescribeRecordResponse [RecordOutput] Source #

Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

drrsResponseStatus :: Lens' DescribeRecordResponse Int Source #

  • - | The response status code.