Module Values.UpdatePackagingGroupResponseSource

Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.

Sourcetype nonrec t = {
  1. approximateAssetCount : int option;
    (*

    The approximate asset count of the PackagingGroup.

    *)
  2. arn : string option;
    (*

    The ARN of the PackagingGroup.

    *)
  3. authorization : Authorization.t option;
  4. createdAt : string option;
    (*

    The time the PackagingGroup was created.

    *)
  5. domainName : string option;
    (*

    The fully qualified domain name for Assets in the PackagingGroup.

    *)
  6. egressAccessLogs : EgressAccessLogs.t option;
  7. id : string option;
    (*

    The ID of the PackagingGroup.

    *)
  8. tags : Tags.t option;
}
Sourcetype nonrec error = [
  1. | `ForbiddenException of ForbiddenException.t
  2. | `InternalServerErrorException of InternalServerErrorException.t
  3. | `NotFoundException of NotFoundException.t
  4. | `ServiceUnavailableException of ServiceUnavailableException.t
  5. | `TooManyRequestsException of TooManyRequestsException.t
  6. | `UnprocessableEntityException of UnprocessableEntityException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?approximateAssetCount:??? -> ?arn:??? -> ?authorization:??? -> ?createdAt:??? -> ?domainName:??? -> ?egressAccessLogs:??? -> ?id:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `String of string ]) 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