pub async fn namespace_exists(
configuration: &Configuration,
id: &str,
namespace_exists_request: NamespaceExistsRequest,
delimiter: Option<&str>,
) -> Result<(), Error<NamespaceExistsError>>
Expand description
Check if namespace id
exists. This operation must behave exactly like the DescribeNamespace API, except it does not contain a response body.