Values.GetRasterDataCollectionOutputSourceUse this operation to get details of a specific raster data collection.
type nonrec t = {arn : DataCollectionArn.t option;The Amazon Resource Name (ARN) of the raster data collection.
*)description : String_.t option;A description of the raster data collection.
*)descriptionPageUrl : String_.t option;The URL of the description page.
*)imageSourceBands : ImageSourceBandList.t option;The list of image source bands in the raster data collection.
*)name : String_.t option;The name of the raster data collection.
*)supportedFilters : FilterList.t option;The filters supported by the raster data collection.
*)type_ : DataCollectionType.t option;The raster data collection type.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]