describeUploadBuffer

Returns information about the upload buffer of a gateway. This operation is supported for the stored volume, cached volume, and tape gateway types.

The response includes disk IDs that are configured as upload buffer space, and it includes the amount of upload buffer space allocated and used.

Samples


fun main() { 
   //sampleStart 
   // Returns information about the upload buffer of a gateway including disk IDs and the amount of upload
// buffer space allocated and used.
val resp = storageGatewayClient.describeUploadBuffer {
    gatewayArn = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
} 
   //sampleEnd
}

fun main() { 
   //sampleStart 
   // Returns information about the upload buffer of a gateway including disk IDs and the amount of upload
// buffer space allocated used.
val resp = storageGatewayClient.describeUploadBuffer {
    gatewayArn = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
} 
   //sampleEnd
}