Values.GetAccessTokenOutputSourceRetrieves information about an access token. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.
type nonrec t = {id : ResourceId.t option;ID of the token.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the token.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.
*)createdAt : ISO8601TimeString.t option;The time and date the token was created.
*)dnsViewId : ResourceId.t option;ID of the DNS view the token is associated to.
*)expiresAt : ISO8601TimeString.t option;The token's expiration time and date.
*)globalResolverId : ResourceId.t option;ID of the Global Resolver.
*)name : ResourceNameShort.t option;Name of the token.
*)status : TokenStatus.t option;The operational status of the token.
*)updatedAt : ISO8601TimeString.t option;The time and date the token was created.
*)value : AccessTokenValue.t option;The value of the token.
*)}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
| `String of ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]