Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
This operation requires permissions for the elasticfilesystem:UntagResource action.
elasticfilesystem:UntagResource
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, UntagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, UntagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new UntagResourceCommand(input); const response = await client.send(command);
UntagResourceCommandInput for command's input shape.
input
UntagResourceCommandOutput for command's response shape.
response
config for EFSClient's config shape.
config
Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
This operation requires permissions for the
elasticfilesystem:UntagResource
action.Use a bare-bones client and the command you need to make an API call.
import { EFSClient, UntagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, UntagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new UntagResourceCommand(input); const response = await client.send(command);
UntagResourceCommandInput for command's
input
shape.UntagResourceCommandOutput for command's
response
shape.config for EFSClient's
config
shape.