Module Values.ActivateKeySigningKeyRequestSource

Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the KSK status to ACTIVE.

Sourcetype nonrec t = {
  1. hostedZoneId : ResourceId.t;
    (*

    A unique string used to identify a hosted zone.

    *)
  2. name : SigningKeyName.t;
    (*

    A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

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