Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
For more information, see Managing Amazon EFS resource IDs.
example
Use a bare-bones client and the command you need to make an API call.
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region. For more information, see Managing Amazon EFS resource IDs.
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, DescribeAccountPreferencesCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, DescribeAccountPreferencesCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new DescribeAccountPreferencesCommand(input); const response = await client.send(command);
DescribeAccountPreferencesCommandInput for command's
input
shape.DescribeAccountPreferencesCommandOutput for command's
response
shape.config for EFSClient's
config
shape.