List tags for a given domain.
Use a bare-bones client and the command you need to make an API call.
import { SWFClient, ListTagsForResourceCommand } from "@aws-sdk/client-swf"; // ES Modules import // const { SWFClient, ListTagsForResourceCommand } = require("@aws-sdk/client-swf"); // CommonJS import const client = new SWFClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's input shape.
input
ListTagsForResourceCommandOutput for command's response shape.
response
config for SWFClient's config shape.
config
List tags for a given domain.
Use a bare-bones client and the command you need to make an API call.
import { SWFClient, ListTagsForResourceCommand } from "@aws-sdk/client-swf"; // ES Modules import // const { SWFClient, ListTagsForResourceCommand } = require("@aws-sdk/client-swf"); // CommonJS import const client = new SWFClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's
input
shape.ListTagsForResourceCommandOutput for command's
response
shape.config for SWFClient's
config
shape.