bws::command::secret

Function edit

source
pub(crate) async fn edit(
    client: Client,
    organization_id: Uuid,
    secret: SecretEditCommandModel,
    output_settings: OutputSettings,
) -> Result<()>