Module Values.AssociateBackupVaultMpaApprovalTeamInputSource

Associates an MPA approval team with a backup vault.

Sourcetype nonrec t = {
  1. backupVaultName : BackupVaultName.t;
    (*

    The name of the backup vault to associate with the MPA approval team.

    *)
  2. mpaApprovalTeamArn : ARN.t;
    (*

    The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.

    *)
  3. requesterComment : RequesterComment.t option;
    (*

    A comment provided by the requester explaining the association request.

    *)
}
Sourceval context_ : string
Sourceval make : ?requesterComment:??? -> backupVaultName:BackupVaultName.t -> mpaApprovalTeamArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BackupVaultName.t ]) 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