Updates domain metadata, such as DisplayName.
Use a bare-bones client and the command you need to make an API call.
import { WorkLinkClient, UpdateDomainMetadataCommand } from "@aws-sdk/client-worklink"; // ES Modules import // const { WorkLinkClient, UpdateDomainMetadataCommand } = require("@aws-sdk/client-worklink"); // CommonJS import const client = new WorkLinkClient(config); const command = new UpdateDomainMetadataCommand(input); const response = await client.send(command);
UpdateDomainMetadataCommandInput for command's input shape.
input
UpdateDomainMetadataCommandOutput for command's response shape.
response
config for WorkLinkClient's config shape.
config
Updates domain metadata, such as DisplayName.
Use a bare-bones client and the command you need to make an API call.
import { WorkLinkClient, UpdateDomainMetadataCommand } from "@aws-sdk/client-worklink"; // ES Modules import // const { WorkLinkClient, UpdateDomainMetadataCommand } = require("@aws-sdk/client-worklink"); // CommonJS import const client = new WorkLinkClient(config); const command = new UpdateDomainMetadataCommand(input); const response = await client.send(command);
UpdateDomainMetadataCommandInput for command's
input
shape.UpdateDomainMetadataCommandOutput for command's
response
shape.config for WorkLinkClient's
config
shape.