amazonka-servicecatalog-1.6.0: 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 # 
Data DescribeRecord Source # 

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

Associated Types

type Rep DescribeRecord :: * -> * #

Hashable DescribeRecord Source # 
ToJSON DescribeRecord Source # 
NFData DescribeRecord Source # 

Methods

rnf :: DescribeRecord -> () #

AWSRequest DescribeRecord Source # 
ToHeaders DescribeRecord Source # 
ToPath DescribeRecord Source # 
ToQuery DescribeRecord Source # 
type Rep DescribeRecord Source # 
type Rep DescribeRecord = D1 * (MetaData "DescribeRecord" "Network.AWS.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "DescribeRecord'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_drAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_drPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_drPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_drId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeRecord Source # 

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

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

Methods

rnf :: DescribeRecordResponse -> () #

type Rep DescribeRecordResponse Source # 
type Rep DescribeRecordResponse = D1 * (MetaData "DescribeRecordResponse" "Network.AWS.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "DescribeRecordResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_drrsRecordDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe RecordDetail))) (S1 * (MetaSel (Just Symbol "_drrsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_drrsRecordOutputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [RecordOutput]))) (S1 * (MetaSel (Just Symbol "_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.