Module Values.UpdateHttpNamespaceRequestSource

Updates an HTTP namespace.

Sourcetype nonrec t = {
  1. id : Arn.t;
    (*

    The ID or Amazon Resource Name (ARN) of the namespace that you want to update.

    *)
  2. updaterRequestId : ResourceId.t option;
    (*

    A unique string that identifies the request and that allows failed UpdateHttpNamespace requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any unique string (for example, a date/timestamp).

    *)
  3. namespace : HttpNamespaceChange.t;
    (*

    Updated properties for the the HTTP namespace.

    *)
}
Sourceval context_ : string
Sourceval make : ?updaterRequestId:??? -> id:Arn.t -> namespace:HttpNamespaceChange.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `String of ResourceDescription.t ]) list ]) 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