Lists all tags on a AWS RoboMaker resource.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListTagsForResourceCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(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 RoboMakerClient's config shape.
config
Lists all tags on a AWS RoboMaker resource.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListTagsForResourceCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(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 RoboMakerClient's
config
shape.