Values.GetConnectorV2ResponseSourceGrants permission to retrieve details for a connectorV2 based on connector id.
type nonrec t = {connectorArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the connectorV2.
*)connectorId : NonEmptyString.t option;The UUID of the connectorV2 to identify connectorV2 resource.
*)name : NonEmptyString.t option;The name of the connectorV2.
*)description : NonEmptyString.t option;The description of the connectorV2.
*)kmsKeyArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of KMS key used for the connectorV2.
*)createdAt : Timestamp.t option;ISO 8601 UTC timestamp for the time create the connectorV2.
*)lastUpdatedAt : Timestamp.t option;ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.
*)health : HealthCheck.t option;The current health status for connectorV2
*)providerDetail : ProviderDetail.t option;The third-party provider detail for a service configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ])
list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]