Values.DescribeGeofenceCollectionResponseSourceRetrieves the geofence collection details.
type nonrec t = {collectionName : ResourceName.t option;The name of the geofence collection.
*)collectionArn : Arn.t option;The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
*)description : ResourceDescription.t option;The optional description for the geofence collection.
*)pricingPlan : PricingPlan.t option;No longer used. Always returns RequestBasedUsage.
*)pricingPlanDataSource : String_.t option;No longer used. Always returns an empty string.
*)kmsKeyId : KmsKeyId.t option;A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource
*)createTime : Timestamp.t option;The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
*)updateTime : Timestamp.t option;The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
*)geofenceCount : DescribeGeofenceCollectionResponseGeofenceCountInteger.t option;The number of geofences in the geofence collection.
*)}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
| `Integer of
DescribeGeofenceCollectionResponseGeofenceCountInteger.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceName.t
| `Timestamp of Timestamp.t ])
list ]