Update streaming image.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, UpdateStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, UpdateStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new UpdateStreamingImageCommand(input); const response = await client.send(command);
UpdateStreamingImageCommandInput for command's input shape.
input
UpdateStreamingImageCommandOutput for command's response shape.
response
config for NimbleClient's config shape.
config
Update streaming image.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, UpdateStreamingImageCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, UpdateStreamingImageCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new UpdateStreamingImageCommand(input); const response = await client.send(command);
UpdateStreamingImageCommandInput for command's
input
shape.UpdateStreamingImageCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.