Module Values.PutPositionConfigurationRequestSource

Put position configuration for a given resource. This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.

Sourcetype nonrec t = {
  1. resourceIdentifier : PositionResourceIdentifier.t;
    (*

    Resource identifier used to update the position configuration.

    *)
  2. resourceType : PositionResourceType.t;
    (*

    Resource type of the resource for which you want to update the position configuration.

    *)
  3. solvers : PositionSolverConfigurations.t option;
    (*

    The positioning solvers used to update the position configuration of the resource.

    *)
  4. destination : DestinationName.t option;
    (*

    The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.

    *)
}
Sourceval context_ : string
Sourceval make : ?solvers:??? -> ?destination:??? -> resourceIdentifier:PositionResourceIdentifier.t -> resourceType:PositionResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PositionResourceIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) 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