Values.GetIdentityCenterAuthTokenResponseSourceThe response from GetIdentityCenterAuthToken containing the encrypted authentication token and expiration time.
type getIdentityCenterAuthTokenResult = {token : SensitiveString.t option;The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.
*)expirationTime : TStamp.t option;The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.
*)}and t = {getIdentityCenterAuthTokenResult : getIdentityCenterAuthTokenResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `RedshiftInvalidParameterFault of RedshiftInvalidParameterFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `RedshiftInvalidParameterFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `RedshiftInvalidParameterFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of SensitiveString.t | `Timestamp of TStamp.t ])
list ])
list ]