pub async fn rotate(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<(), ClientError>
Expand description
Rotate the version of a named key.
See RotateKeyRequest
pub async fn rotate(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<(), ClientError>
Rotate the version of a named key.
See RotateKeyRequest