Values.UpdateConnectorRequestSourceUpdates the specified connector. For request body, specify only one parameter: either capacity or connectorConfiguration.
type nonrec t = {capacity : CapacityUpdate.t option;The target capacity.
*)connectorConfiguration : ConnectorConfigurationUpdate.t option;A map of keys to values that represent the configuration for the connector.
*)connectorArn : string;The Amazon Resource Name (ARN) of the connector that you want to update.
*)currentVersion : string;The current version of the connector that you want to update.
*)}