createStreamUrl
inline suspend fun GameLiftStreamsClient.createStreamUrl(crossinline block: CreateStreamUrlRequest.Builder.() -> Unit): CreateStreamUrlResponse
Creates a stream URL that grants temporary access to a stream session in a web browser without requiring an Amazon Web Services account or client integration.
You can use the stream URL to start a stream session up to the number of times set by UsageLimit, until it expires after UrlExpiresAfterMinutes. Each successful use starts a new stream session.
To make the request idempotent, provide a ClientToken.