listProvisionedCapacity

This operation lists the provisioned capacity units for the specified AWS account.

Samples


fun main() { 
   //sampleStart 
   // The example lists the provisioned capacity units for an account.
val resp = glacierClient.listProvisionedCapacity {
    accountId = "-"
} 
   //sampleEnd
}