Module Values_2.UpdateDataSourcePermissionsRequestSource

Updates the permissions to a data source.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  2. dataSourceId : Values_1.ResourceId.t;
    (*

    The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

    *)
  3. grantPermissions : Values_1.ResourcePermissionList.t option;
    (*

    A list of resource permissions that you want to grant on the data source.

    *)
  4. revokePermissions : Values_1.ResourcePermissionList.t option;
    (*

    A list of resource permissions that you want to revoke on the data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?grantPermissions:??? -> ?revokePermissions:??? -> awsAccountId:Values_1.AwsAccountId.t -> dataSourceId:Values_1.ResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of Values_1.AwsAccountId.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