Module Values.DeleteMatchmakingRuleSetInputSource

This API works with the following fleet types: EC2, Anywhere, Container Deletes an existing matchmaking rule set. To delete the rule set, provide the rule set name. Rule sets cannot be deleted if they are currently being used by a matchmaking configuration. Learn more Build a rule set

Sourcetype nonrec t = {
  1. name : MatchmakingRuleSetName.t;
    (*

    A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : name:MatchmakingRuleSetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MatchmakingRuleSetName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t