Gets summary information about stream keys for the specified channel.
See https://www.paws-r-sdk.com/docs/ivs_list_stream_keys/ for full documentation.
ivs_list_stream_keys(channelArn, maxResults = NULL, nextToken = NULL)
[required] Channel ARN used to filter the list.
Maximum number of streamKeys to return. Default: 1.
The first stream key to retrieve. This is used for pagination; see the
nextToken
response field.