// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RotateMasterEncryptionKey`](crate::operation::rotate_master_encryption_key::builders::RotateMasterEncryptionKeyFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::rotate_master_encryption_key::builders::RotateMasterEncryptionKeyFluentBuilder::send) it.
/// - On success, responds with [`RotateMasterEncryptionKeyOutput`](crate::operation::rotate_master_encryption_key::RotateMasterEncryptionKeyOutput) with field(s):
/// - [`workspaces_rotated(i64)`](crate::operation::rotate_master_encryption_key::RotateMasterEncryptionKeyOutput::workspaces_rotated): (undocumented)
/// - [`total_secrets_re_encrypted(i64)`](crate::operation::rotate_master_encryption_key::RotateMasterEncryptionKeyOutput::total_secrets_re_encrypted): (undocumented)
/// - On failure, responds with [`SdkError<RotateMasterEncryptionKeyError>`](crate::operation::rotate_master_encryption_key::RotateMasterEncryptionKeyError)
pub fn rotate_master_encryption_key(&self) -> crate::operation::rotate_master_encryption_key::builders::RotateMasterEncryptionKeyFluentBuilder {
crate::operation::rotate_master_encryption_key::builders::RotateMasterEncryptionKeyFluentBuilder::new(self.handle.clone())
}
}