amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalog.ListRecordHistory

Description

Lists the specified requests or all performed requests.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRecordHistory Source #

See: newListRecordHistory smart constructor.

Constructors

ListRecordHistory' 

Fields

Instances

Instances details
ToJSON ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToHeaders ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToPath ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToQuery ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

AWSPager ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

AWSRequest ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type AWSResponse ListRecordHistory #

Generic ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistory :: Type -> Type #

Read ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Show ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

NFData ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Methods

rnf :: ListRecordHistory -> () #

Eq ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Hashable ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type AWSResponse ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistory = D1 ('MetaData "ListRecordHistory" "Amazonka.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessLevelFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilter))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "searchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListRecordHistorySearchFilter))))))

newListRecordHistory :: ListRecordHistory Source #

Create a value of ListRecordHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceptLanguage:ListRecordHistory', listRecordHistory_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accessLevelFilter:ListRecordHistory', listRecordHistory_accessLevelFilter - The access level to use to obtain results. The default is User.

$sel:pageSize:ListRecordHistory', listRecordHistory_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListRecordHistory', listRecordHistory_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:searchFilter:ListRecordHistory', listRecordHistory_searchFilter - The search filter to scope the results.

Request Lenses

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

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

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

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

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

The maximum number of items to return with this call.

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

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

Destructuring the Response

data ListRecordHistoryResponse Source #

See: newListRecordHistoryResponse smart constructor.

Constructors

ListRecordHistoryResponse' 

Fields

Instances

Instances details
Generic ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistoryResponse :: Type -> Type #

Read ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Show ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

NFData ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Eq ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse = D1 ('MetaData "ListRecordHistoryResponse" "Amazonka.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRecordHistoryResponse Source #

Create a value of ListRecordHistoryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:ListRecordHistoryResponse', listRecordHistoryResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:recordDetails:ListRecordHistoryResponse', listRecordHistoryResponse_recordDetails - The records, in reverse chronological order.

$sel:httpStatus:ListRecordHistoryResponse', listRecordHistoryResponse_httpStatus - The response's http status code.

Response Lenses

listRecordHistoryResponse_nextPageToken :: 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.