Returns metadata about your DataSync location for an object storage system.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationObjectStorageCommand(input); const response = await client.send(command);
DescribeLocationObjectStorageCommandInput for command's input shape.
input
DescribeLocationObjectStorageCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Returns metadata about your DataSync location for an object storage system.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationObjectStorageCommand(input); const response = await client.send(command);
DescribeLocationObjectStorageCommandInput for command's
input
shape.DescribeLocationObjectStorageCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.