DEPRECATED - The DescribeTags action is deprecated and not maintained. To view
tags associated with EFS resources, use the ListTagsForResource API
action.
Returns the tags associated with a file system. The order of tags returned in the
response of one DescribeTags call and the order of tags returned across the
responses of a multiple-call iteration (when using pagination) is unspecified.
This operation requires permissions for the
elasticfilesystem:DescribeTags action.
example
Use a bare-bones client and the command you need to make an API call.
DEPRECATED - The
DescribeTags
action is deprecated and not maintained. To view tags associated with EFS resources, use theListTagsForResource
API action.Returns the tags associated with a file system. The order of tags returned in the response of one
DescribeTags
call and the order of tags returned across the responses of a multiple-call iteration (when using pagination) is unspecified.This operation requires permissions for the
elasticfilesystem:DescribeTags
action.Use a bare-bones client and the command you need to make an API call.
import { EFSClient, DescribeTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, DescribeTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new DescribeTagsCommand(input); const response = await client.send(command);
DescribeTagsCommandInput for command's
input
shape.DescribeTagsCommandOutput for command's
response
shape.config for EFSClient's
config
shape.