Values.CreateAccessorOutputSourceCreates a new accessor for use with Amazon Managed Blockchain service that supports token based access. The accessor contains information required for token based access.
type nonrec t = {accessorId : ResourceIdString.t option;The unique identifier of the accessor.
*)billingToken : AccessorBillingTokenString.t option;The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
*)networkType : AccessorNetworkType.t option;The blockchain network that the accessor token is created for.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ThrottlingException of ThrottlingException.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of unit
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ThrottlingException of unit
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of unit
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ThrottlingException of unit
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceIdString.t ]) list ]