Values.UpdateEnvironmentConnectorRequestSourceUpdates a connector for an Amazon EVS environment. You can update the Amazon Web Services Secrets Manager secret ARN or the appliance FQDN to reconfigure the connector metadata. You cannot update both the secret and the FQDN in the same request.
type nonrec t = {clientToken : ClientToken.t option;This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect. A unique, case-sensitive identifier that you provide to ensure the idempotency of the connector update request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
*)environmentId : EnvironmentId.t;A unique ID for the environment that the connector belongs to.
*)connectorId : ConnectorId.t;A unique ID for the connector to update.
*)applianceFqdn : ApplianceFqdn.t option;The new fully qualified domain name (FQDN) of the VCF appliance that the connector connects to.
*)secretIdentifier : SecretIdentifier.t option;The new ARN or name of the Amazon Web Services Secrets Manager secret that stores the credentials for the VCF appliance.
*)}val make :
?clientToken:??? ->
?applianceFqdn:??? ->
?secretIdentifier:??? ->
environmentId:EnvironmentId.t ->
connectorId:ConnectorId.t ->
unit ->
t