Values.CreateTrustStoreResultSourceCreates a trust store.
type nonrec t = {trustStore : TrustStore.t option;The trust store.
*)eTag : String_.t option;The version identifier for the current version of the trust store.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityAlreadyExists of EntityAlreadyExists.t| `EntityLimitExceeded of EntityLimitExceeded.t| `EntityNotFound of EntityNotFound.t| `InvalidArgument of InvalidArgument.t| `InvalidTagging of InvalidTagging.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityAlreadyExists of EntityAlreadyExists.t
| `EntityLimitExceeded of EntityLimitExceeded.t
| `EntityNotFound of EntityNotFound.t
| `InvalidArgument of InvalidArgument.t
| `InvalidTagging of InvalidTagging.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityAlreadyExists of EntityAlreadyExists.t
| `EntityLimitExceeded of EntityLimitExceeded.t
| `EntityNotFound of EntityNotFound.t
| `InvalidArgument of InvalidArgument.t
| `InvalidTagging of InvalidTagging.t
| `Unknown_operation_error of string * string option ]