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

Contents

Description

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

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 filter to limit search results.
  • lrhAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • lrhAccessLevelFilter - The access level for obtaining results. If left unspecified, User level access is used.
  • lrhPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • lrhPageSize - The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.

data ListRecordHistory Source #

See: listRecordHistory smart constructor.

Instances

Eq ListRecordHistory Source # 
Data ListRecordHistory Source # 

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 # 
Show ListRecordHistory Source # 
Generic ListRecordHistory Source # 
Hashable ListRecordHistory Source # 
ToJSON ListRecordHistory Source # 
NFData ListRecordHistory Source # 

Methods

rnf :: ListRecordHistory -> () #

AWSRequest ListRecordHistory Source # 
ToQuery ListRecordHistory Source # 
ToPath ListRecordHistory Source # 
ToHeaders ListRecordHistory Source # 
type Rep ListRecordHistory Source # 
type Rep ListRecordHistory = D1 (MetaData "ListRecordHistory" "Network.AWS.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "ListRecordHistory'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lrhSearchFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ListRecordHistorySearchFilter))) (S1 (MetaSel (Just Symbol "_lrhAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lrhAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccessLevelFilter))) ((:*:) (S1 (MetaSel (Just Symbol "_lrhPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lrhPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))))
type Rs ListRecordHistory Source # 

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 for obtaining results. If left unspecified, User level access is used.

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

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .

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

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.

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:

  • lrhrsNextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
  • lrhrsRecordDetails - A list of record detail objects, listed in reverse chronological order.
  • lrhrsResponseStatus - -- | The response status code.

data ListRecordHistoryResponse Source #

See: listRecordHistoryResponse smart constructor.

Instances

Eq ListRecordHistoryResponse Source # 
Data ListRecordHistoryResponse Source # 

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 # 
Show ListRecordHistoryResponse Source # 
Generic ListRecordHistoryResponse Source # 
NFData ListRecordHistoryResponse Source # 
type Rep ListRecordHistoryResponse Source # 
type Rep ListRecordHistoryResponse = D1 (MetaData "ListRecordHistoryResponse" "Network.AWS.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "ListRecordHistoryResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lrhrsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lrhrsRecordDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RecordDetail]))) (S1 (MetaSel (Just Symbol "_lrhrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lrhrsNextPageToken :: Lens' ListRecordHistoryResponse (Maybe Text) Source #

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

lrhrsRecordDetails :: Lens' ListRecordHistoryResponse [RecordDetail] Source #

A list of record detail objects, listed in reverse chronological order.