bws::command::secret

Function create

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