Updates the specified entitlement.
Use a bare-bones client and the command you need to make an API call.
import { AppStreamClient, UpdateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import // const { AppStreamClient, UpdateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import const client = new AppStreamClient(config); const command = new UpdateEntitlementCommand(input); const response = await client.send(command);
UpdateEntitlementCommandInput for command's input shape.
input
UpdateEntitlementCommandOutput for command's response shape.
response
config for AppStreamClient's config shape.
config
Updates the specified entitlement.
Use a bare-bones client and the command you need to make an API call.
import { AppStreamClient, UpdateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import // const { AppStreamClient, UpdateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import const client = new AppStreamClient(config); const command = new UpdateEntitlementCommand(input); const response = await client.send(command);
UpdateEntitlementCommandInput for command's
input
shape.UpdateEntitlementCommandOutput for command's
response
shape.config for AppStreamClient's
config
shape.