Values.UpdatePackagingGroupResponseSourceUpdates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
type nonrec t = {approximateAssetCount : int option;The approximate asset count of the PackagingGroup.
*)arn : string option;The ARN of the PackagingGroup.
*)createdAt : string option;The time the PackagingGroup was created.
*)domainName : string option;The fully qualified domain name for Assets in the PackagingGroup.
*)egressAccessLogs : EgressAccessLogs.t option;id : string option;The ID of the PackagingGroup.
*)}type nonrec error = [ | `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnprocessableEntityException of UnprocessableEntityException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]