Values.UpdateNetworkRequestSourceUpdates the properties of an existing Wickr network, such as its name or encryption key configuration.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network to update.
*)networkName : GenericString.t;The new name for the network. Must be between 1 and 20 characters.
*)clientToken : ClientToken.t option;A unique identifier for this request to ensure idempotency.
*)encryptionKeyArn : GenericString.t option;The ARN of the Amazon Web Services KMS customer managed key to use for encrypting sensitive data in the network.
*)}val make :
?clientToken:??? ->
?encryptionKeyArn:??? ->
networkId:NetworkId.t ->
networkName:GenericString.t ->
unit ->
t