Module Values_0.BatchGetDevEndpointsRequestSource

Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Sourcetype nonrec t = {
  1. devEndpointNames : DevEndpointNames.t;
    (*

    The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

    *)
}
Sourceval context_ : string
Sourceval make : devEndpointNames:DevEndpointNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of GenericString.t ] list ]) 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