Values.CreateMemberInputSourceCreates a member within a Managed Blockchain network. Applies only to Hyperledger Fabric.
type nonrec t = {clientRequestToken : ClientRequestTokenString.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
*)invitationId : ResourceIdString.t;The unique identifier of the invitation that is sent to the member to join the network.
*)networkId : ResourceIdString.t;The unique identifier of the network in which the member is created.
*)memberConfiguration : MemberConfiguration.t;Member configuration parameters.
*)}val make :
clientRequestToken:ClientRequestTokenString.t ->
invitationId:ResourceIdString.t ->
networkId:ResourceIdString.t ->
memberConfiguration:MemberConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientRequestTokenString.t
| `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of NetworkMemberNameString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of UsernameString.t
| `Structure of
(string
* [> `Structure of
(string * [> `Boolean of Enabled.t ])
list ])
list ])
list ])
list ])
list ])
list ]