Values.AssociateEnvironmentOperationsRoleMessageSourceRequest to add or change the operations role used by an environment.
type nonrec t = {environmentName : EnvironmentName.t;The name of the environment to which to set the operations role.
*)operationsRole : OperationsRole.t;The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
*)}