List Bot Alias Replicas
lexmodelsv2_list_bot_alias_replicas | R Documentation |
The action to list the replicated bots created from the source bot alias¶
Description¶
The action to list the replicated bots created from the source bot alias.
Usage¶
Arguments¶
botId
[required] The request for the unique bot ID of the replicated bot created from the source bot alias.
replicaRegion
[required] The request for the secondary region of the replicated bot created from the source bot alias.
maxResults
The request for maximum results to list the replicated bots created from the source bot alias.
nextToken
The request for the next token for the replicated bot created from the source bot alias.
Value¶
A list with the following syntax:
list(
botId = "string",
sourceRegion = "string",
replicaRegion = "string",
botAliasReplicaSummaries = list(
list(
botAliasId = "string",
botAliasReplicationStatus = "Creating"|"Updating"|"Available"|"Deleting"|"Failed",
botVersion = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
failureReasons = list(
"string"
)
)
),
nextToken = "string"
)