List the streaming image resources available to this studio.
This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, ListStreamingImagesCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, ListStreamingImagesCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new ListStreamingImagesCommand(input); const response = await client.send(command);
ListStreamingImagesCommandInput for command's input shape.
input
ListStreamingImagesCommandOutput for command's response shape.
response
config for NimbleClient's config shape.
config
List the streaming image resources available to this studio.
This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, ListStreamingImagesCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, ListStreamingImagesCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new ListStreamingImagesCommand(input); const response = await client.send(command);
ListStreamingImagesCommandInput for command's
input
shape.ListStreamingImagesCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.