Module Values.AssociateEnvironmentOperationsRoleMessageSource

Request to add or change the operations role used by an environment.

Sourcetype nonrec t = {
  1. environmentName : EnvironmentName.t;
    (*

    The name of the environment to which to set the operations role.

    *)
  2. operationsRole : OperationsRole.t;
    (*

    The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.

    *)
}
Sourceval context_ : string
Sourceval make : environmentName:EnvironmentName.t -> operationsRole:OperationsRole.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EnvironmentName.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