Module Values.GetRasterDataCollectionOutputSource

Use this operation to get details of a specific raster data collection.

Sourcetype nonrec t = {
  1. arn : DataCollectionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the raster data collection.

    *)
  2. description : String_.t option;
    (*

    A description of the raster data collection.

    *)
  3. descriptionPageUrl : String_.t option;
    (*

    The URL of the description page.

    *)
  4. imageSourceBands : ImageSourceBandList.t option;
    (*

    The list of image source bands in the raster data collection.

    *)
  5. name : String_.t option;
    (*

    The name of the raster data collection.

    *)
  6. supportedFilters : FilterList.t option;
    (*

    The filters supported by the raster data collection.

    *)
  7. tags : Tags.t option;
    (*

    Each tag consists of a key and a value.

    *)
  8. type_ : DataCollectionType.t option;
    (*

    The raster data collection type.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?description:??? -> ?descriptionPageUrl:??? -> ?imageSourceBands:??? -> ?name:??? -> ?supportedFilters:??? -> ?tags:??? -> ?type_:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `Float of Float_.t | `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of DataCollectionArn.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