Module Values_0.UpdatePackageConfigurationRequestSource

Updates the software package configuration. Requires permission to access the UpdatePackageConfiguration and iam:PassRole actions.

Sourcetype nonrec t = {
  1. versionUpdateByJobsConfig : VersionUpdateByJobsConfig.t option;
    (*

    Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.

    *)
  2. clientToken : ClientToken.t option;
    (*

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

    *)
}
Sourceval make : ?versionUpdateByJobsConfig:??? -> ?clientToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.t | `Structure of (string * [> `Boolean of EnabledBoolean.t | `String of RoleArn.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