Module Values.DeregisterInstanceRequestSource

Deletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the specified instance.

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

    The ID or Amazon Resource Name (ARN) of the service that the instance is associated with. If the namespace associated with the service is shared with your account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

    *)
  2. instanceId : ResourceId.t;
    (*

    The value that you specified for Id in the RegisterInstance request.

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