Values.GetKeyGroupResultSourceGets a key group, including the date and time when the key group was last modified. To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.
type nonrec t = {keyGroup : KeyGroup.t option;The key group.
*)eTag : String_.t option;The identifier for this version of the key group.
*)}type nonrec error = [ | `NoSuchResource of NoSuchResource.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchResource of NoSuchResource.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchResource of NoSuchResource.t
| `Unknown_operation_error of string * string option ]