We are excited to announce our new API Documentation.
Protected
Returns account level backups storage size and provisional storage.
Use a bare-bones client and the command you need to make an API call.
import { RedshiftClient, DescribeStorageCommand } from "@aws-sdk/client-redshift"; // ES Modules import// const { RedshiftClient, DescribeStorageCommand } = require("@aws-sdk/client-redshift"); // CommonJS importconst client = new RedshiftClient(config);const input = {};const command = new DescribeStorageCommand(input);const response = await client.send(command);// { // CustomerStorageMessage// TotalBackupSizeInMegaBytes: Number("double"),// TotalProvisionedStorageInMegaBytes: Number("double"),// };
DescribeStorageCommandInput
DescribeStorageCommandOutput
input
response
config
RedshiftServiceException
Base exception class for all service exceptions from Redshift service.
Readonly
Static
Returns account level backups storage size and provisional storage.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DescribeStorageCommandInput
Returns
DescribeStorageCommandOutput
See
input
shape.response
shape.config
shape.Throws
RedshiftServiceException
Base exception class for all service exceptions from Redshift service.