Values.DeleteRuleGroupsNamespaceRequestSourceRepresents the input of a DeleteRuleGroupsNamespace operation.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace containing the rule groups namespace and definition to delete.
*)name : RuleGroupsNamespaceName.t;The name of the rule groups namespace to delete.
*)clientToken : IdempotencyToken.t option;A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
*)}val make :
?clientToken:??? ->
workspaceId:WorkspaceId.t ->
name:RuleGroupsNamespaceName.t ->
unit ->
t