Gets StreamingSession resource.
Invoke this operation to poll for a streaming session state while creating or deleting a session.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, GetStreamingSessionCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, GetStreamingSessionCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new GetStreamingSessionCommand(input); const response = await client.send(command);
GetStreamingSessionCommandInput for command's input shape.
input
GetStreamingSessionCommandOutput for command's response shape.
response
config for NimbleClient's config shape.
config
Gets StreamingSession resource.
Invoke this operation to poll for a streaming session state while creating or deleting a session.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, GetStreamingSessionCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, GetStreamingSessionCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new GetStreamingSessionCommand(input); const response = await client.send(command);
GetStreamingSessionCommandInput for command's
input
shape.GetStreamingSessionCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.