Module Values.DeleteMatchmakingConfigurationInputSource

This API works with the following fleet types: EC2, Anywhere, Container Permanently removes a FlexMatch matchmaking configuration. To delete, specify the configuration name. A matchmaking configuration cannot be deleted if it is being used in any active matchmaking tickets.

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

    A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : name:MatchmakingConfigurationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MatchmakingConfigurationName.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