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.ListRecordHistory

Contents

Description

Lists the specified requests or all performed requests.

Synopsis

Creating a Request

listRecordHistory :: ListRecordHistory Source #

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

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

  • lrhSearchFilter - The search filter to scope the results.
  • lrhAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • lrhAccessLevelFilter - The access level to use to obtain results. The default is User .
  • lrhPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • lrhPageSize - The maximum number of items to return with this call.

data ListRecordHistory Source #

See: listRecordHistory smart constructor.

Instances
Eq ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Data ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Methods

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

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

toConstr :: ListRecordHistory -> Constr #

dataTypeOf :: ListRecordHistory -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Show ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Generic ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistory :: Type -> Type #

Hashable ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

ToJSON ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

AWSRequest ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Associated Types

type Rs ListRecordHistory :: Type #

ToHeaders ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

ToPath ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

ToQuery ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

NFData ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Methods

rnf :: ListRecordHistory -> () #

type Rep ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistory = D1 (MetaData "ListRecordHistory" "Network.AWS.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListRecordHistory'" PrefixI True) ((S1 (MetaSel (Just "_lrhSearchFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ListRecordHistorySearchFilter)) :*: S1 (MetaSel (Just "_lrhAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_lrhAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccessLevelFilter)) :*: (S1 (MetaSel (Just "_lrhPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lrhPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))))
type Rs ListRecordHistory Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Request Lenses

lrhAcceptLanguage :: Lens' ListRecordHistory (Maybe Text) Source #

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

lrhAccessLevelFilter :: Lens' ListRecordHistory (Maybe AccessLevelFilter) Source #

The access level to use to obtain results. The default is User .

lrhPageToken :: Lens' ListRecordHistory (Maybe Text) Source #

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

lrhPageSize :: Lens' ListRecordHistory (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listRecordHistoryResponse Source #

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

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

data ListRecordHistoryResponse Source #

See: listRecordHistoryResponse smart constructor.

Instances
Eq ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Data ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Methods

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

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

toConstr :: ListRecordHistoryResponse -> Constr #

dataTypeOf :: ListRecordHistoryResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Show ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Generic ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistoryResponse :: Type -> Type #

NFData ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse = D1 (MetaData "ListRecordHistoryResponse" "Network.AWS.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListRecordHistoryResponse'" PrefixI True) (S1 (MetaSel (Just "_lrhrsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lrhrsRecordDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RecordDetail])) :*: S1 (MetaSel (Just "_lrhrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lrhrsNextPageToken :: Lens' ListRecordHistoryResponse (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.

lrhrsRecordDetails :: Lens' ListRecordHistoryResponse [RecordDetail] Source #

The records, in reverse chronological order.