List Record History
| servicecatalog_list_record_history | R Documentation |
Lists the specified requests or all performed requests¶
Description¶
Lists the specified requests or all performed requests.
Usage¶
servicecatalog_list_record_history(AcceptLanguage, AccessLevelFilter,
SearchFilter, PageSize, PageToken)
Arguments¶
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
AccessLevelFilterThe access level to use to obtain results. The default is
User.SearchFilterThe search filter to scope the results.
PageSizeThe maximum number of items to return with this call.
PageTokenThe page token for the next set of results. To retrieve the first set of results, use null.
Value¶
A list with the following syntax:
list(
RecordDetails = list(
list(
RecordId = "string",
ProvisionedProductName = "string",
Status = "CREATED"|"IN_PROGRESS"|"IN_PROGRESS_IN_ERROR"|"SUCCEEDED"|"FAILED",
CreatedTime = as.POSIXct(
"2015-01-01"
),
UpdatedTime = as.POSIXct(
"2015-01-01"
),
ProvisionedProductType = "string",
RecordType = "string",
ProvisionedProductId = "string",
ProductId = "string",
ProvisioningArtifactId = "string",
PathId = "string",
RecordErrors = list(
list(
Code = "string",
Description = "string"
)
),
RecordTags = list(
list(
Key = "string",
Value = "string"
)
),
LaunchRoleArn = "string"
)
),
NextPageToken = "string"
)