Values.RejectConnectionInvitationResponseSourceRejects a connection invitation from another partner, declining the partnership request.
type nonrec t = {catalog : Catalog.t option;The catalog identifier where the connection invitation was rejected.
*)id : ConnectionInvitationId.t option;The unique identifier of the rejected connection invitation.
*)arn : ConnectionInvitationArn.t option;The Amazon Resource Name (ARN) of the rejected connection invitation.
*)connectionId : ConnectionId.t option;The identifier of the connection associated with the rejected invitation.
*)connectionType : ConnectionType.t option;The type of connection that was being invited for.
*)createdAt : DateTime.t option;The timestamp when the connection invitation was originally created.
*)updatedAt : DateTime.t option;The timestamp when the connection invitation was last updated (rejected).
*)expiresAt : DateTime.t option;The timestamp when the connection invitation would have expired.
*)otherParticipantIdentifier : ParticipantIdentifier.t option;The identifier of the other participant who sent the invitation.
*)participantType : ParticipantType.t option;The type of participant (inviter or invitee) in the connection invitation.
*)status : InvitationStatus.t option;The current status of the connection invitation (rejected).
*)invitationMessage : RejectConnectionInvitationResponseInvitationMessageString.t
option;The message that was included with the original connection invitation.
*)inviterEmail : Email.t option;The email address of the person who sent the connection invitation.
*)inviterName : SensitiveUnicodeString.t option;The name of the person who sent the connection invitation.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?catalog:??? ->
?id:??? ->
?arn:??? ->
?connectionId:??? ->
?connectionType:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?expiresAt:??? ->
?otherParticipantIdentifier:??? ->
?participantType:??? ->
?status:??? ->
?invitationMessage:??? ->
?inviterEmail:??? ->
?inviterName:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
| `String of Catalog.t
| `Timestamp of DateTime.t ])
list ]