Values.DeleteMatchmakingConfigurationInputSourceThis 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.
type nonrec t = {name : MatchmakingConfigurationName.t;A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of MatchmakingConfigurationName.t ]) list ]