Protected
This operation tags a resource.
Use a bare-bones client and the command you need to make an API call.
import { DataExchangeClient, TagResourceCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import// const { DataExchangeClient, TagResourceCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS importconst client = new DataExchangeClient(config);const command = new TagResourceCommand(input);const response = await client.send(command);
TagResourceCommandInput
TagResourceCommandOutput
input
response
config
Readonly
Static
This operation tags a resource.
Example
Use a bare-bones client and the command you need to make an API call.
Param
TagResourceCommandInput
Returns
TagResourceCommandOutput
See
input
shape.response
shape.config
shape.