Values.DeleteExtensionRequestSourceDeletes an AppConfig extension. You must delete all associations to an extension before you delete the extension.
type nonrec t = {extensionIdentifier : Identifier.t;The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
*)versionNumber : Integer.t option;A specific version of an extension to delete. If omitted, the highest version is deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of Identifier.t ]) list ]