Values.DeclineInvitationsRequestSourceDeclines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.
type nonrec t = {accountIds : AccountIds.t;A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ]