Values.UpdateConnectionPreferencesResponseSourceUpdates the connection preferences for a partner account, modifying access settings and exclusions.
type nonrec t = {catalog : Catalog.t option;The catalog identifier for the partner account.
*)arn : ConnectionPreferencesArn.t option;The Amazon Resource Name (ARN) of the updated connection preferences.
*)accessType : AccessType.t option;The updated access type setting for connections.
*)excludedParticipantIds : ParticipantIdentifierList.t option;A list of participant IDs that are excluded from connection requests or interactions.
*)updatedAt : DateTime.t option;The timestamp when the connection preferences were last updated.
*)revision : Revision.t option;The updated revision number of the connection preferences.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ParticipantIdentifier.t ] list
| `Long of Revision.t
| `String of Catalog.t
| `Timestamp of DateTime.t ])
list ]