List Bot Version Replicas
| lexmodelsv2_list_bot_version_replicas | R Documentation |
Contains information about all the versions replication statuses applicable for Global Resiliency¶
Description¶
Contains information about all the versions replication statuses applicable for Global Resiliency.
Usage¶
Arguments¶
botId[required] The request for the unique ID in the list of replicated bots.
replicaRegion[required] The request for the region used in the list of replicated bots.
maxResultsThe maximum results given in the list of replicated bots.
nextTokenThe next token given in the list of replicated bots.
sortByThe requested sort category for the list of replicated bots.
Value¶
A list with the following syntax:
list(
botId = "string",
sourceRegion = "string",
replicaRegion = "string",
botVersionReplicaSummaries = list(
list(
botVersion = "string",
botVersionReplicationStatus = "Creating"|"Available"|"Deleting"|"Failed",
creationDateTime = as.POSIXct(
"2015-01-01"
),
failureReasons = list(
"string"
)
)
),
nextToken = "string"
)