Values.CreateNetworkOutputSourceCreates a new blockchain network using Amazon Managed Blockchain. Applies only to Hyperledger Fabric.
type nonrec t = {networkId : ResourceIdString.t option;The unique identifier for the network.
*)memberId : ResourceIdString.t option;The unique identifier for the first member within the network.
*)}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 ]